.shadow-dark {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}

.shadow-dark-l {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.28);
}

.shadow-light {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

.shadow-light-l {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
}

.shadow-medium {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

.shadow-medium-l {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

.pg-coach .pg-vocal-image {
  transition-duration: 0.45s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-fill-mode: forwards;
}

@font-face {
  font-family: "Breakfast Icons";
  src: url("../font/Break-Icons/v4.0.5.woff?token=ddadadadadad");
}
@font-face {
  font-family: "Breakfast Icons Fill";
  src: url("../font/Break-Icons/v4.0.5_Bold.woff?token=260610334445");
}
.pg-btn .text-xl {
  font-family: "Public Sans";
  font-size: 19px;
  line-height: 120%;
}

.pg-coach .pg-vocal-image {
  height: 30dvh;
}
.pg-coach .pg-coach-detail > div {
  min-width: 200px;
}
.pg-coach:hover .pg-coach-detail {
  padding-bottom: 20px;
}

.pg-vinyl {
  position: relative;
}

.pg-header-cover {
  height: unset;
  width: 100%;
}

#vinyl-wrapper {
  padding-left: 12px;
  padding-top: 10px;
  scale: 0.8;
  margin-bottom: -24px;
}

.bf-slide next {
  top: calc(100% - 318px);
  right: 0px !important;
}

.pg-reel-video iframe {
  margin-bottom: 32px;
}

.pg-stagged > .pg-coach:nth-child(2n) {
  flex-direction: column;
}

.pg-article h3 {
  font-size: 26px;
}
.pg-article h4 {
  font-size: 23px;
}
.pg-article h4 {
  font-size: 19px;
}/*# sourceMappingURL=mobile.css.map */