@font-face {
    font-family: 'GilroyRegular';
    src: url('Gilroy-Regular.woff') format('woff');
}

@font-face {
    font-family: 'GilroyBold';
    src: url('Gilroy-Bold.woff') format('woff');
}
#bgContent {
     position: absolute;
     width:100%;
     height:100%;
     left:0px;
     top:0px;
}
#keyArtContent {
     position: absolute;
     width:300px;
     height:124px;
     left:0px;
     top:0px;     
}
#logo2 {
     position: absolute;
     right: 0px;
     top: 0px;
     width: 44px;
     height: 32px;
     object-fit: contain;
}
#gradient1 {
     position: absolute;
     width: 91px;
     height: 81px;
     right: 0px;
     top: 0px;
}
#subheadline-wrapper {
     position: absolute;
     width: 241px;
     height: 9px;
     left: 12.96px;
     top: 113px;
}
#subheadline2txt {
     font-family: GilroyBold;
     font-size: 7px;
     color: #FFFFFF;
     line-height: 1.200em;
     letter-spacing: 0.05em;
}
#gradient2 {
     position: absolute;
     width: 300px;
     height: 29px;
     left: 0px;
     top: 95px;
}

#gradient-wrapper{
    position: absolute;
    /*background: blue;*/
    bottom: 0;
    width: 300px;
    height: 121px; /* Height of gradient box starting below accent-line */
    display: flex;
    align-items: center;
    justify-content: center;
}

#content-wrapper {
    width: 268px;
    height: 102px;
    /*background: red;*/
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#headline{
    font-family: 'GilroyRegular';
    width: 268px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 1.200em;
}

#subHeadline{
    font-family: 'GilroyBold';
    width: 268px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    letter-spacing: 0.03em;
    line-height: 1.200em;
    margin-top: 6px;
}

#logoAndCta-wrapper {
    width: 268px;
    height: 17px;
    /*background: yellow;*/
    display: flex;
    justify-content: center;
    margin-top: 9px;
}

#brand-logo{
    width: 103px;
    height: 17px;
    object-fit: contain;
}

#ctaText{
    font-family: 'GilroyBold';
    font-size: 8.5px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #740979;
    background: #fff;
    height: 17px;
    border-radius: 8.36px;
    padding: 4px 11px;
    margin-left: 6px;
}

#legal-wrapper {
    position: absolute;
    bottom: 4px;
    width: 300px;
    height: auto;
    display: flex;
    justify-content: center;
}

#legal-txt {
    font-family: GilroyRegular;
    font-size: 6px;
    letter-spacing: 0.05em;
    line-height: 1.200em;
    text-align: center;
    color: #fff;
    width: 269px;
}

#ctaImage { /* GooglePlay Logo */
    position: absolute;
    width: 1px;
    height: 1px;
    top: 0px;
    right: -1px;
}

/* Other Browser Adjustment */
#ctaText.macFirefox, #ctaText.winFirefox{padding: 3px 11px !important;}