.cookie-adjust {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(200, 200, 210, 0.9));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .cookie-adjust {
    font-size: 0.7rem;
  }
}
.cookie-adjust h1,
.cookie-adjust h2,
.cookie-adjust h3,
.cookie-adjust h4,
.cookie-adjust h5 {
  font-weight: 600;
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.2rem;
}
.cookie-adjust__body {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border-bottom: 5px solid #0b5ed7;
  padding: 3rem 2rem;
  background: #fff;
  margin: 0 10%;
}
@media (max-width: 1200px) {
  .cookie-adjust__body {
    margin: 0 1rem;
  }
}
@media (max-width: 768px) {
  .cookie-adjust__body {
    padding: 1rem 1rem;
    margin: 0 0.3rem;
  }
}
.cookie-adjust__buttons {
  margin-top: 2rem;
}
.cookie-adjust__panel-header {
  font-size: 1.8em;
  font-weight: 600;
  padding-bottom: 0.5rem;
  text-align: center;
}
.cookie-adjust .form-switch {
  margin-bottom: 0.5rem;
}
.cookie-adjust__panel-body {
  display: flex;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-body {
    display: block;
  }
}
.cookie-adjust__panel-navigation {
  flex: 1;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-navigation {
    margin-bottom: 2rem;
  }
}
.cookie-adjust__panel-navigation ul {
  list-style-type: none;
  margin: 0 2rem 0 0;
  padding: 0;
}
.cookie-adjust__panel-navigation ul li {
  background: #eee;
  display: block;
  margin: 0;
  padding: 1rem;
  cursor: pointer;
  border-bottom: 1px solid #aaa;
}
.cookie-adjust__panel-navigation ul li.active {
  background: #0b5ed7;
  color: #fff;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-navigation ul li {
    padding: 1rem 0.5rem;
    text-align: center;
    line-height: 1em;
  }
}
.cookie-adjust__panel-options {
  flex: 2;
}
.cookie-adjust__panel-options .--panel {
  display: none;
}
.cookie-adjust__panel-options .--active {
  display: block;
}
.cookie-adjust__panel-analytics {
  display: none;
}
.cookie-adjust__panel-marketing {
  display: none;
}
.cookie-adjust #cookie-adjust__panel-adjust {
  display: none;
}
.wcag__toolbar {
  position: fixed !important;
  left: 0;
  top: 40vh;
  background: #fff;
}
.wcag__toolbar a {
  display: block;
  font-size: 30px;
  padding: 5px 10px;
  cursor: pointer;
}
.wcag__toolbar a span {
  color: #000;
  display: block;
}
.wcag__toolbar a:hover {
  background: #000;
  color: #fff;
}
.wcag__toolbar a:hover span {
  color: #fff;
}
body.wcag-contrast {
  background: #000 !important;
  color: #fff !important;
}
body.wcag-contrast img,
body.wcag-contrast video,
body.wcag-contrast picture,
body.wcag-contrast div {
  filter: grayscale();
}
body.wcag-fontsize-1 {
  font-size: 20px !important;
}
body.wcag-fontsize-2 {
  font-size: 24px !important;
}
body.wcag-fontsize-3 {
  font-size: 28px !important;
}
.facebookWidget .spinner,
.instagramWidget .spinner {
  background: var(--white);
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 1rem;
}
.facebookWidget .spinner img,
.instagramWidget .spinner img {
  display: block;
  margin: 0 auto;
}
.facebookWidget__header,
.instagramWidget__header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.75rem 2rem;
  background: var(--white);
  margin-bottom: 1.25rem;
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  gap: 1rem;
}
.facebookWidget__icon,
.instagramWidget__icon {
  height: 1.5rem;
}
.facebookWidget__title,
.instagramWidget__title {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--black);
}
.facebookWidget__error,
.instagramWidget__error {
  background: var(--white);
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 1rem;
  display: block;
  text-align: center;
  color: var(--red);
  font-weight: 600;
  letter-spacing: 1px;
}
.facebookWidget__items,
.instagramWidget__items {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.instagramPost,
.facebookPost {
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
}
.instagramPost__imageWrap,
.facebookPost__imageWrap {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
}
.instagramPost__image,
.facebookPost__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagramPost__body,
.facebookPost__body {
  padding: 1rem;
  background: var(--white);
}
.instagramPost__description,
.facebookPost__description {
  font-size: 0.75rem;
  line-height: 1.3;
  display: block;
  text-decoration: none;
  color: var(--black);
  margin-bottom: 0.75rem;
}
.instagramPost__date,
.facebookPost__date {
  font-size: 0.75rem;
  line-height: 1.3;
  display: block;
  color: var(--grey);
  margin-bottom: 0.75rem;
}
.instagramPost__info,
.facebookPost__info {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.instagramPost__avatar,
.facebookPost__avatar {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 1px 1px 2px 0px rgba(66, 68, 90, 0.2);
}
.instagramPost__avatar img,
.facebookPost__avatar img {
  width: 1.5rem;
}
.instagramPost__hr,
.facebookPost__hr {
  border-color: var(--grey);
  margin: 1rem 0;
}
.instagramPost__profile,
.facebookPost__profile {
  color: var(--black);
  text-decoration: none;
  flex: 1;
}
.instagramPost__displayName,
.facebookPost__displayName {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.instagramPost__username,
.facebookPost__username {
  color: var(--grey);
  font-size: 0.75rem;
}
.instagramPost__share img,
.facebookPost__share img {
  width: 1.5rem;
}
:root {
  --gray: #F4F1EA;
  --white: #ffffff;
  --black: #290909;
  --red: #de2e16;
  --redH: #f20507;
  --bs-link-color: #888;
  --bs-link-hover-color: #de2e16;
}
.pagination {
  --bs-pagination-active-color: #ffffff;
  --bs-pagination-active-bg: #de2e16;
  --bs-pagination-active-border-color: #de2e16;
}
html {
  background: var(--gray);
  scroll-behavior: smooth;
}
body {
  font-size: 18px;
  background: var(--gray);
  color: var(--black);
  margin: 0 auto;
  max-width: 2220px;
  position: relative;
}
@media (max-width: 768px) {
  body {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  body {
    font-size: 16px;
  }
}
a {
  color: inherit;
  text-decoration: inherit;
}
.section {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 3rem 0;
}
.header1 {
  font-size: 3.5rem;
  font-weight: 400;
  margin: 0 0 2rem 0;
}
.header {
  position: fixed;
  z-index: 2010;
  width: 100%;
  max-width: 2220px;
}
.header .logo {
  position: relative;
  transition: 0.3s all ease-in-out;
}
.header .logo img {
  display: block;
}
.header .logo a {
  padding: 2rem;
  display: inline-block;
}
@media (max-width: 768px) {
  .header .logo a {
    padding: 1rem;
  }
}
.header .menu {
  position: absolute;
  top: 0;
  right: 0;
}
.header .menu span {
  font-size: 70px;
  cursor: pointer;
  color: #fff;
  padding: 2rem;
  text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
}
@media (max-width: 768px) {
  .header .menu span {
    font-size: 60px;
  }
}
.main-nav {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s all ease-in-out;
}
.main-nav__logo {
  margin-bottom: 5vh;
}
.main-nav__logo img {
  height: 12vh;
}
@media (max-width: 768px) {
  .main-nav__logo img {
    height: 10vh;
  }
}
@media (max-width: 576px) {
  .main-nav__logo img {
    height: 9vh;
  }
}
.main-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.main-nav ul li {
  margin: 0;
  padding: 0;
  font-size: 4vh;
}
@media (max-width: 992px) {
  .main-nav ul li {
    padding: 0.2rem 0;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .main-nav ul li {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .main-nav ul li {
    font-size: 1.3rem;
  }
}
.main-nav ul li a {
  padding: 0.5vh 0;
  display: block;
  text-transform: uppercase;
}
body.menu-active {
  overflow: hidden;
}
body.menu-active .main-nav {
  top: 0;
}
body.menu-active .header .logo {
  opacity: 0;
}
.form-group {
  margin-bottom: 1rem;
}
.btn {
  border-radius: 2em;
  padding: 0.5rem 2rem;
}
.btn-primary {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
  font-weight: 600;
}
.btn-primary:hover {
  background: var(--redH);
  border-color: var(--redH);
  color: #fff;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 80, 80, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: var(--redH);
  border-color: var(--redH);
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--redH);
  border-color: rgba(242, 80, 80, 0.2);
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 80, 80, 0.2);
}
.page {
  background: var(--gray);
  padding: 10rem 0 3rem 0;
}
.intro {
  /*background: #000 url(../image/home-intro.jpg) no-repeat center top;*/
  background: #000 url(../image/intro-lzy.jpg?fmt=2) no-repeat center bottom;
  background-size: 100% auto;
  /*background-attachment: fixed;*/
  aspect-ratio: 2;
  text-align: center;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .intro {
    aspect-ratio: 1.25;
    background-size: 130% auto;
    background-position: 45% bottom;
  }
}
.intro__logo {
  width: 60%;
  display: inline-block;
  display: none;
}
.summary {
  padding: 5em 0;
  background: var(--red);
  color: var(--white);
}
@media (max-width: 768px) {
  .summary {
    padding: 4em 0;
  }
}
@media (max-width: 576px) {
  .summary {
    padding: 3em 0;
  }
}
.summary__items {
  margin: 4em 0 1.5em 0;
}
.summary__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.5em 0;
  position: relative;
  font-size: 1.5em;
}
.summary__item [class*="col"]:nth-child(2) {
  color: var(--black);
  font-weight: 600;
  font-size: 1.6em;
  line-height: 1.2em;
}
@media (max-width: 992px) {
  .summary__item [class*="col"]:nth-child(2) {
    font-size: 1.3em;
  }
}
.summary__item [class*="col"]:last-child {
  font-size: 0.6em;
}
@media (max-width: 576px) {
  .summary__item {
    text-align: center;
  }
}
.summary__item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.summary p {
  width: 50%;
  font-size: 4em;
  line-height: 1.15em;
}
@media (max-width: 992px) {
  .summary p {
    font-size: 3rem;
    width: 80%;
  }
}
@media (max-width: 576px) {
  .summary p {
    text-align: center;
    font-size: 2rem;
    width: 100%;
  }
}
.home-concert {
  /*background: #000 url(../image/home-concert.jpg) no-repeat center center;*/
  background: #000 url(../image/home-intro2.jpg) no-repeat center center;
  background-size: 100% auto;
  background-size: cover;
  background-attachment: fixed;
  aspect-ratio: 2;
  color: var(--white);
  text-align: center;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .home-concert {
    aspect-ratio: 1.33333333;
    background-size: 120% auto;
    background-attachment: unset;
  }
}
@media (max-width: 768px) {
  .home-concert {
    aspect-ratio: 0.75;
    background-size: 210% auto;
  }
}
.home-concert__header {
  font-size: 4em;
  text-transform: uppercase;
  margin: 0 0 0.5em 0;
}
@media (max-width: 768px) {
  .home-concert__header {
    font-size: 3em;
  }
}
.home-concert__place {
  font-size: 2em;
  line-height: 1em;
  font-weight: 600;
  margin: 0 0 0.2em 0;
}
.home-concert__date {
  font-size: 2em;
  line-height: 1em;
  font-weight: 300;
  margin: 0 0 0 0;
}
.home-concert__link {
  margin-top: 2em;
  position: relative;
}
.home-concert__link a {
  position: relative;
  background: var(--red);
  color: #fff;
  display: inline-block;
  top: 8em;
  padding: 0.7em 3em;
  border-radius: 2em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .home-concert__link a {
    top: 5em;
  }
}
@media (max-width: 576px) {
  .home-concert__link a {
    top: 3em;
  }
}
.home-concert__link:after {
  content: '';
  width: 2px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 50%;
  background: #fff;
}
@media (max-width: 992px) {
  .home-concert__link:after {
    height: 70px;
  }
}
@media (max-width: 576px) {
  .home-concert__link:after {
    height: 30px;
  }
}
/*

.test {
    container-type: inline-size;
    p {
        font-size: 5cqw;
    }
}
*/
.album__url {
  text-align: center;
  margin: 0 0 2rem 0;
}
.album__url .btn {
  font-size: 1.3em;
}
.album__typeindex {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.album__typeindex a {
  background: url(../image/icons/arrow.svg) no-repeat left center;
  background-size: 12px auto;
  padding: 10px 0 10px 30px;
  cursor: pointer;
}
.album__typeindex a.active {
  font-size: 3rem;
  padding-top: 0px;
  padding-bottom: 0px;
}
.album__typeindex a:hover {
  color: var(--red);
}
.album__image {
  margin-bottom: 2rem;
}
.album__section {
  margin-bottom: 3rem;
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 1rem;
}
.album__section h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 1rem;
}
.album__item {
  padding: 1rem 1rem;
  text-align: center;
  color: #fff;
  min-height: 100%;
  display: flex;
  align-items: end;
}
.album.album-home .album__item {
  padding: 10rem 3rem;
}
@media (max-width: 1200px) {
  .album.album-home .album__item {
    padding: 5rem 3rem;
  }
}
@media (max-width: 768px) {
  .album.album-home .album__item {
    padding: 2rem 3rem;
  }
}
.album__content {
  width: 100%;
}
.album__title {
  line-height: 1em;
  text-transform: uppercase;
  color: var(--black);
}
.album__cover {
  position: relative;
  z-index: 2;
}
.album__cover img {
  width: 100%;
  transform: scale(45%);
  transition: 0.3s all ease-in-out;
}
.album__cover:hover img {
  transform: scale(90%);
}
.album__type {
  position: absolute;
  left: 5%;
  top: 45%;
  font-weight: 600;
}
.album__year {
  position: absolute;
  right: 5%;
  top: 45%;
  font-weight: 600;
}
.album__body {
  border: 2px solid rgba(255, 255, 255, 0.8);
  padding: 0%;
  position: relative;
  margin: 1rem 0;
}
.album__body:before {
  content: '';
  position: absolute;
  top: 1%;
  left: 1%;
  width: 98%;
  height: 98%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
.album__body:after {
  content: '';
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
.album.album-home [class^="col-"]:nth-child(2) .album__item {
  background: #F3F0E7;
  color: rgba(0, 0, 0, 0.3);
}
.media {
  background: var(--red);
  padding: 10rem 0;
  color: #fff;
  overflow-x: hidden;
}
@media (max-width: 992px) {
  .media {
    padding: 7rem 0;
  }
}
@media (max-width: 768px) {
  .media {
    padding: 4rem 0;
  }
}
@media (max-width: 576px) {
  .media {
    padding: 2rem 0;
  }
}
.media__item {
  border: 1px solid #fff;
  padding: 1rem;
  color: #fff;
  font-size: 0.8em;
}
.media__item_thumb {
  margin: 0 0 1em 0;
}
.media__item_thumb img,
.media__item_thumb picture {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
}
.media__item_footer {
  font-size: 0.9em;
  margin-top: 3rem;
}
.media__item_footer .mdi {
  font-size: 1.5em;
}
.media__item_header {
  padding: 2rem 0;
}
.media__item_header h1,
.media__item_header h2,
.media__item_header h3,
.media__item_header h4,
.media__item_header h5,
.media__item_header h6 {
  font-size: 4rem;
  line-height: 1em;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .media__item_header h1,
  .media__item_header h2,
  .media__item_header h3,
  .media__item_header h4,
  .media__item_header h5,
  .media__item_header h6 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .media__item_header h1,
  .media__item_header h2,
  .media__item_header h3,
  .media__item_header h4,
  .media__item_header h5,
  .media__item_header h6 {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .media__item_header h1,
  .media__item_header h2,
  .media__item_header h3,
  .media__item_header h4,
  .media__item_header h5,
  .media__item_header h6 {
    font-size: 2rem;
  }
}
.article {
  background: #F3F0E7;
  padding: 10rem 0;
}
@media (max-width: 992px) {
  .article {
    padding: 7rem 0;
  }
}
@media (max-width: 768px) {
  .article {
    padding: 4rem 0;
  }
}
@media (max-width: 576px) {
  .article {
    padding: 2rem 0;
  }
}
.article__header {
  text-align: center;
  letter-spacing: -1px;
  font-size: 4rem;
  font-weight: 400;
  margin: 0 0 3rem 0;
  padding: 0;
}
.article__body {
  padding: 0 15%;
}
.article__video {
  text-align: center;
  padding: 1rem 0;
}
.article__video a {
  position: relative;
  display: inline-block;
  border-radius: 1rem;
}
.article__video a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/icons/play-button-svgrepo-com.svg) no-repeat center center;
  background-size: auto 50%;
}
.article__video a img {
  display: inline-block;
}
.article-index .article-item {
  min-height: 100%;
}
.article-item {
  border: 1px solid var(--black);
  padding: 0.5rem;
}
.article-item__title {
  font-size: 1rem;
  font-weight: 400;
}
.article-item__thumb {
  margin: 0 0 1.5rem 0;
  overflow: hidden;
}
.article-item__thumb img,
.article-item__thumb picture {
  transition: 0.3s all ease-in-out;
}
.article-item .btn {
  font-size: 0.8rem;
  padding: 0.12rem 0.5rem;
}
.article-item:hover img,
.article-item picture {
  transform: scale(1.03);
}
.pag {
  margin-top: 5rem;
  text-align: center;
}
.band {
  background: url(../image/home-band.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  aspect-ratio: 1.77777778;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .band {
    aspect-ratio: 1.33333333;
  }
}
@media (max-width: 576px) {
  .band {
    aspect-ratio: 0.75;
  }
}
.band__header {
  font-size: 7rem;
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
.band__header span {
  display: block;
}
.band__header span:nth-child(2) {
  padding-left: 10%;
}
.band__header span:nth-child(3) {
  padding-left: 20%;
}
@media (max-width: 1200px) {
  .band__header {
    font-size: 5rem;
  }
}
@media (max-width: 992px) {
  .band__header {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .band__header {
    font-size: 3rem;
  }
}
.band__infobox {
  width: 30%;
  margin: -5% 0 auto auto;
}
@media (max-width: 1200px) {
  .band__infobox {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .band__infobox {
    width: 100%;
    margin: 2rem 0 0 0;
  }
}
.band__infobox .btn {
  text-transform: uppercase;
  font-size: 1.2em;
}
@media (max-width: 768px) {
  .band__infobox .btn {
    font-size: 1em;
  }
}
.aboutus {
  background: #000;
  color: #fff;
}
.aboutus__header {
  background: url(../image/aboutus.jpg) no-repeat top center;
  background-size: 80% auto;
  aspect-ratio: 2;
}
@media (max-width: 1200px) {
  .aboutus__header {
    aspect-ratio: auto;
    padding: 8rem 0 4rem 0;
    background-size: 140% auto;
  }
}
.aboutus__header .container {
  position: relative;
  min-height: 100%;
  text-shadow: 0 0 2px #000;
}
.aboutus__header h1 {
  font-size: 2em;
  line-height: 1em;
  margin: 0 0 1em 0;
  font-weight: 300;
}
.aboutus__header h1 b {
  font-weight: 600;
}
.aboutus__col1 {
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 40%;
}
@media (max-width: 1200px) {
  .aboutus__col1 {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
  }
}
.aboutus__col2 {
  position: absolute;
  bottom: 3rem;
  right: 0;
  width: 50%;
}
@media (max-width: 1200px) {
  .aboutus__col2 {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
  }
}
.aboutus__awards {
  background: #000;
  color: #fff;
  padding: 3rem 0;
}
.aboutus__awards .btn {
  text-transform: uppercase;
}
.aboutus__awards img[role="img"] {
  height: 16px;
}
.aboutus__awards_item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  min-height: 100%;
  padding: 2rem 2rem 2rem 0;
}
.aboutus__awards_item p {
  opacity: 0.5;
}
.aboutus__awards_item p:first-child {
  font-weight: 600;
  opacity: 1;
}
.aboutus__awards_items {
  margin: 2rem 0;
}
.aboutus__ai {
  padding: 3rem 0;
}
.aboutus__ai h3 {
  font-weight: 300;
  font-size: 2em;
  line-height: 1.1em;
  margin: 0 0 1em 0;
}
@media (max-width: 992px) {
  .aboutus__ai h3 {
    font-size: 1.8em;
  }
}
@media (max-width: 768px) {
  .aboutus__ai h3 {
    font-size: 1.5em;
  }
}
.aboutus__ai h3 b {
  font-weight: 600;
}
.aboutus__ai h3.text-margin-right {
  margin-right: -8rem;
  position: relative;
}
@media (max-width: 768px) {
  .aboutus__ai h3.text-margin-right {
    margin-right: 0;
  }
}
.aboutus__aisummary {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  margin-top: 2rem;
  padding: 3rem 15%;
}
.aboutus__album {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1rem;
  margin: 0 0 1rem 0;
}
.aboutus__album p {
  opacity: 0.5;
  margin: 1rem 0 0 0;
}
.footer {
  background: var(--gray);
  padding: 5rem 0 1rem 0;
}
.footer .logo {
  text-align: center;
}
.footer .logo img {
  width: 150px;
}
.footer__item {
  color: #949494;
  border: 1px solid #949494;
  padding: 1rem;
  margin-top: 2rem;
}
.footer__item-header {
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
@media (max-width: 576px) {
  .footer__item-header {
    font-size: 1.7rem;
  }
}
.footer__item-contact {
  margin: 0 0 3rem 0;
}
.footer__item-phone {
  font-weight: 600;
}
.footer__item-email {
  font-weight: 600;
  color: var(--red);
  text-transform: uppercase;
  font-size: 1.2em;
}
@media (max-width: 576px) {
  .footer__item-email {
    font-size: 1rem;
  }
}
.footer__copy {
  margin: 4rem 0 0 0;
  color: #ADADAD;
  font-size: 0.8em;
}
.team {
  background: var(--gray);
}
.team__gallery img {
  aspect-ratio: 2;
  object-fit: cover;
}
@media (max-width: 768px) {
  .team__gallery img {
    aspect-ratio: 1;
  }
}
.team__body {
  padding: 3rem 0;
}
@media (max-width: 576px) {
  .team__body {
    padding: 2rem 0;
  }
}
.team__body h1 {
  font-size: 4rem;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 0 0 2em 0;
}
@media (max-width: 768px) {
  .team__body h1 {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .team__body h1 {
    font-size: 2.5rem;
  }
}
.team__subheader {
  font-weight: 300;
  font-size: 2em;
  line-height: 1em;
  margin: 0 0 4rem 0;
}
.team__item {
  margin: 0 0 4rem 0;
}
.team__item-body {
  padding: 0 0 0 2rem;
}
.team__name {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1em;
  margin: 0 0 0.5rem 0;
}
@media (max-width: 576px) {
  .team__name {
    font-size: 2rem;
  }
}
.team__title {
  color: var(--red);
  text-transform: uppercase;
  font-weight: 600;
}
.team__email {
  color: var(--red);
  text-transform: uppercase;
  font-weight: 600;
}
.team__phone {
  color: var(--black);
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
.concertbox {
  background: #000;
  position: relative;
  color: #fff;
  padding: 1rem 0;
  aspect-ratio: 3;
  text-align: center;
  font-size: 3rem;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .concertbox {
    font-size: 2rem;
    aspect-ratio: 1.5;
  }
}
@media (max-width: 576px) {
  .concertbox {
    font-size: 1.5rem;
    aspect-ratio: 1;
  }
}
.concertbox p {
  letter-spacing: -1px;
  margin: 0;
  line-height: 1.1em;
}
.concertbox .btn {
  font-size: 1.3rem;
  margin-top: 2rem;
}
.concertbox:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: url(../image/concert-box.jpg);*/
  background: url(../image/home-intro2.jpg);
  background-size: 100% auto;
  background-position: center bottom 50%;
  background-attachment: fixed;
  opacity: 0.4;
}
@media (max-width: 768px) {
  .concertbox:before {
    background-attachment: unset;
    background-size: cover;
  }
}
.concertbox .container {
  z-index: 2;
  position: relative;
}
.concertbox-home {
  background: #000;
  color: #fff;
  padding: 3rem 0;
  text-align: center;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}
.concerts-past {
  padding: 4rem 0;
}
.concerts-past__item {
  position: relative;
  overflow: hidden;
}
.concerts-past img,
.concerts-past picture {
  transition: 0.2s all ease-in-out;
}
.concerts-past__item:hover img,
.concerts-past picture {
  transform: scale(1.1);
}
.concerts-past__date {
  position: absolute;
  top: 3rem;
  left: 1rem;
  background: var(--black);
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
.concerts-past__title {
  position: absolute;
  top: 5rem;
  left: 0;
  background: var(--red);
  color: #fff;
  padding: 1rem 2rem;
  font-size: 2rem;
}
.concerts-archive__item {
  min-height: 100%;
  border: 1px solid #aaaaaa;
  padding: 0.5rem;
  text-align: center;
}
.concerts-archive__date {
  color: var(--red);
  font-size: 0.8em;
}
.concerts {
  background: #000 url(../image/concerts.jpg) no-repeat center top;
  background-size: 100% auto;
  padding: 4rem 0 0 0;
  position: relative;
  color: #fff;
  /*aspect-ratio: 2/1;
    display: flex;
    align-items: center;*/
}
.concerts::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1.45454545;
  display: none;
}
@media (max-width: 768px) {
  .concerts::after {
    display: block;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 10%);
  }
}
.concerts__header {
  font-size: 4rem;
  line-height: 1em;
  letter-spacing: -1px;
  margin: 0 0 7rem 0;
}
@media (max-width: 768px) {
  .concerts__header {
    font-size: 3rem;
    margin-top: 6rem;
  }
}
@media (max-width: 576px) {
  .concerts__header {
    font-size: 2rem;
  }
}
.concerts__item {
  position: relative;
  z-index: 2;
  border-top: 1px solid #fff;
  padding: 1em 0;
}
.concerts__item .small {
  font-size: 0.6em;
}
@media (max-width: 768px) {
  .concerts__item {
    text-align: center;
  }
}
.concerts__box {
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.1);
  padding: 3rem 0;
  margin-top: 3rem;
  backdrop-filter: blur(5px);
}
.concerts__box h1,
.concerts__box h2,
.concerts__box h3,
.concerts__box h4 {
  font-size: 2rem;
  line-height: 1.3em;
  font-weight: 300;
}
.concerts__box h1 b,
.concerts__box h2 b,
.concerts__box h3 b,
.concerts__box h4 b {
  font-weight: 600;
}
@media (max-width: 576px) {
  .concerts__box h1,
  .concerts__box h2,
  .concerts__box h3,
  .concerts__box h4 {
    font-size: 1.8rem;
  }
}
.concerts__box p {
  opacity: 0.5;
  margin: 2rem 0 0 0;
}
.concert {
  background: var(--gray);
}
.concert__body {
  padding: 0 15%;
}
.concert__cover {
  margin: 0 0 2rem 0;
  text-align: center;
}
.concert__title {
  font-size: 5rem;
  font-weight: 400;
  margin: 0 0 0rem 0;
  line-height: 1em;
}
.concert__title span {
  font-weight: 400;
  display: block;
  font-size: 0.5em;
  line-height: 1em;
}
.concert__date {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1em;
}
.concert__time {
  color: var(--red);
  font-size: 2.6rem;
  line-height: 1em;
  font-weight: 400;
}
.concert #map {
  margin: 0;
  margin-top: 2rem;
}
.concert__gallery {
  margin-top: 2rem;
}
.concert-dates ul {
  list-style-type: none;
  margin: 0;
  padding: 7rem 0;
  border-right: 1px solid #949494;
}
.concert-dates ul li a {
  display: block;
  border: 1px solid #949494;
  border-right: 0;
  padding: 0.5rem;
}
.concert-dates ul li a:hover {
  background: #949494;
  color: #fff;
}
.rider {
  background: #000;
  color: #fff;
}
.rider__body {
  padding: 4rem 0;
  column-count: 2;
  column-gap: 3rem;
}
.rider__body h1,
.rider__body h2,
.rider__body h3 {
  font-weight: 400;
  margin: 0 0 1rem 0;
}
.rider__contact {
  padding: 2rem 0 5rem 0;
  text-align: center;
}
.rider__contact a {
  border-bottom: 1px solid #444;
  padding: 0.25rem;
}
.rider__contact span {
  color: var(--red);
}
.albums {
  background: var(--gray);
  background: #D6CFBA;
}
.albums__body {
  padding: 5rem 0;
}
.albums__gallery img {
  aspect-ratio: 2;
  object-fit: cover;
}
@media (max-width: 768px) {
  .albums__gallery img {
    aspect-ratio: 1.5;
  }
}
.albums__header {
  position: relative;
  margin: -10rem 0 2rem 0;
  color: #fff;
}
.albums__header h1 {
  font-size: 6rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .albums__header h1 {
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  .albums__header h1 {
    font-size: 4rem;
  }
}
@media (max-width: 576px) {
  .albums__header h1 {
    font-size: 3rem;
    text-align: center;
  }
}
.gallery {
  background: #000;
  color: #fff;
  padding: 7rem 0 4rem 0;
}
.gallery__header {
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery__header h1 {
  font-size: 3rem;
  line-height: 1.1em;
  font-weight: 300;
  letter-spacing: -1px;
  text-align: center;
}
@media (max-width: 768px) {
  .gallery__header h1 {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .gallery__header h1 {
    font-size: 2rem;
  }
}
.gallery__item-title {
  display: block;
  padding: 0.3rem;
  text-align: center;
  line-height: 1.1em;
}
.gallery__item a.thumb {
  display: block;
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 5px;
  overflow: hidden;
  transition: 0.2s all ease-in-out;
}
.gallery__item a.thumb img {
  display: block;
  transition: 0.2s all ease-in-out;
}
.gallery__item a.thumb:hover {
  border-color: #fff;
}
.gallery__item a.thumb:hover img {
  transform: scale(1.1);
}
.contact-logo {
  text-align: center;
}
.contact-logo img {
  width: 300px;
}
@media (max-width: 768px) {
  .contact-logo img {
    width: 60%;
  }
}
.socialmedia-stream {
  text-align: center;
  padding: 1rem 0;
}
.socialmedia-stream a {
  display: inline-block;
  padding: 1rem;
}
.socialmedia-stream svg {
  width: 74px;
  height: 74px;
}
.socialmedia-stream a.spotify svg {
  fill: green;
}
.socialmedia-stream a.applemusic svg {
  fill: var(--red);
}
.socialmedia {
  text-align: center;
  padding: 1rem 10% 0 10%;
  display: flex;
  justify-content: space-between;
}
.socialmedia a {
  display: inline-block;
  padding: 1rem;
  font-size: 2rem;
  color: #949494;
}
.socialmedia a:hover {
  color: var(--red);
}
.socialmedia a svg {
  width: 32px;
  height: 32px;
  fill: #949494;
}
.socialmedia a:hover svg {
  fill: var(--red);
}
.hidden {
  display: none;
}
.download {
  background: var(--red);
  color: #fff;
  padding: 5rem 0;
}
.download h1,
.download h2,
.download h3 {
  text-align: center;
  margin: 0 0 2rem 0;
  font-size: 2rem;
}
.download a {
  border: 2px solid #fff;
  display: block;
  padding: 2rem 1rem;
  text-align: center;
  font-weight: 600;
}
.download a span {
  display: block;
  font-weight: 400;
  font-size: 0.5em;
}
.download a span span {
  font-size: 3em;
}
.download a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.concerts-map {
  padding: 5rem 0 0 0;
  text-align: center;
}
.concerts-map__form {
  margin: 1rem 0;
}
.concerts-map__form select {
  padding: 1rem 2rem;
  font-size: 1.3em;
}
.mapPopup {
  width: 300px;
  text-align: center;
}
img.mapPopupImg {
  width: 300px;
  margin: 0 0 0.6rem 0;
}
.mapPopupDate {
  /*border: 2px solid var(--red);*/
  background: var(--gray);
  padding: 0.7rem 0;
  font-weight: 600;
  font-size: 1.3em;
  margin: 0 0 0.6rem 0;
}
.mapPopupTitle {
  font-size: 1.3em;
  font-weight: 600;
}
.mapPopupPlace {
  font-size: 1.3em;
  font-weight: 600;
}
.btn-map {
  background: var(--red);
  color: #fff !important;
  font-weight: 600;
  font-size: 1.1em;
  padding: 0.5rem 3rem;
  border-radius: 2rem;
}
.newsletter {
  padding: 6rem 0;
  background: var(--red);
  text-align: center;
  color: #fff;
}
@media (max-width: 992px) {
  .newsletter {
    padding: 5rem 0;
  }
}
@media (max-width: 768px) {
  .newsletter {
    padding: 3rem 0;
  }
}
@media (max-width: 576px) {
  .newsletter {
    padding: 2rem 0;
  }
}
.newsletter__body {
  padding: 0 20%;
}
@media (max-width: 768px) {
  .newsletter__body {
    padding: 0 0;
  }
}
.newsletter h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1em;
  color: #000;
  margin: 0 0 1rem 0;
}
.newsletter input[type="email"] {
  border: 3px solid #000;
  padding: 1rem;
  background: transparent;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.newsletter input[type="email"]::placeholder {
  color: #fff;
  opacity: 0.5;
}
.newsletter button[type="submit"] {
  border: 3px solid #000;
  padding: 1rem;
  background: #000;
  color: #fff;
  font-weight: 600;
}
.newsletter iframe {
  mix-blend-mode: multiply;
  margin: auto;
}
.newsletter .g-recaptcha {
  text-align: center;
  margin: auto;
  width: 100%;
}
.newsletter .g-recaptcha > div {
  margin: auto;
}
.newsletter .form-error-label {
  display: inline-block;
  background: #ffff00;
  color: #000;
  margin: 0.3rem 0 0 0;
  padding: 0.4rem;
  font-size: 0.8em;
}
.biography {
  padding: 15rem 0;
  background: #000;
  color: #fff;
}
.biography__home h1,
.biography__home h2,
.biography__home h3 {
  font-size: 3rem;
  line-height: 1em;
  margin: 0 0 2rem 0;
}
@media (max-width: 768px) {
  .biography__home h1,
  .biography__home h2,
  .biography__home h3 {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .biography__home h1,
  .biography__home h2,
  .biography__home h3 {
    font-size: 1.8rem;
  }
}
.biography__text {
  text-align: justify;
}
.biography__text img {
  height: 16px;
}
.biography__image {
  padding: 1rem;
}
.biography__image img,
.biography__image picture {
  width: 100%;
  display: block;
  background: #333;
}
.biography__item {
  margin: 0 0 5rem 0;
}
.biography__title {
  background: var(--red);
  padding: 1rem 2rem;
  font-size: 2.5rem;
  line-height: 1.2em;
  font-weight: 600;
  margin: 3rem 5rem 3rem -5rem;
  position: relative;
  z-index: 1200;
}
@media (max-width: 768px) {
  .biography__title {
    margin: 2rem 0;
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .biography__title {
    font-size: 1.5rem;
    padding: 0.6rem 1.2rem;
  }
}
.-left .biography__title {
  margin: 3rem -5rem 3rem 5rem;
  text-align: right;
}
@media (max-width: 768px) {
  .-left .biography__title {
    margin: 2rem 0;
    text-align: left;
    font-size: 1.8rem;
  }
}
.anniversary {
  background: url(../image/anniversary.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 15rem 0;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  line-height: 1.1em;
}
@media (max-width: 992px) {
  .anniversary {
    padding: 10rem 0;
  }
}
@media (max-width: 768px) {
  .anniversary {
    padding: 5rem 0;
  }
}
@media (max-width: 576px) {
  .anniversary {
    padding: 3rem 0;
    font-size: 1.7rem;
  }
}
.anniversary__body {
  padding: 0 20%;
}
@media (max-width: 768px) {
  .anniversary__body {
    padding: 0 10%;
  }
}
@media (max-width: 576px) {
  .anniversary__body {
    padding: 0 5%;
  }
}
.anniversary__body h2 {
  font-weight: 900;
  font-size: 2.5rem;
}
@media (max-width: 576px) {
  .anniversary__body h2 {
    font-size: 2rem;
  }
}
/*# sourceMappingURL=style.css.map */