.has-fade {
  visibility: hidden;
}

@keyframes fade-in {
  from {
    visibility: hidden;
    opacity: 0;
    background-image: none;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
.fade-in {
  animation: fade-in 200ms ease-in-out forwards;
}

@keyframes fade-out {
  from {
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
    opacity: 0;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
.fade-out {
  animation: fade-out 200ms ease-in-out forwards;
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

iframe {
  max-width: 100vw;
  max-height: 56.25vw;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Mukta", sans-serif;
  font-size: 1.125rem;
  color: #222222;
  line-height: 1.3;
}
body.noscroll {
  overflow: hidden;
}

.subscribed {
  margin: 0.5rem 0;
  font-family: "Mukta", sans-serif;
  color: #555555;
  font-size: 1.375rem;
  font-weight: normal;
  color: darkgreen;
  font-weight: bold;
}

@media (max-width: 63.9375em) {
  .centerlist {
    text-align: center;
    list-style-position: inside;
  }
}
h1 {
  margin: 0.5rem 0;
  font-family: "Mukta", sans-serif;
  color: #000000;
  font-size: 2.375rem;
  font-weight: bold;
}

h2 {
  margin: 0.5rem 0;
  font-family: "Mukta", sans-serif;
  color: #000000;
  font-size: 2.125rem;
  font-weight: bold;
}
h2.presskit {
  text-align: left;
  padding: 0 0.875rem;
}

@media (max-width: 63.9375em) {
  h3 {
    margin: 0.5rem 0;
    font-family: "Mukta", sans-serif;
    color: #222222;
    font-size: 1.625rem;
    font-weight: bold;
  }
}
@media (min-width: 64em) {
  h3 {
    margin: 0.5rem 0;
    font-family: "Mukta", sans-serif;
    color: #222222;
    font-size: 1.875rem;
    font-weight: bold;
  }
}
h3.presskit {
  text-align: left;
  padding: 0 0.875rem;
}

@media (max-width: 63.9375em) {
  h4 {
    margin: 0.5rem 0;
    font-family: "Mukta", sans-serif;
    color: #222222;
    font-size: 1.375rem;
    font-weight: bold;
  }
  h4.center {
    text-align: center;
  }
}
@media (min-width: 64em) {
  h4 {
    margin: 0.5rem 0;
    font-family: "Mukta", sans-serif;
    color: #222222;
    font-size: 1.625rem;
    font-weight: bold;
  }
  h4.center {
    text-align: center;
  }
}
h4.presskit {
  text-align: left;
  padding: 0 0.875rem;
}

h5 {
  margin: 0.5rem 0;
  font-family: "Mukta", sans-serif;
  color: #555555;
  font-size: 1.375rem;
  font-weight: bold;
}
h5 a:link, h5 a:visited {
  color: #b30000;
}
h5 a:hover {
  color: #ff4444;
}
h5.presskit {
  text-align: left;
  padding: 0 0.875rem;
}

h6 {
  margin: 0.5rem 0;
  font-family: "Mukta", sans-serif;
  color: #555555;
  font-size: 1.375rem;
  font-weight: normal;
}
h6 a:link, h6 a:visited {
  color: #b30000;
}
h6 a:hover {
  color: #ff4444;
}
h6.presskit {
  text-align: left;
  padding: 0 0.875rem;
}

p, ol, ul, ol li, ul li {
  margin: 0.5rem 0;
  font-family: "Mukta", sans-serif;
  color: #555555;
  font-size: 1.125rem;
  font-weight: normal;
}
p a:link, p a:visited, ol a:link, ol a:visited, ul a:link, ul a:visited, ol li a:link, ol li a:visited, ul li a:link, ul li a:visited {
  color: #b30000;
}
p a:hover, ol a:hover, ul a:hover, ol li a:hover, ul li a:hover {
  color: #ff4444;
}
p.presskit, ol.presskit, ul.presskit, ol li.presskit, ul li.presskit {
  text-align: left;
  padding: 0 0.875rem;
}
p.pleft, ol.pleft, ul.pleft, ol li.pleft, ul li.pleft {
  text-align: left;
  padding: 0 0.625rem;
}

p1 {
  margin: 0.5rem 0;
  font-family: "Mukta", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  color: #ffffff;
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  border: solid 1px #222222;
  border-radius: 5px;
  background-color: #222222;
  line-height: 25px;
}
p1.presskit {
  text-align: left;
  padding: 0 0.875rem;
}
p1.pleft {
  text-align: left;
  padding: 0 0.625rem;
}

.p2 {
  margin: 0.5rem 0;
  font-family: "Mukta", sans-serif;
  color: #555555;
  font-size: 0.75rem;
  font-weight: normal;
}
.p2 a:link, .p2 a:visited {
  color: #b30000;
}
.p2 a:hover {
  color: #ff4444;
}
.p2.presskit {
  text-align: left;
  padding: 0 0.875rem;
}
.p2.pleft {
  text-align: left;
  padding: 0 0.625rem;
}

a, a:visited {
  text-decoration: none;
  color: #222222;
}

a:link {
  color: #555555;
}

a:hover {
  text-decoration: none;
  color: #b30000;
}

.presskit {
  text-align: left;
  padding: 0 0.875rem;
}

.container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 31.25em) {
  .container-small {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 63.9375em) {
  .container-small {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 31.1875em) {
  .container-small {
    padding-left: 0.5;
    padding-right: 0.5;
  }
}

.flex {
  display: flex;
}
.flex-jc-sb {
  justify-content: space-between;
}
.flex-jc-c {
  justify-content: center;
}
.flex-ai-c {
  align-items: center;
}

button, .button {
  border: none;
  padding: 0.375rem 1rem;
  background-color: red;
  color: #ffffff;
  font-family: "Mukta", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  cursor: pointer;
}

button:hover, .button:hover {
  background-color: #ff4444;
  color: #222222;
}

@media (max-width: 63.9375em) {
  .hide-for-mobile {
    display: none;
  }
}

@media (min-width: 64em) {
  .hide-for-desktop {
    display: none;
  }
}

.hide-for-all {
  display: none;
}

.header.open .header__togglemenu > span:first-child {
  transform: rotate(45deg);
}
.header.open .header__togglemenu > span:nth-child(2) {
  opacity: 0;
}
.header.open .header__togglemenu > span:last-child {
  transform: rotate(-45deg);
}
.header .overlay {
  position: fixed;
  top: 0;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #000000;
}
.header nav {
  position: relative;
  background-color: #ffffff;
  padding-top: 0.625rem;
  padding-bottom: 0.375rem;
}
.header__logo img {
  height: 4.375rem;
}
.header__logo-presskit img {
  height: 6.25rem;
}
.header__togglemenu > span {
  display: block;
  width: 30px;
  height: 0.1875rem;
  background-color: #222222;
  transition: all 300ms ease-in-out;
  transform-origin: 2.5px 1.5px;
}
.header__togglemenu > span:not(:last-child) {
  margin-bottom: 0.375rem;
}
.header__menu {
  position: absolute;
  width: calc(100% - 3rem);
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  margin-top: 1.5rem;
  padding: 1.625rem;
  border-radius: 3px;
}
.header .mobilelinks a {
  display: block;
  padding: 0.625rem;
  color: #222222;
  transition: color 200ms ease-in-out;
  font-weight: bold;
  text-align: center;
}
.header .mobilelinks a:hover {
  color: #b30000;
}
.header .mobilesocialholder {
  display: block;
  padding-top: 1rem;
  padding-bottom: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-weight: bold;
  text-align: center;
}
.header .mobilemenusociallinks {
  padding-top: 1rem;
}
.header .mobilemenusociallinks a {
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 200ms ease-in-out;
}
.header .mobilemenusociallinks a:not(:last-child) {
  margin-right: 0.875rem;
}
.header .mobilemenusociallinks a:hover {
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.3;
}
.header .mobilemenusociallinks img {
  width: 1.75rem;
}
.header .desktopsociallinks a {
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 200ms ease-in-out;
}
.header .desktopsociallinks a:not(:last-child) {
  margin-right: 0.625rem;
}
.header .desktopsociallinks a:hover {
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.35;
}
.header .desktopsociallinks img {
  width: 1.5rem;
}
.header__links a {
  position: relative;
  color: #222222;
  font-size: 1.375rem;
  font-weight: bold;
  transition: color 200ms ease-in-out;
}
.header__links a:not(:last-child) {
  margin-right: 1.25rem;
}
.header__links a::before {
  content: "";
  display: block;
  position: absolute;
  height: 0.3125rem;
  left: 0;
  right: 0;
  bottom: -28px;
  background-color: #b30000;
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}
.header__links a:hover {
  color: #b30000;
}
.header__links a:hover::before {
  opacity: 1;
}
.header__links_mobile a {
  position: relative;
  color: #222222;
  font-size: 1.375rem;
  font-weight: bold;
  transition: color 200ms ease-in-out;
}
.header__links_mobile a:not(:last-child) {
  margin-right: 1.25rem;
}
.header__links_mobile a::before {
  content: "";
  display: block;
  position: absolute;
  height: 0.3125rem;
  left: 0;
  right: 0;
  bottom: -28px;
  background-color: #b30000;
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}
.header__links_mobile a:hover {
  color: #b30000;
}
.header__links_mobile a:hover::before {
  opacity: 1;
}
.header__MerchButton {
  background: none;
  border: none;
  cursor: pointer;
  opacity: 1;
  transition: opacity 200ms ease-in-out;
}
.header__MerchButton:hover {
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.6;
}
.header__MerchButton img {
  height: 50px;
}
.header__RightButtonSpacer {
  background: none;
  border: none;
  width: 50px;
}

@media (min-width: 64em) {
  .content .change-mobile-desktop-content {
    align-items: center;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 63.9375em) {
  .content .change-mobile-desktop-aligner {
    text-align: center;
  }
}
@media (min-width: 64em) {
  .content .change-mobile-desktop-aligner {
    display: inline-block;
    text-align: center;
    width: 63.75rem;
  }
}
@media (max-width: 63.9375em) {
  .content .change-mobile-desktop-flex {
    padding-bottom: 1rem;
  }
}
@media (min-width: 64em) {
  .content .change-mobile-desktop-flex {
    display: flex;
    padding-bottom: 1rem;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 63.9375em) {
  .content .change-mobile-desktop-image {
    margin-top: 0.25rem;
    padding: 0 1rem;
  }
  .content .change-mobile-desktop-image img {
    width: 100%;
  }
}
@media (min-width: 64em) {
  .content .change-mobile-desktop-image {
    padding: 1rem;
  }
  .content .change-mobile-desktop-image img {
    width: 100%;
  }
}
@media (max-width: 63.9375em) {
  .content .change-mobile-desktop-text {
    text-align: center;
  }
}
@media (min-width: 64em) {
  .content .change-mobile-desktop-text {
    align-items: left;
    text-align: left;
    width: 63.75rem;
  }
}
@media (max-width: 63.9375em) {
  .content .change-mobile-desktop-text2 {
    text-align: center;
  }
}
@media (min-width: 64em) {
  .content .change-mobile-desktop-text2 {
    text-align: center;
  }
}
@media (max-width: 63.9375em) {
  .content .change-mobile-desktop-text-center {
    text-align: center;
    padding-bottom: 1rem;
  }
}
@media (min-width: 64em) {
  .content .change-mobile-desktop-text-center {
    text-align: center;
    width: 63.75rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 63.9375em) {
  .content .change-mobile-desktop-video {
    padding: 3rem 0;
  }
}
@media (min-width: 64em) {
  .content .change-mobile-desktop-video {
    padding: 1rem 1rem;
  }
}
.content__streaminglinks {
  padding: 0 0;
}
.content__streaminglinks a {
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 200ms ease-in-out;
}
.content__streaminglinks a:not(:last-child) {
  margin-right: 0.2rem;
}
.content__streaminglinks a:hover {
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.35;
}
.content__streaminglinks img {
  height: 2rem;
}
.content__streaminglinks2 {
  padding: 0 0;
}
.content__streaminglinks2 a {
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.9;
  transition: opacity 200ms ease-in-out;
}
.content__streaminglinks2 a:not(:last-child) {
  margin-right: 0.2rem;
}
.content__streaminglinks2 a:hover {
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.6;
}
.content__streaminglinks2 img {
  height: 5rem;
}
.content .normalbutton {
  padding: 1rem 0;
}

.presskitsociallinks {
  padding: 0 1rem;
}
.presskitsociallinks a {
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 200ms ease-in-out;
}
.presskitsociallinks a:not(:last-child) {
  margin-right: 1rem;
}
.presskitsociallinks a:hover {
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.35;
}
.presskitsociallinks img {
  width: 2.5rem;
}

@media (max-width: 63.9375em) {
  .change-mobile-desktop-presskit {
    padding: 0.25rem 1rem;
    text-align: center;
  }
}
@media (min-width: 64em) {
  .change-mobile-desktop-presskit {
    padding: 0.5rem 1rem;
    text-align: left;
  }
}

.footer {
  padding: 1rem;
}
.footer a, .footer a:visited {
  font-size: 1.375rem;
  text-decoration: none;
  color: #222222;
  font-weight: normal;
}
.footer a:link {
  font-size: 1.375rem;
  color: #555555;
  font-weight: normal;
}
.footer a:hover {
  font-size: 1.375rem;
  text-decoration: none;
  color: #b30000;
  font-weight: normal;
}
.footer p {
  font-size: 1.125rem;
  text-align: center;
}
.footer__links a {
  position: relative;
  color: #222222;
  font-size: 1.375rem;
  font-weight: bold;
  transition: color 200ms ease-in-out;
}
.footer__links a:not(:last-child) {
  margin-right: 1.25rem;
}
.footer .mobilesocialholder {
  display: block;
  padding-top: 1rem;
  padding-bottom: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-weight: bold;
  text-align: center;
}
.footer .mobilemenusociallinks {
  padding-top: 1rem;
}
.footer .mobilemenusociallinks a {
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 200ms ease-in-out;
}
.footer .mobilemenusociallinks a:not(:last-child) {
  margin-right: 0.875rem;
}
.footer .mobilemenusociallinks a:hover {
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.3;
}
.footer .mobilemenusociallinks img {
  width: 1.75rem;
}

form {
  vertical-align: top;
}
@media (min-width: 31.25em) {
  form {
    font-family: "Mukta", sans-serif;
    color: #222222;
    font-size: 1.625rem;
    font-weight: bold;
    text-align: left;
  }
}
@media (max-width: 63.9375em) {
  form {
    font-family: "Mukta", sans-serif;
    color: #222222;
    font-size: 1.375rem;
    font-weight: bold;
    text-align: left;
  }
}
@media (max-width: 31.1875em) {
  form {
    font-family: "Mukta", sans-serif;
    color: #222222;
    font-size: 1.375rem;
    font-weight: bold;
    text-align: left;
  }
}

@media (min-width: 31.25em) {
  .formelement {
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 63.9375em) {
  .formelement {
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 31.1875em) {
  .formelement {
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 31.25em) {
  .formbutton {
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 63.9375em) {
  .formbutton {
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 31.1875em) {
  .formbutton {
    text-align: center;
    padding-bottom: 1.25rem;
  }
}

textarea, input, select {
  font-family: "Mukta", sans-serif;
  color: #222222;
  font-size: 1.125rem;
  font-weight: bold;
}

@media (min-width: 31.25em) {
  input, textarea, select {
    width: 18.75rem;
  }
}
@media (max-width: 63.9375em) {
  input, textarea, select {
    width: 18.75rem;
  }
}
@media (max-width: 31.1875em) {
  input, textarea, select {
    width: 14.5rem;
  }
}

label {
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 31.25em) {
  label {
    width: 120px;
  }
}
@media (max-width: 63.9375em) {
  label {
    width: 120px;
  }
}
@media (max-width: 31.1875em) {
  label {
    width: 90px;
  }
}

label, input, select, textarea {
  vertical-align: top;
  text-align: left;
}

.contactform {
  vertical-align: top;
  text-align: left;
}
@media (min-width: 31.25em) {
  .contactform {
    padding: 0 12.5rem;
  }
}
@media (max-width: 63.9375em) {
  .contactform {
    padding: 0 6.25rem;
  }
}
@media (max-width: 31.1875em) {
  .contactform {
    padding: 0 0.875rem;
  }
}

.contactform label:after {
  content: ":";
}

.formtitles {
  text-align: center;
  padding: 0 0.875rem;
}

.submitbutton {
  text-align: center;
  border: none;
  padding: 0.375rem 1rem;
  background-color: red;
  color: #ffffff;
  font-family: "Mukta", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  cursor: pointer;
}

.submitbutton:hover {
  background-color: #ff4444;
  color: #222222;
}

.mailinglistform {
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
  margin: 0;
}

.mailinglistinput {
  margin: 0;
  font-family: "Mukta", sans-serif;
  color: #222222;
  border-color: #222222;
}
@media (min-width: 31.25em) {
  .mailinglistinput {
    width: 25rem;
    border-width: 3px;
    font-size: 1.375rem;
    font-weight: bold;
    padding: 0.25rem 0.375rem;
  }
}
@media (max-width: 63.9375em) {
  .mailinglistinput {
    width: 16.25rem;
    border-width: 2px;
    font-size: 1.125rem;
    font-weight: normal;
    padding: 0.5rem 0.25rem;
  }
}
@media (max-width: 31.1875em) {
  .mailinglistinput {
    width: 11rem;
    border-width: 2px;
    font-size: 1rem;
    font-weight: normal;
    padding: 0.6rem 0.1rem;
  }
}/*# sourceMappingURL=style.css.map */