@import url(https://fonts.googleapis.com/css2?family=Old+Standard+TT&display=swap);
*, ::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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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: currentColor; /* 2 */
}

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
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: Sohne, Arial, sans-serif; /* 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]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor;
}

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

	@font-face {
		font-family: "Sohne";
		src: url("../../fonts/Sohne-Leicht.woff2") format("woff2"),
			url("../../fonts/Sohne-Leicht.woff") format("woff");
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
	}

	body{
		cursor: none;
	}

	a, button{
		cursor: none;
	}

	h1,
	h2,
	h4 {
  font-family: Old Standard TT, Georgia, serif;
  text-transform: uppercase;
}

	h2 {
  font-size: 4.5rem;
  line-height: 1;
}

	h3 {
  font-family: Sohne, Arial, sans-serif;
  font-size: 3.75rem;
  line-height: 1;
}

	h4 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

	h5{
		/* @apply text-[26px] leading-[30px] md:text-[32px] md:leading-[36px]; */
		font-size: 26px;
		line-height: 30px;
	}

	@media (min-width: 768px) {

  h5 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

	h6 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

	p {
  font-size: 1rem;
  line-height: 1.5rem;
}

	@media (min-width: 768px) {

  p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

    .page-transition-fade {
        transition: 0.4s;
        opacity: 1;
    }

    html.is-animating .page-transition-fade {
        opacity: 0;
    }
	html.is-animating.to-header-delay .page-transition-fade {
		transition-delay: 0.6s;
	}

	html.is-leaving.to-project-slide .page-transition-fade {
		/* transform: translateY(100%);
		transform: translateY(100vh); */
		/* transition-duration: 1.5s; */
		transition-duration: .6s;
	}

/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (44px / 2));
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007aff;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  text-transform: none;
  font-feature-settings: ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* @import 'locomotive-scroll/dist/locomotive-scroll.css'; */

/* :root {
	--light: #4c4c4c;
	--dark: #000;
}

#main{
	background:var(--dark);
} */

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

.cursor{
	/* cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12px' height='12px' viewBox='0 0 12 12'%3E%3Cg stroke='%23FFF' fill='none' fill-rule='evenodd'%3E%3Cpath stroke-linecap='square' d='m9.707 2.819-8.47 8.47'/%3E%3Cpath d='M11.25 1.254a5.903 5.903 0 0 0-1.73 3.912 5.909 5.909 0 0 0 1.73 4.465'/%3E%3Cpath d='M11.258 1.262a5.903 5.903 0 0 1-3.913 1.729A5.909 5.909 0 0 1 2.88 1.262'/%3E%3C/g%3E%3C/svg%3E"), auto; */

	/* &.project-single{
		cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12px' height='12px' viewBox='0 0 12 12'%3E%3Cg stroke='%23000' fill='none' fill-rule='evenodd'%3E%3Cpath stroke-linecap='square' d='m9.707 2.819-8.47 8.47'/%3E%3Cpath d='M11.25 1.254a5.903 5.903 0 0 0-1.73 3.912 5.909 5.909 0 0 0 1.73 4.465'/%3E%3Cpath d='M11.258 1.262a5.903 5.903 0 0 1-3.913 1.729A5.909 5.909 0 0 1 2.88 1.262'/%3E%3C/g%3E%3C/svg%3E"), auto;
	} */
}

button:focus {
	outline: none !important;
}

.js-project-title {
	z-index: 2000;
}

.page-slug--drinks .js-project-grid {
	border-bottom:1px solid white;
}

@media (min-width: 768px) {

.page-slug--drinks .js-project-grid {
		border-bottom:0
}
	}

.js-project-grid li article {
	padding-bottom: 35px;
}

.project-hero{
	cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12px' height='12px' viewBox='0 0 12 12'%3E%3Cg stroke='%23FFF' fill='none' fill-rule='evenodd'%3E%3Cpath stroke-linecap='square' d='m9.707 2.819-8.47 8.47'/%3E%3Cpath d='M11.25 1.254a5.903 5.903 0 0 0-1.73 3.912 5.909 5.909 0 0 0 1.73 4.465'/%3E%3Cpath d='M11.258 1.262a5.903 5.903 0 0 1-3.913 1.729A5.909 5.909 0 0 1 2.88 1.262'/%3E%3C/g%3E%3C/svg%3E"), auto;
}

.view-link {
  display: inline-block;
  text-decoration-line: none;
}

.view-link::after{ content: ''; display: block; height: 1px; width: 0px; --tw-bg-opacity: 1; background-color: rgba(0, 0, 0, 1); background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1)); transition: width .3s; }

.view-link:hover::after {
  width: 100%;
}

.project-title{
	will-change: transform;
	line-height: 1.2;
}

.js-reveal-image span {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.js-reveal-image:hover span {
  visibility: visible;
  position: fixed;
  z-index: 50;
  overflow: hidden;
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.home-wrapper .js-statement {
		padding-top: 10px;
	}

@media (min-width: 1024px) {

.home-wrapper .js-statement {
			padding-top: 28px
	}
		}

.home-wrapper .js-statement h2 div {
				white-space: nowrap;
			}

.home-wrapper .animation-spacer {
		width: 100%;
		height: 1000px;
	}

@media (min-width: 1024px) {

.home-wrapper .animation-spacer {
			height: 3200px
	}
		}

.project-intro {
	/* height: calc(100vh - 90px);

	.h-screen {
		height: 100%;
	} */
}

.project-close {
  font-family: Old Standard TT, Georgia, serif;

	display: flex;
	text-transform: uppercase;
}

.project-close svg {
		margin-top: 3px;
		margin-left: 5px;
	}

.js-project-wrapper.pt-screen {
		padding-top: calc(100vh - 90px);
	}

#project-transition-container {
	position: fixed;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -1;
	overflow: hidden;
	pointer-events: none;
}

#project-transition-container.transitioning {
		top: 0 !important;
	}

#project-transition-container.transitioning {
		transition: all 1s ease;
		z-index: 10000;

		/* img {
			transform: scale(1.025);
		} */
	}

#project-transition-container.done {
		transition: all 0.2s ease;
		opacity: 0;
		z-index: -1;
	}

#project-transition-container img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
	}

.transition-image-container {
	/* padding-bottom: 100%; */
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
}

.transition-image-container img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		-o-object-fit: cover;
		   object-fit: cover;
		-o-object-position: top;
		   object-position: top;
		pointer-events: none;
	}

@media (min-width: 1024px) {

.transition-image-container {
		padding-bottom: 56.25%
}
	}

.project-transition-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.single-projects .swiper-container {
	width: 100%;
}

.clamped-to-cursor {
	width: 500px !important;
}

.clamped-to-cursor {
	position: fixed;
}

.project-summary p {
	margin-bottom: 20px;
}

header {
	transition: all 0.25s ease;
}

header.scroll-hidden {
		opacity: 0;
		transform: translateY(-20px);
	}

.js-statement h2 {
	font-size: 1.4rem;
	line-height: 125%;

}

@media (min-width: 1024px) {

.js-statement h2 {
		font-size: 2.5rem;
		line-height: 1

}
	}

@media (min-width: 1536px) {

.js-statement h2 {
		font-size: 50px

}
	}

@media (min-width: 1920px) {
	.js-statement h2 {
		font-size: 70px;
	}
}

.js-logo {
	font-size: 1.4rem;
    line-height: 125%;
	pointer-events: all;
	display: none;
}

@media (min-width: 1024px) {

.js-logo {
		font-size: 2.5rem;
		line-height: 1
}
	}

@media (min-width: 1536px) {

.js-logo {
		font-size: 50px
}
	}

.js-logo--fixed {
	display: none;
}

@media (min-width: 1920px) {
	.js-logo {
		font-size: 70px;
	}
}

.menu-link-item {
	font-size: 32px;
	margin-bottom: 20px;
	position: relative;
}

.menu-link-item .hover-image {
		transition: all 0.25s ease;
		opacity: 0;
		position: absolute;
		max-width: 400px;
		width: 200%;
		/* left: -75%; */
		height: auto;
		/* top: -220%; */
		z-index: -1;
		pointer-events: none;

		left: 50%;
		transform: translate(-50%, -50%);
		top: 50%;
	}

/* &:hover {
		.hover-image {
			opacity: 1;
			z-index: 1;
		}
	} */

@media (min-width: 1024px) {

.menu-link-item {
		margin-bottom: 0;
		margin-bottom: initial;
		font-size: 55px
}
			.menu-link-item:hover .hover-image {
				opacity: 1;
				z-index: 1;
			}
	}

.interested-text {
	font-size: 18px;
}

.footer-social-link {
	font-size: 15px;
}

.text-xs {
	font-size: 15px !important;
}

.project-title {
	font-size: 26px !important;
}

@media (min-width: 1024px) {

.project-title {
		font-size: 38px !important
}
	}

.project-summary {
	font-size: 18px !important;
}

.project-summary p {
		font-size:18px!important;
		line-height:1.33!important;
	}

/* *:not(.more-button, .project-summary-extended *) {
		font-size: 18px !important;
		line-height: 24px !important;
	} */

.project-summary.project-summary-extended * {
		line-height: 1.2;
	}

/* @screen md {
		p {
			font-size:28px!important;
			line-height:1.21!important;
		}
	} */

@media (min-width: 1024px) {

.project-summary {
		/* *:not(.more-button, .project-summary-extended *) {
			font-size: 28px !important;
			line-height: 34px !important;
		} */
}
	}

.project-more {
	font-size: 15px !important;
}

main {
	overflow: hidden;
}

a.hover-line {
	position: relative;
}

a.hover-line::after {
		transition: all 0.25s ease;
		content: '';
		position: absolute;
		bottom: -5px;
		left: 0;
		width: 0;
		height: 1px;
		background: currentColor;
	}

a.hover-line:hover::after {
			width: 100%;
		}

.js-cursor {
	display: none !important;
}

@media (min-width: 768px) {

.js-cursor {
		display: block !important
}
	}

.js-cursor.show-blinkers svg {
			opacity: 0;
		}

.js-cursor.show-blinkers .blinkers {
			opacity: 1;
			display: block;
		}

.js-cursor.showing-text svg {
			transform: rotate(0deg);
		}

.js-cursor.showing-text .text-container {
			opacity: 1;
			transform: translateY(0);
		}

.js-cursor .blinkers {
		transition: all 0.2s ease;
		opacity: 0;
		display: none;
		margin-top: -20px;
    	margin-left: -20px;
	}

.js-cursor .text-container {
		transition: all 0.25s ease;
		transform: translateY(-10px);
		position: absolute;
		left: 20px;
		top: -3px;
		width: 300px;
		text-transform: uppercase;
		opacity: 0;
	}

.menu-toggle {
	position: relative;
	height: 50px;
	margin-right: -5px;
    margin-top: -10px;
}

.menu-toggle.menu-open .close {
			opacity: 1 !important;
		}

.menu-toggle.menu-open .open {
			opacity: 0 !important;
		}

.menu-toggle .open {
		transition: all 0.5s ease;
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: auto;
		opacity: 1;
	}

.menu-toggle .close {
		transition: all 0.5s ease;
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: auto;
		opacity: 0;
	}

@media (min-width: 768px) {
	.menu-toggle {
		margin-top: -5px;
		margin-right: -8px;
	}
}

.home-lander {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	opacity: 1;
	background: #000;
}

.home-lander.active {
		display: flex;
	}

/* background: #282828; */

.home-lander.active .inner {
			display: flex;
			opacity: 1;
		}

.home-lander.active .inner svg {
				transform: translateY(0);
			}

.home-lander.active .inner .animation-image-container {
				opacity: 1;
			}

.home-lander.hidden {
		display: none;
		z-index: -100000;
		pointer-events: none;
	}

.home-lander.leave {
		transition: all 1s ease;
		top: -100%;
	}

.home-lander .inner {
		transition: all 0.3s ease;
		width: 720px;
		max-width: 80%;
		max-height: 80%;
		margin: auto;
		opacity: 0;
		position: relative;
	}

.home-lander .inner .animation-image-container {
			transition: all 0.5s ease;
			position: absolute;
			width: 200%;
			height: 200%;
			left: -50%;
			top: -45vh;
			opacity: 0;
			z-index: -1;
		}

.home-lander .inner .animation-image-container img {
				transform: scale(0.75);
			}

.featured-image-container {
	position: relative;
}

.featured-image-container .accent {
		position: absolute;
		top: 15%;
		left: -20%;
		width: 40%;
	}

/* .single-projects {
	.swiper-slide .slide-cover {
		height: 100vh !important;
	}
} */

.rich-text-2 .pb-10 {
		padding-bottom: 10px;
	}

@media (min-width: 768px) {

.rich-text-2 .pb-10 {
			padding-bottom: 2.5rem
	}
		}

@media (min-width: 1024px) {

.rich-text-2 .pb-10 {
			padding-bottom: 23px
	}
		}

.about-intro h3, 
.about-intro .text-3xl {
	font-size: 28px !important;
    line-height: 34px !important;
}

@media (min-width: 1024px) {
	.about-intro h3,
	.about-intro .text-3xl {
			font-size: 57px !important;
			line-height: 64px !important;
	}
}

/* h3, .text-3xl {
		font-size: 28px !important;
    	line-height: 34px !important;

		@screen lg {
			font-size: 57px !important;
    		line-height: 64px !important;
		}
	} */

.about-intro p {

		font-size:16px;
		line-height:22px;

		/* @screen lg {
			font-size:28px;
			line-height:34px;
		} */
	}

.about-inner h3,
	.about-inner .text-3xl {
		/* font-size: 18px !important;
    	line-height: 1.2 !important; */

		/* @screen lg {
			font-size: 28px !important;
    		line-height: 34px !important;
		} */
	}

.page-about .about-inner p:last-child {
		margin-bottom:0;
	}

.contact-intro p {
		margin-bottom: 40px;
	}

.contact-work {
	padding-top: 24px;
	border-top: 1px solid white;
}

/* p {
		@apply text-3xl;
	} */

.contact-work h5 {
		margin-top:3px!important;
	}

.contact-work h6 {
  font-family: Old Standard TT, Georgia, serif;
}

.contact-work h6 {
		font-size: 15px;
		/* margin-bottom: 20px; */
	}

.contact-work .squiggle {
		position: absolute;
		left: 90%;
		top: 90%;
		width: 250px;
	}

.contact-work a:hover {
		text-decoration:underline;
		text-underline-offset: 6px;
		text-decoration-thickness: 1px;
	}

@media (min-width: 768px) {
	.contact-work {
		padding-top: 60px;
	}
}

.contact-sidebar {
	border-top:1px solid white;
	padding-top:20px;
}

.contact-sidebar p {
		margin-bottom: 20px;
		font-size: 15px;
		line-height: 1.3;
	}

.contact-sidebar p:last-of-type {
			padding-top: 20px;
			border-top: 1px solid white;
			margin-bottom:0;
		}

@media (min-width: 768px) {
	.contact-sidebar {
		border-top:0;
		padding-top:0;
	}
}

.js-text-slider {
	max-width: 100%;

	/* .swiper-slide {
		height: 300px;

		@screen md {
			height: 450px;
		}

		@screen lg {
			height: 550px;
		}
	} */
}

.menu-container {
	transition-delay: 200ms;
	transition: all 0.25s ease;
	transform: translateY(-100%);
}

.menu-container.menu-showing {
		transition-delay: 0s!important;

	}

.menu-container.menu-showing {
		transition: all 0.5s ease;
		transform: translateY(0);

	}

.menu-container.menu-showing nav ul li {
			transition: all 0.3s ease;
			transform: translateY(0);
			opacity: 1;

			/* &:hover {
				.menu-item-description {
					transition: all 0.3s ease;
					opacity: 1;
					transform: translateY(0);
				}
			} */
		}

.menu-container.menu-showing nav ul li:nth-of-type(1) {
				transition-delay: 500ms;
			}

.menu-container.menu-showing nav ul li:nth-of-type(2) {
				transition-delay: 700ms;
			}

.menu-container.menu-showing nav ul li:nth-of-type(3) {
				transition-delay: 900ms;
			}

.menu-container.menu-showing nav ul li:nth-of-type(4) {
				transition-delay: 1100ms;
			}

.menu-container.menu-showing .mobile-footer {
			transition: all 0.3s ease;
			transform: translateY(0);
			opacity: 1;
			transition-delay: 1300ms;
		}

.menu-container nav ul li {
				transition: all 0.1s ease;
				opacity: 0;
				transform: translateY(50px);

				/* .menu-item-description {
					transition: all 0.1s ease;
					display: block;
					opacity: 0;
					transform: translateY(30px);
				} */
			}

.menu-container .mobile-footer {
		transition: all 0.1s ease;
		opacity: 0;
		transform: translateY(50px);
	}

@media (min-width: 1024px) {
				#nav nav ul li {
					/* .menu-item-description {
						transition: all 0.1s ease;
						display: block;
						opacity: 0;
						transform: translateY(30px);
					} */

					/* &:hover {
						.menu-item-description {
							transition: all 0.3s ease;
							opacity: 1;
							transform: translateY(0);
						}
					} */
				}
}

/* @media (min-width: 1024px) {
	.work-pos-statement {
		* {
			@apply text-3xl;
		}
	}
} */

@media (max-width: 1024px) {

	.js-project-grid li article .listing-title {
		font-size: 15px;
		padding-right: 40px;
		position: relative;
		line-height: 1.2;

		/* svg {
			position: absolute;
			right: 0;
			top: 2px;
			transform: rotate(-180deg);

			* {
				fill: white;
			}
		} */
	}

	article .listing-title {
		font-size: 15px;
		padding-right: 40px;
		position: relative;
		line-height: 1.2;

		/* svg {
			position: absolute;
			right: 0;
			top: 2px;
			transform: rotate(-180deg);

			* {
				fill: white;
			}
		} */
	}

	/* .work-pos-statement {
		* {
			@apply !text-lg;
		}
	} */
		#nav .menu-item-description {
			display: none;
		}

		#nav .mobile-footer {
			display: block;
			/* margin-top: 80px; */
			padding: 20px;

			/* .interested-text {
				max-width: 220px;
				margin-left: auto;
				margin-right: auto;
			} */

			/* .footer-social-link {
				font-size: 12px;
			} */
		}
}

.mobile-footer,
.project-summary,
.drinks-intro,
.about-intro,
.about-inner,
.home-about,
.error-content {
	/* a:hover {
		text-decoration:underline;
		text-underline-offset: 6px;
		text-decoration-thickness: 1px;
	} */
}

.mobile-footer a:not(.no-line), .project-summary a:not(.no-line), .drinks-intro a:not(.no-line), .about-intro a:not(.no-line), .about-inner a:not(.no-line), .home-about a:not(.no-line), .error-content a:not(.no-line) {
	position: relative;
	text-decoration:none;
}

.mobile-footer a:not(.no-line)::after, .project-summary a:not(.no-line)::after, .drinks-intro a:not(.no-line)::after, .about-intro a:not(.no-line)::after, .about-inner a:not(.no-line)::after, .home-about a:not(.no-line)::after, .error-content a:not(.no-line)::after {
		transition: all 0.25s ease;
		content: '';
		position: absolute;
		bottom: -5px;
		left: 0;
		width: 0;
		height: 1px;
		background: white;
	}

.mobile-footer a:not(.no-line):hover, .project-summary a:not(.no-line):hover, .drinks-intro a:not(.no-line):hover, .about-intro a:not(.no-line):hover, .about-inner a:not(.no-line):hover, .home-about a:not(.no-line):hover, .error-content a:not(.no-line):hover {
		text-decoration: none;
	}

.mobile-footer a:not(.no-line):hover::after, .project-summary a:not(.no-line):hover::after, .drinks-intro a:not(.no-line):hover::after, .about-intro a:not(.no-line):hover::after, .about-inner a:not(.no-line):hover::after, .home-about a:not(.no-line):hover::after, .error-content a:not(.no-line):hover::after {
			width: 100%;
		}

.contact-sidebar a {
		position: relative;

	}

.contact-sidebar a::after {
			transition: all 0.25s ease;
			content: '';
			position: absolute;
			bottom: -1px;
			left: 0;
			width: 0;
			height: 1px;
			background: white;
		}

.contact-sidebar a:hover::after {
				width: 100%;
			}

/* drinks page */

.drinks-intro p {
  font-size: 1rem;
}

.drinks-intro p {
  line-height: 1.375;
}

@media (min-width: 768px) {

  .drinks-intro p {
    font-size: 1.75rem;
  }
}

@media (min-width: 768px) {

  .drinks-intro p {
    line-height: 1.2;
  }
}

.temporary-transition {
	transition: top 0.6s cubic-bezier(0.8, 0.2, 0.2, 0.8), left 0.6s cubic-bezier(0.8, 0.2, 0.2, 0.8), width 0.6s cubic-bezier(0.8, 0.2, 0.2, 0.8), height 0.6s cubic-bezier(0.8, 0.2, 0.2, 0.8);
}

.page-transition-fade {
	transition: 0.4s cubic-bezier(0.8, 0.2, 0.2, 0.8);
	opacity: 1;
}

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

html.animating-image .page-transition-fade {
	transition-delay: .85s;
}

html.animating-image header {
	transition-delay: 0s;
	transform: translateY(-100%);
}

.credits-col p {
	font-size:15px;
	line-height:1.4;
}

.credits-col p + p {
		margin-top:20px;
	}

.credits-col p:last-child {
		padding-bottom:0;
	}

.has-indented-h5 {
	padding-left: 0.6em;
}

@media (min-width: 768px) {

.has-indented-h5 {
		padding-left: 0
}
	}

.has-indented-h5 h5 {
		text-indent: -.4em;
	}

.scope-col p {
		font-size:15px;
		line-height:1.4;
	}

.js-project-grid li:first-of-type,
.js-project-grid li:nth-child(6)
{
	z-index: 9997;
}

.ack-container {
	transition-delay: 200ms;
	transition: all 0.25s ease;
	transform: translateY(-100%);
}

.ack-container.ack-showing {
		transition-delay: 0s!important;
	}

.ack-container.ack-showing {
		transition: all 0.5s ease;
		transform: translateY(0);
	}

.contact-overlay-container {
	transition-delay: 200ms;
	transition: transform 0.5s ease;
	transform: translateY(100%);
	opacity: 1;
	pointer-events: none;
}

.contact-overlay-container.contact-showing {
		transition-delay: 0s!important;
	}

.contact-overlay-container.contact-showing {
		transition: transform 0.5s ease;
		transform: translateY(0);
		opacity: 1;
		pointer-events: all;
	}

.contact-overlay-container .contact-overlay-content {
		opacity: 0;
		transition: opacity 1s ease;
		transition-delay: 0s;
	}

.contact-overlay-container.contact-showing .contact-overlay-content {
		opacity: 1;
		transition-delay: 500ms;
	}

/* Custom checkbox styling */

.contact-overlay-container .custom-checkbox-input {
		position: absolute;
		opacity: 0;
		width: 0;
		height: 0;
	}

.contact-overlay-container .custom-checkbox-box {
		width: 25px;
		height: 25px;
		border: 1px solid black;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: background-color 0.2s;
	}

.contact-overlay-container .custom-checkbox-input:checked + .custom-checkbox-box {
		background-color: white;
	}

.contact-overlay-container .custom-checkbox-tick {
		opacity: 0;
		transition: opacity 0.2s;
	}

.contact-overlay-container .custom-checkbox-input:checked + .custom-checkbox-box .custom-checkbox-tick {
		opacity: 1;
	}

.contact-overlay-container input[type="checkbox"] {
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		width: 18px;
		height: 18px;
		border: 2px solid black;
		border-radius: 0;
		position: relative;
		cursor: pointer;
		background-color: transparent;
		transition: background-color 0.2s;
	}

.contact-overlay-container input[type="checkbox"]:checked {
			background-color: black;
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
		}

.contact-overlay-container input[type="checkbox"]:focus {
			outline: none;
			box-shadow: none;
		}

/* Remove iOS rounded corners on form inputs */

.contact-overlay-container input[type="text"],
	.contact-overlay-container input[type="email"],
	.contact-overlay-container textarea {
		border-radius: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		     appearance: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}

video {
    outline: none;
}

video::-webkit-media-controls-panel {
        background-image: none !important;
    }

video::-webkit-media-controls-panel {
        filter: brightness(1);
    }

.light-content video::-webkit-media-controls-panel, video.light-content::-webkit-media-controls-panel {
            filter: brightness(0);
        }

video.dark-content::-webkit-media-controls-panel {
            filter: brightness(1) !important;
        }

.header-logo-hidden .header-logo {
	opacity: 0;
}

/* Mobile-only transitions for logo fade in/out */

@media (max-width: 767px) {
	.header-logo {
		transition: opacity 0.3s ease-in-out;
	}
	
	/* On mobile, always show header logo (ignore header-logo-hidden class) */
	.header-logo-hidden .header-logo {
		opacity: 1 !important;
	}
}

.menu-open .header-logo,
.menu-open header a[href="/"],
.menu-open header .flex-1 a,
.menu-open header .flex-1.q a,
.menu-open.header-logo-hidden .header-logo,
.menu-open.header-logo-hidden header a[href="/"],
.menu-open.header-logo-hidden header .flex-1 a,
body.menu-open .header-logo,
body.menu-open header a[href="/"],
body.menu-open.header-logo-hidden .header-logo,
body.menu-open.header-logo-hidden header a[href="/"] {
	opacity: 0 !important;
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
	height: 0 !important;
	width: 0 !important;
	overflow: hidden !important;
}

.centered-logo {
	opacity: 0;
	pointer-events: none;
}

.header-logo-hidden .centered-logo {
	opacity: 1 !important;
}

/* Hide centered logo on mobile */

@media (max-width: 767px) {
	.centered-logo {
		display: none !important;
		opacity: 0 !important;
		visibility: hidden !important;
	}
}

/* Contact Badge */

.contact-badge-link {
	display: block;
	position: fixed;
	bottom: 24px;
	right: 24px;
	z-index: 50;
	transition: opacity 0.3s ease-in-out;
	pointer-events: auto;
}

@media (min-width: 768px) {

.contact-badge-link {
		bottom: 24px;
		right: 32px
}
	}

.contact-badge-container {
	position: relative;
	width: 60px;
	height: 60px;
}

.contact-badge-circle {
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid white;
}

.say {
	position: absolute;
	top: 11%;
	left: 30%;
	transform: rotate(18deg);
}

.hey {
	position: absolute;
	bottom: 12%;
	left: 28%;
	transform: rotate(-15deg);
}

.contact-badge-letter {
	font-size: 12px;
	font-family: Old Standard TT, Georgia, serif;
	text-transform: uppercase;
	transition: transform 0.8s;
	display: inline-block;
}

.is-hovered .contact-badge-letter {
		transition: transform 0.4s;
	}

.is-hovered .contact-badge-letter.s {
			transform: translate(-60%, 40%) rotate(-2deg);
		}

.is-hovered .contact-badge-letter.a {
			transform: translate(10%, 20%) rotate(-25deg);
		}

.is-hovered .contact-badge-letter.y {
			transform: translate(10%, -30%) rotate(-2deg);
		}

.is-hovered .contact-badge-letter.h {
			transform: translate(-40%, -15%) rotate(2deg);
		}

.is-hovered .contact-badge-letter.e {
			transform: translate(0%, 30%) rotate(15deg);
		}

.is-hovered .contact-badge-letter.y2 {
			transform: translate(70%, 0%) rotate(10deg);
		}

/* Hover state - add class 'is-hovered' when mouse is over */

.contact-badge-circle.is-hovered .contact-badge-letter {
	/* Hover state positioning - customize these for your design */
}

/* This is all you. */

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

@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;
  }
}

.\!pointer-events-none {
  pointer-events: none !important;
}

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

.\!visible {
  visibility: visible !important;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.\!absolute {
  position: absolute !important;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

.\!top-\[calc\(50\%\+2px\)\] {
  top: calc(50% + 2px) !important;
}

.bottom-0 {
  bottom: 0px;
}

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

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

.left-0 {
  left: 0px;
}

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

.right-0 {
  right: 0px;
}

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

.right-\[25px\] {
  right: 25px;
}

.right-\[58px\] {
  right: 58px;
}

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

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

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

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

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

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

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

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

.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-span-full {
  grid-column: 1 / -1;
}

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

.col-end-13 {
  grid-column-end: 13;
}

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

.-m-4 {
  margin: -1rem;
}

.m-4 {
  margin: 1rem;
}

.m-\[0\.5rem\] {
  margin: 0.5rem;
}

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

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

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.\!mb-\[25px\] {
  margin-bottom: 25px !important;
}

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

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

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

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

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

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

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

.mb-\[-1\.5px\] {
  margin-bottom: -1.5px;
}

.mb-\[-5px\] {
  margin-bottom: -5px;
}

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

.mb-\[120px\] {
  margin-bottom: 120px;
}

.mb-\[13px\] {
  margin-bottom: 13px;
}

.mb-\[15px\] {
  margin-bottom: 15px;
}

.mb-\[25px\] {
  margin-bottom: 25px;
}

.mb-\[28px\] {
  margin-bottom: 28px;
}

.mb-\[40px\] {
  margin-bottom: 40px;
}

.mb-\[4px\] {
  margin-bottom: 4px;
}

.mb-\[6px\] {
  margin-bottom: 6px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-\[30rem\] {
  margin-top: 30rem;
}

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

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

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

.\!block {
  display: block !important;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

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

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

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

.h-0 {
  height: 0px;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

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

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

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

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

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

.h-full {
  height: 100%;
}

.h-min {
  height: -moz-min-content;
  height: min-content;
}

.h-screen {
  height: 100vh;
}

.max-h-0 {
  max-height: 0px;
}

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

.min-h-screen {
  min-height: 100vh;
}

.w-3 {
  width: 0.75rem;
}

.w-6\/12 {
  width: 50%;
}

.w-8\/12 {
  width: 66.666667%;
}

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

.min-w-min {
  min-width: -moz-min-content;
  min-width: min-content;
}

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

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

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

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

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

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

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

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

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

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

.grow {
  flex-grow: 1;
}

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

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

.-translate-y-2\/4 {
  --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));
}

.-translate-y-\[1px\] {
  --tw-translate-y: -1px;
  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-\[0\.08em\] {
  --tw-translate-y: 0.08em;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\!rotate-0 {
  --tw-rotate: 0deg !important;
  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)) !important;
}

.\!rotate-45 {
  --tw-rotate: 45deg !important;
  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)) !important;
}

.\!rotate-\[-135deg\] {
  --tw-rotate: -135deg !important;
  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)) !important;
}

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

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

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

@keyframes bounce {

  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce {
  animation: bounce 1s infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

.auto-rows-max {
  grid-auto-rows: max-content;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[12px\] {
  gap: 12px;
}

.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

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

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-\[15px\] {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.gap-x-\[20px\] {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

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

.gap-y-\[35px\] {
  row-gap: 35px;
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.border {
  border-width: 1px;
}

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

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

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

.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, var(--tw-border-opacity, 1));
}

.border-midgrey {
  --tw-border-opacity: 1;
  border-color: rgba(76, 76, 76, 1);
  border-color: rgba(76, 76, 76, var(--tw-border-opacity, 1));
}

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

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

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 85, 147, 1);
  background-color: rgba(0, 85, 147, var(--tw-bg-opacity, 1));
}

.bg-darkgrey {
  --tw-bg-opacity: 1;
  background-color: rgba(40, 40, 40, 1);
  background-color: rgba(40, 40, 40, var(--tw-bg-opacity, 1));
}

.bg-midgrey {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 76, 76, 1);
  background-color: rgba(76, 76, 76, var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

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

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

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

.p-4 {
  padding: 1rem;
}

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

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

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

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

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

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

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

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

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

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

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

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

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

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

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

.pb-14 {
  padding-bottom: 3.5rem;
}

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

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

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

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

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

.pb-\[0\] {
  padding-bottom: 0;
}

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

.pb-\[20px\] {
  padding-bottom: 20px;
}

.pb-\[60px\] {
  padding-bottom: 60px;
}

.pr-10 {
  padding-right: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-\[140px\] {
  padding-top: 140px;
}

.pt-\[168px\] {
  padding-top: 168px;
}

.pt-\[2px\] {
  padding-top: 2px;
}

.pt-\[43px\] {
  padding-top: 43px;
}

.pt-\[50px\] {
  padding-top: 50px;
}

.pt-\[51px\] {
  padding-top: 51px;
}

.pt-\[52px\] {
  padding-top: 52px;
}

.pt-\[56\.25\%\] {
  padding-top: 56.25%;
}

.pt-\[60px\] {
  padding-top: 60px;
}

.pt-\[calc\(100vh_-_90px\)\] {
  padding-top: calc(100vh - 90px);
}

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

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

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

.font-sans {
  font-family: Sohne, Arial, sans-serif;
}

.font-serif {
  font-family: Old Standard TT, Georgia, serif;
}

.\!text-\[1\.125rem\] {
  font-size: 1.125rem !important;
}

.\!text-\[1\.75rem\] {
  font-size: 1.75rem !important;
}

.\!text-\[15px\] {
  font-size: 15px !important;
}

.\!text-\[1rem\] {
  font-size: 1rem !important;
}

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

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

.text-\[1\.125rem\] {
  font-size: 1.125rem;
}

.text-\[1\.6rem\] {
  font-size: 1.6rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

.\!leading-\[1\.21\] {
  line-height: 1.21 !important;
}

.\!leading-\[1\.375\] {
  line-height: 1.375 !important;
}

.\!leading-\[1\.75rem\] {
  line-height: 1.75rem !important;
}

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

.leading-\[1\.08\] {
  line-height: 1.08;
}

.leading-\[1\.12\] {
  line-height: 1.12;
}

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

.leading-\[1\.35\] {
  line-height: 1.35;
}

.leading-\[1\.375\] {
  line-height: 1.375;
}

.leading-\[1\.38\] {
  line-height: 1.38;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

.leading-\[1\.75rem\] {
  line-height: 1.75rem;
}

.leading-\[1\.8\] {
  line-height: 1.8;
}

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

.leading-\[21px\] {
  line-height: 21px;
}

.leading-\[22px\] {
  line-height: 22px;
}

.leading-\[36px\] {
  line-height: 36px;
}

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

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

.leading-relaxed {
  line-height: 1.625;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, 1) !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1)) !important;
}

.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, 1) !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;
}

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

.text-midgrey {
  --tw-text-opacity: 1;
  color: rgba(76, 76, 76, 1);
  color: rgba(76, 76, 76, var(--tw-text-opacity, 1));
}

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

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

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

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

.\!opacity-100 {
  opacity: 1 !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.mix-blend-difference {
  mix-blend-mode: difference;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(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: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fade-in {
  opacity: 0;
		transition: opacity .6s cubic-bezier(.55,0,.1,1);
}

.fade-in.show {
  opacity: 1;
}

.placeholder\:text-black::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

.placeholder\:text-black::placeholder {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

.placeholder\:opacity-40::-moz-placeholder {
  opacity: 0.4;
}

.placeholder\:opacity-40::placeholder {
  opacity: 0.4;
}

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

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

.hover\:opacity-100:hover {
  opacity: 1;
}

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

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px) {

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

@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

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

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

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

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

  .md\:right-\[25px\] {
    right: 25px;
  }

  .md\:right-\[32px\] {
    right: 32px;
  }

  .md\:right-\[auto\] {
    right: auto;
  }

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

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

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

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

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

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

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

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

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

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

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

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

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

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

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

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

  .md\:col-start-10 {
    grid-column-start: 10;
  }

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

  .md\:col-start-5 {
    grid-column-start: 5;
  }

  .md\:col-end-13 {
    grid-column-end: 13;
  }

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

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

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

  .md\:mb-\[10px\] {
    margin-bottom: 10px;
  }

  .md\:mb-\[15px\] {
    margin-bottom: 15px;
  }

  .md\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .md\:mb-\[50px\] {
    margin-bottom: 50px;
  }

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-0 {
    height: 0px;
  }

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

  .md\:h-auto {
    height: auto;
  }

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

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

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

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

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

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

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

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

  .md\:-translate-x-2\/4 {
    --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));
  }

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

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

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

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

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

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

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-\[20px\] {
    gap: 20px;
  }

  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:gap-y-48 {
    row-gap: 12rem;
  }

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

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

  .md\:border-t-0 {
    border-top-width: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:pb-\[30px\] {
    padding-bottom: 30px;
  }

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

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

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

  .md\:pt-11 {
    padding-top: 2.75rem;
  }

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

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

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

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

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

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

  .md\:pt-\[136px\] {
    padding-top: 136px;
  }

  .md\:pt-\[138\%\] {
    padding-top: 138%;
  }

  .md\:pt-\[200px\] {
    padding-top: 200px;
  }

  .md\:pt-\[30px\] {
    padding-top: 30px;
  }

  .md\:pt-\[66\.63\%\] {
    padding-top: 66.63%;
  }

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

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

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

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

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

  .md\:text-\[15px\] {
    font-size: 15px;
  }

  .md\:text-\[16px\] {
    font-size: 16px;
  }

  .md\:text-\[18px\] {
    font-size: 18px;
  }

  .md\:text-\[22px\] {
    font-size: 22px;
  }

  .md\:text-\[24px\] {
    font-size: 24px;
  }

  .md\:text-\[28px\] {
    font-size: 28px;
  }

  .md\:text-\[4\.5rem\] {
    font-size: 4.5rem;
  }

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

  .md\:leading-9 {
    line-height: 2.25rem;
  }

  .md\:leading-\[1\.21\] {
    line-height: 1.21;
  }

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

  .md\:leading-\[21px\] {
    line-height: 21px;
  }

  .md\:transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

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

@media (min-width: 1024px) {

  .lg\:fixed {
    position: fixed;
  }

  .lg\:\!absolute {
    position: absolute !important;
  }

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

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

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

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

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

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

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

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

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

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

  .lg\:col-start-5 {
    grid-column-start: 5;
  }

  .lg\:col-end-13 {
    grid-column-end: 13;
  }

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

  .lg\:mb-\[40px\] {
    margin-bottom: 40px;
  }

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

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

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

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

  .lg\:mt-\[15px\] {
    margin-top: 15px;
  }

  .lg\:\!block {
    display: block !important;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:h-\[calc\(100vh_-_90px\)\] {
    height: calc(100vh - 90px);
  }

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

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

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

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

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

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

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

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

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-x-\[29px\] {
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .lg\:gap-y-36 {
    row-gap: 9rem;
  }

  .lg\:gap-y-9 {
    row-gap: 2.25rem;
  }

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

  .lg\:border-none {
    border-style: none;
  }

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

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

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

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

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

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

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

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

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

  .lg\:pb-\[23px\] {
    padding-bottom: 23px;
  }

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

  .lg\:pt-\[78px\] {
    padding-top: 78px;
  }

  .lg\:pt-\[90px\] {
    padding-top: 90px;
  }

  .lg\:pt-\[calc\(100vh_-_90px\)\] {
    padding-top: calc(100vh - 90px);
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:leading-\[1\.13\] {
    line-height: 1.13;
  }

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

  .lg\:leading-\[68px\] {
    line-height: 68px;
  }
}

@media (min-width: 1280px) {

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

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

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

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

  .xl\:col-start-12 {
    grid-column-start: 12;
  }

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

  .xl\:col-start-auto {
    grid-column-start: auto;
  }

  .xl\:col-end-12 {
    grid-column-end: 12;
  }

  .xl\:col-end-13 {
    grid-column-end: 13;
  }
}

@media (min-width: 1536px) {

  .\32xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

  .\32xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

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

  .\32xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .\32xl\:col-end-13 {
    grid-column-end: 13;
  }

  .\32xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media (min-width: 768px) {

  .md\:\[\&\>\*\]\:max-w-\[83\%\]>* {
    max-width: 83%;
  }
}

.\[\&\>h5\]\:pb-4>h5 {
  padding-bottom: 1rem;
}

