@charset "UTF-8";

.lp-layout-container {
    max-width: 850px;
    margin: 0 auto;
}

.lp-jumbotron {
    margin-top: 20px;
    background: linear-gradient(to right, #081837 0%, #1f3a6c 84%);
}

@media only screen and (max-width: 849px) {
    .lp-jumbotron {
        margin-top: 0;
        padding: 40px 20px 50px;
    }
}

.lp-jumbotron-content {
    display: flex;
    align-items: center;
    padding: 25px 60px 25px 30px;
}

@media only screen and (max-width: 849px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        padding: 0;
    }
}

.lp-jumbotron-body {
    flex: 1;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 849px) {
    .lp-jumbotron-body {
        flex: none;
        width: 100%;
    }
}

.lp-jumbotron-textGroup {
    color: #fff;
}

@media only screen and (max-width: 849px) {
    .lp-jumbotron-textGroup {
        text-align: center;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 30px;
    font-size: 5rem;
    line-height: 1.2;
}

@media only screen and (max-width: 849px) {
    .lp-jumbotron-title {
        margin-bottom: 10px;
        font-size: 3.5rem;
    }
}

.lp-jumbotron-series {
    display: block;
    font-size: 3.5rem;
    font-weight: normal;
    line-height: 1.2;
}

@media only screen and (max-width: 849px) {
    .lp-jumbotron-series {
        font-size: 2.8rem;
    }
}

.lp-jumbotron-image {
    min-height: 0%;
}

.lp-jumbotron-image > img {
    margin-bottom: -5px;
}

@media only screen and (max-width: 849px) {
    .lp-jumbotron-image > img {
        margin-bottom: 0;
    }
}

.lp-mediaAsset {
    margin: 40px  0;
    padding: 0 30px;
}

@media only screen and (max-width: 849px) {
    .lp-mediaAsset {
        margin: 30px auto;
        padding: 0 20px;
    }
}

.lp-mediaAsset-content {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 849px) {
    .lp-mediaAsset-content {
        flex-direction: column;
    }
}

.lp-mediaAsset-body {
    flex: 1;
    order: 2;
    margin-right: 30px;
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 849px) {
    .lp-mediaAsset-body {
        flex: none;
        width: 100%;
        margin: 0 0 20px;
    }
}

.lp-mediaAsset-text {
    font-size: 3.2rem;
    line-height: 1.2;
}

@media only screen and (max-width: 849px) {
    .lp-mediaAsset-text {
        font-size: 2.8rem;
        text-align: center;
    }
}

.lp-mediaAsset-text > em {
    color: #e60013;
    font-weight: normal;
}

.lp-mediaAsset-catalog {
    order: 3;
    min-height: 0%;
}

.lp-mediaAsset-novelty {
    order: 1;
    width: 100%;
    max-width: 220px;
    min-height: 0%;
    margin-right: 30px;
}

@media only screen and (max-width: 849px) {
    .lp-mediaAsset-novelty {
        margin: 0 0 20px 0;
    }
}

.lp-utility-lineBreak {
    display: block;
}
