<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,900);
@font-face {
  font-family: 'Merlodnorme';
  src: url('../fonts/BlockBE-Heavy_gdi.eot');
  src: url('../fonts/BlockBE-Heavy_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/BlockBE-Heavy_gdi.woff') format('woff'), url('../fonts/BlockBE-Heavy_gdi.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}
html,
body {
  background: #00a7e7;
  background-image: url(../images/background.jpg);
  background-size: cover;
  background-position: center center;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
}
.container {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.55);
}
.wrapper {
  display: table;
  margin: 0 auto;
  padding: 80px 30px 80px 0;
  width: 1140px;
}
.wrapper .left {
  display: table-cell;
  padding-right: 10px;
  vertical-align: top;
}
.wrapper .right {
  display: table-cell;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 400px;
}
h1,
h2,
h3,
h4 {
  color: #fff;
  font-family: 'Merlodnorme';
  font-weight: 900;
  letter-spacing: 0.7px;
  margin: 0;
  padding: 0;
  text-transform: uppsercase;
}
h2 {
  font-family: 'Merlodnorme';
  font-size: 48px;
  letter-spacing: 0.7px;
  line-height: 40px;
  text-transform: uppercase;
}
h3 {
  font-size: 19px;
  letter-spacing: 0.7px;
  line-height: 25px;
  text-transform: uppercase;
}
hr {
  width: 250px;
  background: #fff;
  opacity: 1;
  height: 2px;
  border: none;
}
.text {
  color: #fff;
  display: block;
}
.link {
  border-bottom: 1px solid #fff;
  color: #fff;
  margin: 10px 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.link:hover {
  border-bottom: 1px solid transparent;
}
.header {
  padding-bottom: 15px;
}
.header.first {
  margin-top: 20px;
}
.header.last {
  padding: 20px 0 20px;
}
.textBlock {
  padding: 10px 0 0;
}
.textBlock.withButton {
  padding: 10px 0 20px;
}
.textBlock .body {
  padding: 10px 0;
}
.dividerElements {
  color: #fff;
  font-size: 0;
  height: 12px;
  line-height: 12px;
  margin: 0 0 10px;
  opacity: 0.3;
  overflow: hidden;
  padding: 0;
}
.dividerElements .dividerElement {
  font-size: 12px;
  margin-left: 0px;
}
.button {
  display: inline-block;
  background: #fff;
  border-color: #fff;
  border-radius: 20px;
  border-width: 2px;
  border-style: solid;
  color: #282828;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 36px;
  padding: 0 35px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: transparent;
  color: #fff;
}
.button.green {
  border-color: #3ca337;
  color: #fff;
  background: #3ca337;
}
.button.green:hover {
  background: transparent;
  color: #3ca337;
}
.button.blue {
  border-color: #009fe3;
  color: #fff;
  background: #009fe3;
}
.button.blue:hover {
  background: transparent;
  color: #009fe3;
}
@media only screen and (max-width: 1160px) {
  .wrapper {
    display: block;
    padding: 0 0 40px;
    width: 100%;
  }
  .wrapper .left {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .wrapper .right {
    display: block;
    margin: 0 auto;
    padding-top: 40px;
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .left {
    padding-right: 0;
  }
  .left .ticketframe {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .wrapper .right {
    box-sizing: border-box;
    padding: 20px 10px 0;
    width: 100%;
  }
  .wrapper .right .text .prices {
    display: block;
  }
  .wrapper .right .text:first-child .prices {
    margin-bottom: 10px;
  }
  .logo img {
    height: auto;
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */</pre></body></html>