.tabber .tab-panel:not(.active) {
    display: none;
}

.player-module{
   border:40px solid #541D45;
}

.player-module img,
.player-module video{
  max-width: 100%;
  height: auto;
}

.player-module .audio-player{
  position: relative;
  width: 100%;
  height: 0;
  text-align: center;
  padding-bottom: 100%;
  background: linear-gradient(318.44deg, #FE561C 0%, #541D45 100%);
}

.player-module video{
    opacity: 0;
    transition opacity: 300ms;
    will-change: opacity;
}

.player-module .audio-player__cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 350ms;
    will-change: opacity;
}

.player-module .audio-player video {
    opacity: 0;
    transition: opacity 300ms;
    will-change: opacity;
}

.player-module .audio-player {
    position: relative;
    width: 100%;
    height: 0;
    text-align: center;
    padding-bottom: 100%;
    background: linear-gradient(318.44deg, #FE561C 0%, #541D45 100%);
}

.player-module .audio-player__title {
    position: absolute;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    left: 10px;
    right: 10px;
    bottom: 0;
    top: 50%;
    padding-top: 50px;
    transform: translateY(-5%);
    z-index: 10;
    opacity: 0;
    transition: all 300ms;
    will-change: transform, opacity;
}

.player-module .audio-player__control {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    border: none;
    background: none;
    cursor: pointer;
    transition:none!important;
}

.player-module .audio-player__control-icon {
    position: absolute;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 3px solid #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
    transition: all 250ms ease-out;
    transform: scale(1);
    will-change: transform;
}

.player-module .audio-player__control-icon::before {
    width: 15px;
    height: 30px;
    border-right: 6px solid #fff;
    border-left: 6px solid #fff;
    transform: translateY(-50px);
}

.player-module .audio-player__control-icon::after,
.player-module .audio-player__control-icon::before {
    transition: all 200ms;
    will-change: transform;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.player-module .audio-player__control-icon::after {
    left: 5px;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 20px solid #fff;
    transform: translateY(0);
}

.player-module .audio-players li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2.5% 34px 0;
    width: 22.7%;
}

.player-module .audio-players li:nth-child(4n){
   margin-right:0;
}

.player-module .audio-players {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.player-module{
   padding:71px 0 56px;
}

.player-module .heading{
  max-width: 1159px;
  margin: 0 auto 50px;
  float: none;
}

.player-module .tabber .tabs{
   list-style:none;
   padding:0;
}

.player-module .tab-panel {
    padding: 64px 52px 20px;
}

.player-module .tabber .tabs{
  padding:0;
  list-style:none;
  display: flex;
  justify-content: center;
  margin: 50px 0 0px;
}

.player-module .tabber .tabs li{
  margin: 0;
  width: 16.7%;
  background-color: #262626;
  padding: 16px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position:relative;
  z-index:1;
  cursor:pointer;
}

.player-module .tabber .tabs li.active{
   background-color: #4C4C4C;
}

.player-module .tabber .tabs li.active .tab-trigger{
   color:#000000!important;
}

.player-module .tabber .tabs li.active span.active-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.player-module .tabber .tabs li a{
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.53px;
  line-height: 29px;
  text-align:center;
  color:#ffffff;
  display:inline-block;
}

.player-module .tabber .tabs li.active a{
   color:#0f0f0f!important;
}

.player-module .tab-description{
   max-width:816px;
   margin:0 auto 50px;
   float:none;
}

.player-module .audio-player:focus .audio-player__title,
.player-module .audio-player:hover .audio-player__title,
.player-module .audio-player.is-playing .audio-player__title {
    opacity: 1;
    transform: translateY(0);
}

.audio-player.is-playing .audio-player__control-icon:before {
    transform: translateY(0);
}

.audio-player.is-playing .audio-player__control-icon:after {
    transform: translateY(50px);
}

.player-module .audio-player__cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 350ms;
    will-change: opacity;
    width:100%!important;
    height:100%!important;
    object-fit:cover;
}

.audio-player:focus .audio-player__cover,
.audio-player:hover .audio-player__cover,
.audio-player.is-playing .audio-player__cover {
    opacity: 0.35;
}

.player-module .tab-content ul li.list-cta{
   background-color: #DDC4DF;
   justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.player-module .tab-content ul li.list-cta .cta-container{
  width: 100%;
  height: 0;
  text-align: center;
  padding-bottom: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-left:20px;
  padding-right:20px;
}

.player-module .tab-content ul li.list-cta h4{
   margin-bottom:30px;
}

.player-module .tab-content ul li.list-cta h4{
   color: #0F0F0F;
}

.player-module .mobile-tabber{
   display:none!important;
}


@media(max-width:1280px){

.player-module .audio-players li{
   width: 31.3%;   
}
  
.player-module .audio-players li:nth-child(3n){
   margin-right:0;   
}
  
.player-module .audio-players li:nth-child(4n){
   margin-right:2.5%;   
}
  
.player-module {
    border: 35px solid #c2c1c2;
}
}

@media(max-width:1100px){

  .player-module .audio-players li{
     width:31.2%;
  }
}


@media(max-width:1024px){

.player-module .audio-players li {
    width: 48.4%;
}
  
.player-module .audio-players li:nth-child(3n){
   margin-right:2.5%;
}
  
.player-module .audio-players li:nth-child(2n){
   margin-right:0;
}
  
.player-module .desktop-tabber{
   display:block!important;
}
  
.player-module .mobile-tabber{
   display:none!important;
}
  
.player-module .tabber .tabs{
   display:block;
   margin:50px 0 0px;
}
  
.player-module .tabber .tabs li{
   width:100%;
}
  
#select-box{
  width: 100%;
  height: 80px;
  border: 0;
  background: transparent url('https://21931414.fs1.hubspotusercontent-na1.net/hubfs/21931414/POSmusic%20Theme%202022/Images/Contact/Arrow%20Down.svg');
  color: #0F0F0F;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.66px;
  line-height: 26px;
  border-top:none;
  padding: 10px 0 10px;
  margin-bottom: 0px;
  margin-top:0px;
  background-repeat:no-repeat;
  -webkit-appearance:none;
   background-size:20px;
   background-position:100%;
}
  
.player-module{
   border:none;
}
  
.player-module .tab-description {
    margin: 10px auto 40px;
    text-align: left;
}
  
.player-module .content-wrapper{
   padding:0;
}
  
.player-module .heading{
   margin: 0 auto 25px;  
   padding:0 22px;
}
  
.player-module .description{
   padding:0 22px 0px;
}
  
.player-module .tab-content{
   padding: 0px 0px 0;   
   position:relative;
   z-index:1;
}
  
.player-module .tab-content .overlay-bg{
  position: absolute;
  left: 0;
  right: 0;
  top: -90px;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;  
}
  
.player-module .tab-navigation{
  padding: 0 45px;
  position: relative;
  z-index: 2;  
}
  
.player-module .tab-navigation:before{
   position:absolute;
   left:0px;
   top:0;
   bottom:0;
   content:'';
   background:#0f0f0f;
   width:22px;
   height:auto;
   z-index:1;
}
  
.player-module .tab-navigation:after{
   position:absolute;
   right:0px;
   top:0;
   bottom:0;
   content:'';
   background:#0f0f0f;
   width:22px;
   height:auto;
   z-index:1;
}
  
.player-module .tab-panel {
    padding: 34px 32px 0px;
}
  

}

@media(max-width:767px){

.player-module .audio-players li {
    width: 100%;
    margin-right: 0;
}
  
.player-module .tab-description {
    margin: 10px auto 40px;
    text-align: left;
}
  
  .player-module .tabber .tabs li{
   justify-content: left; 
   right: none;
    padding-left: 40px;
  }
  
  .player-module .tabber .tabs li:after{
  background: url(https://21931414.fs1.hubspotusercontent-na1.net/hubfs/21931414/POSmusic%20Theme%202022/Images/Icon/Arrow%20Right.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 23px;
    position: absolute;
    left: 11px;
    top: 18px;
    width: 20px;
}
  
  .player-module .tabber .tabs li.active:after{
     background: url('https://21931414.fs1.hubspotusercontent-na1.net/hubfs/21931414/POSmusic%20Theme%202022/Images/Icon/Arrow%20Right%20(3).svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 23px;
    position: absolute;
    left: 11px;
    top: 18px;
    width: 20px;
  }

.player-module .content-wrapper{
   padding:0;
}
  
.player-module .heading{
   margin: 0 auto 25px;  
   padding:0 22px;
}
  
.player-module .description{
   padding:0 22px 0px;
}
  
.player-module {
   padding: 60px 0 6px;
   border:none;
}
  
.player-module .tab-content ul li.list-cta .cta-container{
   padding-bottom: calc(100% - 130px);
   padding-top: 40px;
}
  
.player-module .description h4{
  font-size: 16px;
  letter-spacing: -0.06px;
  line-height: 25px;  
}
  
.player-module .tab-content{
   padding: 0px 0px 0;   
   position:relative;
   z-index:1;
}
  
.player-module .tab-content .overlay-bg{
  position: absolute;
  left: 0;
  right: 0;
  top: -90px;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;  
}
  
.player-module .tab-navigation{
  padding: 0 45px;
  position: relative;
  z-index: 2;  
}
  
.player-module .tab-navigation:before{
   position:absolute;
   left:0px;
   top:0;
   bottom:0;
   content:'';
   background:#0f0f0f;
   width:22px;
   height:auto;
   z-index:1;
}
  
.player-module .tab-navigation:after{
   position:absolute;
   right:0px;
   top:0;
   bottom:0;
   content:'';
   background:#0f0f0f;
   width:22px;
   height:auto;
   z-index:1;
}
}


