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

@font-face {
    font-family: "GarageGothic";
    src: url("https://use.typekit.net/af/8503f0/00000000000000003b9ae7a4/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
        url("https://use.typekit.net/af/8503f0/00000000000000003b9ae7a4/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
        url("https://use.typekit.net/af/8503f0/00000000000000003b9ae7a4/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
}


@font-face {
    font-family: "Ultra";
    src: url("../fonts/Ultra-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "AveriaSerifLibre";
    src: url("../fonts/AveriaSerifLibre-Regular.ttf") format("truetype");
}

.contents {
    position: unset;
}

.buckin_bucks {
    background-color: rgba(224, 229, 183, 1);
    overflow: hidden;
}

.buckin_bucks ul,
.buckin_bucks h1,
.buckin_bucks h2,
.buckin_bucks h3,
.buckin_bucks p {
    margin: 0;
    padding: 0;
}

.buckin_bucks ul {
    list-style-type: none;
}

.buckin_bucks .promo_content {
    position: relative;
    overflow: hidden;
}

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

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

.buckin_bucks .promo_content__inner {
    position: relative;
    z-index: 1;
    padding: 0 0 10px;
}

.buckin_bucks .promo_content__inner--no_padding {
    padding: 0;
}

.buckin_bucks .home_prizes_cover_image {
    width: 100%;
    display: block;
    margin: 20px auto 55px;
    /* z-index: 2; */
    position: relative;
}

.buckin_bucks .promo_title {
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-family: 'Ultra';
    text-transform: uppercase;
    font-weight: 400;
}

.buckin_bucks .promo_title--blue {
    color: #D0E7EF;
}

.buckin_bucks .promo_title--capitalize {
    text-transform: capitalize;
}

.buckin_bucks .in_text_link,
.buckin_bucks .in_text_accent {
    color: rgba(243, 209, 88, 1);
}

.buckin_bucks .hidden {
    display: none;
}

.buckin_bucks .border_gradient {
    background: rgba(6, 30, 3, 1);
}

.buckin_bucks .inner_gradients{
    background: #FAFAFB;
}

.buckin_bucks .no_wrap {
    white-space: nowrap;
}
