/* Banner Width and Height */

.bannerWidth {
    width: 728px;
}

.bannerHeight {
    height: 90px;
}

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

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


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



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

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

sup {
    position: relative;
    top: 6px;
    left: -1px;
    vertical-align: super;
    font-size: 0.95em;
    line-height: 0;
}

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

#bannerContainer {
    visibility: hidden;
    /* background: rgb(28,53,92); */
    background: rgb(26,57,94);
    background: -moz-linear-gradient(101deg, rgba(48,99,129,1) 14%, rgba(26,57,94,1) 86%);
    background: -webkit-linear-gradient(101deg, rgba(48,99,129,1) 14%, rgba(26,57,94,1) 86%);
    background: linear-gradient(101deg, rgba(48,99,129,1) 14%, rgba(26,57,94,1) 86%);
}

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

#replayBtn {
    z-index: 1;
    position: absolute;
    cursor: pointer;
    right: 5px;
    top: 5px;
}

#cta1 {
    /* z-index: 1; */
    position: absolute;
    font: 100%/1 'Libre Franklin', sans-serif;
    right: 12px;
    bottom: 11px;
    width: 61px;
    height: 16px;
    cursor: pointer;
    /* border-radius: 16px; */
    color: #FFFFFF;
    font-weight: 900;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 1);
}

#cta_text{
    position: absolute;
    top: 4.5px;
    /* left: 1px; */
    font-size: 7px;
    letter-spacing: -.001em;
    text-align: center;
    width: 100%;
}

/* #cta1:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #3A5BE7;
} */


a{
    text-decoration: none;
}



/* ------ CONTENT -------*/
#img_bg1, #img_bg2, #frame01, .img_w, .img_w2,
.copy1, .copy11, .copy12, .copy13, .copy14, .copy15, #copy3, .img_logo, .lockdown,
.copy2, .img_copy2, .img_copy21, .img_copy22, .img_copy23, .img_people, .img_people_overlay, .img_frame1 {
    position: absolute;
}

/* #img_bg1 {
    left: -252px;
    width: 551px;
    height: 276px;
    overflow: hidden;
} */

.img_frame1 {
    position: absolute;
    right: 0;
}

.img_people, .img_people_overlay {
    right: 50px !important;
    bottom: 0;
}

.copy1 {
    top: 25px;
    left: 220px;
}

.copy11 {
    clip: rect(0px 728px 20px 0px);
}

.copy12 {
    clip: rect(20px 728px 60px 0px);
}

/* .copy13 {
    clip: rect(62px 79px 95px 0px);
} */

/* .copy14 {
    clip: rect(65px 29px 87px 0px);
} */

/* .copy15 {
    clip: rect(87px 200px 115px 0px);
} */


.copy2, .img_copy2 {
    top: 36px;
    left: 346px;
}

.copy2 {
    /* top: 142px; */
    width: 100%;
    height: 23px;
    overflow: hidden;
}

.img_copy2 {
    clip: rect(0px 78px 35px 0px);
}

.img_copy21, .img_copy22, .img_copy23 {
    /* top: -19px; */
    clip: rect(0px 728px 35px 78px);
}


/* #lockdown9
    width: 150%;
    background: rgb(26,57,94);
    background: -moz-linear-gradient(90deg, rgba(26,57,94,1) 10%, rgba(48,99,129,1) 90%);
    background: -webkit-linear-gradient(90deg, rgba(26,57,94,1) 10%, rgba(48,99,129,1) 90%);
    background: linear-gradient(90deg, rgba(26,57,94,1) 10%, rgba(48,99,129,1) 90%);
} */

.img_w, .img_w2 {
    left: 528px;
}


/* ------ ELEMENTS -------*/


.img_logo {
    bottom: 27px;
    left: 33px;
}

#copy1 {
    position: absolute;
    top: 32px;
    left: 11px;
}

.img_lines {
    position: absolute;
    bottom: 72px;
    left: 0px;
    width: 50px;
}

.img_lines_src {
    position: absolute;
    width: 46%;
    background-image: url("img_lines.svg");
    background-size: 100%;
    background-size: cover;
    height: 4px;
    padding: 0;
    padding-bottom: 103%;
}

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

