body,
div,
img,
video,
a,
p,
h4 {
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:visited,
a:focus {
    outline: none;
    text-decoration: none;
}


.container {
    font-family: 'Barlow', sans-serif;
    opacity: 0;
    position: relative;
    overflow: hidden;
    background-color: #ddcfe7;
}

.container div,
.container img {
    position: absolute;
}

.container div,
.container img,
.container span,
.container p {
    -webkit-transform: translate3d(0, 0, 0);
}

.container a {
    position: relative;
}

.abs {
    position: absolute !important;
}

.of-h {
    overflow: hidden;
}

.container,
.border,
.exit-btn {
    width: 300px;
    height: 250px;
}

.exit-btn {
    cursor: pointer;
}

.border {
    border: 1px solid black;
    box-sizing: border-box;
    pointer-events: none;
}

.hidden {
    display: none;
}

.retina {
    width: 300px;
}

.copy-1 {
    font-weight: 700;
    color: #e1d4ea;
    font-size: 20px;
    left: 102px;
    top: 15px;
    position: absolute;
}

.copy-2-1 {
    font-weight: 400;
    color: #ffffff;
    font-size: 18px;
    left: 69px;
    top: 10px;
    position: absolute;
}

.copy-2-2 {
    font-weight: 700;
    color: #e1d4ea;
    font-size: 18px;
    left: 69px;
    top: 30px;
    position: absolute;
}

.copy-2-3 {
    font-weight: 400;
    color: #ffffff;
    font-size: 18px;
    left: 93px;
    top: 49px;
    position: absolute;
}

.copy-3 {
    font-weight: 700;
    color: #e1d4ea;
    font-size: 20px;
    left: 97px;
    top: 33px;
    position: absolute;
}

.copy-4-2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 300;
    color: #fefefe;
    font-size: 12px;
    left: 118px;
    top: 173px;
    position: absolute;
}

.cta {
    width: 300px;
    height: 55px;
    top: 195px;
    cursor: pointer;
    background-color: #524e7a;
}

.cta-txt {
    font-weight: 400;
    font-size: 20px;
    line-height: 9px;
    left: 54px;
    top: 22px;
    color: #ffffff;
    position: absolute;
}

.cta-arrow {
    left: 239px;
    top: 25px;
    width: 6px;
    height: 9px;
}