/* Banner Width and Height */

.bannerWidth {
    width: 300px;
}

.bannerHeight {
    height: 250px;
}

.containerWidth{
    width: calc(300px - 2px);
}

.containerHeight{
    height: calc(250px - 2px);;
}


/*-------- FONTS ----------*/




/*-------------------------*/

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
}

p {
    margin: 0;
    padding: 0;
}

sup {
    position: relative;
    top: 5px;
    /* left: 1px; */
    vertical-align: super;
    font-size: 0.75em;
    line-height: 0;
}

#mainContainer {
    font: 100%/1 'Roboto Condensed', sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -moz-transform: rotate(0.0001deg);
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    display: block;
    border: solid 1px #000000;
    line-height: 1.1em;
    letter-spacing: .1em;
}

#bannerContainer {
    visibility: hidden;
    background-color: #FFFFFF;
}

#bgExit {
    cursor: pointer;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.001);
    color: rgba(0,0,0,0);
}

#replayBtn {
    position: absolute;
    right: 23px;
    top: 9px;
}

#cta1 {
    z-index: 1;
    position: absolute;
    left: 139px;
     top: 171px;
    width: 159px;
    height: 52px;
    cursor: pointer;
    overflow: hidden;
}

#cta1Text{
    position: absolute;
    top: -25px;
    left: 10px;
}

#cta1Text img {
    width: calc(202px / 2);
    height: auto;
}


#ctaBG {
    position: absolute;
    top: 11px;
    right: 19px;
    width: 120px;
    height: 31px;
    background: #F5CC02;
    overflow: hidden;
}
/* #ctaBG:hover {
    background: #14AA40;
} */


a{
    text-decoration: none;
}



/* ------ CONTENT DIVS -------*/

#bg1, #frame01, #frame02, #lockdown,
#copy1_1, #copy1_2, #end_1, #end_2, #end_3,
#end_num_cont, #end_num_0_1, #end_num_0_2, #end_num_0_3,
#end_num_comma, #end_num_1, #end_num_dollar, #legal {
    position: absolute;
}

#svg_container{
    position: absolute;
    top: 64px;
    left: 70px;
}

#bg1, #frame02 {
height: 168px;
    overflow: hidden;
}

#bg1 {
    background: #14AA40;
}

#copy1_1 img{
    width: calc(396px/2);
    height: auto;
}

#copy1_2 img{
    width: calc(465px/2);
    height: auto;
}

#copy1_1, #copy1_2 {
    top: 5px;
}

.copy1_1_cont, .copy1_2_cont{
    position: absolute;
    top: 34px;
    left: 17px;
    height: 52px;
    overflow: hidden;
}

.copy1_2_cont {
    top: 82px;
    left: 17px;

}


#end_1 img{
    width: calc(508px/2);
    height: auto;
}

#end_2 img{
    width: calc(225px/2);
    height: auto;
}

#end_3 img{
    width: calc(500px/2);
    height: auto;
}

#end_1, #end_2, #end_3 {
    top: 5px;
}


.end_1_cont, .end_2_cont, .end_3_cont {
     position: absolute;
    top: 29px;
    left: 23px;
    height: 46px;
    overflow: hidden;
}

.end_2_cont {
     top: 62px;
         left: 165px;
}

.end_3_cont {
     top: 108px;
    left: 22px;
    height: 30px;
}

.num_sequence{
    position: absolute;
    width: 100%;
    background-image: url(img_num_sequence.png);
    background-size: 100%;
    background-size: cover;
    height: 3px;
    padding: 0;
    padding-bottom: 2050%;
}

#end_num_0_1, #end_num_0_2, #end_num_0_3,
#end_num_comma, #end_num_1, #end_num_dollar, #end_num_tilde {
    position: absolute;
    top: 50px;
}

#end_num_0_1 {
     width: 42px;
    left: 122px;
    top: 342px;
}

#end_num_0_2 {
     width: 42px;
         left: 92px;
         top: 342px;
}

#end_num_0_3 {
     width: 42px;
    left: 64px;
    top: 509px;
}
#end_num_comma {
     width: 40px;
         left: 47px;
         top: -488px;
    clip: rect(510px 50px 900px 0px);
}

#end_num_dollar {
     width: 34px;
    left: 10px;
    top: -657px;
    clip: rect(654px 22px 674px 10px);
}

#end_num_tilde {
    width: 59px;
    left: 214px;
    top: -1182px;
    clip: rect(1182px 50px 1217px 0px);
}

#end_num_1 {
     width: 42px;
         left: 27px;
         top: 965px;
}


.end_num_cont{
     position: absolute;
         top: 68px;
         /* left: 121px; */
    height: 39px;
         overflow: hidden;
}

#calendar {
    position: absolute;
    width: 225px;
    left: 10px;
    top: -1px;
}

.calendar {
    position: absolute;
    width: 100%;
    background-image: url(img_calendar.svg);
    background-size: 100%;
    background-size: cover;
    height: 4px;
    padding: 0;
    padding-bottom: 94%;
}

#circle {
    position: absolute;
    width: 146px;
    left: 62px;
    top: 19px;
}

.circle {
    position: absolute;
    width: 100%;
    /* background-image: url("img_circle.svg"); */
    background-size: 100%;
    background-size: cover;
    height: 3px;
    padding: 0;
    padding-bottom: 107%;
}




#img_logo {
     position: absolute;
    width: 58px;
    left: 20px;
    top: 179px;
}

#img_logo_src {
    position: absolute;
    width: 100%;
    background-image: url("img_logo_hnr.svg");
    background-size: 100%;
    background-size: cover;
    height: 3px;
    padding: 0;
    padding-bottom: 95%;
}

#legal img{
    width: calc(260px/2);
    height: auto;
}

#legal {
     bottom: 7px;
    right: 19px;
}


.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
