@charset "UTF-8";

/*
=============================================================
***** Fonts *************************************************
=============================================================
*/
@font-face {
    font-family: "ciscosansttmedium";
    src: url("ciscosansttmedium-webfont.woff") format("woff");
    font-display: fallback;
    font-weight: normal;
    font-style: normal;

}



/*
=============================================================
***** Text **************************************************
=============================================================
*/
.txt {
    width: auto;
    height: auto;
    position: absolute;

    font-size: 15.5px;
    font-family: "ciscosansttmedium", Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    text-align: left;
    letter-spacing: -.2px;
    -webkit-font-kerning: auto;
            font-kerning: auto;
    line-height: 1.2;
    white-space: nowrap;
    
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;

    will-change: transform;
}

#txt1a, #txt2a { top: 154px; left: 20px; }
#txt1b { top: 13px; right: 19px; font-size: 10px; letter-spacing: -.1px; text-shadow: 0px 0px 3px black; text-align: right}
#txt3a { top: 54px; left: 20px; font-size: 31px; letter-spacing: -.2px; line-height: 1.2; }

.gradient_txt {
    background-image: 
        linear-gradient(180deg, 
            /* rgba(130,207,95,1) 0%, */
            rgba(93,202,138,1) 0%,
            rgba(0,188,245,1) 110%);
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;
}

.letterspacing-3 { letter-spacing: -3px; }



/*
=============================================================
***** Assets ************************************************
=============================================================
*/
#logo_mc {  
    bottom: 6px; 
    right: 18px; 
    overflow: visible;
}
#logo {
    width: calc(95px*1);
    height: calc(30px*1);
}



#aurora_mc {
    left: 0;
    bottom: 0;
    width: calc(600px*.5);
    height: calc(218px*.5);
    background-image: url("aurora.jpg");
    background-size: cover;
}



#image1_mc,
#image2_mc {
    width: 300px;
    height: 141px;
    overflow: hidden;
}
#image1,
#image2 {
    width: calc(640px*.5);
    height: calc(320px*.5);
    background-size: cover;
}
#image1 {
    left: -10px;
    top: -10px;
    background-image: url("image1.jpg");
}
#image2 {
    left: -10px;
    top: -10px;
    background-image: url("image2.jpg");
}




#frame3_bg { background-color: black; }
.frame_alpha_mask {
    -webkit-mask-image: linear-gradient(-60deg, rgba(0,0,0,0) 20%, rgba(0,0,0,1) 45%, rgba(0,0,0,1) 60%);
    -webkit-mask-size: 700px 100%;
    -webkit-mask-position: -700px 0px;
    -webkit-mask-repeat: no-repeat;
    
            mask-image: linear-gradient(-60deg, rgba(0,0,0,0) 20%, rgba(0,0,0,1) 45%, rgba(0,0,0,1) 60%);
            mask-size: 700px 100%;
            mask-position: -700px 0px;
            mask-repeat: no-repeat
}
.frame_alpha_mask_flipped {
    -webkit-mask-image: linear-gradient(-60deg, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 45%, rgba(0,0,0,0) 60%);
    -webkit-mask-size: 700px 100%;
    -webkit-mask-position: 0px 0px;
    -webkit-mask-repeat: no-repeat;
    
            mask-image: linear-gradient(-60deg, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 45%, rgba(0,0,0,0) 60%);
            mask-size: 700px 100%;
            mask-position: 0px 0px;
            mask-repeat: no-repeat
}




    
/*
=============================================================
***** Buttons ***********************************************
=============================================================
*/
#cta_btn {
    width: 107px;
    height: 36px;
    top: 192px;
    left: 20px;
    border: solid 1px #FFF;
    border-radius: 20px;
    background-color: #FFF;
    background-color: rgba(255,255,255,0);
    overflow: hidden;
}
#cta_txt {
    top: 10px;
    left: 15px;
    font-size: 12.5px;
    letter-spacing: .1px;
}
#cta_arrow { 
    width: calc(18px *.5); 
    height: calc(20px *.5); 
    top: 8px; 
    right: 12px;
    fill: white;
}



















