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

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

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::-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]:where(:not([hidden="until-found"])) {
  display: none;
}

html {
  font-family: "text", sans-serif;
}

.title {
  font-family: "title", sans-serif;
  text-transform: uppercase;
}

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

.regular {
  font-family: "text", sans-serif;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1340px;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (max-width: 1300px) {
  .wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (max-width: 960px) {
  .wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 800px) {
  .wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.full-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

@media (max-width: 1300px) {
  .full-grid {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}

@media (max-width: 960px) {
  .full-grid {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

@media (max-width: 800px) {
  .full-grid {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

html.is-animating .transition-fade {
  opacity: 0;
}

h1 {
  font-family: "title", sans-serif;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-size: 4.5rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(95 23 19 / var(--tw-text-opacity, 1));
}

@media (max-width: 960px) {
  h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (max-width: 800px) {
  h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

h3 {
  font-family: "title-italic", sans-serif;
  font-size: 4.5rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(95 23 19 / var(--tw-text-opacity, 1));
}

@media (max-width: 1300px) {
  h3 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (max-width: 960px) {
  h3 {
    text-align: center;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 800px) {
  h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 500px) {
  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 210px;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(45 45 45 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  line-height: 1 !important;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(45 45 45 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(45 45 45 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

@media (max-width: 1300px) {
  .button {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (max-width: 960px) {
  .button {
    min-width: 180px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 800px) {
  .button {
    min-width: 130px;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.button.peat {
  box-sizing: border-box;
  display: inline-block;
  min-width: 210px;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(93 77 59 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  line-height: 1 !important;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(93 77 59 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.button.peat:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(93 77 59 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

@media (max-width: 1300px) {
  .button.peat {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (max-width: 960px) {
  .button.peat {
    min-width: 180px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 800px) {
  .button.peat {
    min-width: 130px;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.button.bracken {
  box-sizing: border-box;
  display: inline-block;
  min-width: 210px;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(95 23 19 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  line-height: 1 !important;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(95 23 19 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.button.bracken:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(95 23 19 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

@media (max-width: 1300px) {
  .button.bracken {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (max-width: 960px) {
  .button.bracken {
    min-width: 180px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 800px) {
  .button.bracken {
    min-width: 130px;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.button.white {
  box-sizing: border-box;
  display: inline-block;
  min-width: 210px;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1 !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.button.white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(45 45 45 / var(--tw-text-opacity, 1));
}

@media (max-width: 1300px) {
  .button.white {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (max-width: 960px) {
  .button.white {
    min-width: 180px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 800px) {
  .button.white {
    min-width: 110px;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-bottom-\[180px\] {
  bottom: -180px;
}

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

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

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-2\/3 {
  left: 66.666667%;
}

.right-0 {
  right: 0px;
}

.right-14 {
  right: 3.5rem;
}

.top-0 {
  top: 0px;
}

.top-10 {
  top: 2.5rem;
}

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

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

.z-\[100\] {
  z-index: 100;
}

.z-\[5\] {
  z-index: 5;
}

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

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

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

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

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

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

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-6 {
  grid-column-start: 6;
}

.m-auto {
  margin: auto;
}

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

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

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

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

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

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

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

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

.ml-14 {
  margin-left: 3.5rem;
}

.ml-16 {
  margin-left: 4rem;
}

.ml-28 {
  margin-left: 7rem;
}

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

.ml-36 {
  margin-left: 9rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-72 {
  margin-left: 18rem;
}

.ml-\[20\%\] {
  margin-left: 20%;
}

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

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

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

.mt-14 {
  margin-top: 3.5rem;
}

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

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

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

.mt-28 {
  margin-top: 7rem;
}

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

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

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

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

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-\[calc\(100vh-80px\)\] {
  height: calc(100vh - 80px);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

.max-h-none {
  max-height: none;
}

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

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

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

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

.min-h-full {
  min-height: 100%;
}

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

.w-3\/5 {
  width: 60%;
}

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

.w-40 {
  width: 10rem;
}

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-none {
  max-width: none;
}

.flex-1 {
  flex: 1 1 0%;
}

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

.flex-grow {
  flex-grow: 1;
}

.-translate-x-\[0\%\] {
  --tw-translate-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));
}

.translate-x-\[10\%\] {
  --tw-translate-x: 10%;
  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-\[200\%\] {
  --tw-translate-y: 200%;
  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-\[7\%\] {
  --tw-translate-y: 7%;
  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));
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-7 {
  gap: 1.75rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.border {
  border-width: 1px;
}

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

.border-gritstone {
  --tw-border-opacity: 1;
  border-color: rgb(206 193 180 / var(--tw-border-opacity, 1));
}

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

.bg-bracken {
  --tw-bg-opacity: 1;
  background-color: rgb(95 23 19 / var(--tw-bg-opacity, 1));
}

.bg-earth {
  --tw-bg-opacity: 1;
  background-color: rgb(142 108 93 / var(--tw-bg-opacity, 1));
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(45 71 59 / var(--tw-bg-opacity, 1));
}

.bg-gritstone {
  --tw-bg-opacity: 1;
  background-color: rgb(206 193 180 / var(--tw-bg-opacity, 1));
}

.bg-peach {
  --tw-bg-opacity: 1;
  background-color: rgb(254 239 222 / var(--tw-bg-opacity, 1));
}

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

.bg-\[url\(\'\/images\/stanage-edge\.webp\'\)\] {
  background-image: url('/images/stanage-edge.webp');
}

.bg-\[url\(\'\/images\/uk-map-with-key\.svg\'\)\] {
  background-image: url('/images/uk-map-with-key.svg');
}

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

.bg-home-hero {
  background-image: url('/images/peaks-1.webp');
}

.bg-peaks {
  background-image: url('/images/translucent-landscape.webp');
}

.bg-vision {
  background-image: url('/images/plot-sketch.webp');
}

.from-peach {
  --tw-gradient-from: #FEEFDE var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 239 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-50\% {
  --tw-gradient-from-position: 50%;
}

.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.to-50\% {
  --tw-gradient-to-position: 50%;
}

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

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

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

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

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-peat {
  fill: #5D4D3B;
}

.fill-white {
  fill: #fff;
}

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

.p-0 {
  padding: 0px;
}

.p-14 {
  padding: 3.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

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

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

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

.py-\[250px\] {
  padding-top: 250px;
  padding-bottom: 250px;
}

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

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

.pb-28 {
  padding-bottom: 7rem;
}

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

.pb-36 {
  padding-bottom: 9rem;
}

.pb-52 {
  padding-bottom: 13rem;
}

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

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

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

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

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

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

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

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

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

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

.pt-60 {
  padding-top: 15rem;
}

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

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

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

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

.align-middle {
  vertical-align: middle;
}

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

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

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

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-\[1\.15\] {
  line-height: 1.15;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.3\] {
  line-height: 1.3;
}

.tracking-\[4px\] {
  letter-spacing: 4px;
}

.tracking-\[7\.2px\] {
  letter-spacing: 7.2px;
}

.tracking-normal {
  letter-spacing: 0em;
}

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

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

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

.text-bracken {
  --tw-text-opacity: 1;
  color: rgb(95 23 19 / var(--tw-text-opacity, 1));
}

.text-cream {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.text-gritstone {
  --tw-text-opacity: 1;
  color: rgb(206 193 180 / var(--tw-text-opacity, 1));
}

.text-peat {
  --tw-text-opacity: 1;
  color: rgb(93 77 59 / var(--tw-text-opacity, 1));
}

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

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

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

.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-\[top\] {
  transition-property: top;
  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-100 {
  transition-duration: 100ms;
}

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

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

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

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

.duration-\[1000ms\] {
  transition-duration: 1000ms;
}

.ease-linear {
  transition-timing-function: linear;
}

header.hide {
  position: fixed;
  top: -10rem;
  padding-top: 0px;
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(95 23 19 / var(--tw-text-opacity, 1));
  opacity: 0;
  transition-property: top opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: linear;
}

header.stuck {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 1;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-duration: 300ms;
}

header.stuck.inView {
  top: 0px;
}

header.stuck .full-grid {
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (max-width: 800px) {
  header.stuck .full-grid {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

header.stuck g path {
  fill: #000;
}

header.stuck .button {
  --tw-border-opacity: 1;
  border-color: rgb(95 23 19 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(95 23 19 / var(--tw-text-opacity, 1));
}

header.stuck .button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(95 23 19 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.overlayNav.open {
  visibility: visible;
  opacity: 1;
}

.mapHolder svg g {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}

.mapHolder svg .active {
  opacity: 1;
}

.mapHolder svg .fadeOut {
  opacity: 0.15;
}

.mapHolder.zoomIn {
  transform-origin: 62% 82%;
  --tw-scale-x: 4;
  --tw-scale-y: 4;
  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));
}

.plotScroller .inner {
  white-space: nowrap;
}

.plotSection {
  margin-bottom: 3.5rem;
  padding-right: 2rem;
  padding-left: 5rem;
}

@media (max-width: 800px) {
  .plotSection {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }
}

.property {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 1380px;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (max-width: 800px) {
  .property {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
}

.plotTextWrapper {
  display: flex;
  width: 40%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-right: 5rem;
}

@media (max-width: 800px) {
  .plotTextWrapper {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.plotHeading {
  margin-right: auto;
  max-width: 80%;
}

@media (max-width: 800px) {
  .plotHeading {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.plotDescription {
  margin-bottom: 2rem;
  max-width: 350px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(93 77 59 / var(--tw-text-opacity, 1));
}

@media (max-width: 1300px) {
  .plotDescription {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (max-width: 800px) {
  .plotDescription {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.plotBtn {
  box-sizing: border-box;
  display: inline-block;
  min-width: 210px;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(45 45 45 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  line-height: 1 !important;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(45 45 45 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.plotBtn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(45 45 45 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

@media (max-width: 1300px) {
  .plotBtn {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (max-width: 960px) {
  .plotBtn {
    min-width: 180px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 800px) {
  .plotBtn {
    min-width: 130px;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.plotBtn.peat {
  box-sizing: border-box;
  display: inline-block;
  min-width: 210px;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(93 77 59 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  line-height: 1 !important;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(93 77 59 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.plotBtn.peat:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(93 77 59 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

@media (max-width: 1300px) {
  .plotBtn.peat {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (max-width: 960px) {
  .plotBtn.peat {
    min-width: 180px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 800px) {
  .plotBtn.peat {
    min-width: 130px;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.button.plotBtn {
  box-sizing: border-box;
  display: inline-block;
  min-width: 210px;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(93 77 59 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  line-height: 1 !important;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(93 77 59 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.button.plotBtn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(93 77 59 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

@media (max-width: 1300px) {
  .button.plotBtn {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (max-width: 960px) {
  .button.plotBtn {
    min-width: 180px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 800px) {
  .button.plotBtn {
    min-width: 130px;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.plotBtn.bracken {
  box-sizing: border-box;
  display: inline-block;
  min-width: 210px;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(95 23 19 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  line-height: 1 !important;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(95 23 19 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.plotBtn.bracken:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(95 23 19 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

@media (max-width: 1300px) {
  .plotBtn.bracken {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (max-width: 960px) {
  .plotBtn.bracken {
    min-width: 180px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 800px) {
  .plotBtn.bracken {
    min-width: 130px;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.plotBtn.white {
  box-sizing: border-box;
  display: inline-block;
  min-width: 210px;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1 !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.plotBtn.white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(45 45 45 / var(--tw-text-opacity, 1));
}

@media (max-width: 1300px) {
  .plotBtn.white {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (max-width: 960px) {
  .plotBtn.white {
    min-width: 180px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 800px) {
  .plotBtn.white {
    min-width: 110px;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.plotBtn {
  width: 265px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-transform: uppercase;
}

header.stuck .plotBtn {
  --tw-border-opacity: 1;
  border-color: rgb(95 23 19 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(95 23 19 / var(--tw-text-opacity, 1));
}

header.stuck .plotBtn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(95 23 19 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

@media (max-width: 800px) {
  .plotBtn {
    margin-left: auto;
    margin-right: auto;
  }
}

.plotImgWrapper {
  position: relative;
  width: 60%;
  overflow: hidden;
}

@media (max-width: 800px) {
  .plotImgWrapper {
    margin-top: 2rem;
    width: 100%;
  }
}

.plotImgWrapper .plotImage {
  z-index: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.plotTopo {
  position: absolute;
  top: 2rem;
  right: 60%;
  z-index: 2;
  max-width: 7rem;
  --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));
}

@media (max-width: 800px) {
  .plotTopo {
    display: none;
  }
}

.plotImgWrapper .slick-dots {
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  z-index: 9;
  display: flex;
  --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));
  align-items: center;
  justify-content: center;
}

@media (max-width: 800px) {
  .plotImgWrapper .slick-dots {
    bottom: 0px;
  }
}

.plotImgWrapper .slick-dots li {
  z-index: 10;
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  width: 0.375rem;
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.plotImgWrapper .slick-dots li button:before {
  height: 0.375rem;
  width: 100%;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  opacity: 1;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
}

.aboutHeading {
  margin-bottom: 3.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (max-width: 800px) {
  .aboutHeading {
    margin-bottom: 2rem;
    width: 100%;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (max-width: 500px) {
  .aboutHeading {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (max-width: 960px) {
  .aboutHeading span {
    margin-left: 0px;
  }
}

.aboutText {
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.3;
}

@media (max-width: 1300px) {
  .aboutText {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (max-width: 800px) {
  .aboutText {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.propertyHero {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 800px) {
  .propertyHero {
    padding-bottom: 0px;
  }
}

.propertyHeroBg {
  position: absolute;
  left: 0px;
  min-height: 90%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(142 108 93 / var(--tw-bg-opacity, 1));
}

.propertyHeroHeading {
  position: relative;
  z-index: 5;
  margin: auto;
  display: flex;
  width: 100%;
  max-width: 1380px;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 9rem;
  padding-bottom: 7rem;
}

@media (max-width: 1300px) {
  .propertyHeroHeading {
    gap: 1.25rem;
  }
}

@media (max-width: 960px) {
  .propertyHeroHeading {
    gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 800px) {
  .propertyHeroHeading {
    max-width: 320px;
    justify-content: center;
    gap: 0.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.propertyHeroHeading p {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.propertyHeroHeading p:last-child {
  text-align: right;
}

.propertyHeroHeading h1 {
  font-family: "title", sans-serif;
  text-transform: uppercase;
  max-width: 600px;
  text-align: center;
  font-size: 4.5rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 800px) {
  .propertyHeroHeading h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.propertyHeroHeading .imageWrapper {
  z-index: 10;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 800px) {
  .propertyHeroHeading .imageWrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.propertyHero .imageWrapper img {
  margin: auto;
  min-height: 814px;
  width: 100%;
  max-width: 1380px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 800px) {
  .propertyHero .imageWrapper img {
    min-height: 550px;
  }
}

.propertyIntro {
  position: relative;
}

@media (max-width: 800px) {
  .propertyIntro {
    padding-bottom: 0px;
  }
}

.propertyIntro .introWrapper {
  position: relative;
  z-index: 5;
  padding-top: 7rem;
  padding-bottom: 7rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 800px) {
  .propertyIntro .introWrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.propertyIntro .introWrapper img {
  margin-left: auto;
  margin-right: auto;
}

.propertyIntro .introWrapper p {
  font-family: "title-italic", sans-serif;
  margin: auto;
  margin-top: 4rem;
  width: 100%;
  max-width: 669px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(95 23 19 / var(--tw-text-opacity, 1));
}

@media (max-width: 1300px) {
  .propertyIntro .introWrapper p {
    margin-top: 3rem;
  }
}

@media (max-width: 960px) {
  .propertyIntro .introWrapper p {
    margin-top: 2.5rem;
  }
}

@media (max-width: 800px) {
  .propertyIntro .introWrapper p {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.propertySlider {
  height: 100%;
}

.propertySlide {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*homepage and collection slick css*/

/*overrides slick slider margin bottom default homepage and collection page*/

.slick-dotted.slick-slider {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.slick-dots li.slick-active {
  width: 1.5rem;
}

.plotImgWrapper .arrow {
  position: absolute;
  top: 50%;
  z-index: 9;
  --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));
  cursor: pointer;
  opacity: 0.9;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.plotImgWrapper .arrow:hover {
  opacity: 1;
}

.plotImgWrapper .arrow:before {
  display: none;
}

.plotImgWrapper .slick-prev {
  left: 2rem;
}

@media (max-width: 800px) {
  .plotImgWrapper .slick-prev {
    left: 1rem;
  }
}

.plotImgWrapper .slick-next {
  right: 2rem;
}

@media (max-width: 800px) {
  .plotImgWrapper .slick-next {
    right: 1rem;
  }
}

/*property slick css*/

/*overrides slick slider margin bottom default property page*/

.propertySlider .slick-slide {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.propertySlider .slick-list {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

footer li {
  margin-top: 0.25rem;
}

@media (max-width: 800px) {
  footer li {
    margin-top: 0px;
  }
}

footer li,
  footer p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.3;
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

footer li:hover,
  footer p:hover {
  opacity: 0.75;
}

@media (max-width: 800px) {
  footer li,
  footer p {
    margin-top: 0.25rem;
  }
}

video::-webkit-media-controls,
  video::-moz-media-controls,
  video::-o-media-controls,
  video::-ms-media-controls {
  display: none !important;
}

@font-face {
  font-family: "title";

  src: url("../fonts/PPHatton-Light.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "title-italic";

  src: url("../fonts/PPHatton-UltralightItalic.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "text";

  src: url("../fonts/Saans-Regular-1.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.animate-fadeIn {
  animation: fadeIn 600ms ease-in forwards;
  animation-delay: 0.5s;
}

* {
  //border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 1300px) {
  .laptop\:absolute {
    position: absolute;
  }

  .laptop\:bottom-0 {
    bottom: 0px;
  }

  .laptop\:right-8 {
    right: 2rem;
  }

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

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

  .laptop\:translate-x-\[0\%\] {
    --tw-translate-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));
  }

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

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

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

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

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

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

  .laptop\:pt-60 {
    padding-top: 15rem;
  }

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

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

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

@media (max-width: 960px) {
  .medium\:col-span-3 {
    grid-column: span 3 / span 3;
  }

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

  .medium\:mt-14 {
    margin-top: 3.5rem;
  }

  .medium\:block {
    display: block;
  }

  .medium\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

  .medium\:gap-4 {
    gap: 1rem;
  }

  .medium\:p-0 {
    padding: 0px;
  }

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

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

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

  .medium\:pt-44 {
    padding-top: 11rem;
  }

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

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

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

  .medium\:leading-8 {
    line-height: 2rem;
  }
}

@media (max-width: 800px) {
  .mobile\:relative {
    position: relative;
  }

  .mobile\:bottom-0 {
    bottom: 0px;
  }

  .mobile\:right-0 {
    right: 0px;
  }

  .mobile\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .mobile\:col-span-full {
    grid-column: 1 / -1;
  }

  .mobile\:col-start-1 {
    grid-column-start: 1;
  }

  .mobile\:m-auto {
    margin: auto;
  }

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

  .mobile\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

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

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

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

  .mobile\:ml-0 {
    margin-left: 0px;
  }

  .mobile\:ml-3 {
    margin-left: 0.75rem;
  }

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

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

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

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

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

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

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

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

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

  .mobile\:block {
    display: block;
  }

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

  .mobile\:inline {
    display: inline;
  }

  .mobile\:hidden {
    display: none;
  }

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

  .mobile\:h-\[calc\(100vh-10px\)\] {
    height: calc(100vh - 10px);
  }

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

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

  .mobile\:w-2\/5 {
    width: 40%;
  }

  .mobile\:w-3\/5 {
    width: 60%;
  }

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

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

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

  .mobile\:w-screen {
    width: 100vw;
  }

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

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

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

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

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

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

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

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

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

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

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

  .mobile\:gap-1 {
    gap: 0.25rem;
  }

  .mobile\:gap-14 {
    gap: 3.5rem;
  }

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

  .mobile\:border-0 {
    border-width: 0px;
  }

  .mobile\:from-0\% {
    --tw-gradient-from-position: 0%;
  }

  .mobile\:to-100\% {
    --tw-gradient-to-position: 100%;
  }

  .mobile\:bg-\[35\%\] {
    background-position: 35%;
  }

  .mobile\:p-0 {
    padding: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mobile\:pl-2 {
    padding-left: 0.5rem;
  }

  .mobile\:pr-2 {
    padding-right: 0.5rem;
  }

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

  .mobile\:pt-14 {
    padding-top: 3.5rem;
  }

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

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

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

  .mobile\:align-top {
    vertical-align: top;
  }

  .mobile\:align-bottom {
    vertical-align: bottom;
  }

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

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

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

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

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

  .mobile\:tracking-wider {
    letter-spacing: 0.05em;
  }

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

@media (max-width: 500px) {
  .small\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .small\:col-span-full {
    grid-column: 1 / -1;
  }

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

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

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

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

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

@media (max-height: 860px) {
  .short\:max-h-\[400px\] {
    max-height: 400px;
  }

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