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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

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

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

  .container {
    max-width: 100%;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-left-\[14px\] {
  left: -14px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[-7px\] {
  left: -7px;
}
.top-0 {
  top: 0px;
}
.top-\[45\%\] {
  top: 45%;
}
.top-\[48\%\] {
  top: 48%;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[7px\] {
  top: 7px;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.m-8 {
  margin: 2rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-\[1vw\] {
  margin-left: 1vw;
  margin-right: 1vw;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[4vw\] {
  margin-top: 4vw;
  margin-bottom: 4vw;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[12vw\] {
  margin-bottom: 12vw;
}
.mb-\[16\.5vw\] {
  margin-bottom: 16.5vw;
}
.mb-\[2\.75vw\] {
  margin-bottom: 2.75vw;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-16 {
  margin-top: 4rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.\!h-\[100vh\] {
  height: 100vh !important;
}
.h-1 {
  height: 0.25rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[101\%\] {
  height: 101%;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[60px\] {
  height: 60px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[70\%\] {
  min-height: 70%;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-\[100vw\] {
  width: 100vw !important;
}
.\!w-\[80vw\] {
  width: 80vw !important;
}
.w-16 {
  width: 4rem;
}
.w-\[101\%\] {
  width: 101%;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[56px\] {
  width: 56px;
}
.w-\[90vw\] {
  width: 90vw;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[650px\] {
  max-width: 650px;
}
.max-w-sm {
  max-width: 24rem;
}
.basis-full {
  flex-basis: 100%;
}
.-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-\[50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-2 {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.border-b {
  border-bottom-width: 1px;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-\[1\.25vw\] {
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
}
.py-\[2vw\] {
  padding-top: 2vw;
  padding-bottom: 2vw;
}
.pt-\[9vw\] {
  padding-top: 9vw;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-bgp-bold {
  font-family: basis-grotesque-bold-pro, sans-serif;
}
.font-bgp-normal {
  font-family: basis-grotesque-regular-pro, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[3\.89vw\] {
  font-size: 3.89vw;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.text-beige {
  --tw-text-opacity: 1;
  color: rgb(248 246 238 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-grey {
  color: rgba(0, 0, 0, 0.25);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-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;
}
.delay-150 {
  transition-delay: 150ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}
.alignwide {
  margin: 2rem 0;
  max-width: 1600px !important;
}
.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}
.aligncenter {
  margin: 0.5rem auto;
  display: block;
}
@media (min-width: 600px) {

  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}
.wp-caption {
  display: inline-block;
}
.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}
/******************************************/
/* Fonts */
/******************************************/
@font-face {
    font-family: 'basis-grotesque-bold-pro';
    src: url(../fonts/basis-grotesque-bold-pro.woff2?03d826adb5e8f7c2a7699eb731a08281) format('woff2'),
        url(../fonts/basis-grotesque-bold-pro.woff?5f5bcd62f109d0ef43f6644b823c1a79) format('woff'),
        url(../fonts/basis-grotesque-bold-pro.ttf?5c04995ea4b11f3d8f7d0151ee710432) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'basis-grotesque-medium-pro';
    src: url(../fonts/basis-grotesque-medium-pro.woff2?cebad7d0414b4b0cad84175ba8133c65) format('woff2'),
        url(../fonts/basis-grotesque-medium-pro.woff?55caa2ce52aa4976281449a28d980560) format('woff'),
        url(../fonts/basis-grotesque-medium-pro.ttf?5a69c5429d3c06e5ca3877dd93d0c6d9) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'basis-grotesque-regular-pro';
    src: url(../fonts/basis-grotesque-regular-pro.woff2?fb52f1b19192ab2ba3136c441621e870) format('woff2'),
        url(../fonts/basis-grotesque-regular-pro.woff?6f371a96ab2ee92a8606e9f48f4c5d07) format('woff'),
        url(../fonts/basis-grotesque-regular-pro.ttf?b61d498166514b32a8ed76be9e623a45) format('truetype');
    font-weight: normal;
    font-style: normal;
}
/******************************************/
/* PostCSS Mixins */
/******************************************/
/******************************************/
/* Webkit */
/******************************************/
* { -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: transparent; -webkit-appearance: none; -webkit-border-radius: 0px; -webkit-text-size-adjust: 100%; }
input[type="number"] { -moz-appearance: textfield; }
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
textarea { resize: none; }
select::-ms-expand { display: none; }
::-moz-selection { background: var(--black); color: var(--beige) !important; }
::selection { background: var(--black); color: var(--beige) !important; }
::-moz-selection { background: var(--black); color: var(--beige) !important; }
::-webkit-scrollbar { display: none !important; }
::-webkit-calendar-picker-indicator { display: none; -webkit-appearance: none; }
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
    -webkit-text-fill-color: var(--beige);
    -webkit-box-shadow: 0 0 0 30px var(--black) inset !important;
    -webkit-animation-delay: 1s; -webkit-animation-name: autofill; -webkit-animation-fill-mode: both;
}
/******************************************/
/* Scrollbars */
/******************************************/
/* for copy-paste */
html {
  scrollbar-width: none!important;
  scrollbar-color: transparent transparent!important;
  -ms-overflow-style: none;
}
html body::-webkit-scrollbar {
  display: none!important;
}
/* browser */
html {
  /* firefox */
  scrollbar-width: none !important;
  /* IE, Edge */
  -ms-overflow-style: none;
}
html body::-webkit-scrollbar {
  /* safari */
  display: none;
}
/******************************************/
/* Variables */
/******************************************/
:root {
    --white: #ffffff;
    --black: #000000;
    --beige: #f8f6ee;
}
/******************************************/
/* Global */
/******************************************/
html {
  --tw-bg-opacity: 1;
  background-color: rgb(248 246 238 / var(--tw-bg-opacity));
    transition: all 0.35s cubic-bezier(.76, 0, .24, 1) 0.05s;
}
html:has(.page-home-page) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
html.is-changing .transition-swup-fade {
        transition: opacity 0.35s cubic-bezier(.76, 0, .24, 1) 0.05s;
        opacity: 1;
    }
html.is-animating {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
html.is-animating .transition-swup-fade {
        opacity: 0;
    }
.transition-logo {
    transition: opacity 0.35s cubic-bezier(.76, 0, .24, 1) 0.05s;
    opacity: 0;
    z-index: 0;
    pointer-events: none;
}
html.is-animating .transition-logo {
    transition: opacity 0.35s cubic-bezier(.76, 0, .24, 1) 0.05s;
    z-index: 1000;
    opacity: 1;
}
body {
  position: relative;
  font-family: basis-grotesque-bold-pro, sans-serif;
}
@media (min-width: 600px) {

  body {
    min-height: 588px;
  }
}
body {
    line-height: 1;
}
@media screen and (max-height: 900px) and (min-width: 1200px) {
header svg#logo {
            height: 10vh;
            min-height: 80px
    }
        }
#hero:before {
        content: '';
        position: absolute;
        z-index: 10;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }
/* #content {
    @apply min-h-[70%];
} */
body:not(:has(.single-artist)), 
#swup:not(:has(.single-artist)), 
#page:not(.single-artist) {
    /* @apply h-full; */
    height: calc(var(--vh, 1vh) * 100);
}
#page:not(.single-artist) main, #page:not(.single-artist) .container, #page:not(.single-artist) article, #page:not(.single-artist) #content, #page:not(.single-artist) .entry-content {
  height: 100%;
}
body:has(.page-contact) {
    /* @apply h-[100vh]; */
    height: calc(var(--vh, 1vh) * 100);
}
body:has(.page-contact) #content {
  min-height: 400px;
}
#page :not(header) {
        a {
        position: relative;
        cursor: pointer;
        text-decoration: none; 
    }
        a:before,
        a:after {
            content: '';
            background-color: var(--black);
            position: absolute;
            width: 0;
            height: 0.2em;
            top: 50%;
            margin-top: -0.1em;
            z-index: 1;
        }
        a:before {
            left: -0.2em;
        }
        a:after {
            right: -0.2em;
            background-color: var(--black);
            transition: width 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
        }
        @media (hover: hover) {
            a:hover {
                color: var(--black);
            }
            a:hover:before {
                background-color: var(--black);
                width: calc(100% + 0.4em);
                transition: width 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
            }
            a:hover:after {
                background-color: transparent;
                width: calc(100% + 0.4em);
                transition: 0s;
            }
        }
        a.active {
            cursor: default;
            color: var(--black);
        }
    }
#page.page-home-page {
    a {
        position: relative;
        cursor: pointer;
        text-decoration: none; 
    }
    a:before,
        a:after {
            content: '';
            background-color: var(--beige);
            position: absolute;
            width: 0;
            height: 0.2em;
            top: 50%;
            margin-top: -0.1em;
            z-index: 1;
        }
    a:before {
            left: -0.2em;
        }
    a:after {
            right: -0.2em;
            background-color: var(--beige);
            transition: width 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
        }
    @media (hover: hover) {
            a:hover {
                color: var(--beige);
            }
            a:hover:before {
                background-color: var(--beige);
                width: calc(100% + 0.4em);
                transition: width 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
            }
            a:hover:after {
                background-color: transparent;
                width: calc(100% + 0.4em);
                transition: 0s;
            }
        }
    a.active {
            cursor: default;
            color: var(--beige);
        }
}
#page.page-home-page footer {
  position: absolute;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 300ms;
  transition-duration: 1000ms;
}
#page.page-home-page.video-loaded .artists-menu, #page.page-home-page.video-loaded footer {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}
#page.page-contact {
  display: flex;
  height: 100%;
  flex-direction: column;
}
#page.page-contact #content {
  display: flex;
  align-items: center;
  justify-content: center;
}
#page.page-contact main {
  height: auto !important;
}
#page.page-contact h2 {
  margin-bottom: 2.75vw;
}
@media (min-width: 600px) {

  #page.page-contact h2 {
    margin-bottom: 1rem;
  }
}
#page.page-contact .wp-block-group {
  margin-bottom: 16.5vw;
}
@media (min-width: 600px) {

  #page.page-contact .wp-block-group {
    margin-bottom: 6rem;
  }
}
#page.page-contact .back-button {
  cursor: pointer;
}
#page.page-contact .entry-content a {
  text-decoration-line: underline;
}
@media (min-width: 600px) {

  #page.page-contact .entry-content a {
    text-decoration-line: none;
  }
}
#page.single-artist .gallery-item {
        background-color: rgba(0, 0, 0, 0.2);
    }
#page.single-artist .gallery-item a:before, #page.single-artist .gallery-item a:after {
                display: none;
            }
/* 3x2 grid for gallery with less than 7 items */
@media (min-width: 1200px) {

  #page.single-artist .gallery:not(:has(.gallery-item:nth-child(7))) .gallery-item {
    flex-basis: 33.333333%;
  }
}
/******************************************/
/* FancyBox */
/******************************************/
.fancybox__container {
    --f-button-svg-stroke-width: 1px;
    --f-button-height: auto;
    --f-button-width: auto;
    --fancybox-bg: var(--black);
    --fancybox-color: var(--beige);
}
.fancybox__content {
  height: 100vh !important;
  width: 100vw !important;
}
@media (min-width: 600px) {

  .fancybox__content {
    height: auto !important;
    width: 80vw !important;
  }
}
.fancybox__caption {
  width: 100%;
  text-align: left;
  font-family: basis-grotesque-regular-pro, sans-serif;
  font-size: 20px;
}
@media (min-width: 600px) {

  .fancybox__caption {
    max-width: 80%;
  }
}
.fancybox__toolbar {
    --f-button-bg: transparent;
    --f-button-svg-stroke-width: 0.5px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
@media (min-width: 600px) {

  .fancybox__toolbar {
    max-width: 80%;
  }
}
.is-idle .fancybox__toolbar {
    pointer-events: all;
    animation: none;
}
.fancybox__carousel {
    flex: none;
}
.f-button {
  position: relative;
  display: inline-block;
  height: 60px;
  width: 22px;
  overflow: hidden;
}
.f-button svg {
  pointer-events: none;
  position: absolute;
  left: -14px;
  top: 0px;
  height: 60px;
  width: 56px;
  filter: none;
        stroke-width:[var(--f-button-svg-stroke-width)];
        stroke-linecap: unset; 
        stroke-linejoin: unset;
}
.f-button[data-fancybox-close] {
  margin-left: 1rem;
  width: 30px;
}
@media (min-width: 600px) {

  .f-button[data-fancybox-close] {
    margin-left: 0px;
  }
}
.f-button[data-fancybox-close] svg {
  left: -7px;
  top: 7px;
  height: 44px;
  width: 44px;
}
.f-button[data-fancybox-next] {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (min-width: 600px) {

  .f-button[data-fancybox-next] {
    margin-right: 0px;
  }
}
.f-button:hover:not([disabled]) {
  background-color: transparent;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
@media (min-width: 480px) {

  .xs\:\!w-\[28rem\] {
    width: 28rem !important;
  }

  .xs\:pt-8 {
    padding-top: 2rem;
  }
}
@media (min-width: 600px) {

  .sm\:mb-\[1rem\] {
    margin-bottom: 1rem;
  }

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

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

  .sm\:\!w-\[80vw\] {
    width: 80vw !important;
  }

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

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

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

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

  .sm\:no-underline {
    text-decoration-line: none;
  }
}
@media (min-width: 782px) {

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

  .md\:basis-\[50\%\] {
    flex-basis: 50%;
  }

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

  .md\:px-\[2vw\] {
    padding-left: 2vw;
    padding-right: 2vw;
  }

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

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

  .md\:text-\[2\.246vw\] {
    font-size: 2.246vw;
  }
}
@media (min-width: 1025px) {

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

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

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

  .ml\:opacity-0 {
    opacity: 0;
  }
}
@media (min-width: 1200px) {

  .lg\:basis-\[25\%\] {
    flex-basis: 25%;
  }

  .lg\:basis-\[33\.333333\%\] {
    flex-basis: 33.333333%;
  }
}

