@charset "UTF-8";

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -30px 0 30px -26px;
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid {
        margin: -16px 0 16px -16px;
    }
}

.lp-layout-grid.of-column-2 .lp-layout-grid-column {
    width: 50%;
}

@media only screen and (max-width: 640px) {
    .lp-layout-grid.of-column-2 .lp-layout-grid-column {
        width: 100%;
    }
}

.lp-layout-grid.of-column-2 .lp-layout-grid-column.of-column-2 {
    width: 100%;
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column {
    width: 33.333333%;
}

@media only screen and (max-width: 640px) {
    .lp-layout-grid.of-column-3 .lp-layout-grid-column {
        width: 100%;
    }
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column.of-column-2 {
    width: 66.666666%;
}

@media only screen and (max-width: 640px) {
    .lp-layout-grid.of-column-3 .lp-layout-grid-column.of-column-2 {
        width: 100%;
    }
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column.of-column-3 {
    width: 100%;
}

.lp-layout-grid-column {
    display: flex;
    width: 100%;
    margin-top: 30px;
    padding-left: 26px;
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid-column {
        margin-top: 16px;
        padding-left: 16px;
    }
}

.lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid-column.of-flex {
    display: flex;
}

.lp-layout-grid.of-application {
    margin: 0;
}

.lp-layout-grid.of-application .lp-layout-grid-column {
    display: flex;
    margin: 0;
    padding: 0;
}

.lp-headingLevel2 {
    margin-bottom: 5px;
    font-size: 3.6rem;
    line-height: 1.3;
}

@media only screen and (max-width: 640px) {
    .lp-headingLevel2 {
        font-size: 2.4rem;
    }
}

.lp-text {
    margin-bottom: 24px;
    font-size: 2.6rem;
    text-align: center;
}

.theme-KC .lp-text {
    font-size: 4rem;
}

@media only screen and (max-width: 969px) {
    .theme-KC .lp-text {
        font-size: calc((40 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .theme-KC .lp-text {
        font-size: 2.8rem;
    }
}

@media only screen and (max-width: 640px) {
    .lp-text {
        font-size: 2rem;
        text-align: initial;
    }
}

@media only screen and (min-width: 640px) {
    .lp-text .lp-largeScreen-line-break {
        display: block;
    }
}

.lp-buttonConversion {
    display: inline-block;
    margin: 0 0 16px;
    background: #f30b19;
    color: #fff;
    font-size: 2rem;
    text-decoration: none;
}

.lp-buttonConversion-body {
    display: block;
    padding: 10px 56px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
    padding-left: 16px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    display: block;
    width: 25px;
    min-width: 25px;
    height: 25px;
    margin-right: 14px;
    background: url("../../img/common/icon_textbutton_download_trans_l.png") no-repeat;
    background-size: contain;
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-text {
    text-align: center;
}

.lp-buttonConversion.of-download .lp-buttonConversion-image {
    min-width: 48px;
    margin: -24px 0 -24px 16px;
    border: 1px solid #ccc;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    width: 16px;
    min-width: 16px;
    height: 13px;
    background: url("../../img/landing_page/common/icon_btn_anc.png") no-repeat;
}

@media only screen and (max-width: 969px) {
    .lp-buttonConversion {
        font-size: calc((20 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.lp-jumbotron:not(.of-primary) {
    background: #fff;
}

.lp-jumbotron:not(.of-primary) .lp-jumbotron-content {
    max-width: 970px;
    margin: 0 auto;
    padding: 26px 0;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron:not(.of-primary) .lp-jumbotron-content {
        padding: calc((26 * 100vw) / 970) 0;
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron:not(.of-primary) .lp-jumbotron-content {
        flex-direction: column-reverse;
        padding: 26px 20px;
    }
}

.lp-jumbotron:not(.of-primary) .lp-jumbotron-body {
    text-align: center;
}

.lp-jumbotron:not(.of-primary) .lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron:not(.of-primary) .lp-jumbotron-image {
    width: 40px;
    margin-left: 25px;
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron:not(.of-primary) .lp-jumbotron-image {
        order: -1;
        margin: 0;
    }
}

.lp-jumbotron:not(.of-primary) .lp-jumbotron-image > img {
    position: relative;
    top: -12px;
    margin-top: -15px;
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron:not(.of-primary) .lp-jumbotron-image > img {
        top: 0;
        margin-top: 0;
    }
}

.lp-jumbotron:not(.of-primary) .lp-jumbotron-title {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 30px;
    font-weight: normal;
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron:not(.of-primary) .lp-jumbotron-title {
        text-align: center;
    }
}

.lp-jumbotron:not(.of-primary) .lp-jumbotron-title em {
    position: relative;
    bottom: -9px;
    font-size: 6rem;
    font-weight: normal;
    line-height: 1;
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron:not(.of-primary) .lp-jumbotron-title em {
        width: 100%;
        font-size: 3rem;
    }
}

.lp-jumbotron:not(.of-primary) .lp-jumbotron-title em.lp-utility-text-large {
    display: block;
    width: 100%;
    font-size: 6rem;
    line-height: 1;
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron:not(.of-primary) .lp-jumbotron-title em.lp-utility-text-large {
        width: 100%;
        font-size: 3rem;
    }
}

.lp-jumbotron:not(.of-primary) .lp-jumbotron-title em em {
    position: relative;
    bottom: -9px;
    font-size: 9rem;
    line-height: 1;
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron:not(.of-primary) .lp-jumbotron-title em em {
        bottom: -4px;
        width: 100%;
        font-size: 4.5rem;
    }
}

.lp-jumbotron:not(.of-primary) .lp-jumbotron-title .lp-jumbotron-series {
    display: block;
    width: 100%;
    font-size: 2rem;
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron:not(.of-primary) .lp-jumbotron-title .lp-jumbotron-series {
        font-size: 1.8rem;
    }
}

.lp-jumbotron:not(.of-primary) .lp-jumbotron-text {
    display: block;
    max-width: 350px;
    margin: 0 auto;
}

.lp-jumbotron:not(.of-primary) .lp-jumbotron-text.of-primary {
    min-width: 350px;
    max-width: 531px;
    margin: 0 0 15px;
    padding-bottom: 3px;
    border-bottom: solid 1px #ccc;
    line-height: 1;
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron:not(.of-primary) .lp-jumbotron-text.of-primary {
        min-width: inherit;
        padding-bottom: 5px;
    }
}

.lp-jumbotron.of-primary {
    background: #fff;
}

.lp-jumbotron.of-primary .lp-jumbotron-content {
    display: flex;
    max-width: 970px;
    margin: 0 auto;
    padding: 26px 0;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron.of-primary .lp-jumbotron-content {
        padding: calc((26 * 100vw) / 970) 0;
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron.of-primary .lp-jumbotron-content {
        flex-direction: column-reverse;
        padding: 26px 20px;
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-body {
    flex: 1;
    padding-left: 80px;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron.of-primary .lp-jumbotron-body {
        padding-left: calc((40 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron.of-primary .lp-jumbotron-body {
        flex: none;
        padding: 0;
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron.of-primary .lp-jumbotron-image {
    max-width: 480px;
    margin-right: 50px;
    margin-left: 75px;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron.of-primary .lp-jumbotron-image {
        margin-right: calc((50 * 100vw) / 970);
        margin-left: calc((75 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron.of-primary .lp-jumbotron-image {
        width: 100%;
        max-width: 20%;
        min-height: 0%;
        margin: 0 auto 24px;
        text-align: center;
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-titleGroup {
    margin-bottom: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron.of-primary .lp-jumbotron-titleGroup {
        margin-bottom: calc((10 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron.of-primary .lp-jumbotron-titleGroup {
        margin-bottom: 15px;
        text-align: center;
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-title {
    display: block;
    margin-bottom: 5px;
    font-size: 5rem;
    line-height: 1.2;
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron.of-primary .lp-jumbotron-title {
        margin-bottom: 10px;
        font-size: 3rem;
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-subtitle {
    display: block;
    margin-bottom: 10px;
    font-size: 2.6rem;
    line-height: 1.5;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron.of-primary .lp-jumbotron-subtitle {
        margin-bottom: calc((10 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron.of-primary .lp-jumbotron-subtitle {
        margin-bottom: 10px;
        font-size: 2rem;
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-text {
    margin-bottom: 24px;
}

.lp-section {
    background: #fff;
}

.lp-section.of-primary {
    overflow: hidden;
}

.lp-section.of-primary .lp-section-content {
    padding: 0;
}

.lp-section.of-secondary {
    background: #f4c01d;
}

.lp-section.of-secondary .lp-section-content {
    padding: 30px 0 50px;
}

@media only screen and (max-width: 969px) {
    .lp-section.of-secondary .lp-section-content {
        padding: calc((30 * 100vw) / 970) 20px calc((50 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-section.of-secondary .lp-section-content {
        padding: 35px 20px 30px;
    }
}

.lp-section > *:last-child {
    margin-bottom: 0;
}

.lp-section-content {
    max-width: 970px;
    margin: 0 auto;
    padding: 45px 0;
}

@media only screen and (max-width: 969px) {
    .lp-section-content {
        padding: calc((40 * 100vw) / 970) 20px;
    }
}

@media only screen and (max-width: 640px) {
    .lp-section-content {
        padding: 24px 20px;
    }
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-section-header {
    margin: 0 auto 20px;
    padding: 0 84px;
}

@media only screen and (max-width: 969px) {
    .lp-section-header {
        margin: 0 auto calc((20 * 100vw) / 970);
        padding: 0 20px;
    }
}

@media only screen and (max-width: 640px) {
    .lp-section-header {
        margin-bottom: 20px;
    }
}

.lp-section-header > *:last-child {
    margin-bottom: 0;
}

.lp-section-body {
    margin-bottom: 20px;
}

.lp-section-body > *:last-child {
    margin-bottom: 0;
}

.lp-section-body.of-primary {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    background: linear-gradient(90deg, #3eb8cd 0%, #3eb8cd 50%, #6356a3 50%, #6356a3 100%);
}

@media only screen and (max-width: 640px) {
    .lp-section-body.of-primary {
        padding: 0 20px;
        background: none;
    }
}

.lp-section-body.of-secondary {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    background: linear-gradient(90deg, #e45b83 0%, #e45b83 50%, #72be46 50%, #72be46 100%);
}

@media only screen and (max-width: 640px) {
    .lp-section-body.of-secondary {
        background: none;
    }
}

@media only screen and (max-width: 969px) {
    .lp-section-body.of-width-wide {
        margin: 0 -20px;
        padding: 20px;
        background: #fff;
    }
}

.lp-section-body.of-width-wide .lp-card {
    padding: 20px 80px;
}

@media only screen and (max-width: 640px) {
    .lp-section-body.of-width-wide .lp-card {
        padding: 20px;
    }
}

.lp-card {
    width: 100%;
    padding: 20px 25px;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
}

@media only screen and (max-width: 969px) {
    .lp-card {
        padding: calc((20 * 100vw) / 970) calc((25 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-card {
        padding: 20px 25px;
    }
}

.lp-card-header {
    margin-bottom: 14px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .lp-card-header {
        margin-bottom: 8px;
    }
}

.lp-card-header > *:last-child {
    margin-bottom: 0;
}

.lp-card-body > *:first-child {
    padding-top: 0;
}

.lp-card-body > *:last-child {
    margin-bottom: 0;
}

.lp-card-title {
    font-size: 2.6rem;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {
    .lp-card-title {
        font-size: 2rem;
    }
}

.lp-card-title em {
    display: block;
    font-size: 4rem;
    font-weight: normal;
}

@media only screen and (max-width: 767px) {
    .lp-card-title em {
        font-size: 2.8rem;
    }
}

.lp-card-text {
    text-align: center;
}

@media only screen and (max-width: 640px) {
    .lp-card-text {
        margin-bottom: 35px;
        font-size: 20px;
    }
}

.lp-cardApplication {
    width: 100%;
    padding: 25px;
    border: solid 10px #888;
    background: #fff;
}

@media only screen and (max-width: 969px) {
    .lp-cardApplication {
        padding: calc((25 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-cardApplication {
        padding: 13px;
        border: solid 5px #888;
    }
}

.lp-cardApplication > *:last-child {
    margin-bottom: 0;
}

.lp-cardApplication.of-primary {
    border: solid 10px #3eb8cd;
}

@media only screen and (max-width: 640px) {
    .lp-cardApplication.of-primary {
        border: solid 5px #3eb8cd;
    }
}

.lp-cardApplication.of-primary .lp-mediaApplication-title {
    color: #3eb8cd;
}

.lp-cardApplication.of-secondary {
    border: solid 10px #e66b33;
}

@media only screen and (max-width: 640px) {
    .lp-cardApplication.of-secondary {
        border: solid 5px #e66b33;
    }
}

.lp-cardApplication.of-secondary .lp-mediaApplication-title {
    color: #e66b33;
}

.lp-cardApplication.of-tertiary {
    border: solid 10px #6356a3;
}

@media only screen and (max-width: 640px) {
    .lp-cardApplication.of-tertiary {
        border: solid 5px #6356a3;
    }
}

.lp-cardApplication.of-tertiary .lp-mediaApplication-title {
    color: #6356a3;
}

.lp-cardApplication.of-quaternary {
    border: solid 10px #e45b83;
}

@media only screen and (max-width: 640px) {
    .lp-cardApplication.of-quaternary {
        border: solid 5px #e45b83;
    }
}

.lp-cardApplication.of-quaternary .lp-mediaApplication-title {
    color: #e45b83;
}

.lp-cardApplication.of-quinary {
    border: solid 10px #72be46;
}

@media only screen and (max-width: 640px) {
    .lp-cardApplication.of-quinary {
        border: solid 5px #72be46;
    }
}

.lp-cardApplication.of-quinary .lp-mediaApplication-title {
    color: #72be46;
}

.lp-card.of-width-wide {
    padding: 20px 80px;
}

@media only screen and (max-width: 969px) {
    .lp-card.of-width-wide {
        margin: 0 -20px;
        padding: 20px;
    }
}

.lp-step {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media only screen and (max-width: 969px) {
    .lp-step {
        width: 100%;
    }
}

.lp-step-column {
    position: relative;
    margin-bottom: 50px;
    padding: 25px 75px;
    border: solid 4px #3eb8cd;
}

@media only screen and (max-width: 969px) {
    .lp-step-column {
        padding: 23px 15px;
    }
}

@media only screen and (max-width: 640px) {
    .lp-step-column {
        width: 100%;
        min-width: auto;
        padding: 25px 10px;
    }
}

.lp-step-column::after {
    display: block;
    position: absolute;
    bottom: -75px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 30px 30px;
    border-style: solid;
    border-color: #9195a9 transparent transparent transparent;
    content: "";
}

.lp-step-column:last-child {
    margin-bottom: 0;
}

.lp-step-column:last-child::after {
    content: none;
}

.lp-step-caption {
    flex: 1 0 auto;
    min-width: 160px;
    margin-top: -32px;
    padding: 33px 12px 18px;
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
}

.lp-step-caption > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
    .lp-step-caption {
        min-width: 100%;
        padding: 33px 16px 18px;
        font-size: 2rem;
    }
}

@media only screen and (max-width: 640px) {
    .lp-step-caption {
        margin-top: -22px;
        padding: 23px 10px 8px;
        font-size: 1.4rem;
    }
}

.lp-step-caption.of-primary {
    background: #badc55;
}

.lp-step-caption.of-secondary {
    background: #ffba00;
}

.lp-step-caption.of-tertiary {
    background: #69d4ef;
}

.lp-step-image {
    position: relative;
    min-height: 0%;
}

.lp-media {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 969px) {
    .lp-media {
        padding-left: calc((10 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-media {
        flex-direction: column;
        padding-left: 0;
    }
}

.lp-media > *:last-child {
    margin-bottom: 0;
}

.lp-media-body {
    flex: 1;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

@media only screen and (max-width: 640px) {
    .lp-media-body {
        flex: none;
        flex-direction: column;
    }
}

.lp-media-image {
    max-width: 273px;
    min-height: 0%;
    margin-left: 20px;
}

@media only screen and (max-width: 969px) {
    .lp-media-image {
        max-width: calc((334 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-media-image {
        max-width: 70%;
        margin-bottom: 20px;
        margin-left: 0;
    }
}

.lp-media-title {
    display: block;
    margin-bottom: 20px;
    font-size: 4rem;
    line-height: 1.2;
}

.theme-KC .lp-media-title {
    font-size: 6rem;
}

@media only screen and (max-width: 640px) {
    .theme-KC .lp-media-title {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 640px) {
    .lp-media-title {
        font-size: 2.2rem;
    }
}

.lp-media-titleGroup {
    overflow: hidden;
}

.lp-media-titleGroup > *:last-child {
    margin-bottom: 0;
}

.lp-media-subtitle {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    font-size: 2.6rem;
    font-weight: normal;
    line-height: 1.2;
}

@media only screen and (max-width: 640px) {
    .lp-media-subtitle {
        font-size: 2.2rem;
    }
}

.lp-media-subtitle::after {
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 100%;
    min-width: 470px;
    height: 2px;
    transform: translateX(-50%);
    background: #7b6a39;
    content: "";
}

@media only screen and (max-width: 969px) {
    .lp-media-subtitle::after {
        min-width: calc((470 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-media-subtitle::after {
        min-width: auto;
    }
}

.lp-media-text {
    margin-bottom: 10px;
    font-size: 1.8rem;
}

@media only screen and (max-width: 969px) {
    .lp-media-text {
        margin-bottom: calc((10 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-media-text {
        margin-bottom: 8px;
        font-size: 1.6rem;
    }
}

.lp-media.of-row-reverse {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 640px) {
    .lp-media.of-row-reverse {
        flex-direction: column;
    }
}

.lp-media.of-row-reverse .lp-media-image {
    margin-right: 90px;
    margin-left: 0;
}

@media only screen and (max-width: 969px) {
    .lp-media.of-row-reverse .lp-media-image {
        margin-right: calc((65 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-media.of-row-reverse .lp-media-image {
        margin-right: 0;
    }
}

.lp-mediaFeature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

@media only screen and (max-width: 969px) {
    .lp-mediaFeature {
        padding-left: calc((10 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaFeature {
        flex-direction: column;
        padding-left: 0;
    }
}

.lp-mediaFeature > *:last-child {
    margin-bottom: 0;
}

.lp-mediaFeature-header {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 0%;
    margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
    .lp-mediaFeature-header {
        margin-bottom: 10px;
    }
}

.lp-mediaFeature-body {
    width: 100%;
    max-width: 550px;
}

.lp-mediaFeature-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaFeature-image {
    min-height: 0%;
}

@media only screen and (max-width: 969px) {
    .lp-mediaFeature-image {
        max-width: calc((334 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaFeature-image {
        width: 100%;
        max-width: 140px;
        margin: 0 auto;
    }
}

.lp-mediaFeature-image.of-margin-adjust > img {
    margin-bottom: -40px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaFeature-image.of-margin-adjust > img {
        margin-bottom: calc((-40 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaFeature-image.of-margin-adjust > img {
        margin-bottom: -30px;
    }
}

.lp-mediaFeature-title {
    margin-bottom: 20px;
    color: #3eb8cd;
    font-size: 2.6rem;
    line-height: 1.2;
}

@media only screen and (max-width: 640px) {
    .lp-mediaFeature-title {
        margin-bottom: 7px;
        font-size: 2.6rem;
    }
}

.theme-KC .lp-mediaFeature-title {
    color: #333;
}

.lp-mediaFeature-text {
    margin-bottom: 10px;
    font-size: 1.8rem;
}

@media only screen and (max-width: 969px) {
    .lp-mediaFeature-text {
        margin-bottom: calc((10 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaFeature-text {
        margin-bottom: 8px;
        font-size: 1.6rem;
    }
}

.lp-mediaFeature.of-row-reverse {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 640px) {
    .lp-mediaFeature.of-row-reverse {
        flex-direction: column;
    }
}

.lp-mediaFeature.of-row-reverse .lp-media-image {
    margin-right: 90px;
    margin-left: 0;
}

@media only screen and (max-width: 969px) {
    .lp-mediaFeature.of-row-reverse .lp-media-image {
        margin-right: calc((65 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaFeature.of-row-reverse .lp-media-image {
        margin-right: 0;
    }
}

.lp-mediaFlow:not(.of-primary) {
    display: flex;
    position: relative;
    width: 100%;
    margin-bottom: 25px;
    padding-top: 20px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaFlow:not(.of-primary) {
        flex-direction: column;
        align-items: center;
    }
}

.lp-mediaFlow:not(.of-primary)::after {
    display: block;
    position: absolute;
    bottom: -24px;
    left: 50%;
    width: 100%;
    height: 1px;
    transform: translateX(-50%);
    background: #333;
    content: "";
}

.lp-mediaFlow:not(.of-primary):last-child::after {
    content: none;
}

.lp-mediaFlow:not(.of-primary).of-column {
    flex-direction: column;
}

.lp-mediaFlow:not(.of-primary).of-column .lp-mediaFlow-image {
    padding-left: 0;
    text-align: center;
}

.lp-mediaFlow:not(.of-primary).of-column .lp-mediaFlow-body {
    flex: none;
}

.lp-mediaFlow:not(.of-primary).of-column .lp-mediaFlow-body > *:last-child {
    margin-bottom: 8px;
}

.lp-mediaFlow:not(.of-primary).of-margin-adjust {
    margin-bottom: 0;
}

.lp-mediaFlow:not(.of-primary) .lp-mediaFlow-body {
    flex: 1;
    width: 100%;
    text-align: initial;
}

@media only screen and (max-width: 969px) {
    .lp-mediaFlow:not(.of-primary) .lp-mediaFlow-body {
        flex: none;
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaFlow:not(.of-primary) .lp-mediaFlow-body {
        text-align: center;
    }
}

.lp-mediaFlow:not(.of-primary) .lp-mediaFlow-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaFlow:not(.of-primary) .lp-mediaFlow-image {
    max-width: 256px;
    min-height: 0%;
    padding-left: 40px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaFlow:not(.of-primary) .lp-mediaFlow-image {
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
        text-align: center;
    }
}

.lp-mediaFlow:not(.of-primary) .lp-mediaFlow-title {
    margin-bottom: 0;
    font-size: 2.6rem;
}

@media only screen and (max-width: 767px) {
    .lp-mediaFlow:not(.of-primary) .lp-mediaFlow-title {
        font-size: 2rem;
    }
}

.lp-mediaFlow:not(.of-primary) .lp-mediaFlow-title.of-primary {
    background: #badc55;
}

.lp-mediaFlow:not(.of-primary) .lp-mediaFlow-title.of-secondary {
    background: #ffba00;
}

.lp-mediaFlow:not(.of-primary) .lp-mediaFlow-title.of-tertiary {
    background: #69d4ef;
}

.lp-mediaFlow.of-primary {
    display: flex;
    align-items: center;
    width: 100%;
}

@media only screen and (max-width: 640px) {
    .lp-mediaFlow.of-primary {
        flex-direction: column;
        align-items: flex-start;
    }
}

.lp-mediaFlow.of-primary .lp-mediaFlow-body {
    flex: 1;
    width: 100%;
}

@media only screen and (max-width: 640px) {
    .lp-mediaFlow.of-primary .lp-mediaFlow-body {
        flex: none;
        margin-bottom: 25px;
    }
}

.lp-mediaFlow.of-primary .lp-mediaFlow-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaFlow.of-primary .lp-mediaFlow-image {
    max-width: 291px;
    min-height: 0%;
    padding-left: 30px;
}

@media only screen and (max-width: 640px) {
    .lp-mediaFlow.of-primary .lp-mediaFlow-image {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        text-align: center;
    }
}

.lp-mediaFlow.of-primary .lp-mediaFlow-title {
    margin-bottom: 0;
    color: #3eb8cd;
    font-size: 3.6rem;
    line-height: 1.2;
}

@media only screen and (max-width: 969px) {
    .lp-mediaFlow.of-primary .lp-mediaFlow-title {
        font-size: calc((36 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaFlow.of-primary .lp-mediaFlow-title {
        font-size: 3.6rem;
    }
}

.lp-mediaFlow.of-primary .lp-mediaFlow-title.of-primary {
    background: #badc55;
}

.lp-mediaFlow.of-primary .lp-mediaFlow-title.of-secondary {
    background: #ffba00;
}

.lp-mediaFlow.of-primary .lp-mediaFlow-title.of-tertiary {
    background: #69d4ef;
}

.lp-mediaApplication {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

.lp-mediaApplication-header {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
    .lp-mediaApplication-header {
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-end;
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaApplication-body {
        text-align: left;
    }
}

.lp-mediaApplication-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaApplication-title {
    margin-bottom: 0;
    font-size: 2.6rem;
}

@media only screen and (max-width: 640px) {
    .lp-mediaApplication-title {
        flex: 1;
        text-align: left;
    }
}

.theme-KC .lp-mediaApplication-title {
    font-size: 4rem;
}

@media only screen and (max-width: 640px) {
    .theme-KC .lp-mediaApplication-title {
        font-size: 2.8rem;
    }
}

.lp-mediaApplication-image {
    margin-bottom: 16px;
}

@media only screen and (max-width: 640px) {
    .lp-mediaApplication-image {
        width: 50px;
        margin-right: 10px;
        margin-bottom: 0;
    }
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

@media only screen and (max-width: 640px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
    }
}

.lp-mediaAsset-body {
    flex: 1;
    max-width: 640px;
}

@media only screen and (max-width: 640px) {
    .lp-mediaAsset-body {
        flex: none;
        width: 100%;
    }
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset-image {
    min-height: 0%;
    margin-right: 30px;
    margin-left: 85px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset-image {
        margin-right: calc((30 * 100vw) / 970);
        margin-left: calc((30 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaAsset-image {
        margin: 0 0 20px 0;
    }
}

.lp-mediaAsset-text {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.2;
}

@media only screen and (max-width: 640px) {
    .lp-mediaAsset-text {
        font-size: 2rem;
        text-align: center;
    }
}

.lp-extraSmallScreen-show {
    display: none;
}

@media only screen and (max-width: 640px) {
    .lp-extraSmallScreen-show {
        display: block;
    }
}

@media only screen and (max-width: 640px) {
    .lp-extraSmallScreen-hide {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .lp-extraSmallScreen-textAlign-center {
        text-align: center;
    }
}

.lp-utility-textColor-emphasis {
    color: #e72a32;
}

.utility-textAlign-center {
    text-align: center;
}
