/*************** MAIN ELEMENTS ***************/

body {
    margin: 0;
    padding: 0;
}

div,
svg {
    position: absolute;
}

span {
    display: inline-block;
}

.o {
    opacity: 0;
}

#wrapper {
    display: block;
    top: 0;
    left: 0;
    width: 728px;
    height: 90px;
    overflow: hidden;
    background-color: #ffffff;
}

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

#border {
    border: 1px solid #282728;
    opacity: .3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: inherit;
    height: inherit;
    pointer-events: none;
}

#bgexit {
    width: inherit;
    height: inherit;
    cursor: pointer;
}


/******************** LOGO ********************/

#logo {
    cursor: pointer;
    width: 130px;
    height: 22px;
    top: 13px;
    right: 21px;
    background: url("logo.svg") no-repeat;
    transform-origin: 0% 0%;
}


/******************** BUTTON ********************/

#cta {
    min-width: 129px;
    padding: 0 9px;
    box-sizing: border-box;
    height: 28px;
    border-radius: 4px;
    cursor: pointer;
    right: 3%;
    top: 50px;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    line-height: 87%;
    color: #ffffff;
    background: #af2219;
    display: flex;
    flex-direction: column;
    justify-content: center;
    letter-spacing: 0.5px;
}

#cta {
    transition: background 0.3s, color 0.3s, border 0.3s;
    transition-timing-function: ease-out;
}

#cta:hover {
    background: #7f0000;
    color: #fff;
}


/******************** TEXT ********************/

#headline {
    left: 324px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 25px;
    line-height: 42px;
    top: 10px;
    color: #20252b;
}

#subheadline {
    left: 323px;
    height: auto;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 28px;
    top: 48px;
    width: 200px;
}


/******************** BACKGROUND ********************/

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

.imgDiv {
    width: inherit;
    height: inherit;
}

#whiteBox {
    background: linear-gradient(rgba(246, 246, 246, 1), rgba(246, 246, 246, 1) 50%, rgba(246, 246, 246, 0) 100%);
    width: inherit;
    top: 0px;
    height: inherit;
}

#redBox1 {
    background-color: #8e1230;
    width: 159px;
    height: 6px;
    top: 78px;
}

#redBox2 {
    background-color: #c21b17;
    width: 190px;
    height: 6px;
    top: 84px;
}

#redBox3 {
    background-color: #c21b17;
    width: 179px;
    height: 6px;
    top: 0px;
    left: 124px;
}

#redBox4 {
    background-color: #8e1230;
    width: 159px;
    height: 6px;
    top: 6px;
    left: 144px;
}

#glow {
    cursor: pointer;
    width: inherit;
    height: inherit;
    background: url("glow.png") no-repeat;
    top: 8px;
    left: 0px;
}

.linesWrapper {
    top: 0;
    left: 0;
    width: 41.6%;
    height: 100%;
    overflow: hidden;
}