body {
    margin: 0;
    padding: 0;
}

div,
svg,
canvas,
img {
    position: absolute;
}

.none {
    display: none;
}

.o {
    opacity: 0;
}

#wrapper {
    display: block;
    top: 0;
    left: 0;
    width: 970px;
    height: 250px;
    overflow: hidden;
    background: #224a59;
}

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

#border {
    border: 1px solid rgba(0, 0, 0, .05);
    -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: 79px;
    height: 79px;
    left: 16px;
    top: 16px;
}


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

#ctaWrap {
    cursor: pointer;
    left: 613px;
    bottom: 26px;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 161px;
    height: 43px;
    line-height: 43px;
    overflow: hidden;
    border-radius: 22px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    letter-spacing: 0.4pt;
}

#cta {
    width: inherit;
    height: inherit;
    background-color: #22bdef;
    transition: background-color 0.3s, color 0.3s;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    -ms-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
}

#cta:hover {
    background-color: #12addf;
}


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

#textsWrapper {
    top: 83px;
    left: 295px;
    width: 400px;
    height: auto;
    box-sizing: border-box;
    text-align: center;
}

#textsWrapper div {
    display: inline-block;
}

#headline {
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    color: #ffffff;
    width: inherit;
    position: relative;
    font-size: 41.5px;
    line-height: 40px;
    margin-top: -3px;
}

#subheadline {
    font-family: 'Barlow Condensed', sans-serif;
    color: #ffffff;
    position: relative;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 5px;
    width: 400px;
    top: -5px;
    height: auto;
}

#alert {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    background-color: #ee3224;
    width: 72px;
    font-size: 12px;
    line-height: 17px;
    overflow: hidden;
    text-align: center;
    letter-spacing: .4px;
    box-sizing: border-box;
    height: 18px;
}

#redRectangle {
    width: inherit;
    height: 7px;
    background-color: #ee3224;
    bottom: 0px;
}


/********************* FOG ************************/

#fog {
    width: inherit;
    height: 970px;
    top: -25px;
}

#overlay {
    width: inherit;
    height: inherit;
    background: linear-gradient(0deg, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .1) 35%, rgba(0, 0, 0, .1) 65%, rgba(0, 0, 0, 1) 100%);
    opacity: .7;
}

#img {
    width: inherit;
    height: inherit;
    background: url("img2.jpg") no-repeat;
    background-size: contain;
    top: 0px;
    left: 0px;
}

#city {
    width: inherit;
    height: inherit;
    background: url("city.jpg") no-repeat;
    background-size: contain;
    top: 0px;
    left: 0px;
}

#cursor {
    left: 145px;
    top: 120px;
    width: 24px;
    height: 24px;
    transform: scale(.8);
}

#stateStart {
    width: 24px;
    height: 24px;
    background: url("cursors.svg") no-repeat;
    background-size: contain;
}

#stateEnd {
    width: 24px;
    height: 24px;
    background: url("cursore.svg") no-repeat;
    background-size: contain;
}