@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:445px;
     height:250px;
     left:525px;
     top:0px;
}
#logo2 {
     position: absolute;
     right: 0px;
     top: 0px;
     width: 70px;
     height: 51px;
     object-fit: contain;
}
#gradient1 {
     position: absolute;
     left: 832px;
     top: 0px;
     width: 138px;
     height: 123px;
     object-fit: contain;
}
#subheadline-wrapper {
     position: absolute;
     width: 362px;
     height: 13px;
     left: 538px;
     top: 233px;
}
#subheadline2txt {
     font-family: GilroyBold;
     font-size: 11px;
     color: #fff;
     line-height: 1.200em;
     letter-spacing: 0.05em;
}
#gradient2 {
     position: absolute;
     width: 445px;
     height: 45px;
     left: 525px;
     top: 205px;
     object-fit: contain;
}
#gradient-wrapper{
    position: absolute;
    /*background: blue;*/
    bottom: 0;
    width: 520px;
    height: 250px; /* Height of gradient box starting below accent-line */
    display: flex;
    align-items: center;
    justify-content: center;
}
#content-wrapper {
    width: 458px;
    height: 212px;
    /*background: red;*/
    display: flex;
    justify-content: center;
    flex-direction: column;
}

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

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

#logoAndCta-wrapper {
    width: 458px;
    height: 30px;
    /*background: yellow;*/
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

#brand-logo{
    width: 177px;
    height: 30px;
    object-fit: contain;
}

#ctaText{
    font-family: 'GilroyBold';
    font-size: 15px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #740979;
    background: #fff;
    height: 30px;
    border-radius: 15px;
    padding: 7px 15px;
    margin-left: 10px;
}

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

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

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