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

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


#ad {
    position: relative;
    width: 300px;
    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: 200px;
    height: 185px;
    left: 114px;
    top: 6px;
    transform: rotate(460deg) translateY(-200px);
}

#f1,
#f1_b {
    position: absolute;
    left: 20px;
    top: 70px;
    font-size: 27px;
    letter-spacing: -0.045em;
    opacity: 0;
}

#f1_b {
    top: 150px;
}

#cta {
    position: absolute;
    top: 194px;
    left: 19px;
    width: 97px;
    opacity: 0;
}

#f3 {
    position: absolute;
    left: 19px;
    top: 63px;
    font-size: 24px;
    letter-spacing: -0.045em;
    line-height: 24px;
    color: #3aabe2;
    opacity: 0;
}

#f3_b {
    position: absolute;
    left: 20px;
    top: 118px;
    width: 230px;
    opacity: 0;
    font-family: 'ExpertSans-Regular';
    font-size:12px;
    line-height: 14px;

}

#f3_b strong{
    font-family: 'ExpertSans-Black';
}