@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: "AlegreyaSans-ExtraBold";
    src: url("../fonts/AlegreyaSans-ExtraBold.ttf") format("truetype");
}
@font-face {
    font-family: "AlegreyaSans-Medium";
    src: url("../fonts/AlegreyaSans-Medium.ttf") format("truetype");
}
@font-face {
    font-family: "Mudstone_Sans";
    src: url("../fonts/fonnts.com-Mudstone_Sans_Black.otf") format("truetype");
}

.contents {
    position: unset;
}

.goid-at-the-end {
    background-color: rgb(123, 188, 66);
    overflow: hidden;
}

.goid-at-the-end ul,
.goid-at-the-end h1,
.goid-at-the-end h2,
.goid-at-the-end h3,
.goid-at-the-end p {
    margin: 0;
    padding: 0;
}

.goid-at-the-end ul {
    list-style-type: none;
}

.goid-at-the-end .promo_content {
    position: relative;
    z-index: 2;
}

.goid-at-the-end .promo_content--top_background:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent no-repeat url("../images/promo-top-BKGs.png");
    background-size: 100%;
}
.goid-at-the-end .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-hero-BKG.png");
    background-size: 100%;
}

.goid-at-the-end .promo_content--bottom_background:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    bottom: -15px;
    z-index: -2;
    width: 100%;
    height: 100%;
    background: transparent no-repeat center bottom url("../images/promo-bottom-BKG.png");
    background-size: 100%;
}

.goid-at-the-end .promo_content--bottom_backgrounds:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    bottom: -15px;
    z-index: -2;
    width: 100%;
    height: 100%;
    background: transparent no-repeat center bottom url("../images/promo-hero-bottom-BKG.png");
    background-size: 100%;
}

.goid-at-the-end .promo_content__inner {
    position: relative;
    z-index: 1;
    padding: 1px;
}

.goid-at-the-end .promo_content__inner--no_padding {
    padding: 0;
}

.goid-at-the-end .home_prizes_cover_image {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.goid-at-the-end .promo_title {
    text-align: center;
    color: #0B6A0B;
    font-weight: 600;
    font-family: 'Mudstone_Sans';
    text-transform: uppercase;
}

.goid-at-the-end .in_text_link,
.goid-at-the-end .in_text_accent {
    color: #FF002E;
}

.goid-at-the-end .hidden {
    display: none;
}
.goid-at-the-end .promo_svg {
    position: relative;
    top: 15px;
}
@media (max-width: 550px) {
    .goid-at-the-end .promo_content--bottom_background:after ,
    .goid-at-the-end .promo_content--bottom_backgrounds:after {
        bottom: -6px;
}}

