@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-Bold";
    src: url("../fonts/Inter_28pt-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter_18pt-Medium.ttf") format("truetype");
}
@font-face {
    font-family: "Inter-italic";
    src: url("../fonts/Inter_18pt-MediumItalic.ttf") format("truetype");
}

.contents {
    position: unset;
}

.extra-life {
    background-color: #184A68;
    overflow: hidden;
}

.extra-life ul,
.extra-life h1,
.extra-life h2,
.extra-life h3,
.extra-life p {
    margin: 0;
    padding: 0;
}

.extra-life ul {
    list-style-type: none;
}

.extra-life .promo_content {
    position: relative;
}

.extra-life .promo_content--top_background:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: -8px;
    width: 100%;
    height: 100%;
    background: transparent no-repeat url("../images/promo-top-BKG.png");
    background-size: 100%;
}

.extra-life .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-bottom-Background.png");
    background-size: 100%;
}

.extra-life .promo_content__inner {
    position: relative;
    z-index: 1;
    padding: 1px;
}

.extra-life .promo_content__inner--no_padding {
    padding: 0;
}

.extra-life .home_prizes_cover_image {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.extra-life .promo_title {
    text-align: center;
    color: #FBD81B;
    font-weight: 600;
    font-family: 'Inter';
    text-transform: uppercase;
    text-shadow: 2px 1px 0 #FF005A;
}

.extra-life .promo_title--blue {
    color: #D0E7EF;
}

.extra-life .promo_title--capitalize {
    text-transform: capitalize;
}

.extra-life .in_text_link,
.extra-life .in_text_accent {
    color: #B4FF00;
}

.extra-life .hidden {
    display: none;
}

.extra-life .border_gradient {
    background:rgba(252,247,237,0.5);
}

.extra-life .no_wrap {
    white-space: nowrap;
}
.extra-life .half-coin {
    position: relative;
    left: -6px;
    bottom: -6px;
    width: 150px;
}
@media (max-width: 550px) {
    .extra-life .half-coin {
    width: 59px;
}
}

