@import 'https://fonts.googleapis.com/css?family=Lato:400,900';
* {
    padding: 0;
    margin: 0;
}

img {
    border: none
}

body {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #51bbec;
}

p {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #fff;
    letter-spacing: .01em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: .25px;
    position: absolute;
}

.container {
    width: 300px;
    height: 600px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.outline {
    width: 298px;
    height: 598px;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    border: 1px solid #000
}

#icons {
    position: absolute;
    left: 39px;
    top: 20px;
}

#shadows {
    position: absolute;
    left: 39px;
    top: 20px;
}

#shadows div {
    position: absolute;
}

.icon, .icon-shadow, .icon-img {
    posiiton: absolute;
    left: 0px;
    top: 0px;
}

.icons-slot, .shadows-slot {
    visibility: hidden;
}

.icon-shadow {
    position: absolute;
    left: -92px;
    top: -83px;
    width: 384px;
    opacity: 0.35;
}

.icon-img {
    position: absolute;
    left: -7px;
    top: -208px;
    transform: scale(.61) translate(-73px, -160px) !important;
}

.headline {
    position: absolute;
    visibility: hidden;
    width: 240px;
    left: 29px;
    top: 214px;
    font-size: 44px;
    line-height: 46px;
    overflow: visible;
    white-space: normal;
    letter-spacing: -0.01em;
}

.sub-head {
    position: absolute;
    visibility: hidden;
    top: 309px;
    width: 240px;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.02em;
    left: 29px;
}

.body-copy {
    position: absolute;
    visibility: hidden;
    color: #FFE525;
    top: 225px;
    width: 240px;
    left: 29px;
    font-size: 27px;
    line-height: 33px;
    letter-spacing: 0px;
}

.c-code {
    position: absolute;
    visibility: hidden;
    bottom: 0px;
    right: 2px;
    color: #005495;
    font-size: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.logo {
    position: absolute;
    top: -50px;
    left: 0px;
    visibility: hidden
}

#cta {
    position: absolute;
    top: 497px;
    right: 169px;
    visibility: hidden;
    z-index: 4;
}

#cta .cta-left {
    position: relative;
    float: left;
}

#cta .cta-left .cta-bg-left {
    position: relative;
    width: 14px;
    height: 30px;
    float: left;
    overflow: hidden;
}

#cta .cta-left p {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    white-space: nowrap;
    position: relative;
    float: left;
    height: 30px;
    line-height: 29px;
    font-size: 12px;
    margin: 0px -1px 0px -1px;
    background-color: #FFE51D;
    color: #005494;
    letter-spacing: 0.03em;
    overflow: visible;
}

#cta .cta-right {
    position: relative;
    float: right;
}

#cta .cta-right .cta-bg-right {
    position: relative;
    width: 14px;
    height: 30px;
    overflow: hidden;
}

#cta .cta-right .cta-bg-right svg {
    position: relative;
    left: -86px;
}
