@charset "UTF-8";

*,
::before,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    font-family: 'Open Sans', sans-serif;
}

html,
body {
    width: 100%;
    height: 100%;

    background: #000000;
}

.content {

    width: calc(100% - 32px);
    max-width: 1024px;

    margin: 106px auto 0 auto;

    display: -webkit-flex;
    display: flex;

}

.content .left,
.content .right {

    -webkit-flex: 1;
    flex: 1;
    background: none;

}

.content .left h1 {

    font-size: 63px;
    line-height: 72px;
    letter-spacing: -.5px;

    margin-top: 160px;
    margin-bottom: 16px;

    -webkit-background-clip: text;
    color: transparent !important;

}

.content .left p {

    color: #8F9093;
    font-size: 21px;
    letter-spacing: -.4px;
    line-height: 26px;

}

.content .right img {

    display: block;
    width: 456px;
    margin: 0 auto;

}

.content .mask {

    background-repeat: no-repeat;
    background-image: url('mask.jpg');
    background-size: cover;
    -webkit-background-clip: text;
    color: transparent !important;

}

@media screen and (max-width: 1023px), screen and (max-device-width: 1023px), screen and (max-height: 1023px) and (orientation: portrait), screen and (max-device-height: 1023px) and (orientation: portrait) {


    .content {

        display: block;
        width: 456px;

        margin-top: 88px;
        margin-bottom: 9px;

    }

    .content .left {

        padding: 0 36px;

    }

    .content .left h1 {

        font-size: 53px;
        line-height: 63px;
        margin-top: 0;

    }

}

@media screen and (max-width: 767px), screen and (max-device-width: 767px), screen and (max-height: 767px) and (orientation: portrait), screen and (max-device-height: 767px) and (orientation: portrait) {

    .content {

        width: 269px;

        margin-bottom: 6px;

    }

    .content .left {

        padding: 0;

    }

    .content .left h1 {

        font-size: 37px;
        line-height: 40px;

    }

    .content .left p {

        font-size: 16px;
        letter-spacing: -.5px;
        line-height: 22px;

    }

    .content .right img {

        width: 334px;
        margin-left: -32px;

    }

}
