/*
! tailwindcss v3.1.6 | 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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

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

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-5 {
  top: 1.25rem;
}

.right-5 {
  right: 1.25rem;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.bottom-0 {
  bottom: 0px;
}

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

.right-0 {
  right: 0px;
}

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

.bottom-8 {
  bottom: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-10 {
  margin-left: 2.5rem;
}

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-full {
  height: 100%;
}

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

.h-6 {
  height: 1.5rem;
}

.max-h-14 {
  max-height: 3.5rem;
}

.w-full {
  width: 100%;
}

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

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

.translate-y-1\/4 {
  --tw-translate-y: 25%;
  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));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.stroke-black {
  stroke: #000000;
}

.stroke-white {
  stroke: #FFFFFF;
}

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

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

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

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

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

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

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

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

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

.opacity-100 {
  opacity: 1;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-20 {
  opacity: 0.2;
}

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

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

.mix-blend-plus-lighter {
  mix-blend-mode: plus-lighter;
}

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

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

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

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

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

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

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

/* General */

html,  body {
  height: 100%;
  width: 100%;
}

body {
  overflow-x: hidden;
  background-color: white;
  color: black;
  font-feature-settings: "liga", "kern";
}

input:focus,
select:focus,
textarea:focus,
button:focus,
div:focus {
  outline: none;
}

::-moz-selection {
  background: black;
  color: white;
}

::selection {
  background: black;
  color: white;
}

.video-container {
  position: relative;
  height: 0px;
  width: 100%;
  padding-bottom:56.25%;
}

.video-container iframe {
  position: absolute;
  height: 100%;
  width: 100%;
}

img {
  width: 100%;
}

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

.image-container.lazy {
  opacity: 0;
}

.feature-image {
  position: relative;
  height: 0px;
  overflow: hidden;
  padding-bottom: 56.5%;
}

.feature-image img,  .trailer img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-caption {
  margin-top: 0.25rem;
  max-width: 36rem;
}

@media (min-width: 768px) {
  .image-caption {
    margin-top: 0.5rem;
  }
}

.grain {
  pointer-events: none;
}

.grain:after {
  position: absolute;
  content: "";
  z-index: 10;
  top: -10rem;
  left: -10rem;
  width: 300%;
  height: 300%;
  background-position: 50%;
  background-size: 20%;
  opacity: .15
	;
  background-image: url(../images/noise.png);
  -webkit-animation: fuzz 1s steps(2) infinite;
          animation: fuzz 1s steps(2) infinite;
}

@media screen and (min-width:1400px) {
  .grain:after {
    background-size: 15%;
  }
}

@media screen and (min-width:2000px) {
  .grain:after {
    background-size: 12%;
  }
}

@media screen and (min-width:640px) {
  .grain:after {
    width: 200%;
    height: 200%;
  }
}

@media screen and (min-width:1000px) {
  .grain:after {
    width: calc(100% + 20rem);
    height: calc(100% + 20rem);
  }
}

@-webkit-keyframes fuzz {
  0%{
    transform:translate3d(0,9rem,0)
  }

  10%{
    transform:translate3d(-1rem,-4rem,0)
  }

  20%{
    transform:translate3d(-8rem,2rem,0)
  }

  30%{
    transform:translate3d(9rem,-9rem,0)
  }

  40%{
    transform:translate3d(-2rem,7rem,0)
  }

  50%{
    transform:translate3d(-9rem,-4rem,0)
  }

  60%{
    transform:translate3d(2rem,6rem,0)
  }

  70%{
    transform:translate3d(7rem,-8rem,0)
  }

  80%{
    transform:translate3d(-9rem,1rem,0)
  }

  90%{
    transform:translate3d(6rem,-5rem,0)
  }

  to{
    transform:translate3d(-7rem,0,0)
  }
}

@keyframes fuzz{
  0%{
    transform:translate3d(0,9rem,0)
  }

  10%{
    transform:translate3d(-1rem,-4rem,0)
  }

  20%{
    transform:translate3d(-8rem,2rem,0)
  }

  30%{
    transform:translate3d(9rem,-9rem,0)
  }

  40%{
    transform:translate3d(-2rem,7rem,0)
  }

  50%{
    transform:translate3d(-9rem,-4rem,0)
  }

  60%{
    transform:translate3d(2rem,6rem,0)
  }

  70%{
    transform:translate3d(7rem,-8rem,0)
  }

  80%{
    transform:translate3d(-9rem,1rem,0)
  }

  90%{
    transform:translate3d(6rem,-5rem,0)
  }

  to{
    transform:translate3d(-7rem,0,0)
  }
}

/*Fontface*/

@font-face {
  font-family: 'Austin';

  src: url('../fonts/Austin-Light-Web.woff2') format('woff2'),
	url('../fonts/Austin-Light-Web.woff') format('woff');

  font-weight: 200;

  font-style: normal;

  font-stretch: normal;
}

@font-face {
  font-family: 'Austin';

  src: url('../fonts/Austin-LightItalic-Web.woff2') format('woff2'),
	url('../fonts/Austin-LightItalic-Web.woff') format('woff');

  font-weight: 200;

  font-style: italic;

  font-stretch: normal;
}

@font-face {
  font-family: 'Mori';

  src: url('../fonts/PPMori-Regular.woff2') format('woff2'),
	url('../fonts/PPMori-Regular.woff') format('woff');

  font-weight: 400;

  font-style: normal;

  font-stretch: normal;
}

@font-face {
  font-family: 'Mori';

  src: url('../fonts/PPMori-RegularItalic.woff2') format('woff2'),
	url('../fonts/PPMori-Italic.woff') format('woff');

  font-weight: 400;

  font-style: italic;

  font-stretch: normal;
}

/*Page fade in and out*/

#fader {
  pointer-events: none;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
}

#fader.fade-out {
  opacity: 0;
  -webkit-animation-name: fade-out;
          animation-name: fade-out;
}

#fader.fade-in {
  opacity: 1;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}

@-webkit-keyframes fade-out {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fade-out {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fade-in {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

/* Grid + Sizers */

.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 1.25rem;
}

@media (min-width: 640px) {
  .wrapper {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .wrapper {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1000px) {
  .wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1536px) {
  .wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.page-grid {
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

@media (min-width: 640px) {
  .page-grid {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}

@media (min-width: 768px) {
  .page-grid {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }
}

@media (min-width: 1000px) {
  .page-grid {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

.grid-gap {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

@media (min-width: 640px) {
  .grid-gap {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}

@media (min-width: 768px) {
  .grid-gap {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }
}

@media (min-width: 1000px) {
  .grid-gap {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

/* Gaps */

.top-page-gap {
  padding-top: 6rem;
}

@media (min-width: 768px) {
  .top-page-gap {
    padding-top: 8rem;
  }
}

@media (min-width: 1000px) {
  .top-page-gap {
    padding-top: 10rem;
  }
}

.xxl-gap-b {
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .xxl-gap-b {
    margin-bottom: 6rem;
  }
}

@media (min-width: 1000px) {
  .xxl-gap-b {
    margin-bottom: 8rem;
  }
}

.xxl-gap-t {
  margin-top: 4rem;
}

@media (min-width: 768px) {
  .xxl-gap-t {
    margin-top: 6rem;
  }
}

@media (min-width: 1000px) {
  .xxl-gap-t {
    margin-top: 8rem;
  }
}

.xl-gap-b {
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .xl-gap-b {
    margin-bottom: 5rem;
  }
}

@media (min-width: 1000px) {
  .xl-gap-b {
    margin-bottom: 6rem;
  }
}

.xl-gap-t {
  margin-top: 4rem;
}

@media (min-width: 768px) {
  .xl-gap-t {
    margin-top: 5rem;
  }
}

@media (min-width: 1000px) {
  .xl-gap-t {
    margin-top: 6rem;
  }
}

.large-gap-b {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .large-gap-b {
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 1000px) {
  .large-gap-b {
    margin-bottom: 4rem;
  }
}

.large-gap-t {
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .large-gap-t {
    margin-top: 3.5rem;
  }
}

@media (min-width: 1000px) {
  .large-gap-t {
    margin-top: 4rem;
  }
}

.m-xl-gap-b {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .m-xl-gap-b {
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 1000px) {
  .m-xl-gap-b {
    margin-bottom: 6rem;
  }
}

.medium-gap-b {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .medium-gap-b {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1000px) {
  .medium-gap-b {
    margin-bottom: 3rem;
  }
}

.medium-gap-t {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .medium-gap-t {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1000px) {
  .medium-gap-t {
    margin-top: 3rem;
  }
}

.small-gap-b {
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .small-gap-b {
    margin-bottom: 1.75rem;
  }
}

@media (min-width: 1000px) {
  .small-gap-b {
    margin-bottom: 2rem;
  }
}

.small-gap-t {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .small-gap-t {
    margin-top: 1.75rem;
  }
}

@media (min-width: 1000px) {
  .small-gap-t {
    margin-top: 2rem;
  }
}

.xs-gap-b {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .xs-gap-b {
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 1000px) {
  .xs-gap-b {
    margin-bottom: 1rem;
  }
}

.xs-gap-t {
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .xs-gap-t {
    margin-top: 0.75rem;
  }
}

@media (min-width: 1000px) {
  .xs-gap-t {
    margin-top: 1rem;
  }
}

.text-gap {
  margin-bottom: 1.5rem;
}

/* Typography */

.paragraph {
  font-family: Mori, serif;
  font-size: 0.9rem;
  line-height: 125%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  .paragraph {
    font-size: 1rem;
    line-height: 130%;
    letter-spacing: -0.01em;
  }
}

@media (min-width: 1800px) {
  .paragraph {
    font-size: 1.125rem;
    line-height: 130%;
    letter-spacing: -0.01em;
  }
}

.paragraph {
  line-height: 140%;
}

.heading-1 {
  font-family: Austin, sans-serif;
  font-size: 3rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 640px) {
  .heading-1 {
    font-size: 4rem;
  }
}

@media (min-width: 768px) {
  .heading-1 {
    font-size: 6rem;
  }
}

@media (min-width: 1000px) {
  .heading-1 {
    font-size: 7rem;
  }
}

@media (min-width: 1280px) {
  .heading-1 {
    font-size: 8rem;
  }
}

@media (min-width: 1536px) {
  .heading-1 {
    font-size: 10rem;
  }
}

.heading-1 {
  line-height: 96%;
  letter-spacing: 0.03em;
  font-weight: 200;
  color: black;
}

@media (min-width: 768px) {
  .heading-1 {
    line-height: 92%;
  }
}

.heading-1-5 {
  font-family: Austin, sans-serif;
  font-size: 3rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 640px) {
  .heading-1-5 {
    font-size: 4rem;
  }
}

@media (min-width: 1000px) {
  .heading-1-5 {
    font-size: 6rem;
  }
}

@media (min-width: 1280px) {
  .heading-1-5 {
    font-size: 7rem;
  }
}

.heading-1-5 {
  line-height: 100%;
  letter-spacing: 0.03em;
  font-weight: 200;
}

.heading-2 {
  font-family: Austin, sans-serif;
  font-size: 2.25rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  .heading-2 {
    font-size: 3rem;
    line-height: 110%;
    letter-spacing: -0.02em;
  }
}

@media (min-width: 1280px) {
  .heading-2 {
    font-size: 4rem;
  }
}

@media (min-width: 1536px) {
  .heading-2 {
    font-size: 5rem;
  }
}

.heading-2 {
  line-height: 100%;
  letter-spacing: 0.03em;
  font-weight: 200;
}

.heading-3 {
  font-family: Mori, serif;
  font-size: 1.35rem;
  line-height: 125%;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 640px) {
  .heading-3 {
    font-size: 1.5rem;
    line-height: 125%;
    letter-spacing: -0.01em;
  }
}

@media (min-width: 768px) {
  .heading-3 {
    font-size: 1.8rem;
    line-height: 125%;
    letter-spacing: -0.01em;
  }
}

@media (min-width: 1800px) {
  .heading-3 {
    font-size: 2.25rem;
    line-height: 110%;
    letter-spacing: -0.02em;
  }
}

.heading-3 {
  line-height: 130%;
}

.heading-4 {
  font-family: Mori, serif;
  font-size: 1.125rem;
  line-height: 130%;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  .heading-4 {
    font-size: 1.35rem;
    line-height: 125%;
    letter-spacing: -0.01em;
  }
}

@media (min-width: 1280px) {
  .heading-4 {
    font-size: 1.5rem;
    line-height: 125%;
    letter-spacing: -0.01em;
  }
}

.heading-4 {
  line-height: 135%;
}

.xs-text {
  font-family: Mori, serif;
  font-size: 0.65rem;
  line-height: 125%;
}

@media (min-width: 768px) {
  .xs-text {
    font-size: 0.75rem;
    line-height: 125%;
  }
}

i,  em {
  font-style: italic;
}

b,  strong {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.text-block p:not(:last-child) {
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .text-block p:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .text-block p:not(:last-child) {
    margin-bottom: 1.75rem;
  }
}

@media (min-width: 1536px) {
  .text-block p:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.text-block a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.text-block ul li {
  list-style-type: disc;
}

.text-block ol li {
  list-style-type: decimal;
}

.text-block ol li,  .text-block ul li {
  margin-left: 1rem;
  padding-left: 0.25rem;
}

@media (min-width: 768px) {
  .text-block ol li,  .text-block ul li {
    margin-left: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .text-block ol li,  .text-block ul li {
    margin-left: -0.5rem;
    padding-left: 0.5rem;
  }
}

/*Header*/

header {
  margin-top: -57px;
}

header .logo {
  display: inline-block;
  max-width: 190px;
}

.desktop-nav .link {
  position: relative;
  display: inline-block;
}

.desktop-nav .link:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  background: #000;
  transition: width 0.2s ease 0s, left 0.2s ease 0s;
  width: 0;
}

.desktop-nav.text-white .link:after {
  background: #fff;
}

@media (hover: hover) {
  .desktop-nav .link:hover:after {
    width: 100%;
  }
}

@media (min-width: 768px) {
  header .logo {
    max-width: 220px;
  }

  header {
    margin-top: -76px;
  }
}

@media (min-width: 1000px) {
  header {
    margin-top: -107px;
  }
}

@media (min-width: 1200px) {
  header .logo {
    max-width: 240px;
  }
}

@media (min-width: 1536px) {
  header {
    margin-top: -123px;
  }
}

@media (min-width: 1800px) {
  header {
    margin-top: -126px;
  }
}

/*Mobile Menu*/

#mobile-nav {
  top: 50px;
  transition: all 0.4s;
  opacity: 0;
  pointer-events: none;
}

#mobile-nav.visible {
  opacity: 1;
  top: 0px;
  pointer-events: all;
}

/*Footer*/

footer .email a:after, footer .social a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 1px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  background: #000;
  transition: width 0.2s ease 0s, left 0.2s ease 0s;
  width: 0;
}

@media (hover: hover) {
  footer .email a:hover:after, footer .social a:hover:after{
    width: 100%;
  }
}

@media screen and (min-width:1024px) {
  footer {
    margin-bottom: -50px!important;
    padding-bottom: 0px!important;
    padding-top: 0px!important;
  }

  footer div {
    transform: translateY(2.5rem);
  }
}

/*Film page*/

.page-header {
  height: 65vh;
}

.film-title {
  margin-top: -44px;
}

body.film .page-header .svg {
  -webkit-transform: translate3d(0,0,0);
}

body.film .large-image {
  margin-top: -10.3vw;
  height: 100%;
  top: 0;
}

body.film .gradient {
  -webkit-mask-image: linear-gradient(to right, black 75%, transparent 100%);
          mask-image: linear-gradient(to right, black 75%, transparent 100%);
}

@media screen and (max-width:767px) {
  body.film .large-image .feature-image {
    padding-bottom: 80%;
  }

  body.film .square {
    padding-bottom: 100%;
  }

  body.film .gradient {
    -webkit-mask-image: linear-gradient(to right, black 85%, transparent 100%);
            mask-image: linear-gradient(to right, black 85%, transparent 100%);
  }
}

body.film .laurel img {
  max-width: 120px;
}

body.film .page-header .header-image {
  height:100%;
  width: 100%;
}

body.film .page-header .header-image img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width:1024px) {
  body.film .page-header .header-image img{
    height:130%;
    top:-20%;
  }
}

@media screen and (min-aspect-ratio: 1/1) and (min-width:1024px) {
  body.film .page-header .header-image img{
    height:110%;
    top:-10%;
  }
}

@media screen and (min-width:640px) {
  .page-header {
    height: 380px;
  }

  .film-title {
    margin-top: -52px;
  }
}

@media screen and (min-width:768px) {
  .page-header {
    height: 85vh;
    max-height: 650px;
  }

  .film-title {
    margin-top: -72px;
  }

  body.film .imageposter .large-image {
    margin-top: -17.3vw;
  }

  body.film .imageimage .large-image {
    margin-top: -8vw;
  }
}

@media screen and (min-width:1000px) {
  .film-title {
    margin-top: -92px;
  }
}

@media screen and (min-width:1024px) {
  body.film .large-image, body.film .small-image div {
    height:120%;
    top:-10%;
  }
}

@media screen and (min-width:1280px) {
  .page-header {
    height: 90vh;
    max-height: 800px;
    min-height: 450px;
  }

  .film-title {
    margin-top: -99px;
  }

  body.film .laurel img {
    max-width: 130px;
  }
}

@media screen and (min-width:1536px) {
  .film-title {
    margin-top: -122px;
  }

  body.film .imageposter .large-image {
    margin-top: -18.2vw;
  }

  body.film .imageimage .large-image {
    margin-top: -8.3vw;
  }
}

@media screen and (min-width:1800px) {
  .page-header {
    max-height: 1000px;
  }
}

body.film .trailer-container {
  overflow: visible;
}

@media (hover:hover) {
  body.film .trailer-container .curtain-top, body.film .trailer-container .curtain-bottom {
    height: 0;
  }

  body.film .trailer-container:hover .curtain-top, body.film .trailer-container:hover .curtain-bottom {
    height: 50%;
  }
}

/*Films*/

body.films .filter.active {
  pointer-events: none;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-bottom: 1px;
}

body.films footer {
  margin-top: 0px!important;
}

body.films .feature-image img {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (hover: hover) {
  body.films .feature-image:hover img {
    transform: scale(109%);
    -webkit-transform:scale(1.09, 1.09);
  }
}

/*About*/

body.about .about-heading {
  margin-bottom: -43px;
  -webkit-transform: translate3d(0,0,0);
}

body.about .feature-image {
  padding-bottom:60%;
}

@media screen and (min-width:640px) {
  body.about .about-heading {
    margin-bottom: -50px;
  }

  body.about .feature-image {
    padding-bottom:50%;
  }
}

@media screen and (min-width:768px) {
  body.about .about-heading {
    margin-bottom: -73px;
  }

  body.about .feature-image {
    padding-bottom:40%;
  }
}

@media screen and (min-width:1000px) {
  body.about .about-heading {
    margin-bottom: -93px;
  }
}

@media screen and (min-width:1280px) {
  body.about .about-heading {
    margin-bottom: -100px;
  }
}

@media screen and (min-width:1536px) {
  body.about .about-heading {
    margin-bottom: -124px;
  }
}

/*Home – Image gallery*/

body.home .imageGallery {
  background-color: rgba(0,0,0,0.1);
}

body.home .imageGallery .swiper-wrapper {
  mix-blend-mode: darken;
}

@media (hover: none) {
  body.home .swiper-navigation {
    pointer-events: none;
  }
}

body.home .swiper-slide img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*Home – Titles gallery*/

@media (max-width: 767px) {
  body.home .titlesGallery .swiper-slide .title span, body.home .titlesGallery .swiper-slide .space {
    display: none;
  }

  body.home .titlesGallery .swiper-slide {
    min-height: 144px;
  }

  body.home .titlesGallery .swiper-slide h2 {
    position: absolute;
    top: 50%;
    width: 100%;
    --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));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (min-width:640px) and (max-width: 767px) {
  body.home .titlesGallery .swiper-slide h2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  body.home .titlesGallery .swiper-slide {
    min-height: 128px;
  }
}

body.home .titlesGallery .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  box-sizing: border-box;
}

body.home .titlesGallery .swiper-slide .title-link {
  position: relative;
  display: inline-block;
  opacity: 0.2;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}

body.home .titlesGallery .swiper-slide .title-link:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  background: #fff;
  transition: width 0.4s ease 0s, left 0.4s ease 0s;
  width: 0;
}

@media (hover: hover) {
  body.home .titlesGallery .swiper-slide .title-link:hover:after {
    width: 100%;
  }
}

body.home .titlesGallery .swiper-slide-active .title-link,  body.home .titlesGallery .swiper-slide-duplicate-active .title-link {
  opacity: 1;
}

body.home .swiper-button-next {
  position: fixed;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 50%;
  cursor: url(../images/right-arrow.png), pointer;
}

body.home .swiper-button-prev {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 50%;
  cursor: url(../images/left-arrow.png), pointer;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 0px!important;
}

@media screen and (min-width:768px) {
  body.home .titlesGallery .swiper-slide {
    transform: translateX(26px);
    transform: translateX(12px);
  }
}

@media screen and (min-width:1000px) {
  body.home .titlesGallery .swiper-slide {
    transform: translateX(31px);
  }
}

@media screen and (min-width:1280px) {
  body.home .titlesGallery .swiper-slide {
    transform: translateX(36px);
  }
}

@media screen and (min-width:1700px) {
  body.home .titlesGallery .swiper-slide {
    transform: translateX(42px);
  }
}

/*Home – Image Gallery*/

/* body.home .imageGallery .swiper-slide-active img {
	animation-name: zoom;
	animation-duration: 4.7s;
	animation-timing-function: linear;
}

@keyframes zoom {
  from {transform: scale(1.04);}
  to {transform: scale(1);}
} */

@media (min-width: 768px) {
  .md\:bottom-12 {
    bottom: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

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

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

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

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

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

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

@media (min-width: 1000px) {
  .lg\:order-1 {
    order: 1;
  }

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

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

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

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

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

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

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

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

  .lg\:ml-12 {
    margin-left: 3rem;
  }

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

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

@media (min-width: 1280px) {
  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

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

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

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

  .xl\:col-start-3 {
    grid-column-start: 3;
  }

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

  .xl\:col-start-7 {
    grid-column-start: 7;
  }

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

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

  .xl\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
    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));
  }

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

@media (min-width: 1536px) {
  .\32xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .\32xl\:col-start-7 {
    grid-column-start: 7;
  }
}

@media (min-width: 1800px) {
  .\33xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

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

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