@import url("https://p.typekit.net/p.css?s=1&k=jsz2dax&ht=tk&f=31060.31061.31062&a=132333342&app=typekit&e=css");
@import url("https://fonts.cdnfonts.com/css/futura-std-4");
@import url("https://use.typekit.net/flz1mhm.css");
@import url("https://use.typekit.net/haf5dro.css");
@import url('https://fonts.cdnfonts.com/css/montserrat');

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-VariableFont_opsz\,wght.ttf") format("truetype");
}
@font-face {
    font-family: "Lato-Regular";
    src: url("../fonts/Lato-Regular.ttf") format("truetype");
} 

@font-face {
    font-family: "FRAHV";
    src: url("../fonts/fonnts.com-FranklinGothic_URW_Heavy.otf") format("truetype");
}
@font-face {
    font-family: "FRABK-light";
    src: url("../fonts/fonnts.com-Franklin_Gothic_ATF_Bold.otf") format("truetype");
}
@font-face {
    font-family: "FRADM";
    src: url("../fonts/fonnts.com-Franklin_Gothic_ATF_Med.otf") format("truetype");
}
@font-face {
    font-family: "Franklin-light";
    src: url("../fonts/fonnts.com-Franklin_Gothic_ATF_Lt.otf") format("truetype");
}
@font-face {
    font-family: "Whitney-Medium";
    src: url("../fonts/Whitney-Medium.otf") format("truetype");
}
@font-face {
    font-family: "Whitney-Bold";
    src: url("../fonts/Whitney-Bold.otf") format("truetype");
}

.contents {
    position: unset;
}

.philadelphia-76ers {
    background-color: #D9E8F8;
    overflow: hidden;
}

.philadelphia-76ers ul,
.philadelphia-76ers h1,
.philadelphia-76ers h2,
.philadelphia-76ers h3,
.philadelphia-76ers p {
    margin: 0;
    padding: 0;
}

.philadelphia-76ers ul {
    list-style-type: none;
}

.philadelphia-76ers .promo_content {
    position: relative;
}



.philadelphia-76ers .promo_content--top_backgrounds:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent no-repeat url("../images/promo--bkg.png");
    background-size: 100%;
}

.philadelphia-76ers .promo_content--bottom_background:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 100%;
    background: transparent no-repeat center bottom url("../images/promo-faq-BKG.png");
    background-size: 100%;
}

.philadelphia-76ers .promo_content__inner {
    position: relative;
    z-index: 1;
    padding: 1px;
}

.philadelphia-76ers .promo_content__inner--no_padding {
    padding: 0;
}

.philadelphia-76ers .home_prizes_cover_image {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.philadelphia-76ers .promo_title {
    text-align: center;
    color: #0040A2;
    font-weight: 900;
    font-family: 'FRAHV';
    text-transform: uppercase;
    text-shadow: 2px 2px 0 #FFF;
    letter-spacing: 0;
}

.philadelphia-76ers .promo_title--blue {
    color: #982A9A;
}

.philadelphia-76ers .promo_title--capitalize {
    text-transform: capitalize;
}

.philadelphia-76ers .in_text_link,
.philadelphia-76ers .in_text_accent {
    color: #DD0031;
}

.philadelphia-76ers .hidden {
    display: none;
}

.philadelphia-76ers .border_gradient {
    background:rgba(252,247,237,0.5);
}

.philadelphia-76ers .no_wrap {
    white-space: nowrap;
}

.philadelphia-76ers .container-border {
    border: 4px solid #DD0031;
    border-radius: 0px;
    padding: 4px;
    margin: 28px 80px 78px;
}
@media (max-width: 550px) {
.philadelphia-76ers .container-border {
    border: 4px solid #DD0031;
    border-radius: 0px;
    padding: 4px;
    margin: 20px 15px 30px;
}
}