/* Fonts */
// BENTONSANS CONDENSED MD
@font-face {font-family: "BentonSans-CondMd";src: url("https://www.aexp-static.com/nav/ngn/fonts/66edbae4-0c00-4453-9c58-c0c4cb412064-2.eot");src: url("https://www.aexp-static.com/nav/ngn/fonts/66edbae4-0c00-4453-9c58-c0c4cb412064-2.eot?") format("embedded-opentype"), url("https://www.aexp-static.com/nav/ngn/fonts/66edbae4-0c00-4453-9c58-c0c4cb412064-3.woff") format("woff"), url("https://www.aexp-static.com/nav/ngn/fonts/66edbae4-0c00-4453-9c58-c0c4cb412064-1.ttf") format("truetype"), url("https://www.aexp-static.com/nav/ngn/fonts/66edbae4-0c00-4453-9c58-c0c4cb412064-4.svg#web") format("svg");font-style: normal;font-weight: 500;}
/* End Fonts */

/* WNBA Hero */
#wnbaHeader > .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/* Hero Background */
#wnbaHeader section.heroBG {
    position: relative;
    height: 65vh;
    width: 100vw;
    background: #00175A;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: height 1.05s ease;
    min-height: 570px;
}

/* Hero Shrink on Scroll */
#wnbaHeader section.heroBG.shrink {
    height: 25vh;
}
#wnbaHeader section.heroBG.shrink {
    min-height: 250px;
}
#wnbaHeader section.heroBG.shrink .postscroll .allstar-logo img {
   --moving-delay: 0s;
   animation: moving5 0.5s var(--moving-delay) 1 ease;
}
@keyframes moving5 {
    from {
        transform: translate(30%, -20%);
    }
    to {
        transform: translate(0%, 0%);
    }
}
.hide {
    visibility: hidden!important;
    opacity: 0!important;
    transition: visibility 2s, opacity 1s linear!important;
}
#wnbaHeader section.heroBG.shrink .prescroll.hide .allstar-logo img {
    visibility: hidden!important;
    opacity: 0!important;
    transition: visibility 0s, opacity 1s linear!important;
}
/* End Hero Shrink on Scroll */
/* Hero Expands on Scroll to top */
.postscroll.hide {
    visibility: hidden!important;
    opacity: 0!important;
    transition: visibility 0.5s, opacity 1s linear!important;
}
#wnbaHeader section.heroBG .postscroll.hide .allstar-logo img {
   --moving-delay: 0s;
   animation: moving6 0.5s var(--moving-delay) 1 ease;
}
@keyframes moving6 {
    from {
        transform: translate(0%, 0%);
    }
    to {
        transform: translate(50%, -10%);
    }
}
#wnbaHeader section.heroBG .prescroll .allstar-logo img {
    visibility: visible!important;
    opacity: 1!important;
    transition: opacity .65s linear!important;
}
/* End Hero Expands on Scroll to top */

/* Background Blurs */
.blurs {
    position:absolute;
}
.blur:nth-child(1) {
    --angle-delay: 0s;
    --moving-delay: 0s;
    --color: rgba(0, 111, 207,0.35);
   animation: angle 15s var(--angle-delay) infinite linear;
}

.blur:nth-child(2) {
    --angle-delay: -3s;
    --moving-delay: 0s;
    --color: rgba(0, 111, 207,0.35);
    animation: angle2 15s var(--angle-delay) infinite linear;
}

.blur:nth-child(3) {
    --angle-delay: -6s;
    --moving-delay: -4s;
    --color: rgba(239, 81, 35,0.8);
    animation: angle3 15s var(--angle-delay) infinite linear;
}

.blur:nth-child(4) {
    --angle-delay: -9s;
    --moving-delay: 0s;
    --color: rgba(239, 81, 35,0.8);
    animation: angle4 15s var(--angle-delay) infinite linear;
}

.blur {
    position: relative;
}

.blur::after {
    content: "";
    position: absolute;
    width: 340px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: var(--color);
    filter: blur(50px);
}

.blur:nth-child(1)::after {
   animation: moving 10s var(--moving-delay) infinite ease-in-out alternate;
}
.blur:nth-child(2)::after {
   animation: moving2 10s var(--moving-delay) infinite ease-in-out alternate;
}
.blur:nth-child(3)::after {
   animation: moving3 10s var(--moving-delay) infinite ease-in-out alternate;
   width: 540px;
   filter: blur(150px);
}
.blur:nth-child(4)::after {
   animation: moving4 10s var(--moving-delay) infinite ease-in-out alternate;
}*

@keyframes angle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(0deg);
    }
}

@keyframes angle2 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(0deg);
    }
}

@keyframes angle3 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(0deg);
    }
}

@keyframes angle4 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(0deg);
    }
}

@keyframes moving {
    from {
        transform: translate(-150%, -210%);
    }
    to {
        transform: translate(-50%, -30%);
    }
}

@keyframes moving2 {
    from {
        transform: translate(-50%, 120%);
    }
    to {
        transform: translate(-100%, -40%);
    }
}

@keyframes moving3 {
    from {
        transform: translate(50%, -180%);
    }
    to {
        transform: translate(100%, 50%);
    }
}

@keyframes moving4 {
    from {
        transform: translate(-300%, 20%);
    }
    to {
        transform: translate(-230%, 30%);
    }
}
@media (min-width: 3450px) {
    #wnbaHeader section.heroBG {
        min-height: 800px;
    }
    #wnbaHeader section.heroBG.shrink {
        min-height: 350px;
    }
    .postscroll .allstar-logo {
        height: 350px!important;
        margin-top: 0px!important;
    }
    .postscroll .allstar-logo img {
        min-width: 350px;
    }
}
@media (min-width: 3300px) {
    .blur::after {
        content: "";
        position: absolute;
        width: 740px;
        aspect-ratio: 1/1;
        border-radius: 50%;
        background-color: var(--color);
        filter: blur(150px);
    }
    .blur:nth-child(3)::after {
       width: 1840px;
       filter: blur(650px);
    }
    .blur:nth-child(4)::after {
       width: 1040px;
       filter: blur(250px);
    }   
    @keyframes moving3 {
        from {
            transform: translate(0%, -150%);
        }
        to {
            transform: translate(85%, 0%);
        }
    }
    
    @keyframes moving4 {
        from {
            transform: translate(-250%, 20%);
        }
        to {
            transform: translate(-180%, 50%);
        }
    }
}
@media (min-width: 2750px) {
    .blur::after {
        content: "";
        position: absolute;
        width: 740px;
        aspect-ratio: 1/1;
        border-radius: 50%;
        background-color: var(--color);
        filter: blur(150px);
    }
    .blur:nth-child(3)::after {
       width: 1540px;
       filter: blur(400px);
    }
    .blur:nth-child(4)::after {
       width: 1040px;
       filter: blur(250px);
    }   
    @keyframes moving3 {
        from {
            transform: translate(20%, -140%);
        }
        to {
            transform: translate(45%, 50%);
        }
    }
    
    @keyframes moving4 {
        from {
            transform: translate(-220%, 20%);
        }
        to {
            transform: translate(-160%, 50%);
        }
    }
}
@media (min-width: 2600px) and (max-width: 3449px) {
    #wnbaHeader section.heroBG {
        min-height: 700px;
    }
    #wnbaHeader section.heroBG.shrink {
        min-height: 300px;
    }
    .postscroll .allstar-logo {
        height: 300px!important;
        margin-top: 0px!important;
    }
    .postscroll .allstar-logo img {
        min-width: 350px;
    }
    
}
@media (min-width: 2250px) {
    .blur::after {
        content: "";
        position: absolute;
        width: 560px;
        aspect-ratio: 1/1;
        border-radius: 50%;
        background-color: var(--color);
        filter: blur(100px);
    }
    .blur:nth-child(3)::after {
       width: 1040px;
       filter: blur(250px);
    }
    .blur:nth-child(4)::after {
       width: 1040px;
       filter: blur(250px);
    }   
    @keyframes moving3 {
        from {
            transform: translate(20%, -140%);
        }
        to {
            transform: translate(65%, 50%);
        }
    }
    
    @keyframes moving4 {
        from {
            transform: translate(-200%, 0%);
        }
        to {
            transform: translate(-160%, 30%);
        }
    }
}
@media (min-width: 2050px) and (max-width: 2599px) {
    #wnbaHeader section.heroBG {
        min-height: 640px;
    }
    #wnbaHeader section.heroBG.shrink {
        min-height: 275px;
    }
    .postscroll .allstar-logo {
        height: 275px!important;
        margin-top: 0px!important;
    }
    .postscroll .allstar-logo img {
        min-width: 350px;
    }
}
@media (min-width: 1850px) {
    .blur::after {
        content: "";
        position: absolute;
        width: 560px;
        aspect-ratio: 1/1;
        border-radius: 50%;
        background-color: var(--color);
        filter: blur(75px);
    }
    .blur:nth-child(3)::after {
       width: 800px;
       filter: blur(250px);
    }
    .blur:nth-child(4)::after {
       width: 840px;
       filter: blur(200px);
    }
    @keyframes moving {
        from {
            transform: translate(-150%, -100%);
        }
        to {
            transform: translate(-50%, -10%);
        }
    }
    
    @keyframes moving2 {
        from {
            transform: translate(-50%, 40%);
        }
        to {
            transform: translate(-100%, -40%);
        }
    }
    @keyframes moving3 {
        from {
            transform: translate(35%, -140%);
        }
        to {
            transform: translate(65%, 50%);
        }
    }
    
    @keyframes moving4 {
        from {
            transform: translate(-220%, 0%);
        }
        to {
            transform: translate(-160%, 30%);
        }
    }
}
@media (min-width: 1279px) {
    @keyframes moving {
        from {
            transform: translate(-150%, -100%);
        }
        to {
            transform: translate(-50%, -30%);
        }
    }
    
    @keyframes moving2 {
        from {
            transform: translate(-50%, 100%);
        }
        to {
            transform: translate(-100%, -40%);
        }
    }
    
    @keyframes moving3 {
        from {
            transform: translate(50%, -100%);
        }
        to {
            transform: translate(100%, 30%);
        }
    }
    
    @keyframes moving4 {
        from {
            transform: translate(-300%, 20%);
        }
        to {
            transform: translate(-230%, 30%);
        }
    }    
}
@media (min-width: 1024px) and (max-width: 1279px) {
    #wnbaHeader section.heroBG {
        min-height: 500px;
    }
    #wnbaHeader section.heroBG.shrink {
        min-height: 230px;
    }
    .postscroll .allstar-logo {
        height: 230px!important;
        margin-top: 0px!important;
    }
    .postscroll .allstar-logo img {
        min-width: 350px;
    }
    .blur::after {
        content: "";
        position: absolute;
        width: 260px;
        aspect-ratio: 1/1;
        border-radius: 50%;
        background-color: var(--color);
        filter: blur(50px);
    }
    .blur:nth-child(3)::after {
       width: 500px;
       filter: blur(100px);
    }
    .blur:nth-child(4)::after {
       width: 540px;
       filter: blur(100px);
    }
    @keyframes moving {
        from {
            transform: translate(-150%, -100%);
        }
        to {
            transform: translate(-50%, -30%);
        }
    }
    
    @keyframes moving2 {
        from {
            transform: translate(-50%, 100%);
        }
        to {
            transform: translate(-100%, -40%);
        }
    }
    
    @keyframes moving3 {
        from {
            transform: translate(30%, -140%);
        }
        to {
            transform: translate(80%, 0%);
        }
    }
    
    @keyframes moving4 {
        from {
            transform: translate(-200%, 0%);
        }
        to {
            transform: translate(-130%, 20%);
        }
    }    
}
@media (min-width: 768px) and (max-width: 1023px) {
    #wnbaHeader section.heroBG {
        min-height: 431px;
    }
    #wnbaHeader section.heroBG.shrink {
        min-height: 160px;
    }
    .postscroll .allstar-logo {
        height: 160px!important;
        margin-top: 0px!important;
    }
    .postscroll .allstar-logo img {
        min-width: 300px;
    }
}
/* End Background Blurs */

/* Top & Bottom Hero Background Frames */
.heroTopFrame {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    visibility: visible;
    opacity: 1;
    transition: opacity 1.5s linear;
}
.heroBottomFrame {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    visibility: visible;
    opacity: 1;
    transition: opacity 1.5s linear;
}
/* End Top & Bottom Hero Background Frames */

/* Hero Content */
.prescroll {
    z-index: 5;
    max-width: 1480px;
    width: 100%;
    visibility: visible;
    opacity: 1;
    transition: opacity 1.5s linear;
}
.wnbaamex-logo img {
  width: 215px;
  height: auto;
  padding-bottom: 30px;
}
h1 {
  color: #fff;
  font-size: 64px !important;
  line-height: 70px !important;
  font-family: 'BentonSansCond', 'BentonSans-Cond-Md', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: -2px;
}
.heroBG p .heading-4, .hero p .heading-4 {
    color: #fff;
    font-weight:500;
}
.allstar-logo {
    display: flex;
    justify-content: center; /* Optional: Centers horizontally */
    align-items: center;
    height: 301px;
}
.allstar-logo img {
    width: 674px;
    height: auto;
    /* transition: width 1.05s ease; */
}
#wnbaHeader section.heroBG.shrink .allstar-logo img {
    width: 23vw;
    min-width: 350px;
    max-width: 674px;
    /* transition: width 1.05s ease; */
}
.postscroll {
    visibility: visible;
    opacity: 1;
    transition: opacity 1.5s linear;
    position: absolute;
}
.postscroll .allstar-logo {
    display: flex;
    justify-content: center; 
    align-items: center;
    height: 250px;
}
.postscroll .allstar-logo img {
    width: 674px;
    height: auto;
    z-index: 5;
    transition: width 1.05s ease;
}
#wnbaHeader section.heroBG.shrink .postscroll .allstar-logo img {
    width: 23vw;
    min-width: 350px;
    max-width: 674px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
    #wnbaHeader .container.prescroll {
        max-width: 1200px;
    }
}
@media (min-width: 1024px) and (max-width: 1165px) {
    .allstar-logo img {
        width: 400px;
    }
    h1 {
      font-size: 60px !important;
      line-height: 66px !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    #wnbaHeader .container.prescroll {
        max-width: 960px;
    }
    h1 {
      font-size: 46px !important;
      line-height: 52px !important;
    }
    .allstar-logo {
        height: 320px;
    }
}
@media (min-width: 768px) and (max-width: 840px) {
    #wnbaHeader .container.prescroll {
        max-width: 760px;
    }
    h1 {
      font-size: 36px !important;
      line-height: 42px !important;
    }
    .allstar-logo {
        height: 288px;
    }
}
@media (max-width: 767px) {
    #mobHeaderWrapper > .container {
        padding: 0;
        max-width: 100%;
    }
    .hero {
        padding: 60px 0;
        background: #011558;
        background: -webkit-linear-gradient(95deg, rgba(1, 21, 88, 1) 0%, rgba(2, 55, 131, 1) 50%, rgba(6, 28, 92, 1) 75%, rgba(239, 81, 35, 1) 100%);
        background: -moz-linear-gradient(95deg, rgba(1, 21, 88, 1) 0%, rgba(2, 55, 131, 1) 50%, rgba(6, 28, 92, 1) 75%, rgba(239, 81, 35, 1) 100%);
        background: linear-gradient(95deg, rgba(1, 21, 88, 1) 0%, rgba(2, 55, 131, 1) 50%, rgba(6, 28, 92, 1) 75%, rgba(239, 81, 35, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#011558", endColorstr="#EF5123", GradientType=1);
    }
    h1 {
      font-size: 36px !important;
      line-height: 44px !important;
      letter-spacing: 0px !important;
    }
    .allstar-logo {
        display: block;
        height: auto;
    }
    .wnbaamex-logo img {
      width: 140px;
      height: auto;
      padding-bottom: 20px;
    }
    .allstar-logo img {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }
    
}
/* End Hero Content */
/* End WNBA Hero */

/* special perks */

.exp {
  padding: 90px 0;
}
.exp .container {
  max-width: 1152px;
}
.exp-2 {
  padding: 0 0 45px 0;
}
.exp-2 .container {
  max-width: 1280px;
  padding: 0 !important;
}
.exp h2 {
  color: #ffffff;
  font-size: 48px !important;
  line-height: 58px !important;
  font-family: 'BentonSansCond', 'BentonSans-Cond-Md', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: -2px;
}
.explore {
    padding-bottom: 0;
}
.exp .rightarrow img {
  width: 222px;
  height: auto;
  margin-top: 15px;
}
.exp .leftarrow img {
  width: 222px;
  height: auto;
  margin-left: 30px;
}
.exp h3 .heading-4 {
  color: #FBFBFB;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 700;
  text-align: center;
}
.exp h3 {
  padding-bottom: 10px;
}
.exp p .heading-4 {
  color: #FBFBFB;
  font-size: 16px !important;
  line-height: 24px !important;
  text-align: center;
}
#top2.perkCardsGrid {
    padding-bottom: 30px;
    /* margin-bottom: 30px; */
}
#bottom1.perkCardsGrid {
    padding-top: 50px;
}
.sideBorder {
    position: absolute!important;
    top: -90px;
    width: 3px;
    border-left: 3px solid #50AEEF;
    box-shadow: 0px 0px 15px rgba(155, 209, 255, 0.3);
}
.sideBorderL {
    left: -10%;
}
.sideBorderR {
    right: -10%;
}
.perkCard > .container {
    border: 3px solid #50AEEF;
    box-shadow: 0px 0px 15px rgba(165, 183, 255, 0.5);
}
.perkCard > .container > .row {
    background: #00175A;
    margin: 10px -10px;
}
.perkCard > .container > .row > .col-md-12 {
    padding: 50px 26px 30px;
}
.perkIcon {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
}
.perkIcon img {
    margin: 0 auto;
}
.perkCard .richtext {
    padding: 10px 26px 0;
}
#bottom1 .perkCard .richtext {
    padding: 10px 93px;
}
.threeCol {
    padding: 0 93px;
}
.threeCol .richtext {
    padding: 10px 0px!important;
}
#btnEnrollNowWNBAAS {
    max-width: 170px;
}
@media (min-width: 1300px) and (max-width: 1400px) {
    .sideBorderL {
        left: -5%;
    }
    .sideBorderR {
        right: -5%;
    }    
}
@media (min-width: 1220px) and (max-width: 1299px) {
    .sideBorderL {
        left: -2.5%;
    }
    .sideBorderR {
        right: -2.5%;
    }    
}
@media (min-width: 1024px) and (max-width: 1219px) {
    .sideBorderL {
        left: 0%;
    }
    .sideBorderR {
        right: 0%;
    }    
}
@media (min-width: 1024px) and (max-width: 1164px) {
    .exp h2 {
      letter-spacing: -2px;
      font-size: 44px !important;
      line-height: 58px !important;
    }    
}
@media (min-width: 768px) and (max-width: 1023px) {
    .threeCol .col-md-4, .threeCol > .container {
        flex: 0 0 100%!important;
        max-width: 100%!important;
    }
    .top1 > .container > .row {
        padding-bottom: 1.875rem !important;
    }
    #top2 .perkCard .richtext {
        margin: 10% 0 0;
    }
    #bottom1 .perkCard .col-md-12 > div > .richtext {
        padding: 15% 93px 0;
    }
    .threeCol {
        padding: 0 93px;
    }
    .threeCol .richtext {
        padding: 10px 0px!important;
    }
    .perkCard > .container > .row > .col-md-12 {
        padding: 0 26px 30px;
    }
    #bottom1 .perkCard > .container > .row > .col-md-12 {
        padding: 0 26px 60px;
    }
    #top2.perkCardsGrid.top2 {
        padding-top: 20px;
    }
    #btnEnrollNowWNBAASMob {
        max-width: 250px;
    }
}
@media (max-width: 767px) {
    .exp .rightarrow img {
      width: auto;
      height: 41px;
      margin-top: 15px;
      margin-right: 15px;
    }    
    .exp h2 {
      color: #ffffff;
      font-size: 32px !important;
      line-height: 42px !important;
      letter-spacing: -1px;
   }
   .perkCard {
        padding: 50px 0 0;
    }
    .perkIcon img {
        margin: 0 auto;
        /* position:relative; */
        /* width: 100%; */
    }
    .perkIcon {
        position: absolute;
        top: -60px;
        left: 0;
        width: 100%;
    }
    .explore .container, .perkCardsGrid .container, .perkCardsGrid .col-md-12 {
        /* padding-left: 0; */
        /* padding-right: 0; */
    }
    .explore .container {
        padding-left: 0;
        padding-right: 0; 
    }
    .perkCard .richtext, #bottom1 .perkCard .richtext  {
        padding: 0;
    }
    .perkIcon img {
        margin: 0 auto 35%!important;
        /* left: 35%; */
    }
    .perkCard .container {
        /* max-width: 70%!important; */
    }
    #bottom1 .perkIcon img {
        margin: 0 auto 50%!important;
        left: 35%;
    }
    .threeCol {
        padding: 0;
    }
    .threeCol .richtext {
        padding: 5px 0px!important;
    }
    #bottom1 .perkCard {
        padding: 50px 0 0;
    }
    .exp {
      padding: 37px 0;
    }
    .explore {
        padding-bottom: 21px;
    }
    .top1 > .container > .row {
        padding-bottom: 1.875rem !important;
    }
    .perkCard > .container > .row {
        margin: 10px 0px;
    }
    #bottom1.perkCardsGrid {
        padding-top: 0;
    }
    #top2.perkCardsGrid {
        padding-bottom: 0;
        /* margin-bottom: 30px; */
    }
    #top2.perkCardsGrid.top2 {
        padding-bottom: 30px;
        /* margin-bottom: 30px; */
    }
    #btnEnrollNowWNBAASMob {
        max-width: 250px;
    }
}
/* end special perks */

/* Latest section */
.weekend {
    padding: 40px 0;
    background: #EF5123;
    background: -webkit-linear-gradient(90deg, rgba(239, 81, 35, 1) 0%, rgba(0, 23, 90, 1) 50%, rgba(0, 111, 207, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(239, 81, 35, 1) 0%, rgba(0, 23, 90, 1) 50%, rgba(0, 111, 207, 1) 100%);
    background: linear-gradient(90deg, rgba(239, 81, 35, 1) 0%, rgba(0, 23, 90, 1) 50%, rgba(0, 111, 207, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EF5123", endColorstr="#006FCF", GradientType=1);
}
.weekend h4, .bball h4, .btm-exp h4.exp-text   {
  color: #ffffff;
  font-size: 32px !important;
  line-height: 42px !important;
  font-family: 'BentonSans-Cond-Md', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: -2px;
}
.weekend p .heading-4 {
  color: #ffffff;
  font-size: 16px !important;
  line-height: 24px !important;
}
#btnLearnMoreWNBAAS {
    max-width: 170px;
}
.weekend .allstar-logo {
    display: block;
    height: auto;
    
}
.weekend .allstar-logo img {
    width: 404px;
    height: auto;
    justify-content: center; /* Optional: Centers horizontally */
    align-items: center;    
}
@media (max-width: 767px) {
    .weekend {
        padding: 20px 0;
    }
    .weekend .container {
        padding: 0 4%;
    }
    .weekend .col-md-7 {
        padding: 0;
    }
    .weekend .allstar-logo img {
        width: 257px;
    }
    .weekend h4, .bball h4, .btm-exp h4.exp-text   {
      color: #ffffff;
      text-align: center;
      text-transform: uppercase;
    }
    .btm-exp h4.exp-text   {
      line-height: 38px!important;
    }
    .weekend p {
      text-align: center!important;
    }
    #btnLearnMoreWNBAAS {
        max-width: 335px;
        margin-left: auto !important;
    }
    .weekend .allstar-logo {
        text-align: center !important;    
    }
}
/* end Latest section */

/* FEEL LIKE AN ALL-STAR */

.bball {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}
.bball .container {
  max-width: 1152px;
}
.nbawnbaamex-logo img {
  width: 117px;
  height: auto;
  padding-bottom: 30px;
}

.bball p .heading-4 {
  color: #ffffff;
  text-align: left;
  padding: 0 16px 0 0;
}
#btnLearnMoreNBAHub {
    max-width: 170px;
}
.bball .richtext {
    padding:  0 0 33px;
}
.btn {
  font-weight: 500;
  line-height: 24px;
  font-family: BentonSans, Helvetica Neue, Helvetica, sans-serif;
}
@media (min-width: 868px) and (max-width: 1279px) {
    .bball .col-md-7 {
      flex: 0 0 80%;
      max-width: 80%;
  }    
    .bball .container {
        padding-left: 50px;
      }
}
@media (min-width: 768px) and (max-width: 867px) {
    .bball .container {
        padding-left: 30px;
      }
    .bball .col-md-7 {
          flex: 0 0 100%;
          max-width: 100%;
      }   
}
@media (max-width: 767px) {
    .bball {
      padding: 0px 0 20px;
    }
      .nbawnbaamex-logo {
          text-align: center !important;
      }
      .nbawnbaamex-logo img {
          padding-bottom: 20px;
      }
      .bball h4 {
        text-align: center;
        letter-spacing: -2px;
      }
      .bball p .heading-4, .bball p {
        text-align: center;
        padding: 0 0 0 0;
        font-size: 20px !important;
        line-height: 28px !important;
      }
      .bball .richtext {
            padding: 0 0 20px;
        }
      #btnLearnMoreNBAHub {
        max-width: 335px;
        margin-left: auto !important;
      }
      .bball .container {
        padding: 80% 20px 20px;
      }
    
      .bball .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
      }
      .bball .card-img-bg {
        /* background-position: top center; */
      }
}
@media (max-width: 599px) {
    .bball .container {
        padding: 100% 20px 0;
      }
    
}
@media (max-width: 400px) {
    .bball .container {
        padding: 100% 7px 0;
      }
    
}

/* end FEEL LIKE AN ALL-STAR */

/* BOTTOM EXPERIENCES */

.btm-exp {
  align-items: center;
  display: flex;
}
.btm-exp h4.exp-text {
    letter-spacing: -2px;
}
.btm-exp .row {
  align-items: center !important;
}
.btm-exp .cards img {
  width: 419px;
  height: auto;
}
.btm-exp .btn {
  max-width: 18.5rem;
  line-height: 24px;
  font-family: BentonSans, Helvetica Neue, Helvetica, sans-serif;
  font-weight:400;
}
.btm-exp .border-r {
  border-right: 1px solid #8E9092;
  padding-right: 15%;
}
.btm-exp .exp-right {
  padding: 0 0 0 15%;
}
.btm-exp .col-md-12 {
  padding: 50px 10px;
}
@media (max-width: 1279px) {
  .btm-exp .container {
    max-width: 85%;
  }
  .btm-exp .border-r {
    padding-right: 7%;
  }
  .btm-exp .exp-right {
    padding: 0 0 0 8%;
  }
  .hide-mid-down {
      display: none;
  }
}
@media (max-width: 1155px) {
  .btm-exp .container {
    max-width: 95%;
  }
  .btm-exp .border-r {
    padding-right: 9%;
  }
  .btm-exp .exp-right {
    padding: 0 0 0 8%;
  }
}
@media (max-width: 955px) {
  .btm-exp .border-r {
    padding-right: 0;
  }
  .btm-exp .exp-right {
    padding: 0 0 0 0;
  }
  .btm-exp .exp-ribbon2 img {
    top: 32px;
  }
}
@media (max-width: 853px) {
  .btm-exp .exp-ribbon2 img {
    top: 32px;
    left: 11px;
  }
}
@media (max-width: 767px) {
  .btm-exp .container{
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .btm-exp .row.pad-3-t.pad-3-b {
    padding: 30px 0!important;    
  }
  .btm-exp .border-r {
    border: none;
    
    background-color: #F7F8F9;
    padding: 0 20px;
  }
  .btm-exp .exp-right {
    border-top: 1px solid #8E9092;
    padding: 20px 20px 0;
    margin: 20px 20px 0;
  }
  .btm-exp .exp-text {
    font-size: 45px;
    line-height: 38px;
  }
  .btm-exp .exp-text2 {
    font-size: 36px;
    line-height: 40px;
  }
  .btm-exp .col-md-12 {
    padding: 0;
  }
  .btm-exp .cards img {
    padding-top: 0;
    padding-bottom: 30px!important;
    max-width: 249px;
  }
}
/* End BOTTOM EXPERIENCES */

/* FAQS */

h5 .heading-4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
}

.terms p, .terms li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: BentonSans, Helvetica Neue, Helvetica, sans-serif;
    color: #000;
}
.terms li::marker {
    font-weight: 700;
}
.terms ol {
    padding-left: 17px;    
}

/* End FAQS */


.animated-cards-container {
    padding: 10px 9% 30px;
}

.animated-cards-container > .container > .row {
    justify-content: space-between;
}

/* Four columns (post-event design) */
.animated-cards-container .col-md-3 {
    flex: 0 0 23%;
    max-width: 23%;
    padding: 100px 20px 0;
}

/* Three columns (pre-event design) */
.animated-cards-container .col-md-4 {
    flex: 0 0 33%;
    width: 33%;
    padding: 80px 20px 0;
}

.animated-card {
    position: relative;
}

.animated-card > .container {
    padding: 0;
}

.animated-card:after {
    position: absolute;
    top: -12px;
    right: -11px;
    left: -11px;
    bottom: -6px;
    content: '';
    border: 2px solid #ffffff;
    border-radius: 8px;
    transition: 1.2s cubic-bezier(1, 2, .3, 1.2);
}

.animated-card img {
    position: absolute;
    left: 50%;
    z-index: 8;
    transform: translateX(-50%);
}

.animated-card .card-icon img {
    top: -66px;
}

.animated-card .card-icon-bg img {
    top: -100px;
    opacity: 0;
    transition: 1.2s cubic-bezier(1, 2, .3, 1.2);
}

.animated-card:hover .card-icon-bg img {
    opacity: 1;
}

.animated-card:hover:after {
    top: 0px;
    right: 0px;
    left: 0;
    bottom: 6px;
}

.card-content {
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    padding: 50px 20px 30px;
    color: #3d3d3d;
    min-height: 245px;
}

.card-content > .container {
    position: relative;
    padding: 0 !important;
    top: 0;
    transition: 1.2s cubic-bezier(1, 2, .3, 1.2);
}

.animated-card:hover .card-content > .container {
    top: -8px;
}

.card-content p.card-heading {
    font-family: BentonSans, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #00175A;
    border-bottom: 1px solid #006FCF;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.card-content p {
    color: #3d3d3d;
    font-family: BentonSans, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}


.highlights-carousel-container {
    padding: 20px 0 0;
}

.overlay-black:before {
    display: none;
}

.stack.text-align-center {
    display: none;
}

.explore-perks-cta .btn {
    width: 190px;
}

.carousel-control:not(.carousel-small .carousel-control,.carousel-multi-card .carousel-control,.carousel-manual .carousel-control),
.carousel-indicators {
    background: #fff;
    color: #006FCF;
}

.carousel-indicators li[aria-current]:before {
    background-color: #006FCF;
}

.carousel-control {
    color: #006FCF;
}

.highlights-carousel-container section {
    height: 445px;
    border-radius: 8px;
}

.carousel-controls {
    display: flex;
    z-index: 2;
    position: absolute;
    width: 100%;
    justify-content: center;
    bottom: 25px;
    height: 2.75rem;
}

.heroContGridMain h4 {
    margin-top: 16%;
}

.bannerBodyCopy, .banner-hero-text {
    text-align: left;
}

h4 {
    font-family: 'BentonSans-Cond-Md', Helvetica Neue, Helvetica, sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

@media (max-width: 1023px) {
    .animated-cards-container .col-md-3 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .animated-cards-container {
        padding: 10px 5% 30px;
    }

    .card-content {
        min-height: 245px;
        padding: 40px 20px 30px;
    }
}

@media (max-width: 767px) {

    .animated-cards-container {
        padding: 0 0 20px;
    }
    .animated-cards-container .col-md-4 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .card-content {
        min-height: 100%;
    }
    .heroContGridMain h4 {
        margin-top: 35%;
    }
    .banner-hero-text, .bannerBodyCopy {
        text-align: center !important;
    }
    .explore-perks-cta .btn {
        margin: 0 auto;
    }
    .spacer-mob {
        height: 250px;
    }
}