
/*region Base styles */
.content .title {
    padding: 0 0 30px;
    color: #17212f;
    font-size: 2.750em;
    font-weight: 600;
}

.content .subtitle {
    padding: 0 0 30px;
    color: #707886;
    font-size: 1.875em;
    font-weight: 400;
}

.content .text {
    padding: 0 0 30px;
    color: #444a56;
    font-size: 1.25em;
    font-weight: 400;
}

.content .quote-text {
    padding: 12px 0 0 14px;
    color: #213045;
    font-size: 1.125em;
    font-weight: 400;
    font-style: italic;
    background: url("/img/spark2/common/quotes.svg") no-repeat 0 0;
    background-size: 14px 12px;
}

.content .quote-author {
    display: inline-block;
    margin-top: 5px;
}

.content .quote-author.mashable {
    width: 90px;
    height: 16px;
}

.content .quote-author.macstories {
    width: 120px;
    height: 30px;
}

.content .quote-author.techcrunch {
    width: 112px;
    height: 16px;
}

.content .wording {
    width: 50%;
}

.content .illustration {
    width: 50%;
}
/*endregion*/

/*region Main Banner styles */
.main-banner {
    position: relative;
    width: 100%;
    height: 800px;
    background-color: #0e203c;
    box-sizing: border-box;
}

.main-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%,-50%);
}

.main-banner .gradient {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background: rgba(0,10,32,0.7);
    background: -moz-linear-gradient(top, rgba(0,10,32,0.9) 0%, rgba(0,35,85,0.7) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,10,32,0.9)), color-stop(100%, rgba(0,35,85,0.7)));
    background: -webkit-linear-gradient(top, rgba(0,10,32,0.9) 0%, rgba(0,35,85,0.7) 100%);
    background: -o-linear-gradient(top, rgba(0,10,32,0.9) 0%, rgba(0,35,85,0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0,10,32,0.9) 0%, rgba(0,35,85,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,10,32,0.9) 0%, rgba(0,35,85,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000a20', endColorstr='#002355', GradientType=0 );
}

.main-banner.flexible {
    min-height: 900px;
    max-height: 1200px;
    height: 100vh;
}

.main-banner .content {
    padding-top: 100px;
}

.main-banner .icon {
    display: block;
    width: 117px;
    height: 117px;
    margin: 0 auto;
}

.main-banner .title {
    padding: 0;
    color: #fff;
    font-size: 4.375em;
    font-weight: 600;
}

.main-banner .subtitle {
    padding: 0;
    color: #ffffff;
    font-size: 2.750em;
    font-weight: 400;
}

.main-banner .description {
    color: #fff;
    font-size: 1.5em;
    font-weight: 400;
    padding: 20px 0 0;
}

.main-banner .buttons {
    padding: 60px 0 60px;
}

.main-banner .watch-video {
    display: inline-block;
    height: 27px;
    padding-left: 33px;
    color: #fff;
    font-size: 1.188em;
    line-height: 27px;
    background: url("/img/spark2/common/video_play_1.svg") no-repeat 0 0;
    background-size: 27px 27px;
}

.main-banner .top-choice {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 82px;
    padding-top: 29px;
    text-align: center;
    background: rgba(8, 20, 37, 0.4);
    box-sizing: border-box;
}

.main-banner .top-choice .top-choice-logo {
    display: inline-block;
    width: auto;
    height: 24px;
    margin: 0 55px;
}
/*endregion*/

/*region Quote styles */
.quote {
    border-bottom: 1px solid #c6cedc;
}

.quote .content {
    max-width: 900px;
}

.quote .quote-text {
    padding: 23px 0 0 25px;
    font-size: 2.313em;
    background-size: 25px 23px;
}

.quote .quote-author {
    margin-top: 20px;
}

.quote .quote-author.theverge {
    width: 150px;
    height: 26px;
}
/*endregion*/

/*region Love Email Again styles */
.love-email-again {
    position: relative;
    background: -webkit-linear-gradient(90deg, #e7e7e7 0%, #fcfcfc 100%);
    background: -moz-linear-gradient(90deg, #e7e7e7 0%, #fcfcfc 100%);
    background: -o-linear-gradient(90deg, #e7e7e7 0%, #fcfcfc 100%);
    background: -ms-linear-gradient(90deg, #e7e7e7 0%, #fcfcfc 100%);
    background: linear-gradient(0deg, #e7e7e7 0%, #fcfcfc 100%);
    overflow-x: hidden;
}

.love-email-again .devices {
    position: relative;
    left: 50%;
    display: block;
    width: 1899px;
    height: 560px;
    margin: 0 0 0 -950px;
}
/*endregion*/

/*region Services List styles */
.services-list {
    height: 82px;
    border-bottom: 1px solid #c6cedc;
}

.services-list .content {
    padding-top: 23px;
}

.services-list .services-list-logo {
    display: inline-block;
    width: auto;
    height: 35px;
    margin: 0 50px;
}
/*endregion*/

/*region Smart Inbox styles */
.smart-inbox {
    border-bottom: 1px solid #c6cedc;
}

.smart-inbox .wording {
    width: 450px;
    margin-left: 120px;
    padding-top: 180px;
}

.smart-inbox .illustration {
    position: relative;
    width: 560px;
}

.smart-inbox .illustration .device {
    display: block;
    width: 365px;
    height: auto;
}

.smart-inbox .illustration #smart-inbox-frame {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 580px;
    height: 731px;
}
/*endregion*/

/*region Smart Notifications styles */
.smart-notifications {
    border-bottom: 1px solid #c6cedc;
}

.smart-notifications .wording {
    width: 450px;
    margin-left: 120px;
    padding-top: 180px;
}

.smart-notifications .illustration {
    position: relative;
    width: 670px;
}

.smart-notifications .illustration #smart-notifications-frame {
    display: block;
    width: 670px;
    height: 757px;
}
/*endregion*/

/*region Love Spark styles */
.love-spark {
    border-bottom: 1px solid #c6cedc;
}

.love-spark .features {
    padding: 30px 0;
}

.love-spark .features .feature-item {
    display: inline-block;
    width: 28%;
    padding-bottom: 30px;
}

.love-spark .features .feature-item .icon {
    display: block;
    width: 105px;
    height: 105px;
    margin: 0 auto 20px;
}

.love-spark .features .feature-item .text {
    font-size: 1.375em;
    font-weight: 600;
}
/*endregion*/

/*region Spark Teams styles */
.spark-teams {
    background: -webkit-linear-gradient(90deg, #e7e7e7 0%, #fcfcfc 100%);
    background: -moz-linear-gradient(90deg, #e7e7e7 0%, #fcfcfc 100%);
    background: -o-linear-gradient(90deg, #e7e7e7 0%, #fcfcfc 100%);
    background: -ms-linear-gradient(90deg, #e7e7e7 0%, #fcfcfc 100%);
    background: linear-gradient(0deg, #e7e7e7 0%, #fcfcfc 100%);
}

.spark-teams .illustration {
    position: relative;
    margin-top: 60px;
    overflow-x: hidden;
}

.spark-teams .illustration .devices {
    position: relative;
    left: 50%;
    display: block;
    width: 1610px;
    margin-left: -805px;
}

.spark-teams .illustration #spark-teams-frame {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1610px;
    height: 520px;
    margin-left: -805px;
}
/*endregion*/

/*region Create Email styles */
.create-email {
    border-bottom: 1px solid #c6cedc;
}

.create-email .wording {
    padding-top: 180px;
    width: 500px;
}

.create-email .illustration {
    position: relative;
    width: 736px;
    padding-top: 27px;
}

.create-email .illustration .screen {
    display: block;
    width: 736px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.25);
}

.create-email .illustration #create-email-frame {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 736px;
    height: 600px;
}
/*endregion*/

/*region Discuss Email styles */
.discuss-email {
    border-bottom: 1px solid #c6cedc;
}

.discuss-email .wording {
    padding-top: 160px;
    width: 500px;
}

.discuss-email .illustration {
    position: relative;
    width: 736px;
}

.discuss-email .illustration .screen {
    display: block;
    width: 736px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.25);
}

.discuss-email .illustration #discuss-email-frame {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 736px;
    height: 600px;
}
/*endregion*/

/*region Templates styles */
.templates {
    overflow: hidden;
    border-bottom: 1px solid #c6cedc;
}

.templates .illustration iframe {
    display: block;
    width: 736px;
    height: 600px;
    margin-left: -136px;
    border-radius: 8px;
    box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.25);
}

.templates .wording {
    padding: 160px 0 0 30px;
    box-sizing: border-box;
}

.templates .wording .watch-video {
    display: inline-block;
    height: 27px;
    padding-left: 35px;
    font-size: 1.188em;
    line-height: 28px;
    background: url("/img/spark2/common/video_play_3.svg") no-repeat 0 0;
    background-size: 27px 27px;
}
/*endregion*/

/*region Delegate Email styles */
.delegate-email {
    overflow: hidden;
}

.delegate-email .illustration {
    position: relative;
    width: 736px;
}

.delegate-email .illustration iframe {
    display: block;
    width: 736px;
    height: 600px;
    border-radius: 8px;
    box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.25);
}

.delegate-email .wording {
    padding-top: 120px;
    width: 500px;
}

.delegate-email .wording .watch-video {
    display: inline-block;
    height: 27px;
    padding-left: 35px;
    font-size: 1.188em;
    line-height: 28px;
    background: url("/img/spark2/common/video_play_3.svg") no-repeat 0 0;
    background-size: 27px 27px;
}
/*endregion*/

/*region Share Email styles */
.share-email {
    overflow: hidden;
}

.discuss-email .illustration {
    position: relative;
    width: 736px;
}

.share-email .illustration iframe {
    display: block;
    width: 736px;
    height: 600px;
    border-radius: 8px;
    box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.25);
}

.share-email .wording {
    padding-top: 120px;
    width: 560px;
}
/*endregion*/

/*region Future Email styles */
.future-email {
    height: 750px;
    background: #0e203c;
    box-sizing: border-box;
}

.future-email video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%,-50%);
}

.future-email .gradient {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background: rgba(0,10,32,0.7);
    background: -moz-linear-gradient(top, rgba(0,10,32,0.9) 0%, rgba(0,35,85,0.7) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,10,32,0.9)), color-stop(100%, rgba(0,35,85,0.7)));
    background: -webkit-linear-gradient(top, rgba(0,10,32,0.9) 0%, rgba(0,35,85,0.7) 100%);
    background: -o-linear-gradient(top, rgba(0,10,32,0.9) 0%, rgba(0,35,85,0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0,10,32,0.9) 0%, rgba(0,35,85,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,10,32,0.9) 0%, rgba(0,35,85,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000a20', endColorstr='#002355', GradientType=0 );
}

.future-email .content {
    padding-top: 200px;
}

.future-email .title {
    padding-bottom: 30px;
    color: #fff;
    font-size: 3.75em;
    font-weight: 600;
}

.future-email .text {
    padding-bottom: 100px;
    color: #fff;
    font-size: 1.5em;
    font-weight: 400;
}

.future-email .text a {
    color: #3ba6ff;
    text-decoration: underline;
}

.future-email .text a:hover {
    text-decoration: none;
}

.future-email .see-vision {
    display: inline-block;
    height: 64px;
    padding-left: 77px;
    color: #fff;
    font-size: 1.5em;
    line-height: 64px;
    background: url("/img/spark2/common/video_play_2.svg") no-repeat 0 0;
    background-size: 64px 64px;
}
/*endregion*/

/*region Ready Love styles */
.ready-love {
    background: #0e203c;
    padding: 60px 0;
}

.ready-love .title {
    padding-bottom: 40px;
    color: #9d9db3;
    font-size: 1.875em;
    font-weight: 400;
}
/*endregion*/



@media only screen and (min-width: 1200px) and (max-width: 1440px) {

    /*region Main Banner styles */
    .main-banner .top-choice .top-choice-logo {
        margin: 0 40px;
    }
    /*endregion*/

    /*region Services List styles */
    .services-list .services-list-logo {
        margin: 0 40px;
    }
    /*endregion*/

    /*region Create Email styles */
    .create-email .wording {
        padding-top: 100px;
        width: 400px;
    }
    /*endregion*/

    /*region Discuss Email styles */
    .discuss-email .wording {
        padding-top: 120px;
        width: 400px;
    }
    /*endregion*/

    /*region Templates styles */
    .templates .wording {
        padding: 160px 0 0 60px;
        box-sizing: border-box;
    }
    /*endregion*/

    /*region Delegate Email styles */
    .delegate-email .illustration {
        margin-right: -100px;
    }
    /*endregion*/

    /*region Share Email styles */
    .share-email .illustration .devices {
        margin-left: -76px;
    }

    .share-email .wording {
        width: 500px;
    }
    /*endregion*/

}


@media (-webkit-min-device-pixel-ratio: 2) {

    /*region Love Email Again styles */
    .love-email-again .devices {
        content: url("/img/spark2/desktop/index/alldevices_2x.png");
    }
    /*endregion*/

    /*region Smart Inbox styles */
    .smart-inbox .illustration .device {
        content: url("/img/spark2/desktop/index/animations/smartinbox_iphone_2x.png");
    }
    /*endregion*/

    /*region Spark Teams styles */
    .spark-teams .illustration .devices {
        content: url("/img/spark2/desktop/index/animations/ipad_mac_team_2x.png");
    }
    /*endregion*/

    /*region Create Email styles */
    .create-email .illustration .screen {
        content: url("/img/spark2/desktop/index/animations/shared_draft_composer_2x.png");
    }
    /*endregion*/

    /*region Discuss Email styles */
    .discuss-email .illustration .screen {
        content: url("/img/spark2/desktop/index/animations/discuss_2x.png");
    }
    /*endregion*/

    /*region Share Email styles */
    .share-email .illustration .devices {
        content: url("/img/spark2/desktop/index/share_via_link_2x.png");
    }
    /*endregion*/

}
