@font-face {
    font-family: "Yantramanav-Bold";
    src: url("Yantramanav-Bold.woff2")  format("woff2");
}

@font-face {
    font-family: "BarlowCondensed-SemiBold";
    src: url("BarlowCondensed-SemiBold.woff2")  format("woff2");
}

body {
    margin:0;
    padding:0;
    user-select: none;
    cursor: pointer;
}

div {
    position:absolute;
}

#wrapper {
    display:block;
    top: 0;
    left: 0;
    width: 300px;
    height: 600px;
	overflow: hidden;
	background: #7cb6cd;
}

#canvas {
    position: absolute;
    background-color: #333;
}

#wrect {
    width: inherit;
    height: inherit;
    background: #161616;
    pointer-events: none;
}

#introWrap {
    width: inherit;
    height: inherit;
}

#introOverlay {
    width: inherit;
    height: inherit;
    background-color: #000;
    opacity: 0.6;
}

#border {
    border: 1px solid #565656; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    width: inherit;
    height: inherit;
    pointer-events: none;
}

#logo {
    width:  95px;
    height: 95px;
    top: 15px;
    left: 15px;
    background: url('logo.svg') center center no-repeat;
}


#alertBar {
   width: 76px;
   height: 32px;
   top: 15px;
   right: 15px;
   font-weight: 600;
   opacity: 0;
}

#alertTitle {
    top: 0;
    background-color: #ee3224;
    width: inherit;
    height: 19px;
    overflow: hidden;
}

.alertTitle_firstWord, .alertTitle_secondWord {
    width: 100%;
    height: 100%;
    line-height: 21px;
    color: #fff;
    font-size: 16px;
    font-family: "Yantramanav-Bold", serif;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1pt;
}

#alertPlace {
    bottom: 0;
    width: inherit;
    height: 13px;
    background-color: #000;
    color: #fff;
    font-family: "Yantramanav-Bold", serif;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    overflow: hidden;
}

#alertPlace > div {
    width: inherit;
    text-align: center;
}


#textWrap {
    bottom: 15px;
    left: 15px;
    width: 270px;
    height: 390px;
    opacity: 0;
}

#headline {
    width: inherit;
    font-size: 70px;
    color: #fff;
    font-family: "BarlowCondensed-SemiBold", serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2pt;
    line-height: 90%;
    text-align: left;
}

.blue-bg {
    top: 4px;
    left: -6px;
    height: 65px;
    line-height: 60px;
    padding: 0 6px;
}

#copyWrap {
    width: inherit;
    height: 167px;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    border-left: 6px solid #ee3224;
    border-right: 6px solid #ee3224;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}

#copySign  {
    font-family: "Yantramanav-Bold", serif;
    font-size: 17px;
    text-transform: uppercase;
    top: 10px;
    color: #ee3224;
    display: inline-block;
    position: relative;
}

.copy {
    color: #000;
    text-align: center;
    line-height: 110%; 
    position: absolute;
    font-family: "Yantramanav-Bold", serif;
    font-size: 14px;
    text-transform: uppercase;
    top: 44px;
}

#cta {
    width: 190px;
    height: 50px;
    line-height: 48px;
    background-color: #00BDF2;
    border-radius: 35px;
    font-family: "BarlowCondensed-SemiBold", serif;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    transition: background 0.3s;
    opacity: 0;
    bottom: 10px;
}

#cta:hover {
    background: #014254;
}