@charset "UTF-8";

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #dc002f;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.2s;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

@media (hover: hover) {
    .lp-buttonConversion:hover {
        background-color: #c6002a;
    }
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.lp-buttonConversion-text {
    margin-right: 16px;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-buttonConversion-image > img {
    min-width: 42px;
    max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body,
.lp-buttonConversion.of-anchor .lp-buttonConversion-body,
.lp-buttonConversion.of-arrow .lp-buttonConversion-body,
.lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before,
.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before,
.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before,
.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #13778f;
}

@media (hover: hover) {
    .lp-buttonConversion.of-primary:hover {
        background-color: #116b81;
    }
}

.lp-buttonConversion.of-secondary {
    background: #0065bb;
}

@-webkit-keyframes fade1 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade1 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade2 {
    0% {
        height: 0;
        opacity: 0;
    }
    100% {
        height: 100%;
        opacity: 1;
    }
}

@keyframes fade2 {
    0% {
        height: 0;
        opacity: 0;
    }
    100% {
        height: 100%;
        opacity: 1;
    }
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -24px 0 60px -24px;
}

.lp-listButton.of-primary {
    justify-content: center;
}

@media only screen and (max-width: 969px) {
    .lp-listButton {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 32px;
    }
}

.lp-listButton > li {
    margin: 24px 0 0 24px;
}

.lp-listButton > li > *:last-child {
    margin-bottom: 0;
}

.lp-listButton > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.lp-jumbotron-content {
    display: flex;
    position: relative;
    max-width: calc(1600px + (20px * 2));
    margin: 0 auto;
    padding: 125px 20px 240px;
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-content {
        padding-top: 105px;
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        align-items: stretch;
        padding: 38px 20px 96px;
    }
}

.lp-jumbotron-body {
    z-index: 1;
    position: relative;
    max-width: 550px;
    margin-top: 40px;
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-body {
        margin-top: 0;
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-body {
        max-width: 100%;
        margin-top: 0;
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 32px;
    font-size: 2.6rem;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-title {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.51282)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-title {
        margin-bottom: 24px;
    }
}

.lp-jumbotron-title > em {
    display: block;
    margin-bottom: 32px;
    font-size: 6.4rem;
    font-weight: 600;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-title > em {
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (2.30769)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-title > em {
        margin-bottom: 8px;
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: 52px;
    text-align: center;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 32px;
    }
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-series {
    margin-bottom: 8px;
    font-size: 2rem;
    font-weight: 600;
    text-align: left;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-series {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.25641)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-series {
        text-align: center;
    }
}

.lp-jumbotron-seriesGroup {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-seriesGroup {
        flex-direction: column;
    }
}

.lp-jumbotron-seriesGroup > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-image {
    z-index: 1;
    position: relative;
    max-width: 100%;
    margin-left: 80px;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-image {
        max-width: calc((400 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron-image {
        margin-left: calc(5rem + ((1vw - 0.97rem) * (12.90323)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-image {
        max-width: calc((300 * 100vw) / 970);
        margin-left: calc((140 * 100vw) / 970);
    }
}

.lp-jumbotron-video {
    position: absolute;
    top: 0;
    right: -130px;
    width: 1152px;
    height: 648px;
    content: "";
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-video {
        right: calc(0rem + ((1vw - 1.366rem) * (-23.4657)));
        width: calc((1152 * 100vw) / 1920);
        height: calc((648 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-video {
        right: calc((-60 * 100vw) / 1366);
    }
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron-video {
        right: calc((-110 * 100vw) / 1280);
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-video {
        top: 0;
        right: -30px;
        width: 80%;
        height: auto;
    }
}

.lp-jumbotron-video::after {
    position: absolute;
    top: -37px;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-video::after {
        box-shadow: inset -55px 39px 24px 31px rgba(23, 30, 48, 0.8);
    }
}

.lp-jumbotron-video > .lp-video {
    mix-blend-mode: lighten;
}

.lp-label {
    display: inline-block;
    min-width: 70px;
    max-width: 200px;
    padding: 2px 10px;
    background-color: #e60012;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
}

@media only screen and (max-width: 1919px) {
    .lp-label {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.25641)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-label {
        min-width: 54px;
        padding: 2px 4px;
    }
}

.lp-label-outer {
    display: inline-flex;
    max-width: 100%;
    margin-right: 16px;
}

@media only screen and (max-width: 969px) {
    .lp-label-outer {
        margin-right: 0;
        margin-bottom: 8px;
    }
}

.lp-layout-container {
    z-index: 0;
    position: relative;
    overflow: hidden;
    background-color: #171e30;
    color: #efefef;
}

.lp-list {
    margin-bottom: 45px;
}

.lp-list > li {
    position: relative;
    padding-left: 16px;
    color: #efefef;
    text-align: left;
}

.lp-list > li::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 3px;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #efefef;
    content: "";
}

.lp-media {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

@media only screen and (max-width: 969px) {
    .lp-media {
        flex-direction: column-reverse;
        align-items: center;
    }
}

.lp-media-body {
    flex: 1;
}

@media only screen and (max-width: 969px) {
    .lp-media-body {
        text-align: center;
    }
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-title {
    margin-bottom: 32px;
    font-size: 3.8rem;
    font-weight: 600;
}

@media only screen and (max-width: 1365px) {
    .lp-media-title {
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (1.02564)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-media-title {
        margin-bottom: 16px;
    }
}

.lp-media-text {
    margin-bottom: 45px;
    font-size: 1.8rem;
}

@media only screen and (max-width: 1365px) {
    .lp-media-text {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.12821)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-media-text {
        margin-bottom: 32px;
    }
}

.lp-media-image {
    width: 770px;
    margin-left: 70px;
}

@media only screen and (max-width: 1365px) {
    .lp-media-image {
        width: calc((600 * 100vw) / 1280);
        margin-left: calc((70 * 100vw) / 1280);
    }
}

@media only screen and (max-width: 969px) {
    .lp-media-image {
        width: 100%;
        margin-bottom: 32px;
        margin-left: 0;
        text-align: center;
    }
}

.lp-media-video {
    width: 770px;
}

@media only screen and (max-width: 1365px) {
    .lp-media-video {
        width: calc((600 * 100vw) / 1280);
    }
}

@media only screen and (max-width: 969px) {
    .lp-media-video {
        width: 100%;
    }
}

.lp-media-videoOuter {
    position: relative;
    margin-left: 70px;
}

@media only screen and (max-width: 1365px) {
    .lp-media-videoOuter {
        margin-left: calc((70 * 100vw) / 1280);
    }
}

@media only screen and (max-width: 969px) {
    .lp-media-videoOuter {
        margin-bottom: 32px;
        margin-left: 0;
    }
}

.lp-media-videoOuter > *:last-child {
    margin-bottom: 0;
}

.lp-media.of-primary {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 969px) {
    .lp-media.of-primary {
        flex-direction: column-reverse;
    }
}

.lp-media.of-primary .lp-media-image {
    margin-right: 70px;
    margin-left: 0;
}

@media only screen and (max-width: 1279px) {
    .lp-media.of-primary .lp-media-image {
        margin-right: calc((70 * 100vw) / 1280);
    }
}

@media only screen and (max-width: 969px) {
    .lp-media.of-primary .lp-media-image {
        margin-right: 0;
    }
}

.lp-media.of-primary .lp-media-videoOuter {
    margin-right: 70px;
    margin-left: 0;
}

@media only screen and (max-width: 1279px) {
    .lp-media.of-primary .lp-media-videoOuter {
        margin-right: calc((70 * 100vw) / 1280);
    }
}

@media only screen and (max-width: 969px) {
    .lp-media.of-primary .lp-media-videoOuter {
        margin-right: 0;
    }
}

.lp-media.of-asset {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.lp-media.of-asset .lp-media-body {
    flex: none;
}

.lp-media.of-asset .lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media.of-asset .lp-media-title {
    margin-bottom: 32px;
    font-size: 4.8rem;
    font-weight: 600;
    text-align: center;
}

@media only screen and (max-width: 1279px) {
    .lp-media.of-asset .lp-media-title {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.53846)));
    }
}

.lp-media.of-asset .lp-media-image {
    width: 440px;
    margin-top: -140px;
    margin-left: 160px;
}

@media only screen and (max-width: 1279px) {
    .lp-media.of-asset .lp-media-image {
        width: calc((440 * 100vw) / 1280);
        margin-top: calc((-140 * 100vw) / 1280);
        margin-left: calc((160 * 100vw) / 1280);
    }
}

@media only screen and (max-width: 969px) {
    .lp-media.of-asset .lp-media-image {
        width: calc(18.4rem + ((1vw - 0.36rem) * (53.44262)));
        margin: 0 0 24px;
        text-align: center;
    }
}

@media screen and (min-width: 1024px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

.lp-largeScreen-hide {
    display: none;
}

@media only screen and (max-width: 969px) {
    .lp-largeScreen-hide {
        display: block;
    }
}

@media only screen and (max-width: 969px) {
    .lp-middleScreen-hide {
        display: none;
    }
}

@media only screen and (max-width: 969px) {
    .lp-smallScreen-hide {
        display: none;
    }
}

@media only screen and (max-width: 969px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

@media only screen and (max-width: 969px) {
    .lp-smallScreen-marginBottom-none {
        margin-bottom: 0;
    }
}

.lp-section-content {
    max-width: calc(1280px + (20px * 2));
    margin: 0 auto;
    padding: 0 20px 240px;
}

@media only screen and (max-width: 969px) {
    .lp-section-content {
        padding: 0 20px 96px;
    }
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-section.of-asset {
    background-color: #151515;
}

.lp-section.of-asset .lp-section-content {
    padding: 30px 20px;
}

@media only screen and (max-width: 969px) {
    .lp-section.of-asset .lp-section-content {
        padding: 24px 20px;
    }
}

.lp-section > *:last-child {
    margin-bottom: 0;
}

.lp-textScroll {
    visibility: visible;
    z-index: 500;
    position: fixed;
    right: 34px;
    bottom: 120px;
    padding-bottom: 33px;
    color: #efefef;
    font-size: 1.4rem;
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
}

@media only screen and (max-width: 1365px) {
    .lp-textScroll {
        right: 18px;
    }
}

@media only screen and (max-width: 969px) {
    .lp-textScroll {
        display: none;
    }
}

.lp-textScroll.is-hide {
    visibility: hidden;
    opacity: 0;
}

.lp-textScroll span {
    display: inline-flex;
    position: relative;
    transform: rotate(90deg);
}

.lp-textScroll span::after {
    position: absolute;
    bottom: 7px;
    left: 63px;
    width: 50px;
    height: 4px;
    transform: skew(45deg);
    border-right: solid 1px #efefef;
    border-bottom: solid 1px #efefef;
    content: "";
}

.theme-KC .lp-jumbotron-title,
.theme-KW .lp-jumbotron-title {
    font-size: 2.4rem;
}

@media only screen and (max-width: 1919px) {
    .theme-KC .lp-jumbotron-title,
    .theme-KW .lp-jumbotron-title {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.51282)));
    }
}

.theme-KC .lp-jumbotron-title > em,
.theme-KW .lp-jumbotron-title > em {
    font-size: 6rem;
}

@media only screen and (max-width: 1919px) {
    .theme-KC .lp-jumbotron-title > em,
    .theme-KW .lp-jumbotron-title > em {
        font-size: calc(2.6rem + ((1vw - 0.36rem) * (2.30769)));
    }
}

.theme-KC .lp-jumbotron-series,
.theme-KW .lp-jumbotron-series {
    font-size: 1.8rem;
}

@media only screen and (max-width: 1919px) {
    .theme-KC .lp-jumbotron-series,
    .theme-KW .lp-jumbotron-series {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.12821)));
    }
}

.theme-KC .lp-label,
.theme-KW .lp-label {
    font-size: 1.6rem;
}

@media only screen and (max-width: 1919px) {
    .theme-KC .lp-label,
    .theme-KW .lp-label {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.12821)));
    }
}

.theme-KC .lp-media-title,
.theme-KW .lp-media-title {
    font-size: 3.6rem;
}

@media only screen and (max-width: 1365px) {
    .theme-KC .lp-media-title,
    .theme-KW .lp-media-title {
        font-size: calc(2rem + ((1vw - 0.36rem) * (1.02564)));
    }
}

.theme-KC .lp-media-text,
.theme-KW .lp-media-text {
    font-size: 1.6rem;
}

.theme-KC .lp-media.of-asset .lp-media-title,
.theme-KW .lp-media.of-asset .lp-media-title {
    font-size: 4.6rem;
}

@media only screen and (max-width: 1279px) {
    .theme-KC .lp-media.of-asset .lp-media-title,
    .theme-KW .lp-media.of-asset .lp-media-title {
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (1.53846)));
    }
}

.theme-KC .lp-textScroll,
.theme-KW .lp-textScroll {
    font-size: 1.2rem;
}

.theme-KC .lp-list > li,
.theme-KW .lp-list > li {
    font-size: 1.6rem;
}

.theme-KD .lp-jumbotron-title,
.theme-KIB:lang(de) .lp-jumbotron-title {
    margin-bottom: 24px;
    font-size: 2.4rem;
}

@media only screen and (max-width: 1919px) {
    .theme-KD .lp-jumbotron-title,
    .theme-KIB:lang(de) .lp-jumbotron-title {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.38462)));
    }
}

.theme-KD .lp-jumbotron-title > em,
.theme-KIB:lang(de) .lp-jumbotron-title > em {
    margin-bottom: 16px;
    font-size: 5.8rem;
}

@media only screen and (max-width: 1919px) {
    .theme-KD .lp-jumbotron-title > em,
    .theme-KIB:lang(de) .lp-jumbotron-title > em {
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (1.92308)));
    }
}

.theme-KD .lp-jumbotron-titleGroup,
.theme-KIB:lang(de) .lp-jumbotron-titleGroup {
    margin-bottom: 32px;
}

.theme-KD .lp-jumbotron-content,
.theme-KIB:lang(de) .lp-jumbotron-content {
    padding-top: 100px;
}

@media only screen and (max-width: 969px) {
    .theme-KD .lp-jumbotron-content,
    .theme-KIB:lang(de) .lp-jumbotron-content {
        padding-top: 38px;
    }
}

@media only screen and (max-width: 1279px) {
    .theme-KD .lp-jumbotron-body,
    .theme-KIB:lang(de) .lp-jumbotron-body {
        max-width: 470px;
    }
}

@media only screen and (max-width: 969px) {
    .theme-KD .lp-jumbotron-body,
    .theme-KIB:lang(de) .lp-jumbotron-body {
        max-width: 100%;
    }
}

.theme-KD .lp-media.of-asset .lp-media-title,
.theme-KIB:lang(de) .lp-media.of-asset .lp-media-title {
    font-size: 4rem;
}

@media only screen and (max-width: 1919px) {
    .theme-KD .lp-media.of-asset .lp-media-title,
    .theme-KIB:lang(de) .lp-media.of-asset .lp-media-title {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.59046)));
    }
}

.theme-KIB:lang(pl) .lp-jumbotron-title > em {
    font-size: 5.6rem;
}

@media only screen and (max-width: 1919px) {
    .theme-KIB:lang(pl) .lp-jumbotron-title > em {
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (1.79487)));
    }
}

@media only screen and (max-width: 969px) {
    .theme-KIB:lang(pl) .lp-jumbotron-title > em {
        margin-bottom: 8px;
    }
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-right {
    text-align: right;
}

.lp-utility-textAlign-left {
    text-align: left;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-marginBottom-small {
    margin-bottom: 16px;
}

.lp-video {
    display: block;
    width: 100%;
    height: 100%;
}

.lp-video-button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: #000;
}

.lp-video-button::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20d%3D%22M15%2C1.5A13.5%2C13.5%2C0%2C0%2C0%2C5.454%2C24.546%2C13.5%2C13.5%2C0%2C1%2C0%2C24.546%2C5.454%2C13.412%2C13.412%2C0%2C0%2C0%2C15%2C1.5M15%2C0A15%2C15%2C0%2C1%2C1%2C0%2C15%2C15%2C15%2C0%2C0%2C1%2C15%2C0Z%22%20fill%3D%22%23fff%22%2F%3E%3Cg%20transform%3D%22translate(10.5%2010.5)%22%3E%3Crect%20width%3D%223%22%20height%3D%229.75%22%20transform%3D%22translate(6)%22%20fill%3D%22%23fff%22%2F%3E%3Crect%20width%3D%223%22%20height%3D%229.75%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        no-repeat center;
    content: "";
}

.lp-video-button.is-paused::before {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20d%3D%22M15%2C1.5A13.5%2C13.5%2C0%2C0%2C0%2C5.454%2C24.546%2C13.5%2C13.5%2C0%2C1%2C0%2C24.546%2C5.454%2C13.412%2C13.412%2C0%2C0%2C0%2C15%2C1.5M15%2C0A15%2C15%2C0%2C1%2C1%2C0%2C15%2C15%2C15%2C0%2C0%2C1%2C15%2C0Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M4.875%2C0%2C9.75%2C8.25H0Z%22%20transform%3D%22translate(20.25%2010.5)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E")
        no-repeat center;
}

.lp-video-buttonText {
    position: absolute;
    left: -500%;
    white-space: nowrap;
}

.section:has(.theme-noForm):has(~ #LoginForm),
.section:has(.theme-noForm) ~ #LoginForm > *:only-child:not(:has(*)) {
  margin-bottom: 0;
}

