@import "https://fonts.googleapis.com/css?family=IBM+Plex+Sans+Condensed|IBM+Plex+Sans:100,200,400,500,700|Merriweather|Abril+Fatface?display=swap";
html, body {
  margin: 0;
  padding: 0;
  font-family: IBM Plex Sans, sans-serif;
}

h1 {
  font-family: Merriweather, Times New Roman, Times, serif;
}

h1, h2, h3, h4, h5 {
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.125rem;
}

p {
  line-height: 125%;
}

main {
  opacity: 1;
}

article header {
  height: 100vh;
  position: static;
  top: 0;
  bottom: 100vh;
  overflow: hidden;
}

article section {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: sticky;
}

article footer {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  padding-bottom: 5rem;
  position: static;
  top: 0;
  overflow-x: hidden;
}

article footer h1 {
  font-size: 1.5rem;
  font-weight: 200;
}

@media (width >= 1024px) {
  article footer h1 {
    font-size: 3rem;
  }
}

article footer h2 {
  font-size: 1.125rem;
}

@media (width >= 1024px) {
  article footer h2 {
    font-size: 1.5rem;
  }
}

article footer h1, article footer h2, article footer h3 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

article footer a {
  text-decoration-line: underline;
  transition: all .44s;
}

article footer a:hover {
  opacity: .75;
  text-decoration-line: none;
}

article footer p {
  margin-bottom: 2.5rem;
  line-height: 1.625;
}

article footer .container {
  margin-left: auto;
  margin-right: auto;
}

article footer .container .gk-flex {
  flex-direction: column;
}

@media (width >= 1024px) {
  article footer .container .gk-flex {
    flex-direction: row;
  }
}

article footer .opening-hours {
  width: 100%;
}

@media (width >= 1024px) {
  article footer .opening-hours {
    width: 33.3333%;
  }
}

article footer .opening-hours__inner {
  padding-top: 5rem;
}

@media (width >= 1024px) {
  article footer .opening-hours__inner {
    --tw-border-opacity: 1;
    border-right-width: 1px;
    border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  }
}

article footer .imprint {
  cursor: pointer;
  max-height: 40rem;
  margin-top: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  transition: max-height .5s ease-in-out;
  position: relative;
  overflow: hidden;
}

@media (width >= 1024px) {
  article footer .imprint {
    width: 66.6667%;
    margin-top: 0;
    padding-left: 5rem;
  }
}

.imprint.--collapsed {
  max-height: 40rem;
  overflow: hidden;
}

.imprint.--expanded {
  max-height: 9999px;
}

.imprint:after {
  opacity: 0;
  content: "";
  background: linear-gradient(0deg, #1a202c, #1a202c00);
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 40rem;
  transition: all .36s;
  display: none;
  position: absolute;
  bottom: 0;
}

.imprint.--collapsed:after {
  content: "Impressum";
  opacity: 1;
  display: flex;
}

.imprint.--hover:after {
  content: "Impressum ausklappen";
  opacity: 1;
  display: flex;
}

[data-modal] {
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgb(227 0 24 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 1;
  width: 100vw;
  transition: all .66s cubic-bezier(.86, 0, .32, 1);
  position: fixed;
  inset: 0 -100vw 0 100vw;
  overflow-y: auto;
}

@media (width >= 1024px) {
  [data-modal] {
    width: 50vw;
  }
}

[data-modal].--active {
  opacity: 1;
  display: block;
  left: 0;
  right: 0;
}

@media (width >= 1024px) {
  [data-modal].--active {
    left: 50vw;
  }
}

[data-modal] button {
  outline-offset: 2px;
  outline: 2px solid #0000;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  top: 0;
  right: 0;
}

[data-modal] button:hover {
  opacity: .5;
}

[data-modal] h1 {
  width: 66.6667%;
  margin-top: 2rem;
  font-size: 1.5rem;
  font-weight: 200;
}

@media (width >= 1024px) {
  [data-modal] h1 {
    width: 100%;
    font-size: 3rem;
  }
}

[data-modal] h2 {
  margin-top: 3rem;
  font-size: 1.5rem;
}

[data-modal] p {
  opacity: .9;
  line-height: 1.625;
}

[data-modal] .container {
  padding: 2rem;
  position: relative;
}

[data-modal] hr {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

[data-modal-backdrop] {
  z-index: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 0;
  transition: all .46s;
  display: block;
  inset: 0;
}

[data-modal-backdrop].--active {
  z-index: 10;
  opacity: .75;
  display: block;
  position: fixed;
}

.swiper {
  height: 100%;
}

.swiper__wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(45 45 42 / var(--tw-bg-opacity, 1));
  width: 100%;
  height: 100%;
}

.swiper__slide {
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.swiper__slide img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper__slide.--active {
  opacity: 1;
}

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

.container .gk-flex {
  flex-direction: column;
}

@media (width >= 1024px) {
  .container .gk-flex {
    flex-direction: row;
  }
}

.teaser {
  height: 100%;
  display: flex;
}

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

.teaser .logo {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.teaser .logo__inner {
  width: 8rem;
}

@media (width >= 48rem) {
  .teaser .logo__inner {
    width: 14rem;
  }
}

.teaser .logo__inner__main {
  margin: 0 30%;
}

.teaser .logo__inner__sub {
  width: 100%;
}

body.--no-scroll {
  overflow: hidden;
}

body.--loading {
  height: 100vh;
  overflow: hidden;
}

body.--loading main {
  opacity: 0;
}

.loading-screen {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 1;
  transition: opacity .34s;
  display: none;
  position: fixed;
  inset: 0;
}

.loading-screen.--show {
  display: block;
}

.loading-screen.--fade-out {
  opacity: 0;
}

.loading-screen .container {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.loading-screen .head {
  filter: grayscale() contrast(3);
  margin: 0 30%;
  animation: 3s cubic-bezier(.86, 0, .32, 1) forwards gkAnimation;
  transform: scale(10);
}

@keyframes gkAnimation {
  0% {
    opacity: 0;
    filter: grayscale() contrast(3);
    transform: scale(10);
  }

  15% {
    opacity: .1;
  }

  20% {
    opacity: 1;
    filter: grayscale() contrast(3);
    transform: scale(1);
  }

  70% {
    opacity: 1;
    filter: grayscale() contrast(3);
    transform: scale(1);
  }

  100% {
    filter: grayscale(0) contrast();
    transform: scale(1);
  }
}

.loading-screen .sub {
  opacity: 0;
  animation: .24s ease-out 1.8s forwards subAnimation;
  transform: scale(10);
}

@keyframes subAnimation {
  0% {
    opacity: 0;
    transform: scale(10);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.about {
  min-height: auto;
  padding-bottom: 0;
  transition: transform .66s cubic-bezier(.86, 0, .32, 1);
  transform: translate3d(0, 0, 0);
}

.about.--shift {
  transform: translate3d(-200px, 0, 0);
}

.about .container {
  flex-direction: column;
  height: 100%;
}

@media (width >= 1024px) {
  .about .container {
    flex-direction: row;
  }
}

.about .container p {
  font-family: Merriweather, Times New Roman, Times, serif;
  font-size: 1rem;
  font-weight: 200;
  display: block;
}

@media (width >= 48rem) {
  .about .container p {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (width >= 1024px) {
  .about .container p {
    font-size: 6rem;
    line-height: 1;
  }
}

.about .container p.small {
  font-size: 1.125rem;
  display: block;
}

@media (width >= 48rem) {
  .about .container p.small {
    font-size: 1.125rem;
    display: block;
  }
}

@media (width >= 1024px) {
  .about .container p.small {
    font-size: 1.5rem;
    display: block;
  }
}

.about .container a {
  cursor: pointer;
  --tw-border-opacity: 1;
  border-bottom-width: 4px;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  height: 100%;
  font-family: Merriweather, Times New Roman, Times, serif;
  font-size: 1rem;
  font-weight: 200;
  transition: opacity .34s, border .34s, margin .34s;
  display: block;
}

@media (width >= 48rem) {
  .about .container a {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (width >= 1024px) {
  .about .container a {
    font-size: 6rem;
    line-height: 1;
  }
}

.about .container a:hover {
  opacity: .5;
  border-color: #0000;
  margin-left: 1.25rem;
}

@media (width >= 1024px) {
  .about .container a:hover {
    margin-left: 0;
    margin-right: 1.25rem;
  }
}

.about .container a[data-modal-anchor] {
  display: inline;
}

.about a[href^="mailto:"] {
  margin-bottom: 0 !important;
}

.gk-parallax img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

*, :before, :after, ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --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: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

*, :before, :after {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

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

html, :host {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
  font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}

body {
  line-height: inherit;
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

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

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

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

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, select {
  text-transform: none;
}

button, input:where([type="button"]), input:where([type="reset"]), input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

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

progress {
  vertical-align: baseline;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

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 {
  margin: 0;
  padding: 0;
  list-style: none;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

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

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

:disabled {
  cursor: default;
}

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

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

@media (width >= 640px) {
  .container {
    max-width: 640px;
  }
}

@media (width >= 768px) {
  .container {
    max-width: 768px;
  }
}

@media (width >= 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (width >= 1280px) {
  .container {
    max-width: 1280px;
  }
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0;
}

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.top-0 {
  top: 0;
}

.isolate {
  isolation: isolate;
}

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

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

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

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

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

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

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mb-0 {
  margin-bottom: 0;
}

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

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

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

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

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

.mt-0 {
  margin-top: 0;
}

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

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

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

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.w-1 {
  width: .25rem;
}

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

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

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

.w-1\/4 {
  width: 25%;
}

.w-1\/5 {
  width: 20%;
}

.w-2 {
  width: .5rem;
}

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

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

.w-2\/5 {
  width: 40%;
}

.w-3 {
  width: .75rem;
}

.w-3\/4 {
  width: 75%;
}

.w-3\/5 {
  width: 60%;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/5 {
  width: 80%;
}

.w-56 {
  width: 14rem;
}

.w-full {
  width: 100%;
}

.border-collapse {
  border-collapse: collapse;
}

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.border {
  border-width: 1px;
}

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

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: #0000;
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(227 0 24 / var(--tw-bg-opacity, 1));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

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

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

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.pb-2\.5 {
  padding-bottom: .625rem;
}

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

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

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

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

.pb-52 {
  padding-bottom: 13rem;
}

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

.pb-60 {
  padding-bottom: 15rem;
}

.pb-72 {
  padding-bottom: 18rem;
}

.pb-80 {
  padding-bottom: 20rem;
}

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

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

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

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

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

.text-2xl {
  font-size: 3rem;
}

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

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

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

.font-extralight {
  font-weight: 200;
}

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

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(227 0 24 / var(--tw-text-opacity, 1));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: .5;
}

.opacity-75 {
  opacity: .75;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

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

.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 {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

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

@media (width >= 768px) {
  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

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

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

  .md\:pb-80 {
    padding-bottom: 20rem;
  }
}

@media (width >= 1024px) {
  .lg\:w-2\/5 {
    width: 40%;
  }
}
/*# sourceMappingURL=index.c41b5a0e.css.map */
