/*============================================================================*\
  Styles
\*============================================================================*/

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;600&family=Roboto+Mono&display=swap");

@import url("https://use.typekit.net/gqj4amx.css");


/* FIX STAFF ONLY */
.toggle-menu {
    display: none !important;
}

/*.do-not-display {
  display: none !important;
}*/




@-webkit-keyframes moveline {
  0% {
    background-size: 100% 1px;
    background-position: right bottom;
  }

  50% {
    background-size: 0% 1px;
    background-position: right bottom;
  }

  51% {
    background-size: 0% 1px;
    background-position: left bottom;
  }

  100% {
    background-size: 100% 1px;
    background-position: left bottom;
  }
}

@keyframes moveline {
  0% {
    background-size: 100% 1px;
    background-position: right bottom;
  }

  50% {
    background-size: 0% 1px;
    background-position: right bottom;
  }

  51% {
    background-size: 0% 1px;
    background-position: left bottom;
  }

  100% {
    background-size: 100% 1px;
    background-position: left bottom;
  }
}

/* Utilities
\*============================================================================*/

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

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
}

.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}

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

.bg-left-top{
  background-position: left top;
}

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

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

.border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-border-opacity));
}

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

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

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

.rounded-xl{
  border-radius: 0.75rem;
}

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

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

.border{
  border-width: 1px;
}

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

.cursor-pointer{
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

.float-left{
  float: left;
}

.font-mono{
  font-family: Roboto Mono, monospace;
}

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

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

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

.h-0{
  height: 0px;
}

.h-2{
  height: 0.5rem;
}

.h-9{
  height: 2.25rem;
}

.h-10{
  height: 2.5rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-20{
  height: 5rem;
}

.h-28{
  height: 7rem;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-18{
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

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

.ml-2{
  margin-left: 0.5rem;
}

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

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

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

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

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

.mr-6{
  margin-right: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-h-72{
  max-height: 18rem;
}

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

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

.max-w-50{
  max-width: 12.5rem;
}

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

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

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

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

.opacity-0{
  opacity: 0;
}

.opacity-10{
  opacity: 0.1;
}

.opacity-40{
  opacity: 0.4;
}

.opacity-60{
  opacity: 0.6;
}

.opacity-70{
  opacity: 0.7;
}

.group:hover .group-hover\:opacity-20{
  opacity: 0.2;
}

.group:hover .group-hover\:opacity-40{
  opacity: 0.4;
}

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

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

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

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

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-18{
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

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

.pr-4{
  padding-right: 1rem;
}

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

.pl-5{
  padding-left: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

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

.top-0{
  top: 0px;
}

.right-0{
  right: 0px;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.right-4{
  right: 1rem;
}

.left-4{
  left: 1rem;
}

.top-6{
  top: 1.5rem;
}

.right-6{
  right: 1.5rem;
}

.bottom-6{
  bottom: 1.5rem;
}

.left-6{
  left: 1.5rem;
}

.bottom-8{
  bottom: 2rem;
}

.bottom-10{
  bottom: 2.5rem;
}

.left-24\/24-screen{
  left: 100vw;
}

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

.-top-9{
  top: -2.25rem;
}

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

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

.bottom-full{
  bottom: 100%;
}

.left-full{
  left: 100%;
}

*{
  --tw-shadow: 0 0 #0000;
}

.shadow-img{
  --tw-shadow: 0px 0px 36px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

*{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --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 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.fill-white{
  fill: #fff;
}

.fill-gray-900{
  fill: #171717;
}

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

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

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

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

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-text-opacity));
}

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

.uppercase{
  text-transform: uppercase;
}

.normal-case{
  text-transform: none;
}

.underline{
  text-decoration: underline;
}

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

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

.invisible{
  visibility: hidden;
}

.group:hover .group-hover\:visible{
  visibility: visible;
}

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

.w-0{
  width: 0px;
}

.w-9{
  width: 2.25rem;
}

.w-10{
  width: 2.5rem;
}

.w-14{
  width: 3.5rem;
}

.w-16{
  width: 4rem;
}

.w-20{
  width: 5rem;
}

.w-28{
  width: 7rem;
}

.w-auto{
  width: auto;
}

.w-px{
  width: 1px;
}

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

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

.w-1\/12{
  width: 8.333333%;
}

.w-2\/12{
  width: 16.666667%;
}

.w-10\/12{
  width: 83.333333%;
}

.w-11\/12{
  width: 91.666667%;
}

.w-full{
  width: 100%;
}

.z-goku{
  z-index: 9000;
}

.z-default{
  z-index: 1;
}

.z-dropdown{
  z-index: 100;
}

.transform-gpu{
  --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;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45{
  --tw-rotate: 45deg;
}

.rotate-90{
  --tw-rotate: 90deg;
}

.rotate-180{
  --tw-rotate: 180deg;
}

.-rotate-90{
  --tw-rotate: -90deg;
}

.translate-x-4{
  --tw-translate-x: 1rem;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
}

.-translate-x-full{
  --tw-translate-x: -100%;
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
}

.group:hover .group-hover\:-translate-y-6{
  --tw-translate-y: -1.5rem;
}

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

.ease-in-out-circ{
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

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

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

@-webkit-keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

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

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

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

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

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

.mix-blend-hard-light{
  mix-blend-mode: hard-light;
}

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.table{
  display: table;
}

.hidden{
  display: none;
}

/* Vendors
\*============================================================================*/

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* flickity-fade */

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

/* Globals
\*============================================================================*/

/*! tailwindcss v2.1.4 | MIT License | https://tailwindcss.com*/

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

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

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

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

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

/**
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)
*/

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

/*
Forms
=====
*/

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

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

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

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

/**
Restore the focus styles unset by the previous rule.
*/

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

/**
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.
*/

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

/*
Interactive
===========
*/

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

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Inter, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    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 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: Roboto Mono, monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

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

/* stylelint-disable selector-max-compound-selectors */

/*==========================================================================*\
  Global
\*==========================================================================*/

/* Base
\*==========================================================================*/

*,
*:before,
*:after {
  position: relative;
}

*:focus {
  outline: none !important;
}

html {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  line-height: 1.625;
  font-family: Inter, sans-serif;
  font-weight: 300;
  width: 100%;
}

html:after {
  content: "";
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.7;
  opacity: 0;
  visibility: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
  transition-delay: 700ms;
  z-index: 2000;
}

html.open-menu:after, html.open-sidebar:after {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

body {
  overflow-x: hidden;
  width: 100%;
}

main {
  overflow-x: hidden;
  width: 100%;
}

h1, h2, h3, h4{
  font-family: roc-grotesk, sans-serif;
}

h1, h2, h3, h4{
  font-weight: 500;
}

h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child) {
  margin-top: 0.85em;
}

h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child) {
  margin-bottom: 0.65em;
}

h1 + h5, h2 + h5, h3 + h5, h4 + h5{
  margin-top: -2rem !important;
}

h1 .line, h2 .line, h3 .line, h4 .line{
  display: block;
}

h1 .line:before, h1 .line:after,
h2 .line:before,
h2 .line:after,
h3 .line:before,
h3 .line:after,
h4 .line:before,
h4 .line:after {
  content: attr(data-line);
}

h1 .line:before, h1 .line:after, h2 .line:before, h2 .line:after, h3 .line:before, h3 .line:after, h4 .line:before, h4 .line:after{
  position: absolute;
}

h1 .line:before, h1 .line:after, h2 .line:before, h2 .line:after, h3 .line:before, h3 .line:after, h4 .line:before, h4 .line:after{
  top: 0px;
}

h1 .line:before, h1 .line:after, h2 .line:before, h2 .line:after, h3 .line:before, h3 .line:after, h4 .line:before, h4 .line:after{
  display: block;
}

h1 .line:before, h1 .line:after, h2 .line:before, h2 .line:after, h3 .line:before, h3 .line:after, h4 .line:before, h4 .line:after{
  left: 0px;
}

.js-reveal h1 .line,
.js-reveal h2 .line,
.js-reveal h3 .line,
.js-reveal h4 .line {
  -webkit-clip-path: polygon(-0.15em 0%, calc(100% + 0.15em) 0%, calc(100% + 0.15em) 116%, -0.15em 116%);
          clip-path: polygon(-0.15em 0%, calc(100% + 0.15em) 0%, calc(100% + 0.15em) 116%, -0.15em 116%);
}

.js-reveal h1 .line, .js-reveal h2 .line, .js-reveal h3 .line, .js-reveal h4 .line{
  color: transparent;
}

.js-reveal h1 .line:before, .js-reveal h1 .line:after,
.js-reveal h2 .line:before,
.js-reveal h2 .line:after,
.js-reveal h3 .line:before,
.js-reveal h3 .line:after,
.js-reveal h4 .line:before,
.js-reveal h4 .line:after {
  transform: translate3d(0, 120%, 0);
}

.js-reveal h1 .line:before, .js-reveal h1 .line:after, .js-reveal h2 .line:before, .js-reveal h2 .line:after, .js-reveal h3 .line:before, .js-reveal h3 .line:after, .js-reveal h4 .line:before, .js-reveal h4 .line:after{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.js-reveal h1 .line:before, .js-reveal h1 .line:after, .js-reveal h2 .line:before, .js-reveal h2 .line:after, .js-reveal h3 .line:before, .js-reveal h3 .line:after, .js-reveal h4 .line:before, .js-reveal h4 .line:after{
  transition-duration: 1000ms;
}

.js-reveal h1 .line:before, .js-reveal h1 .line:after, .js-reveal h2 .line:before, .js-reveal h2 .line:after, .js-reveal h3 .line:before, .js-reveal h3 .line:after, .js-reveal h4 .line:before, .js-reveal h4 .line:after{
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.js-reveal h1 .line:before, .js-reveal h2 .line:before, .js-reveal h3 .line:before, .js-reveal h4 .line:before{
  --tw-text-opacity: 1;
  color: rgba(255, 0, 0, var(--tw-text-opacity));
}

.js-reveal h1 .line:after, .js-reveal h2 .line:after, .js-reveal h3 .line:after, .js-reveal h4 .line:after{
  --tw-text-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.is-visible h1 .line:before, .is-visible h1 .line:after,
.is-visible h2 .line:before,
.is-visible h2 .line:after,
.is-visible h3 .line:before,
.is-visible h3 .line:after,
.is-visible h4 .line:before,
.is-visible h4 .line:after {
  transform: translate3d(0, 0%, 0);
}

.is-visible h1 .line:before,
.is-visible h2 .line:before,
.is-visible h3 .line:before,
.is-visible h4 .line:before {
  transition-delay: 0.03s;
}

.is-visible h1 .line:nth-child(1):before,
.is-visible h2 .line:nth-child(1):before,
.is-visible h3 .line:nth-child(1):before,
.is-visible h4 .line:nth-child(1):before {
  transition-delay: 0.03s;
}

.is-visible h1 .line:nth-child(1):after,
.is-visible h2 .line:nth-child(1):after,
.is-visible h3 .line:nth-child(1):after,
.is-visible h4 .line:nth-child(1):after {
  transition-delay: 0s;
}

.is-visible h1 .line:nth-child(2):before,
.is-visible h2 .line:nth-child(2):before,
.is-visible h3 .line:nth-child(2):before,
.is-visible h4 .line:nth-child(2):before {
  transition-delay: 0.13s;
}

.is-visible h1 .line:nth-child(2):after,
.is-visible h2 .line:nth-child(2):after,
.is-visible h3 .line:nth-child(2):after,
.is-visible h4 .line:nth-child(2):after {
  transition-delay: 0.1s;
}

.is-visible h1 .line:nth-child(3):before,
.is-visible h2 .line:nth-child(3):before,
.is-visible h3 .line:nth-child(3):before,
.is-visible h4 .line:nth-child(3):before {
  transition-delay: 0.23s;
}

.is-visible h1 .line:nth-child(3):after,
.is-visible h2 .line:nth-child(3):after,
.is-visible h3 .line:nth-child(3):after,
.is-visible h4 .line:nth-child(3):after {
  transition-delay: 0.2s;
}

.is-visible h1 .line:nth-child(4):before,
.is-visible h2 .line:nth-child(4):before,
.is-visible h3 .line:nth-child(4):before,
.is-visible h4 .line:nth-child(4):before {
  transition-delay: 0.33s;
}

.is-visible h1 .line:nth-child(4):after,
.is-visible h2 .line:nth-child(4):after,
.is-visible h3 .line:nth-child(4):after,
.is-visible h4 .line:nth-child(4):after {
  transition-delay: 0.3s;
}

.is-visible h1 .line:nth-child(5):before,
.is-visible h2 .line:nth-child(5):before,
.is-visible h3 .line:nth-child(5):before,
.is-visible h4 .line:nth-child(5):before {
  transition-delay: 0.43s;
}

.is-visible h1 .line:nth-child(5):after,
.is-visible h2 .line:nth-child(5):after,
.is-visible h3 .line:nth-child(5):after,
.is-visible h4 .line:nth-child(5):after {
  transition-delay: 0.4s;
}

.is-visible h1 .line:nth-child(6):before,
.is-visible h2 .line:nth-child(6):before,
.is-visible h3 .line:nth-child(6):before,
.is-visible h4 .line:nth-child(6):before {
  transition-delay: 0.53s;
}

.is-visible h1 .line:nth-child(6):after,
.is-visible h2 .line:nth-child(6):after,
.is-visible h3 .line:nth-child(6):after,
.is-visible h4 .line:nth-child(6):after {
  transition-delay: 0.5s;
}

.is-visible h1 .line:nth-child(7):before,
.is-visible h2 .line:nth-child(7):before,
.is-visible h3 .line:nth-child(7):before,
.is-visible h4 .line:nth-child(7):before {
  transition-delay: 0.63s;
}

.is-visible h1 .line:nth-child(7):after,
.is-visible h2 .line:nth-child(7):after,
.is-visible h3 .line:nth-child(7):after,
.is-visible h4 .line:nth-child(7):after {
  transition-delay: 0.6s;
}

.is-visible h1 .line:nth-child(8):before,
.is-visible h2 .line:nth-child(8):before,
.is-visible h3 .line:nth-child(8):before,
.is-visible h4 .line:nth-child(8):before {
  transition-delay: 0.73s;
}

.is-visible h1 .line:nth-child(8):after,
.is-visible h2 .line:nth-child(8):after,
.is-visible h3 .line:nth-child(8):after,
.is-visible h4 .line:nth-child(8):after {
  transition-delay: 0.7s;
}

.is-visible h1 .line:nth-child(9):before,
.is-visible h2 .line:nth-child(9):before,
.is-visible h3 .line:nth-child(9):before,
.is-visible h4 .line:nth-child(9):before {
  transition-delay: 0.83s;
}

.is-visible h1 .line:nth-child(9):after,
.is-visible h2 .line:nth-child(9):after,
.is-visible h3 .line:nth-child(9):after,
.is-visible h4 .line:nth-child(9):after {
  transition-delay: 0.8s;
}

.is-visible h1 .line:nth-child(10):before,
.is-visible h2 .line:nth-child(10):before,
.is-visible h3 .line:nth-child(10):before,
.is-visible h4 .line:nth-child(10):before {
  transition-delay: 0.93s;
}

.is-visible h1 .line:nth-child(10):after,
.is-visible h2 .line:nth-child(10):after,
.is-visible h3 .line:nth-child(10):after,
.is-visible h4 .line:nth-child(10):after {
  transition-delay: 0.9s;
}

.is-visible h1 .line:nth-child(11):before,
.is-visible h2 .line:nth-child(11):before,
.is-visible h3 .line:nth-child(11):before,
.is-visible h4 .line:nth-child(11):before {
  transition-delay: 1.03s;
}

.is-visible h1 .line:nth-child(11):after,
.is-visible h2 .line:nth-child(11):after,
.is-visible h3 .line:nth-child(11):after,
.is-visible h4 .line:nth-child(11):after {
  transition-delay: 1s;
}

h1 {
  font-size: 3rem;
  line-height: 1;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  h1 {
    font-size: 6.25em;
    line-height: 1em;
  }
}

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

@media (min-width: 1024px) {
  h2 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  h2 {
    font-size: 4.375em;
    line-height: 1em;
  }
}

h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}

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

@media (min-width: 1280px) {
  h3 {
    font-size: 2.5em;
    line-height: 1em;
  }
}

@media (min-width: 1024px) {
  h3:not(:first-child) {
    margin-top: 0.95em;
  }
}

h3:not(:last-child) {
  margin-bottom: 0.5em;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  h4 {
    font-size: 1.625em;
    line-height: 1em;
  }
}

h4:not(:first-child) {
  margin-top: 1.4em;
}

@media (min-width: 1024px) {
  h4:not(:first-child) {
    margin-top: 2em;
  }
}

@media (min-width: 1024px) {
  h4:not(:last-child) {
    margin-bottom: 1.25rem !important;
  }
}

h4 + hr {
  width: 100%;
}

h4 + hr:not(:first-child) {
  margin-top: 1rem;
}

@media (min-width: 1024px) {
  h4 + hr:not(:first-child) {
    margin-top: 1.5rem;
  }
}

h4 + hr:not(:last-child) {
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  h4 + hr:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

h5 {
  font-size: 0.8125em;
  line-height: 1.3846153846153846em;
  font-family: Roboto Mono, monospace;
  font-weight: 400;
  letter-spacing: 0.1em;
}

h5 + h1, h5 + h2, h5 + h3 {
  margin-top: 2rem !important;
}

h5 + h4 {
  margin-top: 1rem !important;
}

p:not(:last-child) {
  margin-bottom: 1.5rem;
}

strong,
b {
  font-weight: 700;
}

em {
  font-style: italic;
}

a {
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

hr {
  height: 5px;
  display: block;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  width: 9rem;
}

hr:not(:first-child) {
  margin-top: 2.5rem;
}

hr:not(:last-child) {
  margin-bottom: 2.5rem;
}

[class*=text-white] hr {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

img {
  height: auto;
}

/* Selection
\*==========================================================================*/

::-moz-selection {
  text-shadow: none;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

::selection {
  text-shadow: none;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .m\:d-grid {
    display: grid;
  }
}

@media (min-width: 1024px) {
  .navbar {
    width: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .navbar {
    width: 4.375rem;
  }
}

.main-nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0s linear 1s, visibility 0s linear 1s;
  bottom: 3.62rem;
  width: 100%;
  height: calc(100% - 3.62rem);
}

@media (min-width: 1024px) {
  .main-nav {
    height: auto;
    width: 35vw;
    min-width: 420px;
  }
}

@media (min-width: 1280px) {
  .main-nav {
    min-width: 520px;
  }
}

.open-menu .main-nav {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s, 0s;
}

.main-nav:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 0, 0, var(--tw-bg-opacity));
  --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;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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-origin: left;
  --tw-scale-x: 0;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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-duration: 700ms;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-delay: 200ms;
}

.open-menu .main-nav:before {
  --tw-scale-x: 1;
  transition-delay: 0s;
}

.main-nav .icon--logo-xl {
  --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;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-duration: 700ms;
  opacity: 0;
  --tw-translate-x: 0.75rem;
}

.open-menu .main-nav .icon--logo-xl {
  transition-delay: 100ms;
  opacity: 1;
  transform: none;
}

.main-nav .menu > li {
  --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;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  --tw-translate-y: 2rem;
  transition-duration: 300ms;
}

.main-nav .menu > li:nth-child(1) {
  transition-delay: 0s;
}

.main-nav .menu > li:nth-child(2) {
  transition-delay: 0.1s;
}

.main-nav .menu > li:nth-child(3) {
  transition-delay: 0.2s;
}

.main-nav .menu > li:nth-child(4) {
  transition-delay: 0.3s;
}

.main-nav .menu > li:nth-child(5) {
  transition-delay: 0.4s;
}

.main-nav .menu > li:nth-child(6) {
  transition-delay: 0.5s;
}

.main-nav .menu > li:nth-child(7) {
  transition-delay: 0.6s;
}

.main-nav .menu > li:nth-child(8) {
  transition-delay: 0.7s;
}

.main-nav .menu > li:nth-child(9) {
  transition-delay: 0.8s;
}

.main-nav .menu > li:nth-child(10) {
  transition-delay: 0.9s;
}

.main-nav .menu > li:nth-child(11) {
  transition-delay: 1s;
}

.open-menu .main-nav .menu > li {
  opacity: 1;
  transform: none;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.open-menu .main-nav .menu > li:nth-child(1) {
  transition-delay: 0.5s;
}

.open-menu .main-nav .menu > li:nth-child(2) {
  transition-delay: 0.6s;
}

.open-menu .main-nav .menu > li:nth-child(3) {
  transition-delay: 0.7s;
}

.open-menu .main-nav .menu > li:nth-child(4) {
  transition-delay: 0.8s;
}

.open-menu .main-nav .menu > li:nth-child(5) {
  transition-delay: 0.9s;
}

.open-menu .main-nav .menu > li:nth-child(6) {
  transition-delay: 1s;
}

.open-menu .main-nav .menu > li:nth-child(7) {
  transition-delay: 1.1s;
}

.open-menu .main-nav .menu > li:nth-child(8) {
  transition-delay: 1.2s;
}

.open-menu .main-nav .menu > li:nth-child(9) {
  transition-delay: 1.3s;
}

.open-menu .main-nav .menu > li:nth-child(10) {
  transition-delay: 1.4s;
}

.open-menu .main-nav .menu > li:nth-child(11) {
  transition-delay: 1.5s;
}

.main-nav .menu > li:not(:last-child) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-border-opacity: 0.3;
}

.main-nav .menu > li a .icon--arrow-down {
  width: calc(50% - 5rem);
}

.main-nav .menu > li a .icon--arrow-down svg {
  float: right;
  --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;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-rotate: -90deg;
}

@media (min-width: 1024px) {
  .main-nav .menu > li a .icon--arrow-down svg {
    transform: none;
  }
}

.main-nav .menu > li a:hover .icon * {
  fill: #fff;
}

.icon.main-nav .menu > li a:hover .icon * svg * {
  fill: #fff;
}

.main-nav .menu > li:hover .submenu ul li {
  opacity: 1;
  transform: none;
}

.main-nav .menu > li:hover .submenu ul li:nth-child(1) {
  transition-delay: 0.25s;
}

.main-nav .menu > li:hover .submenu ul li:nth-child(2) {
  transition-delay: 0.3s;
}

.main-nav .menu > li:hover .submenu ul li:nth-child(3) {
  transition-delay: 0.35s;
}

.main-nav .menu > li:hover .submenu ul li:nth-child(4) {
  transition-delay: 0.4s;
}

.main-nav .menu > li:hover .submenu ul li:nth-child(5) {
  transition-delay: 0.45s;
}

.main-nav .menu > li:hover .submenu ul li:nth-child(6) {
  transition-delay: 0.5s;
}

.main-nav .menu > li:hover .submenu ul li:nth-child(7) {
  transition-delay: 0.55s;
}

.main-nav .menu > li:hover .submenu ul li:nth-child(8) {
  transition-delay: 0.6s;
}

.main-nav .menu > li:hover .submenu ul li:nth-child(9) {
  transition-delay: 0.65s;
}

.main-nav .menu > li:hover .submenu ul li:nth-child(10) {
  transition-delay: 0.7s;
}

.main-nav .menu > li:hover .submenu ul li:nth-child(11) {
  transition-delay: 0.75s;
}

.main-nav .menu .submenu .back .icon--arrow-down {
  width: auto;
}

.main-nav .menu .submenu .back .icon--arrow-down svg {
  float: none;
  --tw-rotate: 0deg;
}

.toggle-menu {
  height: 1.5rem;
  width: 2.25rem;
}

@media (min-width: 1024px) {
  .toggle-menu {
    width: 100%;
  }

  .toggle-menu:after {
    content: "";
    height: 101px;
    width: 11px;
    background: transparent url(../../dist/coche.31561938.svg) right center no-repeat;
    background-size: auto 100%;
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 2;
    --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;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: -50%;
    --tw-translate-x: -100%;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, 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-duration: 500ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .open-menu .toggle-menu:after {
    --tw-translate-x: 0px;
  }
}

.toggle-menu span {
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.25rem;
  --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;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.open-menu .toggle-menu span {
  --tw-scale-x: 0;
}

.toggle-menu span:first-child {
  margin-top: -9px;
}

.open-menu .toggle-menu span:first-child {
  margin-top: 0;
  --tw-rotate: 45deg;
  --tw-scale-x: 1;
}

.toggle-menu span:last-child {
  margin-top: 9px;
}

.open-menu .toggle-menu span:last-child {
  margin-top: 0;
  --tw-rotate: -45deg;
  --tw-scale-x: 1;
}

.toggle-menu span:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 0, 0, var(--tw-bg-opacity));
  transform-origin: right;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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-duration: 500ms;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --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;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-scale-x: 0;
}

.toggle-menu span:nth-child(1):before {
  transition-delay: 0s;
}

.toggle-menu span:nth-child(2):before {
  transition-delay: 0.05s;
}

.toggle-menu span:nth-child(3):before {
  transition-delay: 0.1s;
}

.toggle-menu span:nth-child(4):before {
  transition-delay: 0.15s;
}

.toggle-menu:hover span:before {
  transform-origin: left;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.main-footer a {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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-duration: 300ms;
}

.main-footer a:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 0, 0, var(--tw-text-opacity));
}

.main-footer .menu li {
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  .main-footer .menu li {
    padding-bottom: 2rem;
  }
}

.main-footer .closure a {
  display: inline-block;
  margin-left: 1rem;
}

@media (min-width: 1024px) {
  .main-footer .closure a {
    margin-left: 2.5rem;
  }
}

/* Elements
\*============================================================================*/

.icon {
  display: inline-block;
  vertical-align: middle;
}

.icon svg {
  display: block;
  overflow: initial;
}

.icon.max-w-full svg {
  height: auto;
  max-width: 100%;
}

.icon.fill-white svg * {
  fill: #fff;
}

.icon.fill-gray-900 svg * {
  fill: #171717;
}

.icon--logo-m, .icon--logo-m svg {
  width: 65px;
  /* height: 156px; */
}

@media (min-width: 1024px) {
  .icon--logo-m, .icon--logo-m svg {
    width: 83px;
    /* height: 200px; */
  }
}

.icon--logo-xl, .icon--logo-xl svg {
  width: 168px;
  /* height: 111px; */
}

@media (min-width: 1440px) {
  .icon--logo-xl, .icon--logo-xl svg {
    width: 189px;
    /* height: 125px; */
  }
}

.icon--mosaic, .icon--mosaic svg {
  width: 100%;
  height: auto;
}

.icon--arrow-down .arrow {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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-duration: 500ms;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --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;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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-origin: center;
}

.icon--arrow-down .square {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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-duration: 500ms;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --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;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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-origin: center;
}

@media (min-width: 1280px) {
  a:hover .icon--arrow-down .arrow, .menu > li:hover .icon--arrow-down .arrow {
    --tw-translate-y: 0.5rem;
  }
}

.icon--cross {
  width: 2rem;
  height: 2rem;
}

.icon--cross span {
  position: absolute;
  top: 50%;
  left: 50%;
  --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;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  --tw-rotate: -45deg;
  height: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  width: 100%;
}

.icon--cross span:last-child {
  --tw-rotate: 45deg;
}

.icon--signature {
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s;
}

.icon--signature, .icon--signature svg {
  width: 43px;
  height: 20px;
}

.icon--signature *, .icon--signature svg * {
  fill: #fff;
}

.icon.icon--signature * svg *, .icon.icon--signature svg * svg * {
  fill: #fff;
}

.icon--signature svg {
  top: 0;
  margin: auto;
}

.icon--signature .icon * {
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform-origin: center center;
}

.icon--signature .icon *:nth-child(1) {
  transition-delay: 0.3s;
}

.icon--signature .icon *:nth-child(2) {
  transition-delay: 0.35s;
}

.icon--signature .icon *:nth-child(3) {
  transition-delay: 0.4s;
}

.icon--signature .icon *:nth-child(4) {
  transition-delay: 0.45s;
}

.icon--signature .icon *:nth-child(5) {
  transition-delay: 0.5s;
}

.icon--signature .icon *:nth-child(6) {
  transition-delay: 0.55s;
}

.icon--signature .icon *:nth-child(7) {
  transition-delay: 0.6s;
}

.icon--signature .icon *:nth-child(8) {
  transition-delay: 0.65s;
}

.icon--signature .icon *:nth-child(9) {
  transition-delay: 0.7s;
}

.icon--signature .icon *:nth-child(10) {
  transition-delay: 0.75s;
}

.icon--signature .icon *:nth-child(11) {
  transition-delay: 0.8s;
}

.icon--signature .label g {
  overflow: hidden;
}

.icon--signature .label * {
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.icon--signature .label *:nth-child(1) {
  transition-delay: 0.2s;
}

.icon--signature .label *:nth-child(2) {
  transition-delay: 0.22s;
}

.icon--signature .label *:nth-child(3) {
  transition-delay: 0.24s;
}

.icon--signature .label *:nth-child(4) {
  transition-delay: 0.26s;
}

.icon--signature .label *:nth-child(5) {
  transition-delay: 0.28s;
}

.icon--signature .label *:nth-child(6) {
  transition-delay: 0.3s;
}

.icon--signature .label *:nth-child(7) {
  transition-delay: 0.32s;
}

.icon--signature .label *:nth-child(8) {
  transition-delay: 0.34s;
}

.icon--signature .label *:nth-child(9) {
  transition-delay: 0.36s;
}

.icon--signature .label *:nth-child(10) {
  transition-delay: 0.38s;
}

.icon--signature .label *:nth-child(11) {
  transition-delay: 0.4s;
}

.icon--signature:hover {
  transition-delay: 0s;
}

.icon--signature:hover .icon * {
  transform: scale3d(0, 0, 0);
}

.icon--signature:hover .icon *:nth-child(1) {
  transition-delay: 0s;
}

.icon--signature:hover .icon *:nth-child(2) {
  transition-delay: 0.05s;
}

.icon--signature:hover .icon *:nth-child(3) {
  transition-delay: 0.1s;
}

.icon--signature:hover .icon *:nth-child(4) {
  transition-delay: 0.15s;
}

.icon--signature:hover .icon *:nth-child(5) {
  transition-delay: 0.2s;
}

.icon--signature:hover .icon *:nth-child(6) {
  transition-delay: 0.25s;
}

.icon--signature:hover .icon *:nth-child(7) {
  transition-delay: 0.3s;
}

.icon--signature:hover .icon *:nth-child(8) {
  transition-delay: 0.35s;
}

.icon--signature:hover .icon *:nth-child(9) {
  transition-delay: 0.4s;
}

.icon--signature:hover .icon *:nth-child(10) {
  transition-delay: 0.45s;
}

.icon--signature:hover .icon *:nth-child(11) {
  transition-delay: 0.5s;
}

.icon--signature:hover .label * {
  transform: none;
  opacity: 1;
}

.sidebar-actions a {
  z-index: 2;
}

.sidebar-actions a .icon * {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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-duration: 300ms;
}

.sidebar-actions a:hover .icon * {
  fill: #ff0000;
}

@media (min-width: 1024px) {
  .sidebar-actions a:after {
    content: "";
    height: 101px;
    width: 11px;
    background: transparent url(../../dist/coche.31561938.svg) right center no-repeat;
    background-size: auto 100%;
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 2;
    --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;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: -50%;
    --tw-translate-x: -100%;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, 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-duration: 500ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}

.sidebar-actions a.active:after {
  --tw-translate-x: 0px;
}

.sidebar {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0s linear 1s;
  bottom: 3.62rem;
  height: calc(100% - 3.62rem);
}

@media (min-width: 1024px) {
  .sidebar {
    height: auto;
    width: 35vw;
    min-width: 420px;
  }
}

@media (min-width: 1280px) {
  .sidebar {
    min-width: 520px;
  }
}

.sidebar.show {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.sidebar.show:before {
  --tw-scale-x: 1;
  transition-delay: 0s;
}

.sidebar.show .trigger-close {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transition-delay: 0.4s;
}

.sidebar.show .wysiwyg > *:not(.textwidget), .sidebar.show .textwidget > *:not(.textwidget){
  opacity: 1;
}

.sidebar.show .wysiwyg > *:not(.textwidget), .sidebar.show .textwidget > *:not(.textwidget){
  --tw-translate-y: 0px;
}

.sidebar.show .wysiwyg > *:not(.textwidget),
.sidebar.show .textwidget > *:not(.textwidget){
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(1),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(1) {
  transition-delay: 0.3s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(2),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(2) {
  transition-delay: 0.35s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(3),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(3) {
  transition-delay: 0.4s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(4),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(4) {
  transition-delay: 0.45s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(5),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(5) {
  transition-delay: 0.5s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(6),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(6) {
  transition-delay: 0.55s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(7),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(7) {
  transition-delay: 0.6s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(8),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(8) {
  transition-delay: 0.65s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(9),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(9) {
  transition-delay: 0.7s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(10),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(10) {
  transition-delay: 0.75s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(11),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(11) {
  transition-delay: 0.8s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(12),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(12) {
  transition-delay: 0.85s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(13),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(13) {
  transition-delay: 0.9s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(14),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(14) {
  transition-delay: 0.95s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(15),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(15) {
  transition-delay: 1s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(16),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(16) {
  transition-delay: 1.05s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(17),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(17) {
  transition-delay: 1.1s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(18),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(18) {
  transition-delay: 1.15s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(19),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(19) {
  transition-delay: 1.2s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(20),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(20) {
  transition-delay: 1.25s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(21),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(21) {
  transition-delay: 1.3s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(22),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(22) {
  transition-delay: 1.35s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(23),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(23) {
  transition-delay: 1.4s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(24),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(24) {
  transition-delay: 1.45s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(25),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(25) {
  transition-delay: 1.5s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(26),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(26) {
  transition-delay: 1.55s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(27),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(27) {
  transition-delay: 1.6s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(28),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(28) {
  transition-delay: 1.65s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(29),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(29) {
  transition-delay: 1.7s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(30),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(30) {
  transition-delay: 1.75s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(31),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(31) {
  transition-delay: 1.8s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(32),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(32) {
  transition-delay: 1.85s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(33),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(33) {
  transition-delay: 1.9s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(34),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(34) {
  transition-delay: 1.95s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(35),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(35) {
  transition-delay: 2s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(36),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(36) {
  transition-delay: 2.05s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(37),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(37) {
  transition-delay: 2.1s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(38),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(38) {
  transition-delay: 2.15s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(39),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(39) {
  transition-delay: 2.2s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(40),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(40) {
  transition-delay: 2.25s;
}

.sidebar.show .wysiwyg > *:not(.textwidget):nth-child(41),
.sidebar.show .textwidget > *:not(.textwidget):nth-child(41) {
  transition-delay: 2.3s;
}

.sidebar:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --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;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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-origin: left;
  --tw-scale-x: 0;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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-duration: 700ms;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-delay: 300ms;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
}

.sidebar .trigger-close {
  --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;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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-duration: 500ms;
}

.sidebar .wysiwyg > *:not(.textwidget), .sidebar .textwidget > *:not(.textwidget){
  opacity: 0;
}

.sidebar .wysiwyg > *:not(.textwidget), .sidebar .textwidget > *:not(.textwidget){
  --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;
  transform: translateX(var(--tw-translate-x)) translateY(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));
}

.sidebar .wysiwyg > *:not(.textwidget), .sidebar .textwidget > *:not(.textwidget){
  --tw-translate-y: 2.5rem;
}

.sidebar .wysiwyg > *:not(.textwidget),
.sidebar .textwidget > *:not(.textwidget){
  transition: all 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

.btn {
  display: inline-block;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 0, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  font-family: roc-grotesk, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.btn .icon {
  min-height: 32px;
  margin-right: 0.5rem;
  display: inline-flex;
  align-items: center;
}

.btn.-border {
  background-color: transparent;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.wysiwyg.mce-content-body, .mce-content-body.mce-content-body{
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}

.wysiwyg.mce-content-body, .mce-content-body.mce-content-body{
  --tw-bg-opacity: 0.1;
}

.wysiwyg p:not(:last-child), .wysiwyg ul:not(:last-child), .wysiwyg ol:not(:last-child), .wysiwyg img:not(:last-child), .mce-content-body p:not(:last-child), .mce-content-body ul:not(:last-child), .mce-content-body ol:not(:last-child), .mce-content-body img:not(:last-child){
  margin-bottom: 1.5rem;
}

.wysiwyg .grid-col-24, .mce-content-body .grid-col-24{
  margin-bottom: 1.5rem;
}

.wysiwyg .no-bottom .grid-col-24, .mce-content-body .no-bottom .grid-col-24{
  margin-bottom: 0px;
}

.wysiwyg h5, .mce-content-body h5{
  --tw-text-opacity: 1;
  color: rgba(255, 0, 0, var(--tw-text-opacity));
}

[class*=text-white] .wysiwyg h5, [class*=text-white] .mce-content-body h5{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .wysiwyg .two-columns,
.mce-content-body .two-columns {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
    -moz-column-count: 2;
         column-count: 2;
  }
}

.wysiwyg .two-columns:not(:last-child), .mce-content-body .two-columns:not(:last-child){
  margin-bottom: 1.5rem;
}

.wysiwyg figure:not(.img) figcaption, .mce-content-body figure:not(.img) figcaption{
  text-align: center;
}

.wysiwyg figure:not(.img) figcaption, .mce-content-body figure:not(.img) figcaption{
  margin-top: -1rem;
}

.wysiwyg figure:not(.img) figcaption, .mce-content-body figure:not(.img) figcaption{
  font-size: 0.8125em;
  line-height: 1.3846153846153846em;
}

.wysiwyg figure:not(.img) figcaption, .mce-content-body figure:not(.img) figcaption{
  font-family: Roboto Mono, monospace;
}

.wysiwyg figure:not(.img) figcaption, .mce-content-body figure:not(.img) figcaption{
  font-weight: 400;
}

.wysiwyg figure:not(.img) figcaption, .mce-content-body figure:not(.img) figcaption{
  letter-spacing: 0.1em;
}

.wysiwyg .aligncenter, .mce-content-body .aligncenter{
  display: block;
}

.wysiwyg .aligncenter, .mce-content-body .aligncenter{
  margin-left: auto;
  margin-right: auto;
}

.wysiwyg blockquote,
.mce-content-body blockquote {
  margin-left: 15.5%;
}

@media (min-width: 1024px) {
  .wysiwyg blockquote,
.mce-content-body blockquote {
    margin-left: 37.5%;
  }
}

.wysiwyg blockquote p, .mce-content-body blockquote p{
  font-size: 1.5rem;
  line-height: 2rem;
}

.wysiwyg blockquote p, .mce-content-body blockquote p{
  font-family: roc-grotesk, sans-serif;
}

.wysiwyg blockquote p, .mce-content-body blockquote p{
  font-weight: 500;
}

.wysiwyg blockquote p,
.mce-content-body blockquote p{
  line-height: 1.1;
}

@media (min-width: 1024px) {
  .wysiwyg blockquote p, .mce-content-body blockquote p{
    font-size: 3rem;
    line-height: 1;
  }
}

.wysiwyg blockquote:before,
.mce-content-body blockquote:before {
  content: "";
}

.wysiwyg blockquote:before, .mce-content-body blockquote:before{
  width: 3.5rem;
}

.wysiwyg blockquote:before, .mce-content-body blockquote:before{
  height: 3.5rem;
}

.wysiwyg blockquote:before, .mce-content-body blockquote:before{
  position: absolute;
}

.wysiwyg blockquote:before, .mce-content-body blockquote:before{
  top: 0px;
}

.wysiwyg blockquote:before, .mce-content-body blockquote:before{
  right: 100%;
}

.wysiwyg blockquote:before, .mce-content-body blockquote:before{
  background-repeat: no-repeat;
}

.wysiwyg blockquote:before, .mce-content-body blockquote:before{
  background-size: contain;
}

.wysiwyg blockquote:before, .mce-content-body blockquote:before{
  background-position: center;
}

.wysiwyg blockquote:before, .mce-content-body blockquote:before{
  margin-right: 0.5rem;
}

.wysiwyg blockquote:before,
.mce-content-body blockquote:before{
  background-image: url(../../dist/quote.362604b9.svg);
}

@media (min-width: 1024px) {
  .wysiwyg blockquote:before, .mce-content-body blockquote:before{
    margin-right: 6rem;
  }

  .wysiwyg blockquote:before, .mce-content-body blockquote:before{
    width: 7rem;
  }

  .wysiwyg blockquote:before, .mce-content-body blockquote:before{
    height: 7rem;
  }
}

.wysiwyg ul li, .mce-content-body ul li{
  padding-left: 1.5rem;
}

.wysiwyg ul li, .mce-content-body ul li{
  margin-bottom: 0.75rem;
}

.wysiwyg ul li:before,
.mce-content-body ul li:before {
  content: "";
}

.wysiwyg ul li:before, .mce-content-body ul li:before{
  position: absolute;
}

.wysiwyg ul li:before, .mce-content-body ul li:before{
  border-width: 1px;
}

.wysiwyg ul li:before, .mce-content-body ul li:before{
  --tw-border-opacity: 1;
  border-color: rgba(255, 0, 0, var(--tw-border-opacity));
}

.wysiwyg ul li:before, .mce-content-body ul li:before{
  width: 0.5rem;
}

.wysiwyg ul li:before, .mce-content-body ul li:before{
  height: 0.5rem;
}

.wysiwyg ul li:before, .mce-content-body ul li:before{
  --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;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.wysiwyg ul li:before, .mce-content-body ul li:before{
  --tw-rotate: 45deg;
}

.wysiwyg ul li:before, .mce-content-body ul li:before{
  left: 0px;
}

.wysiwyg ul li:before, .mce-content-body ul li:before{
  top: 0.5rem;
}

.wysiwyg ul li:before, .mce-content-body ul li:before{
  margin-top: 1px;
}

[class*=text-white] .wysiwyg ul li:before, [class*=text-white] .mce-content-body ul li:before{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.wysiwyg a:not(.btn):not(.event__item), .mce-content-body a:not(.btn):not(.event__item){
  --tw-text-opacity: 1;
  color: rgba(255, 0, 0, var(--tw-text-opacity));
}

.wysiwyg a:not(.btn):not(.event__item),
.mce-content-body a:not(.btn):not(.event__item){
  background-image: linear-gradient(90deg, #ff0000 0%, #ff0000 100%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.wysiwyg a:not(.btn):not(.event__item):hover,
.mce-content-body a:not(.btn):not(.event__item):hover {
  -webkit-animation: moveline 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
          animation: moveline 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
}

.wysiwyg .text-underline, .mce-content-body .text-underline{
  padding-bottom: 1.25rem;
}

.wysiwyg .text-underline:after,
.mce-content-body .text-underline:after {
  content: "";
  height: 5px;
}

.wysiwyg .text-underline:after, .mce-content-body .text-underline:after{
  width: 1.5rem;
}

.wysiwyg .text-underline:after, .mce-content-body .text-underline:after{
  position: absolute;
}

.wysiwyg .text-underline:after, .mce-content-body .text-underline:after{
  bottom: 0px;
}

.wysiwyg .text-underline:after, .mce-content-body .text-underline:after{
  left: 50%;
}

.wysiwyg .text-underline:after, .mce-content-body .text-underline:after{
  --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;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.wysiwyg .text-underline:after, .mce-content-body .text-underline:after{
  --tw-translate-x: -50%;
}

.wysiwyg .text-underline:after, .mce-content-body .text-underline:after{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 0, 0, var(--tw-bg-opacity));
}

.social li a {
  background-image: linear-gradient(90deg, #fff 0%, #fff 100%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.social li a:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  -webkit-animation: moveline 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
          animation: moveline 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
}

.form-item {
  margin-top: 0.75rem;
}

@media (min-width: 1024px) {
  .form-item {
    margin-top: 2rem;
  }
}

.form-label {
  display: block;
  font-family: Roboto Mono, monospace;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}

input[type=text], input[type=password], input[type=email], input[type=search], input[type=number], input[type=tel], textarea{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=text], input[type=password], input[type=email], input[type=search], input[type=number], input[type=tel], textarea{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

input[type=text], input[type=password], input[type=email], input[type=search], input[type=number], input[type=tel], textarea{
  border-width: 1px;
}

input[type=text], input[type=password], input[type=email], input[type=search], input[type=number], input[type=tel], textarea{
  --tw-border-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-border-opacity));
}

input[type=text], input[type=password], input[type=email], input[type=search], input[type=number], input[type=tel], textarea{
  --tw-border-opacity: 0.3;
}

input[type=text], input[type=password], input[type=email], input[type=search], input[type=number], input[type=tel], textarea{
  line-height: 1.5;
}

input[type=text], input[type=password], input[type=email], input[type=search], input[type=number], input[type=tel], textarea{
  border-radius: 0px;
}

input[type=text], input[type=password], input[type=email], input[type=search], input[type=number], input[type=tel], textarea{
  display: block;
}

input[type=text], input[type=password], input[type=email], input[type=search], input[type=number], input[type=tel], textarea{
  width: 100%;
}

input[type=text], input[type=password], input[type=email], input[type=search], input[type=number], input[type=tel], textarea{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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;
}

input[type=text], input[type=password], input[type=email], input[type=search], input[type=number], input[type=tel], textarea{
  transition-duration: 300ms;
}

input[type=text], input[type=password], input[type=email], input[type=search], input[type=number], input[type=tel], textarea{
  resize: none;
}

.wpcf7-not-valid input[type=text], .wpcf7-not-valid input[type=password], .wpcf7-not-valid input[type=email], .wpcf7-not-valid input[type=search], .wpcf7-not-valid input[type=number], .wpcf7-not-valid input[type=tel], .wpcf7-not-valid textarea{
  --tw-border-opacity: 1;
  border-color: rgba(255, 0, 0, var(--tw-border-opacity));
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, textarea:focus{
  --tw-border-opacity: 1;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus{
  outline: none;
}

.form-select:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #ff0000 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  --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;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-y: -50%;
  pointer-events: none;
}

.form-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  cursor: pointer;
  padding-right: 2.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  --tw-border-opacity: 0.3;
  line-height: 1.5;
  border-radius: 0px;
  display: block;
  width: 100%;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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-duration: 300ms;
  resize: none;
}

.form-select select:focus {
  --tw-border-opacity: 1;
  outline: none;
}

input[type=radio] {
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
}

input[type=radio]:checked + label:before {
  --tw-border-opacity: 1;
  border-color: rgba(255, 0, 0, var(--tw-border-opacity));
  --tw-border-opacity: 1;
}

input[type=radio]:checked + label:after {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

input[type=radio] + label {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding-left: 1.75rem;
  cursor: pointer;
}

input[type=radio] + label:not(:last-child) {
  margin-right: 1.5rem;
}

input[type=radio] + label:before {
  content: "";
  position: absolute;
  margin-top: 1px;
  top: 0.25rem;
  left: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  --tw-border-opacity: 0.3;
  border-radius: 9999px;
  width: 1rem;
  height: 1rem;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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-duration: 300ms;
}

input[type=radio] + label:after {
  content: "";
  margin-left: 3px;
  margin-top: 4px;
  width: 0.625rem;
  height: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 0, 0, var(--tw-bg-opacity));
  position: absolute;
  left: 0px;
  top: 0.25rem;
  border-radius: 9999px;
  --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;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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-duration: 300ms;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

input[type=radio] + label:hover:before {
  --tw-border-opacity: 1;
}

input[type=checkbox] {
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
}

input[type=checkbox]:checked + label:before {
  --tw-border-opacity: 1;
  border-color: rgba(255, 0, 0, var(--tw-border-opacity));
  --tw-border-opacity: 1;
}

input[type=checkbox]:checked + label:after {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

input[type=checkbox] + label {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding-left: 1.75rem;
  cursor: pointer;
}

input[type=checkbox] + label:not(:last-child) {
  margin-right: 1.5rem;
}

input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  --tw-border-opacity: 0.3;
  margin-top: 1px;
  width: 1rem;
  height: 1rem;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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-duration: 300ms;
}

input[type=checkbox] + label:after {
  content: "";
  margin-left: 3px;
  margin-top: 4px;
  width: 0.625rem;
  height: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 0, 0, var(--tw-bg-opacity));
  position: absolute;
  left: 0px;
  top: 0.25rem;
  --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;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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-duration: 300ms;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  --tw-rotate: 45deg;
}

input[type=checkbox] + label:hover:before {
  --tw-border-opacity: 1;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-not-valid-tip {
  --tw-text-opacity: 1;
  color: rgba(255, 0, 0, var(--tw-text-opacity));
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: Roboto Mono, monospace;
  position: absolute;
  width: 100%;
  text-align: right;
}

.wpcf7 form .wpcf7-response-output {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 0, 0, var(--tw-bg-opacity));
  font-family: Roboto Mono, monospace;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.js-lazy.loaded {
  opacity: 1;
}

/* Components
\*============================================================================*/

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

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

@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: 1440px){
  .container{
    max-width: 1440px;
  }
}

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

.grid{
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.grid-row{
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}

[class*="grid-col-"]{
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

@media (min-width: 480px){
  .grid{
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .grid-row{
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }

  [class*="grid-col-"]{
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media (min-width: 768px){
  .grid{
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .grid-row{
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }

  [class*="grid-col-"]{
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media (min-width: 1024px){
  .grid{
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .grid-row{
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }

  [class*="grid-col-"]{
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media (min-width: 1280px){
  .grid{
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .grid-row{
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }

  [class*="grid-col-"]{
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media (min-width: 1440px){
  .grid{
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .grid-row{
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }

  [class*="grid-col-"]{
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media (min-width: 1920px){
  .grid{
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .grid-row{
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }

  [class*="grid-col-"]{
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.grid{
  min-height: 1px;
  margin-right: auto;
  margin-left: auto;
}

.grid-row{
  position: relative;
}

.grid-row:after{
  content: '';
  display: block;
  clear: both;
}

.grid-push-9{
  margin-left: 37.5%;
}

.grid-col-8{
  float: left;
  display: block;
  width: 33.333333333333336%;
}

.grid-col-24{
  float: left;
  display: block;
  width: 100%;
}

.container{
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding-left: 0rem;
  padding-right: 0rem;
}

@media (min-width: 1024px){
  .container{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 1280px){
  .container{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}

@media (min-width: 1920px){
  .container{
    padding-left: 12.5rem;
    padding-right: 12.5rem;
    max-width: 1680px;
  }
}

.container{
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding-left: 0rem;
  padding-right: 0rem;
}

@media (min-width: 1024px){
  .container{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 1280px){
  .container{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}

@media (min-width: 1920px){
  .container{
    padding-left: 12.5rem;
    padding-right: 12.5rem;
    max-width: 1680px;
  }
}

.container{
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding-left: 0rem;
  padding-right: 0rem;
}

@media (min-width: 1024px){
  .container{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 1280px){
  .container{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}

@media (min-width: 1920px){
  .container{
    padding-left: 12.5rem;
    padding-right: 12.5rem;
    max-width: 1680px;
  }
}

.container{
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding-left: 0rem;
  padding-right: 0rem;
}

@media (min-width: 1024px){
  .container{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 1280px){
  .container{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}

@media (min-width: 1920px){
  .container{
    padding-left: 12.5rem;
    padding-right: 12.5rem;
    max-width: 1680px;
  }
}

.flickity-page-dots {
  bottom: 0px;
  text-align: left;
  left: 0px;
  margin-bottom: 5rem;
  margin-left: 8.3333333333%;
}

.flickity-page-dots .dot {
  margin: 0px;
  margin-left: 1rem;
  opacity: 1;
  width: 0.5rem;
  height: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  border-radius: 9999px;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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-duration: 500ms;
}

.slider .flickity-page-dots .dot {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}

.flickity-page-dots .dot:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  --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;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 0, 0, var(--tw-border-opacity));
  border-radius: 9999px;
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition-duration: 500ms;
  opacity: 0;
}

.flickity-page-dots .dot.is-selected {
  --tw-bg-opacity: 0;
}

.flickity-page-dots .dot.is-selected:after {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  opacity: 1;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.slider .slider-txt .flickity-viewport {
  overflow: initial;
}

.slider .flickity-page-dots {
  margin-bottom: 0px;
  margin-left: 0px;
}

.slider .slider__nav a:hover .icon svg {
  -webkit-animation: moveArrow 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
          animation: moveArrow 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
}

@-webkit-keyframes moveArrow {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  50% {
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }

  51% {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }

  100% {
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}

@keyframes moveArrow {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  50% {
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }

  51% {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }

  100% {
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}

@media (min-width: 1024px) {
  .cover {
    margin-left: 3.5rem;
  }

  .cover .cover--img {
    width: 35vw;
  }

  @media (min-width: 1024px) {
    .cover .cover--img {
      min-width: 420px;
    }
  }

  @media (min-width: 1280px) {
    .cover .cover--img {
      min-width: 520px;
    }
  }

  .cover .cover--img .logo {
    height: 30%;
  }

  .cover .cover--img .icon {
    top: 30%;
  }
}

@media (min-width: 1280px) {
  .cover {
    margin-left: 4.375rem;
  }
}

.cover .cover--slider {
  width: 100%;
}

@media (min-width: 1024px) {
  .cover .cover--slider {
    width: calc(100% - 35vw);
    min-width: calc(100% - 420px);
  }
}

@media (min-width: 1280px) {
  .cover .cover--slider {
    min-width: calc(100% - 520px);
  }
}

@media (min-width: 768px) {
  .cover .cover--slider .wysiwyg {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1024px) {
  .cover .cover--slider .wysiwyg {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.cover .cover--slider .wysiwyg > * {
  opacity: 0;
}

.carousel .flickity-viewport {
  overflow: initial;
}

.carousel .flickity-page-dots {
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0px;
  width: 8.333333%;
  text-align: center;
  margin: 0px;
  display: none;
  --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;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-y: -50%;
}

@media (min-width: 1024px) {
  .carousel .flickity-page-dots {
    display: block;
  }
}

.carousel .flickity-page-dots .dot {
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.carousel .flickity-page-dots .dot.is-selected {
  background-color: transparent;
}

.carousel .carousel__item figure {
  --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;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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-duration: 500ms;
}

.carousel .carousel__item img {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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;
  opacity: 0.3;
  transition-duration: 500ms;
  --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;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.carousel .carousel__item .desc {
  opacity: 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;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-y: 2.5rem;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 300ms;
}

.carousel .carousel__item.is-selected img {
  opacity: 1;
}

.carousel .carousel__item.is-selected .desc {
  opacity: 1;
  --tw-translate-y: 0px;
  transition-delay: 200ms;
}

.carousel .is-pointer-down .carousel__item figure {
  transform: scale3d(0.92, 0.92, 1);
  transition-delay: 75ms;
}

.carousel .is-pointer-down .carousel__item img {
  transform: scale3d(1.08, 1.08, 1);
  transition-delay: 75ms;
}

.carousel .is-pointer-down .carousel__item .desc {
  opacity: 0;
  --tw-translate-y: 2.5rem;
  transition-delay: 0s;
}

.gallery .flickity-viewport {
  overflow: initial;
}

.gallery .scrollbar {
  height: 5px;
  margin-top: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
  overflow: hidden;
  width: 80%;
}

@media (min-width: 1024px) {
  .gallery .scrollbar {
    margin-top: 3.5rem;
    width: 60%;
  }
}

.gallery .scrollbar .bar {
  width: 0px;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 0, 0, var(--tw-bg-opacity));
}

.accordion .accordion__item.open .icon--arrow-down {
  --tw-rotate: 0deg;
}

@media (min-width: 1024px) {
  .frise .scrollbar {
    left: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .frise .scrollbar {
    left: 4.375rem;
  }
}

.events-layer__img {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
  z-index: 1;
}

@media (min-width: 480px){
}

@media (min-width: 768px){
  .s\:left-4{
    left: 1rem;
  }

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

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

@media (min-width: 1024px){
  .m\:bg-transparent{
    background-color: transparent;
  }

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

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

  .m\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

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

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

  .m\:justify-items-stretch{
    justify-items: stretch;
  }

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

  .m\:float-right{
    float: right;
  }

  .m\:float-left{
    float: left;
  }

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

  .m\:h-24{
    height: 6rem;
  }

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

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

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

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

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

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

  .m\:text-big{
    font-size: 7vw;
  }

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

  .m\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

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

  .m\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .m\:mx-2\/24-screen{
    margin-left: 8.333333333333334vw;
    margin-right: 8.333333333333334vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .m\:mb-40{
    margin-bottom: 10rem;
  }

  .m\:ml-1\/24-screen{
    margin-left: 4.166666666666667vw;
  }

  .m\:ml-2\/24-screen{
    margin-left: 8.333333333333334vw;
  }

  .m\:ml-3\/24-screen{
    margin-left: 12.5vw;
  }

  .m\:ml-4\/24-screen{
    margin-left: 16.666666666666668vw;
  }

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

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

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

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

  .m\:-mb-36{
    margin-bottom: -9rem;
  }

  .m\:-mt-40{
    margin-top: -10rem;
  }

  .m\:-mr-1\/24-screen{
    margin-right: -4.16667vw;
  }

  .m\:-mr-8\/24-screen{
    margin-right: -33.33333vw;
  }

  .m\:max-h-116{
    max-height: 29rem;
  }

  .m\:max-h-1\/3-vh{
    max-height: 33.33333vh;
  }

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

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

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

  .m\:overflow-hidden{
    overflow: hidden;
  }

  .m\:p-7{
    padding: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

  .m\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .m\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .m\:px-3\/24-screen{
    padding-left: 12.5vw;
    padding-right: 12.5vw;
  }

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

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

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

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

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

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

  .m\:pr-18{
    padding-right: 4.5rem;
  }

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

  .m\:pb-20{
    padding-bottom: 5rem;
  }

  .m\:pl-20{
    padding-left: 5rem;
  }

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

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

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

  .m\:pb-7-screen{
    padding-bottom: 7vw;
  }

  .m\:absolute{
    position: absolute;
  }

  .m\:relative{
    position: relative;
  }

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

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

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

  .m\:left-7{
    left: 1.75rem;
  }

  .m\:top-10{
    top: 2.5rem;
  }

  .m\:right-12{
    right: 3rem;
  }

  .m\:left-12{
    left: 3rem;
  }

  .m\:left-14{
    left: 3.5rem;
  }

  .m\:bottom-16{
    bottom: 4rem;
  }

  .m\:top-auto{
    top: auto;
  }

  .m\:right-auto{
    right: auto;
  }

  .m\:bottom-auto{
    bottom: auto;
  }

  .m\:left-auto{
    left: auto;
  }

  .m\:left-2\/24-screen{
    left: 8.333333333333334vw;
  }

  .m\:-top-16{
    top: -4rem;
  }

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

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

  .m\:left-full{
    left: 100%;
  }

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

  .m\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .m\:visible{
    visibility: visible;
  }

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

  .m\:w-24{
    width: 6rem;
  }

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

  .m\:w-8\/24-screen{
    width: 33.333333333333336vw;
  }

  .m\:w-11\/24-screen{
    width: 45.833333333333336vw;
  }

  .m\:w-16\/24-screen{
    width: 66.66666666666667vw;
  }

  .m\:w-17\/24-screen{
    width: 70.83333333333333vw;
  }

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

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

  .m\:w-9\/12{
    width: 75%;
  }

  .m\:w-10\/12{
    width: 83.333333%;
  }

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

  .m\:grid-flow-col{
    grid-auto-flow: column;
  }

  .m\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .m\:transform-gpu{
    --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;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .m\:transform-none{
    transform: none;
  }

  .m\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .m\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .m\:block{
    display: block;
  }

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

  .m\:flex{
    display: flex;
  }

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

  .m\:hidden{
    display: none;
  }

  .m\:grid-push-1{
    margin-left: 4.166666666666667%;
  }

  .m\:grid-push-2{
    margin-left: 8.333333333333334%;
  }

  .m\:grid-push-10{
    margin-left: 41.666666666666664%;
  }

  .m\:grid-push-11{
    margin-left: 45.833333333333336%;
  }

  .m\:grid-push-14{
    margin-left: 58.333333333333336%;
  }

  .m\:grid-col-4{
    float: left;
    display: block;
    width: 16.666666666666668%;
  }

  .m\:grid-col-6{
    float: left;
    display: block;
    width: 25%;
  }

  .m\:grid-col-8{
    float: left;
    display: block;
    width: 33.333333333333336%;
  }

  .m\:grid-col-9{
    float: left;
    display: block;
    width: 37.5%;
  }

  .m\:grid-col-11{
    float: left;
    display: block;
    width: 45.833333333333336%;
  }

  .m\:grid-col-12{
    float: left;
    display: block;
    width: 50%;
  }

  .m\:grid-col-13{
    float: left;
    display: block;
    width: 54.166666666666664%;
  }

  .m\:grid-col-14{
    float: left;
    display: block;
    width: 58.333333333333336%;
  }

  .m\:grid-col-15{
    float: left;
    display: block;
    width: 62.5%;
  }

  .m\:grid-col-17{
    float: left;
    display: block;
    width: 70.83333333333333%;
  }

  .m\:grid-col-18{
    float: left;
    display: block;
    width: 75%;
  }

  .m\:grid-col-20{
    float: left;
    display: block;
    width: 83.33333333333333%;
  }
}

@media (min-width: 1280px){
  .l\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

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

  .l\:w-6\/24-screen{
    width: 25vw;
  }

  .l\:w-9\/24-screen{
    width: 37.5vw;
  }

  .l\:w-12\/24-screen{
    width: 50vw;
  }

  .l\:grid-push-1{
    margin-left: 4.166666666666667%;
  }

  .l\:grid-push-2{
    margin-left: 8.333333333333334%;
  }

  .l\:grid-col-5{
    float: left;
    display: block;
    width: 20.833333333333332%;
  }

  .l\:grid-col-6{
    float: left;
    display: block;
    width: 25%;
  }

  .l\:grid-col-7{
    float: left;
    display: block;
    width: 29.166666666666668%;
  }

  .l\:grid-col-9{
    float: left;
    display: block;
    width: 37.5%;
  }

  .l\:grid-col-10{
    float: left;
    display: block;
    width: 41.666666666666664%;
  }

  .l\:grid-col-11{
    float: left;
    display: block;
    width: 45.833333333333336%;
  }

  .l\:grid-col-12{
    float: left;
    display: block;
    width: 50%;
  }

  .l\:grid-col-13{
    float: left;
    display: block;
    width: 54.166666666666664%;
  }

  .l\:grid-col-14{
    float: left;
    display: block;
    width: 58.333333333333336%;
  }
}

@media (min-width: 1440px){
  .xl\:border-t{
    border-top-width: 1px;
  }

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

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

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

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

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

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

@media (min-width: 1920px){
  .xxl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xxl\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

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

  .xxl\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

  .xxl\:top-20{
    top: 5rem;
  }
}

/*# sourceMappingURL=../../dist/styles.css.map */