@charset "UTF-8";
/*--------------------------------------------------------------
# Definitions
--------------------------------------------------------------*/
:root {
  --xxl: 1600px;
  --xl: 1440px;
  --lg: 1280px;
  --md: 920px;
  --sm: 768px;
  --xs: 584px;
  --xxs: 400px;
  /** Font Family **/
  --font-heading: "Seabirds", sans-serif;
  --font-body: "Seabirds", sans-serif;
  --margin-side: 80px;
  --margin-top: 100px;
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --shadow: 10px 10px 12px 0px rgba(0, 0, 0, 0.1);
  --shadow-dark: 10px 10px 12px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1280px) {
  :root {
    --margin-side: 60px;
    --margin-top: 80px;
  }
}
@media only screen and (max-width: 920px) {
  :root {
    --margin-side: 25px;
    --margin-top: 40px;
  }
}

@font-face {
  font-family: "Seabirds";
  src: url("./fonts/205TF-Seabirds-Regular.woff2") format("woff2"), url("./fonts/205TF-Seabirds-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Seabirds";
  src: url("./fonts/205TF-Seabirds-Italic.woff2") format("woff2"), url("./fonts/205TF-Seabirds-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Seabirds";
  src: url("./fonts/205TF-Seabirds-Bold.woff2") format("woff2"), url("./fonts/205TF-Seabirds-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Seabirds";
  src: url("./fonts/205TF-Seabirds-BoldItalic.woff2") format("woff2"), url("./fonts/205TF-Seabirds-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
p, a {
  color: var(--text);
  font-size: 1.0625rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 20px;
}
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6, a + h1, a + h2, a + h3, a + h4, a + h5, a + h6 {
  margin-top: 40px;
}
p:last-of-type, a:last-of-type {
  margin: 0;
}

h1, h2 {
  font-size: 2.8125rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 40px;
}
@media only screen and (max-width: 920px) {
  h1, h2 {
    margin-bottom: 20px;
    font-size: 1.6875rem;
  }
}

h3 {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 20px;
}
@media only screen and (max-width: 920px) {
  h3 {
    margin-bottom: 15px;
    font-size: 1.1875rem;
  }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.swiper-button-prev img {
  transform: scaleX(-1);
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

html,
body {
  color: black;
  background: var(--color-white);
  font-family: var(--font-body);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  word-break: break-word;
  -webkit-word-break: break-word;
  scroll-behavior: smooth;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

div#page {
  flex: 1;
}

html {
  overscroll-behavior: none;
}

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

em {
  font-style: italic;
}

.page-template-default .wrapper, .single .wrapper {
  background-color: var(--menu);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.single .featured-image {
  display: inline-block;
  float: right;
  margin: 0px 0px 50px 50px;
  max-width: 350px;
}
@media only screen and (max-width: 1280px) {
  .single .featured-image {
    max-width: 300px;
  }
}
@media only screen and (max-width: 920px) {
  .single .featured-image {
    float: none;
    max-width: 100%;
    margin: 0px 0px 25px 0px;
  }
}

main.page, main.blog {
  padding: var(--margin-top) var(--margin-side);
  max-width: 1100px;
  background: white;
  margin: 50px;
}
@media only screen and (max-width: 920px) {
  main.page, main.blog {
    margin: var(--margin-top) var(--margin-side);
    padding: var(--margin-side);
  }
}
main.page p, main.page a, main.blog p, main.blog a {
  font-size: 1.4375rem;
}
@media only screen and (max-width: 920px) {
  main.page p, main.page a, main.blog p, main.blog a {
    font-size: 1rem;
  }
}
main.page a, main.blog a {
  text-decoration: underline;
}
main.page a:hover, main.blog a:hover {
  text-decoration: none;
}

.container.error-404.not-found {
  padding: var(--margin-side);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* smaller fontsizes for inbetween resolutions */
@media (min-width: 1600px) {
  html, body {
    font-size: 16px;
  }
}
@media (max-width: 1600px) {
  html, body {
    font-size: 12px;
  }
}
/* reset to original rem size on mobile */
@media (max-width: 920px) {
  html, body {
    font-size: 16px;
  }
}
.wrapper {
  overflow-x: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* prevent dissapearing svg borders */
svg {
  overflow: visible;
}

/* overwrite ugly defaults for ul, li, a, button */
a {
  text-decoration: none;
  margin: 0;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  list-style-position: inside;
}

[data-in-view] p,
[data-in-view] h1,
[data-in-view] h2,
[data-in-view] h3,
[data-in-view] h4,
[data-in-view] h5,
[data-in-view] h6,
[data-in-view] img,
[data-in-view] div {
  opacity: 0;
  transform: translate3d(0, 10%, 0);
  transition: opacity 1.5s var(--ease-out-expo), transform 2.5s var(--ease-out-expo), box-shadow 0.4s var(--ease-out-expo), text-decoration-color 0.4s var(--ease-out-expo);
}
[data-in-view].in-view p,
[data-in-view].in-view h1,
[data-in-view].in-view h2,
[data-in-view].in-view h3,
[data-in-view].in-view h4,
[data-in-view].in-view h5,
[data-in-view].in-view h6,
[data-in-view].in-view img,
[data-in-view].in-view div {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

header {
  padding: 20px var(--margin-side);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
}
@media only screen and (max-width: 920px) {
  header {
    padding: 12.5px var(--margin-side);
  }
}
header [data-hamburger] {
  display: none;
  background: none;
}
@media only screen and (max-width: 920px) {
  header [data-hamburger] {
    display: block;
    z-index: 10000;
  }
}
header .start {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
header .home {
  width: 50px;
  height: 50px;
  display: block;
}
@media only screen and (max-width: 920px) {
  header .home {
    width: 30px;
    height: 30px;
  }
}
header .home svg {
  max-width: 100%;
}
header .nav-wrapper {
  display: flex;
  align-items: center;
}
header .nav-wrapper .logo {
  display: none;
}
@media only screen and (max-width: 920px) {
  header .nav-wrapper .logo {
    display: block;
  }
}
header .nav-wrapper .menu {
  display: flex;
  align-items: center;
  gap: 45px;
}
header .nav-wrapper .menu li {
  list-style: none;
  line-height: 1;
}
header .nav-wrapper .menu li.mob-only {
  display: none;
}
@media only screen and (max-width: 920px) {
  header .nav-wrapper .menu li.mob-only {
    display: block;
  }
}
header .nav-wrapper .menu li a {
  font-family: var(--body);
  text-decoration: none;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1;
  color: var(--text);
  text-transform: lowercase;
}
header .nav-wrapper .menu li a:hover {
  border-bottom: solid 2px;
  transition: 0.05s ease;
}
@media only screen and (max-width: 920px) {
  header .nav-wrapper .menu li a {
    color: var(--text);
  }
  header .nav-wrapper .menu li a:after {
    content: "→";
    margin-left: 0.3em;
    display: inline-block;
  }
}
header .nav-wrapper .menu li.current-menu-item a {
  color: var(--text);
  border-bottom: solid 2px var(--text);
}
@media only screen and (max-width: 920px) {
  header .nav-wrapper {
    transform: translateX(150%);
    overflow: scroll;
    background-color: var(--menu);
    padding: 40px var(--margin-side);
    top: 55px;
    right: 0;
    left: 0;
    position: fixed;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
    z-index: 1000;
    width: 100vw;
    height: calc(100dvh - 55px);
  }
  header .nav-wrapper.nav-transition {
    transition: transform 0.5s ease-in;
  }
  header .nav-wrapper.visible {
    transform: translateX(0px);
  }
  header .nav-wrapper .menu {
    flex-direction: column;
  }
}
@media only screen and (max-width: 920px) and (max-width: 1280px) {
  header .nav-wrapper .menu {
    gap: 48px;
    justify-content: start;
    align-items: start;
  }
}
@media only screen and (max-width: 920px) {
  header .nav-wrapper .menu li a {
    color: var(--text);
  }
}
header .skip-to-content-link {
  position: absolute;
  top: 1rem;
  left: -9999rem;
}
header .skip-to-content-link:focus {
  left: 1rem;
}

footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding: 20px var(--margin-side);
  background-color: white;
}
@media only screen and (max-width: 920px) {
  footer {
    padding: var(--margin-side);
    grid-template-columns: 1fr;
    gap: 15px;
  }
  footer .col {
    text-align: center !important;
    display: block !important;
  }
}
footer .col:nth-of-type(2) {
  text-align: center;
}
footer .col:nth-of-type(2) a {
  border: none;
  text-decoration: underline;
}
footer .col:nth-of-type(3) {
  text-align: right;
}
footer .col a {
  border-bottom: solid 1px;
}
footer .col a:hover {
  border: none;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
dl {
  max-width: 1440px;
  margin: auto;
}
dl .accordion-item {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
  border-bottom: solid 1px var(--text);
}
@media only screen and (max-width: 920px) {
  dl .accordion-item {
    margin-bottom: 15px;
  }
}
dl .accordion-item dt {
  width: 100%;
}
dl .accordion-item dt button {
  width: 100%;
  font-family: var(--body);
  position: relative;
}
dl .accordion-item dt button:focus {
  outline: none;
}
dl .accordion-item dt button .row {
  display: grid;
  grid-template-columns: 1fr 1.5fr 2fr 30px;
  padding-right: 35px;
}
@media only screen and (max-width: 920px) {
  dl .accordion-item dt button .row {
    grid-template-columns: 1.3fr 1.5fr 2fr 30px;
  }
}
dl .accordion-item dt button .row .subtitle {
  grid-column: 2/4;
  text-align: left;
}
dl .accordion-item dt button .row h3 {
  text-align: left;
  margin-bottom: 5px;
}
@media only screen and (max-width: 920px) {
  dl .accordion-item dt button .row h3 {
    font-size: 1rem;
  }
}
dl .accordion-item dt button .row h3:nth-of-type(3) {
  text-transform: uppercase;
}
dl .accordion-item dt button span.toggle {
  font-family: var(--body);
  font-size: 40px;
  line-height: 0;
  color: var(--text);
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 1280px) {
  dl .accordion-item dt button span.toggle {
    width: 20px;
    height: 20px;
  }
  dl .accordion-item dt button span.toggle svg {
    max-width: 6px !important;
  }
  dl .accordion-item dt button span.toggle span {
    top: -12px !important;
    right: -1px !important;
  }
}
dl .accordion-item dt button span.toggle span {
  position: relative;
  line-height: 1;
  top: -7px;
  right: -2px;
  transition: 0.3s ease;
  display: block;
  color: var(--text) !important;
}
dl .accordion-item dt button span.toggle span svg {
  max-width: 9px;
}
dl .accordion-item dt button[aria-expanded=true] span.toggle span {
  transform: rotate(90deg);
  transition: 0.3s ease;
  top: -3px;
  right: -2.5px;
}
@media only screen and (max-width: 1280px) {
  dl .accordion-item dt button[aria-expanded=true] span.toggle span {
    top: -9px !important;
    right: -2px !important;
  }
}
dl .accordion-item dd {
  display: grid;
  grid-template-columns: 0.95fr 1.5fr 2fr 30px;
  margin-top: 15px;
}
@media only screen and (max-width: 920px) {
  dl .accordion-item dd {
    grid-template-columns: 1.15fr 1.5fr 2fr 30px;
    margin-top: 10px;
  }
  dl .accordion-item dd p {
    font-size: 0.9375rem !important;
    padding-top: 5px !important;
  }
}
dl .accordion-item dd div {
  grid-column: 2/4;
  opacity: 0;
  height: 0;
}
dl .accordion-item dd div a:not(.button) {
  text-decoration: underline;
}
dl .accordion-item dd div a:not(.button):hover {
  text-decoration: none;
}
dl .accordion-item dd div .button {
  margin: 20px 0px;
}
dl .accordion-item dd div p, dl .accordion-item dd div a {
  margin-bottom: 18px;
  font-size: 1.4375rem;
}
@media only screen and (max-width: 920px) {
  dl .accordion-item dd div p, dl .accordion-item dd div a {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 920px) {
  dl .accordion-item dd div {
    padding-top: 0px;
  }
}

a.button {
  padding: 5px 15px;
  display: block;
  justify-content: center;
  align-items: center;
  border-radius: 70px;
  background-color: var(--accent);
  color: white;
  text-align: center;
  transition: 0.3s ease;
  font-family: var(--newblack);
  max-width: fit-content;
  font-weight: 600;
  font-size: 1.4375rem;
}
a.button:after {
  content: "→";
  margin-left: 0.3em;
  display: inline-block;
  transition: 0.3s ease;
  position: relative;
  right: 0;
}
a.button:hover:after {
  right: -5px;
  transition: 0.3s ease;
}
a.button:focus {
  outline: 2px var(--text) solid;
}
a.button.small {
  font-size: 1.4375rem;
}
@media only screen and (max-width: 920px) {
  a.button.small {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 920px) {
  a.button {
    font-size: 1.0625rem;
  }
}

button:focus {
  outline: 2px var(--text) solid;
}

button {
  border: none;
  width: auto;
  height: auto;
  cursor: pointer;
  background: transparent;
}

/* .rounded(@radius: 2px) {
  -webkit-border-radius: @radius;
  -moz-border-radius: @radius;
  border-radius: @radius;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
} */
[data-hamburger] {
  display: inline-block;
  height: 20px;
  position: relative;
  width: 30px;
}
[data-hamburger] span {
  background-color: var(--accent);
  display: block;
  height: 3px;
  margin: 0 auto;
  position: relative;
  width: 30px;
}
[data-hamburger] span:before {
  background-color: var(--accent);
  content: "";
  display: block;
  height: 3px;
  margin-top: -9px;
  position: absolute;
  width: 30px;
}
[data-hamburger] span:after {
  background-color: var(--accent);
  content: "";
  display: block;
  height: 3px;
  margin-top: 9px;
  position: absolute;
  width: 30px;
}
[data-hamburger]:focus {
  outline: none;
}

[data-hamburger] span {
  -webkit-transition-delay: 0.2s;
  -webkit-transition-duration: 0s;
  transition-delay: 0.2s;
  transition-duration: 0s;
}
[data-hamburger] span:before {
  -webkit-transition-delay: 0.2s, 0s;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-property: margin, -webkit-transform;
  transition-delay: 0.2s, 0s;
  transition-duration: 0.2s;
  transition-property: margin, transform;
}
[data-hamburger] span:after {
  -webkit-transition-delay: 0.2s, 0s;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-property: margin, -webkit-transform;
  transition-delay: 0.2s, 0s;
  transition-duration: 0.2s;
  transition-property: margin, transform;
}
[data-hamburger]:hover span:before {
  margin-top: -10px;
}
[data-hamburger]:hover span:after {
  margin-top: 10px;
}
[data-hamburger][aria-expanded=true] span {
  -webkit-transition-delay: 0.2s;
  background-color: var(--accent);
  transition-delay: 0.2s;
  height: 0;
}
[data-hamburger][aria-expanded=true] span:before {
  background-color: var(--accent);
  -webkit-transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s;
  margin-top: 0;
  transform: rotate(45deg);
  transition-delay: 0s, 0.2s;
}
[data-hamburger][aria-expanded=true] span:after {
  background-color: var(--accent);
  -webkit-transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s;
  margin-top: 0;
  transform: rotate(-45deg);
  transition-delay: 0s, 0.2s;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid .block {
  grid-column: span 6;
  padding: var(--margin-top) var(--margin-side);
}
@media only screen and (max-width: 1280px) {
  .grid .block {
    padding: 40px;
  }
}
@media only screen and (max-width: 920px) {
  .grid .block {
    grid-column: span 12;
    padding: var(--margin-top) var(--margin-side);
  }
}
.grid .block.light h1, .grid .block.light h2, .grid .block.light h3, .grid .block.light h4, .grid .block.light h5, .grid .block.light h6, .grid .block.light a:not(.button), .grid .block.light p, .grid .block.light span {
  color: white;
}
.grid .block.high {
  grid-row: span 2;
}
.grid .button {
  color: var(--text);
  max-height: max-content;
  margin-top: 40px;
  border: none;
}
@media only screen and (max-width: 920px) {
  .grid .button {
    margin-top: 25px;
  }
}
.grid .button.light, .grid .button.light p {
  color: white;
}
.grid .button.dark, .grid .button.dark p, .grid .button.dark span {
  color: var(--text);
}

.swiper {
  max-width: 100vw;
}
.swiper .swiper-slide {
  display: flex;
}

.text p, .text a {
  font-size: 1.875rem;
}
@media only screen and (max-width: 920px) {
  .text p, .text a {
    font-size: 1.1875rem;
  }
}
.text a {
  border-bottom: solid 1px var(--text);
}
.text a:hover {
  border: none;
}
.text .button {
  font-size: 2.1875rem;
  padding: 8px 25px;
}
@media only screen and (max-width: 920px) {
  .text .button {
    font-size: 1.0625rem;
    padding: 5px 15px;
  }
}

@media only screen and (max-width: 920px) {
  .calendar {
    padding: 0 !important;
  }
}
.calendar .background {
  background-color: white;
  padding: 60px;
}
@media only screen and (max-width: 1280px) {
  .calendar .background {
    padding: 30px;
  }
}
@media only screen and (max-width: 920px) {
  .calendar .background {
    padding: var(--margin-side);
  }
}
.calendar .background .row {
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  border-bottom: solid 1px var(--text);
  padding: 20px 0px;
  gap: 10px;
}
.calendar .background .row:first-of-type {
  padding-top: 0;
}
.calendar .background .row:last-of-type {
  border: none;
  padding-bottom: 0;
}
@media only screen and (max-width: 920px) {
  .calendar .background .row {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.calendar .background .row .text p {
  font-size: 1.25rem;
}
@media only screen and (max-width: 920px) {
  .calendar .background .row .text p {
    font-size: 1rem;
    margin-top: 5px;
  }
}
.calendar .background .row span.date {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text);
}
@media only screen and (max-width: 1280px) {
  .calendar .background .row span.date {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 920px) {
  .calendar .background .row span.date {
    font-size: 1.0625rem;
  }
}
.calendar .background .row h3, .calendar .background .row .button {
  margin: 0;
}
.calendar .background .row .button {
  font-size: 1.1rem;
  justify-self: end;
  align-self: center;
}
@media only screen and (max-width: 920px) {
  .calendar .background .row .button {
    justify-self: start;
  }
}
@media only screen and (max-width: 1280px) {
  .calendar .background .row h3 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 920px) {
  .calendar .background .row h3 {
    font-size: 1.1875rem;
  }
}

.tickets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media only screen and (max-width: 920px) {
  .tickets {
    gap: var(--margin-side);
  }
}
.tickets .ticket {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.tickets .ticket h2 {
  font-size: 2.1875rem;
  text-align: center;
}
@media only screen and (max-width: 920px) {
  .tickets .ticket h2 {
    font-size: 1.375rem;
  }
}
.tickets .ticket h3 {
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 920px) {
  .tickets .ticket h3 {
    font-size: 1.1875rem;
  }
}
.tickets .ticket .button-background {
  width: 180px;
  height: 260px;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .tickets .ticket .button-background {
    width: 100px;
    height: 140px;
  }
}
.tickets .ticket .button-background span {
  display: block;
}
.tickets .ticket .button-background span.arrow {
  transition: 0.3s ease;
  right: 0;
  position: relative;
}
.tickets .ticket .button-background span.square {
  width: 180px;
  height: 180px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 0;
  transform: rotate(45deg);
  transition: 0.3s ease;
}
@media only screen and (max-width: 1280px) {
  .tickets .ticket .button-background span.square {
    width: 100px;
    height: 100px;
    top: 20px;
  }
}
.tickets .ticket .button-background:hover span.square {
  transform: rotate(90deg);
  transition: 0.3s ease;
}
.tickets .ticket .button-background:hover .arrow {
  right: -5px;
  transition: 0.3s ease;
}
.tickets .ticket .button {
  max-height: 100%;
  border-radius: 0px;
  position: relative;
  margin: 0;
}
.tickets .ticket .button:focus {
  outline: none;
}
.tickets .ticket .button .title {
  z-index: 3;
  position: absolute;
  left: -10px;
  top: 0;
  height: 260px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 25px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 1280px) {
  .tickets .ticket .button .title {
    font-size: 1rem;
    width: 100px;
    height: 140px;
    left: 0;
    word-break: initial;
  }
}
.tickets .ticket .button:after {
  display: none;
}

.grid .slider {
  padding: 0;
}
.grid .slider .swiper-images {
  position: relative;
  width: 100%;
  height: 100%;
}
.grid .slider .swiper-images .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.grid .slider .swiper-images .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partners .logos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 30px;
}
@media only screen and (max-width: 920px) {
  .partners .logos {
    gap: 40px;
  }
}
.partners .logos img {
  max-width: 200px;
  max-height: 100px;
}
@media only screen and (max-width: 920px) {
  .partners .logos img {
    max-width: 100%;
    max-height: 90px;
  }
}

.faq dl .accordion-item dt button .row {
  grid-template-columns: 1fr;
}
.faq dl .accordion-item dd div {
  grid-column: 1/5;
}
@media only screen and (max-width: 920px) {
  .faq dl .accordion-item dt button .row h3 {
    font-size: 1.1875rem;
  }
}

/*# sourceMappingURL=main.css.map */
