@font-face {
    font-family: 'CVS Health Sans';
    src: url("CVSHealthSans_W_Md.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'CVS Health Sans';
    src: url("CVSHealthSans_W_Bd.woff") format("woff");
    font-weight: 700;
    font-style: bold;
}
#banner img {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  transform: translateZ(0);
}
#aet-closedisclaimer,
#aet-viewdisclaimer {
    cursor: pointer;
    z-index: 10;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
body,
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
}
#aet-legal,
#aet-viewdisclaimer {
    font-size: 10px;
    text-align: right;

    color: #7d3f98;
}
*,
* ::after,
* ::before {
    -webkit-box-sizing: inherit;
            box-sizing: inherit
}
* {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}
body {
    font-family: 'CVS Health Sans', Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
    color: #fff;
    padding: 0;
    margin: 0
}
#banner {
    -webkit-backface-visibility: hidden;
    width: 300px;
    height: 250px;
    background: #7d3f98;
    overflow: hidden;
    visibility: hidden;
    position: relative;
    border: 1px solid rgba(0,0,0,0.7);
}
#hero-image img{
    width: 100%;
}
#hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 250px;
}
#purple-overlay{
    position: absolute;
    top: 230px;
    left: 0;
    width: 300px;
    height: 250px;
    background: #7d3f98;
    opacity: 0.9;
}
#aet-logo{
    position: absolute;
    width: 140px;
    height: 36px;
    left: 10px;
    bottom: 10px;
}
#aet-cta,
#aet-headline,
#aet-logo,
#aet-messages,
#aet-subhead {
    position: absolute
}
#aet-image-headline{
    position: absolute;
    width: 300px;
    height: 46px;
}
#aet-line-two{
    color: #ffffff;
    font-family: 'CVS Health Sans', sans-serif;
    -webkit-text-size-adjust: none;
    font-weight: 500;
    font-size: 21px;
    line-height: 23px;
    width: 270px;
    position: absolute;
    left: 15px;
    bottom: 15px;
}
#aet-line-three{
    color: #ffffff;
    font-family: 'CVS Health Sans', sans-serif;
    -webkit-text-size-adjust: none;
    font-weight: 500;
    font-size: 21px;
    line-height: 23px;
    width: 270px;
    position: absolute;
    left: 15px;
    bottom: 15px;
}
#aet-line-four{
    color: #ffffff;
    font-family: 'CVS Health Sans', sans-serif;
    -webkit-text-size-adjust: none;
    font-weight: 700;
    font-size: 27px;
    line-height: 29px;
    width: 265px;
    position: absolute;
    left: 15px;
    top: 20px;
    color: #7d3f98;
}
#aet-cta-button{
    color: #7d3f98;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    font-weight: 500;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 500px;
    position: absolute;
    left: 15px;
    bottom: 70px;
    background-color: #7d3f98;
    border: 1px solid #7d3f98;
    color: #ffffff;
}
#banner:hover #aet-cta-button{
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background-color: rgba(155,155,155,0.1);
    color: #ffffff;
    background-color: #52146d;
    color: #ffffff;
}
#aet-legal-container{
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 10;
}
#aet-viewdisclaimer {
    bottom: 15px;
    left: 5px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #7d3f98;
}
#aet-closedisclaimer:hover,
#aet-viewdisclaimer:hover {
    text-decoration: underline
}
#aet-closedisclaimer {
    position: absolute;
    display: inline-block;
    top: 12px;
    right: 12px;
    font-size: 11px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#aet-disclaimertext {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #7d3f98;
    width: 300px;
    height: 250px;
    font-size: 16px;
    z-index: 12;
    padding: 0;
    text-align: center;
    visibility: hidden;
}
#aet-disclaimertext--content{
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 1em;
}
#aet-clickthrough {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#aet-clickthrough:hover,
#aet-clickthrough:focus {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: 4px solid rgba(160,115,178,0.95);
}
#aet-contentblock-white{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    width: 300px;
    height: 250px;
}
#heart-purple{
    position: absolute;
    opacity: 1;
    z-index: auto;
    top: -50px;
}
#heart-purple-two{
    position: absolute;
    opacity: 1;
    z-index: auto;
    top: -50px;
}
#panel-white{
    background-color: white;
    width: 300px;
    height: 250px;
    position: absolute;
    top: 250px;
    left: 0;
}