@font-face {
    font-family: 'ExpertSans-Black';
    src: url('fonts/ExpertSans-Black.woff');
}

#ad {
    position: relative;
    width: 970px;
    height: 250px;
    background-color: #15375a;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'ExpertSans-Black';
}

#ad::after {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid black;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}

#bg1,
#bg2 {
    position: absolute;
    width: 100%;
    -webkit-box-shadow: 1px 0px 4px #000;
    box-shadow: 1px 0px 4px #000;
}

#tri {
    position: absolute;
    width: 450px;
    height: 416px;
    left: 514px;
    top: -56px;
    transform: rotate(560deg) translateY(0px);
}

#f1,
#f1_b {
    position: absolute;
    left: 35px;
    top: 75px;
    font-size: 43px;
    letter-spacing: -0.045em;
    opacity: 0;
}

#f1_b {
    top: 165px;
}

#cta {
    position: absolute;
    top: 185px;
    left: 35px;
    width: 126px;
    opacity: 0;
}

#f3 {
    position: absolute;
    left: 35px;
    top: 75px;
    font-size: 43px;
    letter-spacing: -0.045em;
   
    color: #3aabe2;
    opacity: 0;
}

#f3_b {
    position: absolute;
    left: 35px;
    top: 128px;
    width: 409px;
    opacity: 0;
}