@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Coustard&display=swap);
/*
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Coustard, Crimson Text, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color: #6b7280;
  opacity: 1}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0}
::-webkit-date-and-time-value{
  min-height: 1.5em}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
     color-adjust: exact;
          print-color-adjust: exact}
[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
     color-adjust: unset;
          print-color-adjust: unset}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
     color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000}
[type='checkbox']{
  border-radius: 0px}
[type='radio']{
  border-radius: 100%}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit}
[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color}
*, ::before, ::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;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  }
.container{
  width: 100%}
@media (min-width: 640px){
  .container{
    max-width: 640px}}
@media (min-width: 768px){
  .container{
    max-width: 768px}}
@media (min-width: 1024px){
  .container{
    max-width: 1024px}}
@media (min-width: 1280px){
  .container{
    max-width: 1280px}}
@media (min-width: 1536px){
  .container{
    max-width: 1536px}}
.fixed{
  position: fixed}
.absolute{
  position: absolute}
.relative{
  position: relative}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px}
.inset-4{
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem}
.top-0{
  top: 0px}
.right-0{
  right: 0px}
.bottom-0{
  bottom: 0px}
.left-0{
  left: 0px}
.top-4{
  top: 1rem}
.left-4{
  left: 1rem}
.top-3\/4{
  top: 75%}
.left-1\/2{
  left: 50%}
.top-1\/2{
  top: 50%}
.bottom-1\/2{
  bottom: 50%}
.top-2\/3{
  top: 66.666667%}
.z-50{
  z-index: 50}
.z-20{
  z-index: 20}
.z-0{
  z-index: 0}
.order-2{
  order: 2}
.order-1{
  order: 1}
.m-8{
  margin: 2rem}
.m-4{
  margin: 1rem}
.mx-auto{
  margin-left: auto;
  margin-right: auto}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem}
.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem}
.-mx-8{
  margin-left: -2rem;
  margin-right: -2rem}
.mr-8{
  margin-right: 2rem}
.mb-8{
  margin-bottom: 2rem}
.mt-4{
  margin-top: 1rem}
.ml-auto{
  margin-left: auto}
.mt-8{
  margin-top: 2rem}
.\!mb-12{
  margin-bottom: 3rem !important}
.\!mb-64{
  margin-bottom: 16rem !important}
.\!mb-4{
  margin-bottom: 1rem !important}
.-ml-1{
  margin-left: -0.25rem}
.mb-4{
  margin-bottom: 1rem}
.mb-12{
  margin-bottom: 3rem}
.mb-16{
  margin-bottom: 4rem}
.-mt-24{
  margin-top: -6rem}
.block{
  display: block}
.inline{
  display: inline}
.flex{
  display: flex}
.table{
  display: table}
.grid{
  display: grid}
.hidden{
  display: none}
.aspect-video{
  aspect-ratio: 16 / 9}
.h-12{
  height: 3rem}
.h-auto{
  height: auto}
.h-10{
  height: 2.5rem}
.h-\[70vh\]{
  height: 70vh}
.h-16{
  height: 4rem}
.h-24{
  height: 6rem}
.h-full{
  height: 100%}
.h-8{
  height: 2rem}
.h-64{
  height: 16rem}
.max-h-screen{
  max-height: 100vh}
.min-h-\[800px\]{
  min-height: 800px}
.min-h-full{
  min-height: 100%}
.w-full{
  width: 100%}
.w-12{
  width: 3rem}
.w-1\/2{
  width: 50%}
.w-auto{
  width: auto}
.w-6{
  width: 1.5rem}
.min-w-full{
  min-width: 100%}
.flex-none{
  flex: none}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.resize{
  resize: both}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr))}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr))}
.flex-wrap{
  flex-wrap: wrap}
.content-center{
  align-content: center}
.content-start{
  align-content: flex-start}
.items-start{
  align-items: flex-start}
.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}
.gap-8{
  gap: 2rem}
.gap-4{
  gap: 1rem}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))}
.self-center{
  align-self: center}
.overflow-hidden{
  overflow: hidden}
.overflow-x-auto{
  overflow-x: auto}
.overflow-y-auto{
  overflow-y: auto}
.border-b{
  border-bottom-width: 1px}
.border-grey-medium{
  --tw-border-opacity: 1;
  border-color: rgb(202 202 204 / var(--tw-border-opacity))}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity))}
.bg-\[\#c7c7c7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(199 199 199 / var(--tw-bg-opacity))}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(19 67 77 / var(--tw-bg-opacity))}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(199 199 199 / var(--tw-bg-opacity))}
.bg-opacity-\[\.95\]{
  --tw-bg-opacity: .95}
.bg-opacity-85{
  --tw-bg-opacity: 0.85}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops))}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops))}
.from-\[\#000\]{
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0))}
.bg-cover{
  background-size: cover}
.bg-contain{
  background-size: contain}
.bg-center{
  background-position: center}
.bg-no-repeat{
  background-repeat: no-repeat}
.fill-current{
  fill: currentColor}
.fill-primary{
  fill: #13434d}
.stroke-current{
  stroke: currentColor}
.stroke-white{
  stroke: #fff}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover}
.p-4{
  padding: 1rem}
.p-8{
  padding: 2rem}
.p-1{
  padding: 0.25rem}
.p-2{
  padding: 0.5rem}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem}
.pt-4{
  padding-top: 1rem}
.pb-16{
  padding-bottom: 4rem}
.pt-\[100\%\]{
  padding-top: 100%}
.pt-\[25\%\]{
  padding-top: 25%}
.pt-8{
  padding-top: 2rem}
.pb-2{
  padding-bottom: 0.5rem}
.text-center{
  text-align: center}
.font-sans{
  font-family: Coustard, Crimson Text, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem}
.font-bold{
  font-weight: 700}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity))}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(19 67 77 / var(--tw-text-opacity))}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}
.text-\[\#707070\]{
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity))}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(199 199 199 / var(--tw-text-opacity))}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline}
.opacity-0{
  opacity: 0}
.opacity-100{
  opacity: 1}
.opacity-\[0\.9\]{
  opacity: 0.9}
.opacity-25{
  opacity: 0.25}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms}
.duration-300{
  transition-duration: 300ms}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1)}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1)}
.glide{position:relative;width:100%;box-sizing:border-box}
.glide *{box-sizing:inherit}
.glide__track{overflow:hidden}
.glide__slides{position:relative;width:100%;list-style:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}
.glide__slides--dragging{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}
.glide__slide a{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}
.glide__arrows{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.glide__bullets{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.glide--rtl{direction:rtl}
.glide__arrow{position:absolute;display:block;top:50%;z-index:2;color:#fff;text-transform:uppercase;padding:9px 12px;background-color:transparent;border:2px solid rgba(255,255,255,.5);border-radius:4px;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);text-shadow:0 .25em .5em rgba(0,0,0,.1);opacity:1;cursor:pointer;transition:opacity 150ms ease,border 300ms ease-in-out;transform:translateY(-50%);line-height:1}
.glide__arrow:focus{outline:none}
.glide__arrow:hover{border-color:#fff}
.glide__arrow--left{left:2em}
.glide__arrow--right{right:2em}
.glide__arrow--disabled{opacity:.33}
.glide__bullets{position:absolute;z-index:2;bottom:2em;left:50%;display:inline-flex;list-style:none;transform:translateX(-50%)}
.glide__bullet{background-color:rgba(255,255,255,.5);width:9px;height:9px;padding:0;border-radius:50%;border:2px solid transparent;transition:all 300ms ease-in-out;cursor:pointer;line-height:0;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);margin:0 .25em}
.glide__bullet:focus{outline:none}
.glide__bullet:hover,.glide__bullet:focus{border:2px solid #fff;background-color:rgba(255,255,255,.5)}
.glide__bullet--active{background-color:#fff}
.glide--swipeable{cursor:grab;cursor:-webkit-grab}
.glide--dragging{cursor:grabbing;cursor:-webkit-grabbing}
.glide__arrows {
  position: absolute;
  left:0;
  right: 0;
  top: 50%;
  margin: auto;
  transform: translateY(-50%);
}
.glide__arrow {
  position: absolute;
  display: block;
  z-index: 2;
  color: #fff;
  background: transparent;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 1rem;
  font-weight: 100;
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  line-height: 1;
  border-radius: 0%;
  box-shadow: none;
  border: none;
}
.glide__arrow:focus {
    outline: none; }
.glide__arrow:hover {
    background-color: #fff;
    color: #13434d;
    border-color: white;
  }
.glide__arrow--left {
    left: 0;
  }
@media (min-width: 1280px) {
.glide__arrow--left {
      left: 2rem
  }
    }
.glide__arrow--right {
    right: 0;
  }
@media (min-width: 1280px) {
.glide__arrow--right {
      right: 2rem
  }
    }
.glide__arrow--disabled {
    opacity: 0.33; }
.glide__bullets {
  display: block;
  list-style: none;
  position: static;
  transform: translateY(0);
  margin-top: 2rem;
  margin-bottom: 2rem}
.glide__bullet {
  background-color: #222;
  width: 18px;
  height: 18px;
  padding: 0;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  border-radius: 100%;
  margin: 0 0.25em; }
.glide__bullet:focus {
    outline: none; }
.glide__bullet:hover, .glide__bullet:focus {
    background-color: #818181; }
.glide__bullet--active {
    background-color: #818181; }
.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab; }
.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing; }
.glide__track, .glide__slides {
  height: 100%;
}
[x-cloak] {
  display: none;
}
#app {
	opacity: 0;
	transition: all 1s linear .5s;
}
#app.loaded {
		opacity: 1;
	}
html, body {
}
.container{
  padding-left: 1rem;
  padding-right: 1rem}
@media (min-width: 1024px){
  .container{
    padding-left: 4rem;
    padding-right: 4rem}}
h1, h2, h3, h4, h5, h6, h7, h8, h9{
  font-family: Bebas Neue, Berkshire Swash, Crimson Text, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 700;
  letter-spacing: 0.05em}
.glide__slides {
	white-space: normal!important;
}
.aspect-video iframe {
	width: 100%;
	height: 100%;
}
.button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(129 129 129 / var(--tw-bg-opacity))}
.button{
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(19 67 77 / var(--tw-bg-opacity));
  padding: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-family: Bebas Neue, Berkshire Swash, Crimson Text, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear}
.button.alt:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity))}
.button.alt{
  --tw-bg-opacity: 1;
  background-color: rgb(129 129 129 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}
.button.active:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(129 129 129 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(199 199 199 / var(--tw-text-opacity))}
.button.active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(19 67 77 / var(--tw-text-opacity))}
.button.hollow:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}
.button.hollow{
	color: inherit;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(34 34 34 / var(--tw-border-opacity));
	background-color: transparent}
.white .button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(129 129 129 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(199 199 199 / var(--tw-text-opacity))}
.white .button{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(19 67 77 / var(--tw-text-opacity))}
.white .button.hollow:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(199 199 199 / var(--tw-text-opacity))}
.white .button.hollow{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}
.mobile li a{
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  padding: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}
@media (min-width: 1024px){
  .mobile li a{
    font-size: 3rem;
    line-height: 1}}
@media (min-width: 1280px){
  .mobile li a{
    font-size: 3.75rem;
    line-height: 1}}
.mobile li.button a{
  margin-left: auto;
  margin-right: auto;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity))}
.mobile li.button{
  width: 100%;
  text-align: center}
.mobile li{
  text-align: center;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)}
.mobile a:hover{
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity))}
@media (min-width: 1024px){
  .mobile{
    margin-top: -4rem}}
.opened li, .opened div{
  opacity: 1}
.line {
  fill: none;
  stroke: #fff;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
#offCanvasContent > section:not(.top) .inner {
		opacity: 0;
		transition: opacity 1s ease .3s;
		transition-property: opacity, transform;
		transform: translateY(30px);
	}
footer .inner {
		opacity: 0;
		transition: all 1s ease .3s;
	}
#offCanvasContent section .in-view.inner {
	transform: translateY(0);
	opacity: 1;
}
#offCanvas header {
		transition: padding .4s linear;
	}
#offCanvas.stuck .toggle-button{
  margin-top: 1.5rem}
footer .in-view.inner {
	opacity: 1;
}
section.top {
	transition: all .1s ease;
	z-index: 999;}
section.top .main {
		transition: all .3s ease;
		--tw-border-opacity: 1;
		border-color: rgb(255 255 255 / var(--tw-border-opacity));
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity))}
section.top .menu {
    transition: all .3s ease;}
section.top .menu li:not(.button) a{
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase}
section.top .menu{
  align-items: center;
  justify-content: flex-end}
section.top .menu > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))}
@media (min-width: 1024px){
  section.top .menu{
    margin-left: auto;
    margin-right: 0px;
    display: flex}}
section.top .logo svg {
      transition: all .3s ease;
    }
section.top.stuck {
		transition: all .3s ease;}
section.top.stuck .main{
  border-width: 0px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem}
section.top.stuck .logo svg{
  width: 50%}
section.top.stuck{
  position: fixed;
  --tw-bg-opacity: 1;
  background-color: rgb(19 67 77 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
section.top{
  position: relative;
  letter-spacing: 0.05em}
section.simple .img, section.testimonials .img, section.testimonial .img, section.signup .img, section.contact .img, section.twocols .img, section.twocolslists .img, section.header .img, section.home-header .img, section.partners .img, section.boxes .img, section.upcoming-events .img, section.features .img, section.films .img {
		min-height: 400px;
	}
section.simple h1, section.testimonials h1, section.testimonial h1, section.signup h1, section.contact h1, section.twocols h1, section.twocolslists h1, section.header h1, section.home-header h1, section.partners h1, section.boxes h1, section.upcoming-events h1, section.features h1, section.films h1{
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem}
@media (min-width: 768px){
  section.simple h1, section.testimonials h1, section.testimonial h1, section.signup h1, section.contact h1, section.twocols h1, section.twocolslists h1, section.header h1, section.home-header h1, section.partners h1, section.boxes h1, section.upcoming-events h1, section.features h1, section.films h1{
    font-size: 3rem;
    line-height: 1}}
@media (min-width: 1024px){
  section.simple h1, section.testimonials h1, section.testimonial h1, section.signup h1, section.contact h1, section.twocols h1, section.twocolslists h1, section.header h1, section.home-header h1, section.partners h1, section.boxes h1, section.upcoming-events h1, section.features h1, section.films h1{
    font-size: 4.5rem;
    line-height: 1}}
section.simple h2, section.testimonials h2, section.testimonial h2, section.signup h2, section.contact h2, section.twocols h2, section.twocolslists h2, section.header h2, section.home-header h2, section.partners h2, section.boxes h2, section.upcoming-events h2, section.features h2, section.films h2{
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.25}
@media (min-width: 1024px){
  section.simple h2, section.testimonials h2, section.testimonial h2, section.signup h2, section.contact h2, section.twocols h2, section.twocolslists h2, section.header h2, section.home-header h2, section.partners h2, section.boxes h2, section.upcoming-events h2, section.features h2, section.films h2{
    font-size: 3rem;
    line-height: 1}}
section.simple hr, section.testimonials hr, section.testimonial hr, section.signup hr, section.contact hr, section.twocols hr, section.twocolslists hr, section.header hr, section.home-header hr, section.partners hr, section.boxes hr, section.upcoming-events hr, section.features hr, section.films hr{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  --tw-border-opacity: 1;
  border-color: rgb(19 67 77 / var(--tw-border-opacity))}
section.simple hr.hr2, section.testimonials hr.hr2, section.testimonial hr.hr2, section.signup hr.hr2, section.contact hr.hr2, section.twocols hr.hr2, section.twocolslists hr.hr2, section.header hr.hr2, section.home-header hr.hr2, section.partners hr.hr2, section.boxes hr.hr2, section.upcoming-events hr.hr2, section.features hr.hr2, section.films hr.hr2 {
		max-width: 200px;
		margin-bottom: 1rem;
		margin-left: 0px;
		--tw-border-opacity: 1;
		border-color: rgb(19 67 77 / var(--tw-border-opacity))}
section.simple h3, section.testimonials h3, section.testimonial h3, section.signup h3, section.contact h3, section.twocols h3, section.twocolslists h3, section.header h3, section.home-header h3, section.partners h3, section.boxes h3, section.upcoming-events h3, section.features h3, section.films h3{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem}
section.simple h4, section.testimonials h4, section.testimonial h4, section.signup h4, section.contact h4, section.twocols h4, section.twocolslists h4, section.header h4, section.home-header h4, section.partners h4, section.boxes h4, section.upcoming-events h4, section.features h4, section.films h4{
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem}
section.simple p, section.simple ul, section.simple ol, section.testimonials p, section.testimonials ul, section.testimonials ol, section.testimonial p, section.testimonial ul, section.testimonial ol, section.signup p, section.signup ul, section.signup ol, section.contact p, section.contact ul, section.contact ol, section.twocols p, section.twocols ul, section.twocols ol, section.twocolslists p, section.twocolslists ul, section.twocolslists ol, section.header p, section.header ul, section.header ol, section.home-header p, section.home-header ul, section.home-header ol, section.partners p, section.partners ul, section.partners ol, section.boxes p, section.boxes ul, section.boxes ol, section.upcoming-events p, section.upcoming-events ul, section.upcoming-events ol, section.features p, section.features ul, section.features ol, section.films p, section.films ul, section.films ol {
		widows: 2;
		margin-bottom: 1.5rem}
section.simple ul:not('.flex'), section.testimonials ul:not('.flex'), section.testimonial ul:not('.flex'), section.signup ul:not('.flex'), section.contact ul:not('.flex'), section.twocols ul:not('.flex'), section.twocolslists ul:not('.flex'), section.header ul:not('.flex'), section.home-header ul:not('.flex'), section.partners ul:not('.flex'), section.boxes ul:not('.flex'), section.upcoming-events ul:not('.flex'), section.features ul:not('.flex'), section.films ul:not('.flex') {
		list-style: disc;
		list-style-position: inside;
		display: inline-block;}
section.simple ul:not('.flex') ul li, section.testimonials ul:not('.flex') ul li, section.testimonial ul:not('.flex') ul li, section.signup ul:not('.flex') ul li, section.contact ul:not('.flex') ul li, section.twocols ul:not('.flex') ul li, section.twocolslists ul:not('.flex') ul li, section.header ul:not('.flex') ul li, section.home-header ul:not('.flex') ul li, section.partners ul:not('.flex') ul li, section.boxes ul:not('.flex') ul li, section.upcoming-events ul:not('.flex') ul li, section.features ul:not('.flex') ul li, section.films ul:not('.flex') ul li {
				list-style: circle;
			}
section.simple ul:not('.flex') ul, section.testimonials ul:not('.flex') ul, section.testimonial ul:not('.flex') ul, section.signup ul:not('.flex') ul, section.contact ul:not('.flex') ul, section.twocols ul:not('.flex') ul, section.twocolslists ul:not('.flex') ul, section.header ul:not('.flex') ul, section.home-header ul:not('.flex') ul, section.partners ul:not('.flex') ul, section.boxes ul:not('.flex') ul, section.upcoming-events ul:not('.flex') ul, section.features ul:not('.flex') ul, section.films ul:not('.flex') ul{
  margin-bottom: 0px}
section.simple ul:not('.flex'), section.testimonials ul:not('.flex'), section.testimonial ul:not('.flex'), section.signup ul:not('.flex'), section.contact ul:not('.flex'), section.twocols ul:not('.flex'), section.twocolslists ul:not('.flex'), section.header ul:not('.flex'), section.home-header ul:not('.flex'), section.partners ul:not('.flex'), section.boxes ul:not('.flex'), section.upcoming-events ul:not('.flex'), section.features ul:not('.flex'), section.films ul:not('.flex'){
  margin-left: 1rem}
section.simple .white h1, section.simple .white h2, section.simple .white h3, section.simple .white h4, section.simple .white h5, section.simple .white h6.h7, section.simple .white p, section.simple .white ul, section.simple .white ol, section.simple .white a:not(.button), section.testimonials .white h1, section.testimonials .white h2, section.testimonials .white h3, section.testimonials .white h4, section.testimonials .white h5, section.testimonials .white h6.h7, section.testimonials .white p, section.testimonials .white ul, section.testimonials .white ol, section.testimonials .white a:not(.button), section.testimonial .white h1, section.testimonial .white h2, section.testimonial .white h3, section.testimonial .white h4, section.testimonial .white h5, section.testimonial .white h6.h7, section.testimonial .white p, section.testimonial .white ul, section.testimonial .white ol, section.testimonial .white a:not(.button), section.signup .white h1, section.signup .white h2, section.signup .white h3, section.signup .white h4, section.signup .white h5, section.signup .white h6.h7, section.signup .white p, section.signup .white ul, section.signup .white ol, section.signup .white a:not(.button), section.contact .white h1, section.contact .white h2, section.contact .white h3, section.contact .white h4, section.contact .white h5, section.contact .white h6.h7, section.contact .white p, section.contact .white ul, section.contact .white ol, section.contact .white a:not(.button), section.twocols .white h1, section.twocols .white h2, section.twocols .white h3, section.twocols .white h4, section.twocols .white h5, section.twocols .white h6.h7, section.twocols .white p, section.twocols .white ul, section.twocols .white ol, section.twocols .white a:not(.button), section.twocolslists .white h1, section.twocolslists .white h2, section.twocolslists .white h3, section.twocolslists .white h4, section.twocolslists .white h5, section.twocolslists .white h6.h7, section.twocolslists .white p, section.twocolslists .white ul, section.twocolslists .white ol, section.twocolslists .white a:not(.button), section.header .white h1, section.header .white h2, section.header .white h3, section.header .white h4, section.header .white h5, section.header .white h6.h7, section.header .white p, section.header .white ul, section.header .white ol, section.header .white a:not(.button), section.home-header .white h1, section.home-header .white h2, section.home-header .white h3, section.home-header .white h4, section.home-header .white h5, section.home-header .white h6.h7, section.home-header .white p, section.home-header .white ul, section.home-header .white ol, section.home-header .white a:not(.button), section.partners .white h1, section.partners .white h2, section.partners .white h3, section.partners .white h4, section.partners .white h5, section.partners .white h6.h7, section.partners .white p, section.partners .white ul, section.partners .white ol, section.partners .white a:not(.button), section.boxes .white h1, section.boxes .white h2, section.boxes .white h3, section.boxes .white h4, section.boxes .white h5, section.boxes .white h6.h7, section.boxes .white p, section.boxes .white ul, section.boxes .white ol, section.boxes .white a:not(.button), section.upcoming-events .white h1, section.upcoming-events .white h2, section.upcoming-events .white h3, section.upcoming-events .white h4, section.upcoming-events .white h5, section.upcoming-events .white h6.h7, section.upcoming-events .white p, section.upcoming-events .white ul, section.upcoming-events .white ol, section.upcoming-events .white a:not(.button), section.features .white h1, section.features .white h2, section.features .white h3, section.features .white h4, section.features .white h5, section.features .white h6.h7, section.features .white p, section.features .white ul, section.features .white ol, section.features .white a:not(.button), section.films .white h1, section.films .white h2, section.films .white h3, section.films .white h4, section.films .white h5, section.films .white h6.h7, section.films .white p, section.films .white ul, section.films .white ol, section.films .white a:not(.button){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}
section.simple .intro h1, section.simple .intro h2, section.simple .intro h3, section.testimonials .intro h1, section.testimonials .intro h2, section.testimonials .intro h3, section.testimonial .intro h1, section.testimonial .intro h2, section.testimonial .intro h3, section.signup .intro h1, section.signup .intro h2, section.signup .intro h3, section.contact .intro h1, section.contact .intro h2, section.contact .intro h3, section.twocols .intro h1, section.twocols .intro h2, section.twocols .intro h3, section.twocolslists .intro h1, section.twocolslists .intro h2, section.twocolslists .intro h3, section.header .intro h1, section.header .intro h2, section.header .intro h3, section.home-header .intro h1, section.home-header .intro h2, section.home-header .intro h3, section.partners .intro h1, section.partners .intro h2, section.partners .intro h3, section.boxes .intro h1, section.boxes .intro h2, section.boxes .intro h3, section.upcoming-events .intro h1, section.upcoming-events .intro h2, section.upcoming-events .intro h3, section.features .intro h1, section.features .intro h2, section.features .intro h3, section.films .intro h1, section.films .intro h2, section.films .intro h3{
  margin-bottom: 0px}
section.simple table th, section.simple table td, section.testimonials table th, section.testimonials table td, section.testimonial table th, section.testimonial table td, section.signup table th, section.signup table td, section.contact table th, section.contact table td, section.twocols table th, section.twocols table td, section.twocolslists table th, section.twocolslists table td, section.header table th, section.header table td, section.home-header table th, section.home-header table td, section.partners table th, section.partners table td, section.boxes table th, section.boxes table td, section.upcoming-events table th, section.upcoming-events table td, section.features table th, section.features table td, section.films table th, section.films table td{
  border-collapse: collapse;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 1rem;
  text-align: center}
section.simple table th, section.testimonials table th, section.testimonial table th, section.signup table th, section.contact table th, section.twocols table th, section.twocolslists table th, section.header table th, section.home-header table th, section.partners table th, section.boxes table th, section.upcoming-events table th, section.features table th, section.films table th{
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}
section.simple table td, section.testimonials table td, section.testimonial table td, section.signup table td, section.contact table td, section.twocols table td, section.twocolslists table td, section.header table td, section.home-header table td, section.partners table td, section.boxes table td, section.upcoming-events table td, section.features table td, section.films table td{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity))}
section.simple table, section.testimonials table, section.testimonial table, section.signup table, section.contact table, section.twocols table, section.twocolslists table, section.header table, section.home-header table, section.partners table, section.boxes table, section.upcoming-events table, section.features table, section.films table{
  width: 100%;
  border-collapse: collapse}
section.simple .form input[type=text], section.simple .form input[type=email], section.simple .form select, section.simple .form textarea, section.testimonials .form input[type=text], section.testimonials .form input[type=email], section.testimonials .form select, section.testimonials .form textarea, section.testimonial .form input[type=text], section.testimonial .form input[type=email], section.testimonial .form select, section.testimonial .form textarea, section.signup .form input[type=text], section.signup .form input[type=email], section.signup .form select, section.signup .form textarea, section.contact .form input[type=text], section.contact .form input[type=email], section.contact .form select, section.contact .form textarea, section.twocols .form input[type=text], section.twocols .form input[type=email], section.twocols .form select, section.twocols .form textarea, section.twocolslists .form input[type=text], section.twocolslists .form input[type=email], section.twocolslists .form select, section.twocolslists .form textarea, section.header .form input[type=text], section.header .form input[type=email], section.header .form select, section.header .form textarea, section.home-header .form input[type=text], section.home-header .form input[type=email], section.home-header .form select, section.home-header .form textarea, section.partners .form input[type=text], section.partners .form input[type=email], section.partners .form select, section.partners .form textarea, section.boxes .form input[type=text], section.boxes .form input[type=email], section.boxes .form select, section.boxes .form textarea, section.upcoming-events .form input[type=text], section.upcoming-events .form input[type=email], section.upcoming-events .form select, section.upcoming-events .form textarea, section.features .form input[type=text], section.features .form input[type=email], section.features .form select, section.features .form textarea, section.films .form input[type=text], section.films .form input[type=email], section.films .form select, section.films .form textarea{
  margin-bottom: 1rem;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity))}
section.simple .form textarea, section.testimonials .form textarea, section.testimonial .form textarea, section.signup .form textarea, section.contact .form textarea, section.twocols .form textarea, section.twocolslists .form textarea, section.header .form textarea, section.home-header .form textarea, section.partners .form textarea, section.boxes .form textarea, section.upcoming-events .form textarea, section.features .form textarea, section.films .form textarea {
			max-height: 200px;
		}
section.simple .wpcf7-response-output, section.testimonials .wpcf7-response-output, section.testimonial .wpcf7-response-output, section.signup .wpcf7-response-output, section.contact .wpcf7-response-output, section.twocols .wpcf7-response-output, section.twocolslists .wpcf7-response-output, section.header .wpcf7-response-output, section.home-header .wpcf7-response-output, section.partners .wpcf7-response-output, section.boxes .wpcf7-response-output, section.upcoming-events .wpcf7-response-output, section.features .wpcf7-response-output, section.films .wpcf7-response-output{
  border-width: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity))}
section.social h2{
  margin-bottom: 1.5rem}
section.simple *:last-child {
	margin-bottom: 0;
}
section.films .item:hover .label{
  max-height: 999px}
section.films .item .label{
  max-height: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms}
@media (min-width: 1024px){
  section.upcoming-events .cnt{
    padding: 0px}}
section.upcoming-events .inner{
  padding: 2rem}
@media (min-width: 1024px){
  section.upcoming-events .glide__arrow--left{
    left: -5rem}
  section.upcoming-events .glide__arrow--right{
    right: -5rem}}
section.upcoming-events .glide__bullets{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: auto;
  text-align: center}
section.upcoming-events .glide__bullet{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))}
section.upcoming-events .glide__bullet--active{
  --tw-bg-opacity: 1;
  background-color: rgb(202 202 204 / var(--tw-bg-opacity))}
section.testimonials .container:not(.intro) h2, section.testimonial .container:not(.intro) h2 {
			color: #707070;
			margin-bottom: 2rem;
			font-family: Bebas Neue, Berkshire Swash, Crimson Text, Georgia, Cambria, "Times New Roman", Times, serif;
			font-size: 1.125rem;
			line-height: 1.75rem;
			font-style: italic}
@media (min-width: 1024px){
  section.testimonials .container:not(.intro) h2, section.testimonial .container:not(.intro) h2{
    font-size: 1.5rem;
    line-height: 2rem}}
section.testimonials .container:not(.intro) h3, section.testimonial .container:not(.intro) h3{
  margin-bottom: 0px;
  font-family: Coustard, Crimson Text, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5rem}
section.testimonials .container:not(.intro) p, section.testimonial .container:not(.intro) p{
  font-size: 0.75rem;
  line-height: 1rem}
section.testimonial h2{
  font-size: 1.125rem;
  line-height: 1.75rem}
@media (min-width: 1024px){
  section.testimonial h2{
    font-size: 2.25rem;
    line-height: 2.5rem}}
footer h3, #footer h3{
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity))}
@media (min-width: 1024px){
  footer h3, #footer h3{
    font-size: 1.25rem;
    line-height: 1.75rem}}
footer p, #footer p{
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625}
footer ul, #footer ul{
  margin-top: -0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem}
footer li a, #footer li a{
  display: inline-block;
  padding: 0.25rem}
footer .form input[type="text"], footer .form input[type="email"], #footer .form input[type="text"], #footer .form input[type="email"]{
  font-size: 0.75rem;
  line-height: 1rem}
footer .button, #footer .button{
  font-size: 0.75rem;
  line-height: 1rem}
footer, #footer{
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity))}
.form input[type="text"], .form input[type="email"], .form select, .form textarea{
  max-height: 216px;
  border-width: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem}
.form-dark{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity))}
.wpcf7-not-valid {
  border: 1px solid red;
}
div.wpcf7-mail-sent-ok {
  color: #398f14;
  border: 0!important;
}
div.wpcf7-mail-sent-ng {
  color: #ff0000;
  border: 0!important;
}
div.wpcf7-spam-blocked {
  color:  #ffa500;
  border: 0!important;
}
div.wpcf7-validation-errors {
  color: red;
  border: 0!important;
  text-align: center;
}
.hover\:scale-150:hover{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.hover\:fill-white:hover{
  fill: #fff}
.hover\:stroke-black:hover{
  stroke: #222}
.hover\:text-grey-light:hover{
  --tw-text-opacity: 1;
  color: rgb(244 244 244 / var(--tw-text-opacity))}
.hover\:text-grey:hover{
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity))}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}
@media (min-width: 768px){
  .md\:container{
    width: 100%}
  @media (min-width: 640px){
    .md\:container{
      max-width: 640px}}
  @media (min-width: 768px){
    .md\:container{
      max-width: 768px}}
  @media (min-width: 1024px){
    .md\:container{
      max-width: 1024px}}
  @media (min-width: 1280px){
    .md\:container{
      max-width: 1280px}}
  @media (min-width: 1536px){
    .md\:container{
      max-width: 1536px}}
  .md\:top-1\/2{
    top: 50%}
  .md\:left-1\/4{
    left: 25%}
  .md\:order-1{
    order: 1}
  .md\:order-2{
    order: 2}
  .md\:m-8{
    margin: 2rem}
  .md\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem}
  .md\:-mt-2{
    margin-top: -0.5rem}
  .md\:mb-0{
    margin-bottom: 0px}
  .md\:block{
    display: block}
  .md\:flex{
    display: flex}
  .md\:h-24{
    height: 6rem}
  .md\:w-1\/2{
    width: 50%}
  .md\:w-3\/12{
    width: 25%}
  .md\:w-9\/12{
    width: 75%}
  .md\:w-12{
    width: 3rem}
  .md\:w-4\/12{
    width: 33.333333%}
  .md\:w-8\/12{
    width: 66.666667%}
  .md\:w-1\/3{
    width: 33.333333%}
  .md\:w-7\/12{
    width: 58.333333%}
  .md\:w-2\/3{
    width: 66.666667%}
  .md\:w-5\/12{
    width: 41.666667%}
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr))}
  .md\:flex-wrap{
    flex-wrap: wrap}
  .md\:gap-4{
    gap: 1rem}
  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)))}
  .md\:p-16{
    padding: 4rem}
  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem}
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem}
  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem}
  .md\:px-24{
    padding-left: 6rem;
    padding-right: 6rem}
  .md\:pr-4{
    padding-right: 1rem}
  .md\:pb-16{
    padding-bottom: 4rem}}
@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute}
  .lg\:left-0{
    left: 0px}
  .lg\:order-1{
    order: 1}
  .lg\:order-2{
    order: 2}
  .lg\:m-16{
    margin: 4rem}
  .lg\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem}
  .lg\:mr-20{
    margin-right: 5rem}
  .lg\:mt-0{
    margin-top: 0px}
  .lg\:ml-72{
    margin-left: 18rem}
  .lg\:-ml-24{
    margin-left: -6rem}
  .lg\:mb-16{
    margin-bottom: 4rem}
  .lg\:mt-16{
    margin-top: 4rem}
  .lg\:block{
    display: block}
  .lg\:flex{
    display: flex}
  .lg\:hidden{
    display: none}
  .lg\:h-32{
    height: 8rem}
  .lg\:w-1\/4{
    width: 25%}
  .lg\:w-full{
    width: 100%}
  .lg\:w-64{
    width: 16rem}
  .lg\:w-2\/3{
    width: 66.666667%}
  .lg\:w-1\/3{
    width: 33.333333%}
  .lg\:w-1\/2{
    width: 50%}
  .lg\:w-10\/12{
    width: 83.333333%}
  .lg\:-translate-x-24{
    --tw-translate-x: -6rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr))}
  .lg\:gap-8{
    gap: 2rem}
  .lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))}
  .lg\:bg-center{
    background-position: center}
  .lg\:p-4{
    padding: 1rem}
  .lg\:p-16{
    padding: 4rem}
  .lg\:p-32{
    padding: 8rem}
  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem}
  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem}
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem}
  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem}
  .lg\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem}
  .lg\:pb-16{
    padding-bottom: 4rem}
  .lg\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}}
@media (min-width: 1280px){
  .xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem}}
