div[class*="brick-"],
a[class*="brick-"],
section[class*="brick-"],
article[class*="brick-"] {
  margin-top: 32px;
}
@media print, screen and (min-width: 1024px) {
  div[class*="brick-"],
  a[class*="brick-"],
  section[class*="brick-"],
  article[class*="brick-"] {
    margin-top: 80px;
  }
}
@media print, screen and (min-width: 1280px) {
  div[class*="brick-"],
  a[class*="brick-"],
  section[class*="brick-"],
  article[class*="brick-"] {
    margin-top: 120px;
  }
}
.brick-copy.title {
  margin-bottom: -56px;
}
.brick-imgcopy .img {
  border-radius: 8px;
  overflow: hidden;
}
.brick-imgcopy .copy {
  margin-top: 32px;
}
@media print, screen and (min-width: 1280px) {
  .brick-imgcopy .copy {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .brick-imgcopy.margin .small-order-2 .copy {
    margin-left: 64px;
    margin-right: 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .brick-imgcopy.margin .large-order-1 .copy {
    margin-right: 64px;
    margin-left: 0;
  }
}
.brick-teaser .box {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.brick-teaser .box picture {
  position: relative;
  overflow: hidden;
}
.brick-teaser .box picture img {
  transition: transform 0.3s;
}
.brick-teaser .box:hover img {
  transform: scale(1.1);
}
.brick-teaser .inbox {
  padding: 8px;
}
@media print, screen and (min-width: 1024px) {
  .brick-teaser .inbox {
    padding: 16px;
  }
}
.brick-teaser .inbox > * {
  color: #fff;
}
.brick-teaser .inbox .big,
.brick-teaser .inbox .h5 {
  margin-top: 8px;
}
.brick-teaser picture,
.brick-teaser img {
  object-fit: cover;
  height: 250px;
}
.brick-teaser.custom {
  position: relative;
  margin-top: 16px;
}
@media print, screen and (min-width: 1024px) {
  .brick-teaser.custom {
    margin-top: 32px;
  }
}
.brick-teaser.custom picture,
.brick-teaser.custom img {
  position: absolute;
  height: 115px;
  width: 92px;
}
@media print, screen and (min-width: 1024px) {
  .brick-teaser.custom picture,
  .brick-teaser.custom img {
    height: 150px;
    width: 150px;
  }
}
.brick-teaser.custom .rate .count:before {
  background-image: url("../img/icons/star-dark.svg");
}
.brick-teaser.custom .box {
  background: #F4F3FE;
}
.brick-teaser.custom .box.active {
  border: 2px solid #605DEC;
}
.brick-teaser.custom picture + .inbox {
  padding-left: 108px;
}
@media print, screen and (min-width: 1024px) {
  .brick-teaser.custom picture + .inbox {
    padding-left: 166px;
  }
}
.brick-teaser.custom .inbox > * {
  color: #212121;
}
.brick-ctateaser.big .box {
  overflow: hidden;
}
.brick-ctateaser.big .inbox {
  padding: 32px;
}
@media print, screen and (min-width: 1024px) {
  .brick-ctateaser.big .inbox {
    padding: 64px;
  }
}
@media print, screen and (min-width: 1280px) {
  .brick-ctateaser.big .inbox {
    padding: 240px 120px;
  }
}
.brick-ctateaser.big .inbox .headline,
.brick-ctateaser.big .inbox .copy {
  max-width: 540px;
}
.brick-ctateaser.big picture,
.brick-ctateaser.big img {
  height: 100%;
  width: 100%;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.brick-ctateaser.center {
  text-align: center;
}
.brick-ctateaser.center .inbox .headline,
.brick-ctateaser.center .inbox .txt {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}
@media print, screen and (min-width: 1024px) {
  .brick-ctateaser.center .inbox .headline,
  .brick-ctateaser.center .inbox .txt {
    max-width: 60%;
  }
}
@media print, screen and (min-width: 1280px) {
  .brick-ctateaser.center .inbox .headline,
  .brick-ctateaser.center .inbox .txt {
    max-width: 680px;
  }
}
.brick-ctateaser.white .inbox .headline,
.brick-ctateaser.white .inbox .txt {
  color: #fff;
}
.brick-ctateaser picture,
.brick-ctateaser img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  max-width: 210px;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 1280px) {
  .brick-ctateaser picture,
  .brick-ctateaser img {
    max-width: 410px;
  }
}
.brick-ctateaser .box {
  border-radius: 8px;
  position: relative;
}
.brick-ctateaser .inbox {
  position: relative;
  padding: 32px;
  z-index: 2;
}
.brick-ctateaser .inbox .headline,
.brick-ctateaser .inbox .txt {
  color: #212121;
  max-width: 60%;
}
.brick-ctateaser .inbox .headline + *,
.brick-ctateaser .inbox .txt + * {
  margin-top: 16px;
}
.brick-ctateaser .inbox .button {
  margin-top: 32px;
}
.brick-clubteaser .box {
  border-radius: 8px;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .brick-clubteaser .box {
    min-height: 192px;
  }
}
.brick-clubteaser .box h3 {
  display: block;
  max-width: 320px;
  margin: 0 auto;
  padding: 24px 0 16px;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .brick-clubteaser .box h3 {
    text-align: left;
  }
}
.brick-clubteaser .box h4 {
  color: #fff;
  margin-bottom: 16px;
}
.brick-clubteaser .box h5 {
  color: #fff;
}
.brick-clubteaser .box .item {
  display: block;
  max-width: 250px;
  margin: 0 auto;
  padding-bottom: 24px;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .brick-clubteaser .box .item {
    text-align: left;
    max-width: 320px;
  }
}
.brick-clubteaser .swiper-button-next,
.brick-clubteaser .swiper-button-prev {
  top: 24px;
}
.brick-clubgrid .box {
  border-radius: 8px;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .brick-clubgrid .box {
    min-height: 192px;
  }
}
.brick-clubgrid .box .inbox {
  padding: 24px;
}
.brick-clubgrid .box h3 {
  display: block;
  max-width: 320px;
  margin: 0 auto;
  padding: 0 0 16px;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .brick-clubgrid .box h3 {
    text-align: left;
  }
}
.brick-clubgrid .box .header-info {
  display: flex;
  flex-flow: row nowrap;
  gap: 8px;
}
.brick-clubgrid .box .header-info .image {
  flex: 0 0 100px;
  overflow: hidden;
  border-radius: 8px;
}
.brick-clubgrid .box h4 {
  color: #fff;
  margin-bottom: 8px;
}
.brick-clubgrid .box .rate {
  color: #fff;
  display: flex;
  min-height: 24px;
  margin-top: 8px;
}
.brick-clubgrid .box .rate .count {
  align-content: end;
}
.brick-clubgrid .box .footer-info {
  display: flex;
  flex-flow: row nowrap;
  gap: 8px;
  align-items: center;
}
.brick-clubgrid .box .genres {
  margin-top: 8px;
  min-height: 24px;
  display: flex;
  flex-flow: row wrap;
  gap: 0 8px;
  color: #fff;
}
.brick-clubgrid .box .item {
  display: block;
  margin: 0 auto;
  padding-bottom: 24px;
  text-align: center;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .brick-clubgrid .box .item {
    text-align: left;
  }
}
.brick-clubgrid .box .item:last-child {
  padding-bottom: 0;
}
.brick-clubgrid .box .item:last-child:after {
  display: none;
}
.brick-clubgrid .box .item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.3;
}
article.brick-clubs {
  margin-top: 0;
}
.brick-clubcard-list .grid-x {
  row-gap: 24px;
}
.brick-clubcard-list .brick-clubcard {
  margin-top: 0;
}
.brick-clubcard .img {
  margin-bottom: 8px;
}
.brick-clubcard a {
  display: block;
  background-color: #e6e6f5;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e6e6f5;
}
.brick-clubcard .inbox {
  padding: 8px 16px;
}
