@charset "UTF-8";

.lp-jumbotron {
    position: relative;
    overflow: hidden;
    background: #222;
}

.lp-jumbotron::before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: skewX(-36deg) translateX(62%);
    background: #fff;
    content: "";
}

.lp-jumbotron-content {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    max-width: calc(970px + 40px);
    margin: 0 auto;
    padding: 40px 20px 60px;
}

.lp-jumbotron-body {
    width: 100%;
    max-width: 490px;
    color: #fff;
}

.lp-jumbotron-seriesGroup {
    display: flex;
    margin-bottom: 20px;
}

.lp-jumbotron-series {
    flex: 1;
    font-size: 1.8rem;
    font-weight: normal;
}

.lp-jumbotron-icon {
    display: block;
    padding: 5px 10px;
    background: #f00;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
    white-space: nowrap;
}

.lp-jumbotron-iconOuter {
    margin-right: 20px;
}

.lp-jumbotron-titleGroup {
    display: flex;
    flex-direction: column-reverse;
}

.lp-jumbotron-title {
    font-size: 4.8rem;
}

.lp-jumbotron-title.of-text-small {
    font-size: 3.6rem;
}

.lp-jumbotron-image {
    margin-left: 40px;
}

.lp-jumbotron-image.of-border .lp-jumbotron-imageBody {
    border: 1px solid #fff;
}

.lp-jumbotron-image.of-background .lp-jumbotron-imageBody {
    background: #1f2227;
}

.lp-jumbotron.of-row-reverse::before {
    left: 37%;
    transform: skewX(30deg);
}

.lp-jumbotron.of-row-reverse .lp-jumbotron-content {
    flex-direction: row-reverse;
}

.lp-jumbotron.of-row-reverse .lp-jumbotron-body {
    flex: 1;
    max-width: none;
    color: #333;
    text-shadow: 1px 0 15px white, 1px 0 10px white, -1px 0 5px white;
}

.lp-jumbotron.of-row-reverse .lp-jumbotron-icon {
    text-shadow: none;
}

.lp-jumbotron.of-row-reverse .lp-jumbotron-image {
    margin-right: 40px;
    margin-left: 0;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron::before {
        content: none;
    }
    .lp-jumbotron-body {
        flex: 1;
        width: auto;
        max-width: none;
    }
    .lp-jumbotron-title {
        font-size: 4.94845vw;
    }
    .lp-jumbotron-title.of-text-small {
        font-size: 3.71134vw;
    }
    .lp-jumbotron-image {
        width: 30.92784vw;
        margin-left: 4.12371vw;
    }
    .lp-jumbotron.of-row-reverse .lp-jumbotron-body {
        color: #fff;
        text-shadow: none;
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-content {
        flex-direction: column;
        padding: 0;
    }
    .lp-jumbotron-body {
        flex: none;
        width: 100%;
        max-width: inherit;
        padding: 20px;
        text-align: center;
    }
    .lp-jumbotron-title {
        font-size: 3rem;
    }
    .lp-jumbotron-title.of-text-small {
        font-size: 2.4rem;
    }
    .lp-jumbotron-seriesGroup {
        flex-direction: column;
        align-items: center;
    }
    .lp-jumbotron-iconOuter {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .lp-jumbotron-series {
        flex: inherit;
        width: 100%;
    }
    .lp-jumbotron-image {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-left: 0;
        padding: 20px;
        background: #fff;
        text-align: center;
    }
    .lp-jumbotron-image img {
        width: 180px;
    }
    .lp-jumbotron.of-row-reverse .lp-jumbotron-content {
        flex-direction: column;
    }
    .lp-jumbotron.of-row-reverse .lp-jumbotron-body {
        flex: none;
    }
    .lp-jumbotron.of-row-reverse .lp-jumbotron-image {
        margin-right: 0;
        background: #222;
    }
}

.lp-card {
    position: relative;
    max-width: 840px;
    margin: -40px auto 30px;
    padding: 1px;
    background: #f1f1f1;
    box-shadow: 0 0 10px 0 #aaaaaa;
}

@media only screen and (max-width: 640px) {
    .lp-card {
        margin-top: 0;
        box-shadow: none;
    }
}

.lp-media {
    display: flex;
    font-size: 1.8rem;
}

.lp-media.of-row-reverse {
    flex-direction: row-reverse;
}

.lp-media-body {
    flex: 1;
    align-self: center;
    padding: 40px;
}

.lp-media-body > * {
    margin-bottom: 0;
}

.lp-media-title {
    margin-bottom: 15px;
    border-bottom: 1px solid #041b2d;
}

.lp-media-image {
    display: flex;
    align-items: center;
    max-width: 260px;
    padding: 20px 50px;
    background: #65859e;
}

.lp-media-image > img {
    width: 100%;
}

@media only screen and (max-width: 640px) {
    .lp-media {
        padding: 20px;
        font-size: 1.4rem;
    }
    .lp-media-body {
        margin-left: 10px;
        padding: 0;
    }
    .lp-media-image {
        max-width: 105px;
        padding: 0;
        background: none;
    }
}

.lp-utility-textAlign-left {
    text-align: left;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-right {
    text-align: right;
}

@media only screen and (max-width: 969px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

@media only screen and (max-width: 640px) {
    .lp-extraSmallScreen-line-break {
        display: block;
    }
    .lp-extraSmallScreen-hide {
        display: none;
    }
}

@media only screen and (min-width: 970px) {
    .smallScreen-show {
        display: none;
    }
    .lp-largeScreen-line-break {
        display: block;
    }
}
