<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.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 &gt; 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;
}

.lp-buttonConversion.of-secondary {
    background: #1a90db;
}

.lp-section-content, .lp-figure, .lp-textPhoneLink {
    margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
    .lp-section-content, .lp-figure, .lp-textPhoneLink {
        margin-bottom: calc(1.6rem + ((1vw - 0.767rem) * (3.11284)));
    }
}

@media screen and (max-width: 360px) {
    .lp-section-content, .lp-figure, .lp-textPhoneLink {
        margin-bottom: 16px;
    }
}

.lp-layout-header-content &gt; *:last-child, .lp-layout-header-utilityGroup &gt; *:last-child, .lp-layout-header-utilityList &gt; *:last-child, .lp-layout-header-utilityList &gt; li &gt; *:last-child, .lp-layout-footer-body &gt; *:last-child, .lp-navigationSeries &gt; *:last-child, .lp-jumbotron-body &gt; *:last-child, .lp-jumbotron-titleGroup &gt; *:last-child, .lp-layout-main &gt; *:last-child, .lp-section &gt; *:last-child, .lp-section-content &gt; *:last-child, .lp-figure &gt; *:last-child, .lp-mediaAsset &gt; *:last-child, .lp-mediaAsset-body &gt; *:last-child, .lp-textPhoneLink &gt; *:last-child, .lp-layout-grid &gt; .lp-layout-grid-column &gt; *:last-child {
    margin-bottom: 0;
}

.theme-KT .lp-jumbotron-title {
    margin-bottom: 16px;
    line-height: 1.4;
}

.theme-KT .lp-jumbotron-titleGroup {
    line-height: 1.4;
}

.theme-KT .lp-jumbotron-seriesName {
    margin-top: 8px;
}

.theme-KT .lp-label {
    padding: 4px 16px;
    font-size: 1.8rem;
    line-height: 1.4;
}

.theme-KT .lp-label-outer {
    margin-top: 8px;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    .theme-KT .lp-label-outer {
        padding-top: 3px;
    }
}

.theme-KT .lp-mediaAsset-text {
    line-height: 1.5;
}

.theme-KD .lp-mediaAsset-text,
html:lang(de) .lp-mediaAsset-text {
    font-size: 4.2rem;
}

@media screen and (max-width: 1240px) {
    .theme-KD .lp-mediaAsset-text,
    html:lang(de) .lp-mediaAsset-text {
        font-size: calc(3rem + ((1vw - 0.767rem) * (2.537)));
    }
}

@media screen and (max-width: 767px) {
    .theme-KD .lp-mediaAsset-text,
    html:lang(de) .lp-mediaAsset-text {
        font-size: calc(2.6rem + ((1vw - 0.36rem) * (0.9828)));
    }
}

.theme-KC .lp-jumbotron-title,
.theme-KW .lp-jumbotron-title,
.theme-KK .lp-jumbotron-title {
    line-height: 1.4;
}

.theme-KC .lp-layout-header-logo {
    min-width: 231px;
}

@media screen and (max-width: 767px) {
    .theme-KC .lp-layout-header-logo {
        min-width: 209px;
    }
}

.theme-KC .lp-layout-header-logo img {
    width: 231px !important;
    height: 28px;
}

@media screen and (max-width: 767px) {
    .theme-KC .lp-layout-header-logo img {
        width: 209px;
        height: 20px;
    }
}

.lp-icon {
    fill: #333;
    width: 3.8rem;
    height: 3.8rem;
    vertical-align: middle;
}

.lp-layout-container {
    margin: 0 auto;
    overflow: hidden;
}

.lp-layout-header {
    width: 100%;
    margin: auto;
    padding: 23px 0;
}

@media screen and (max-width: 767px) {
    .lp-layout-header {
        padding: 20px 0;
    }
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    max-width: 1300px;
    margin: auto;
    padding: 0 30px;
    justify-content: space-between;
}

.lp-layout-header-logo {
    min-width: 157px;
    margin: 0;
    line-height: 1;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .lp-layout-header-logo {
        margin: auto;
    }
}

.lp-layout-header-logo img {
    width: 157px;
    height: 28px;
}

@media screen and (max-width: 767px) {
    .lp-layout-header-logo img {
        width: 112px;
        height: 20px;
    }
}

.lp-layout-header-utilityGroup {
    display: flex;
    justify-content: flex-end;
    margin-left: 30px;
}

.lp-layout-header-utilityList {
    display: flex;
    align-items: center;
    margin: -16px 0 16px -16px;
}

.lp-layout-header-utilityList &gt; li {
    width: 100%;
    margin-top: 16px;
    padding-left: 16px;
}

.AutoPhoneCall {
    color: #333;
    text-decoration: none;
}

.lp-layout-footer {
    padding: 32px 0;
    background-color: #2f3745;
}

.lp-layout-footer-content {
    max-width: 1300px;
    margin: auto;
    padding: 0 30px;
}

.lp-layout-footer-body {
    width: 100%;
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 1.4rem;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .lp-layout-footer-list {
        flex-direction: column;
    }
}

.lp-layout-footer-list &gt; li {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .lp-layout-footer-list &gt; li {
        width: 100%;
    }
}

.lp-layout-footer-list &gt; li &gt; a {
    color: #ccc;
    text-decoration: none;
}

.lp-layout-footer-list &gt; li + li {
    position: relative;
    margin-left: 16px;
    padding-left: 16px;
}

@media screen and (max-width: 767px) {
    .lp-layout-footer-list &gt; li + li {
        margin-left: 0;
        padding-left: 0;
    }
}

.lp-layout-footer-list &gt; li + li::before {
    position: absolute;
    top: 50%;
    left: 0;
    height: 20px;
    transform: translateY(-50%);
    border-left: 1px solid #ccc;
    content: "";
}

@media screen and (max-width: 767px) {
    .lp-layout-footer-list &gt; li + li::before {
        content: none;
    }
}

.lp-layout-footer-list &gt; li &gt; ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .lp-layout-footer-list &gt; li &gt; ul {
        margin-bottom: 4px;
    }
}

.lp-layout-footer-list &gt; li &gt; ul &gt; li &gt; a {
    color: #ccc;
    text-decoration: none;
}

.lp-layout-footer-list &gt; li &gt; ul &gt; li + li {
    position: relative;
    margin-left: 16px;
    padding-left: 16px;
}

.lp-layout-footer-list &gt; li &gt; ul &gt; li + li::before {
    position: absolute;
    top: 50%;
    left: 0;
    height: 20px;
    transform: translateY(-50%);
    border-left: 1px solid #ccc;
    content: "";
}

@media screen and (max-width: 767px) {
    .lp-layout-footer-copyright {
        width: 100%;
    }
}

.lp-navigationSeries {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 1300px;
    margin: auto;
    padding: 0 30px;
}

.lp-navigationSeries-outer {
    padding: 16px 0;
    background-color: #efefef;
}

.lp-navigationSeries-linkList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -8px 0 16px -36px;
}

.lp-navigationSeries-linkList &gt; li {
    position: relative;
    margin-top: 8px;
    padding-left: 36px;
}

.lp-navigationSeries-linkList &gt; li::after {
    position: absolute;
    top: 50%;
    left: 24px;
    width: 5px;
    height: 5px;
    transform: rotate(315deg) translateY(-50%);
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    content: "";
}

.lp-navigationSeries-linkList &gt; li &gt; a {
    color: #666;
    text-decoration: none;
}

.lp-jumbotron {
    background-image: url("../../img/landing_page/vr-6000_pr/vr-6000_ws_157128_pr_bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron {
        background-position: center calc(-20rem + ((1vw - 0.36rem) * (19.57831)));
    }
}

.lp-jumbotron-content {
    display: flex;
    max-width: 1300px;
    margin: auto;
    padding: 48px 30px 36px;
}

@media screen and (max-width: 1240px) {
    .lp-jumbotron-content {
        padding: calc(2.4rem + ((1vw - 0.36rem) * (2.72727))) calc(2rem + ((1vw - 0.36rem) * (1.13636))) 36px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-content {
        flex-direction: column;
        align-items: center;
    }
}

.lp-jumbotron-content.of-row-reverse {
    flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-content.of-row-reverse {
        flex-direction: column-reverse;
        align-items: center;
    }
}

.lp-jumbotron-content.of-row-reverse .lp-jumbotron-image {
    margin-right: 44px;
    margin-left: 0;
}

@media screen and (max-width: 1240px) {
    .lp-jumbotron-content.of-row-reverse .lp-jumbotron-image {
        width: calc(32rem + ((1vw - 0.36rem) * (31.81818)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-content.of-row-reverse .lp-jumbotron-image {
        margin-right: 0;
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (1.20482)));
    }
}

.lp-jumbotron-body {
    flex: 1;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-body {
        flex: auto;
    }
}

.lp-jumbotron-image {
    max-width: 600px;
    min-height: 0%;
    margin-left: 44px;
}

@media screen and (max-width: 1240px) {
    .lp-jumbotron-image {
        width: calc(32rem + ((1vw - 0.36rem) * (31.81818)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-image {
        margin-top: calc(3.2rem + ((1vw - 0.36rem) * (1.20482)));
        margin-left: 0;
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: 24px;
    font-weight: 600;
    line-height: 1.3;
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 16px;
    font-size: 4.2rem;
    line-height: 1.25;
}

@media screen and (max-width: 1240px) {
    .lp-jumbotron-title {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (2.04545)));
    }
}

.lp-jumbotron-title.of-primary {
    font-size: 4.4rem;
}

@media screen and (max-width: 1240px) {
    .lp-jumbotron-title.of-primary {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (2.27273)));
    }
}

.lp-jumbotron-title.lp-largeScreen-paddingTop-primary {
    padding-top: 36px;
}

@media screen and (max-width: 1280px) {
    .lp-jumbotron-title.lp-largeScreen-paddingTop-primary {
        padding-top: calc(3.2rem + ((1vw - 0.97rem) * (1.29032)));
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-title.lp-largeScreen-paddingTop-primary {
        padding-top: 0;
    }
}

.lp-jumbotron-seriesGroup {
    display: inline-block;
    margin-bottom: 24px;
    font-size: 2.2rem;
}

@media screen and (max-width: 1240px) {
    .lp-jumbotron-seriesGroup {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.68182)));
    }
}

.lp-jumbotron-seriesName {
    display: inline-block;
    margin-top: -6px;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-seriesName {
        display: block;
        margin-top: 0;
    }
}

.lp-jumbotron-series {
    display: block;
    font-weight: 500;
}

.lp-section {
    max-width: 1300px;
    margin: auto;
    padding: 56px 30px 40px;
}

@media screen and (max-width: 1240px) {
    .lp-section {
        padding: calc(2rem + ((1vw - 0.36rem) * (4.09091))) calc(2rem + ((1vw - 0.36rem) * (1.13636))) calc(2.8rem + ((1vw - 0.36rem) * (1.36364)));
    }
}

.lp-section.of-conversion {
    padding-top: 40px;
    padding-bottom: 80px;
}

@media screen and (max-width: 1240px) {
    .lp-section.of-conversion {
        padding-top: calc(2.8rem + ((1vw - 0.36rem) * (1.36364)));
        padding-bottom: calc(4rem + ((1vw - 0.36rem) * (4.54545)));
    }
}

.lp-figure {
    width: 100%;
    max-width: 600px;
}

.lp-figure-caption {
    max-width: 600px;
    padding: 8px 24px;
    border-left: 2px solid #a3aaaf;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.4;
}

@media screen and (max-width: 1240px) {
    .lp-figure-caption {
        padding: 8px calc(1.6rem + ((1vw - 0.36rem) * (0.90909)));
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.90909)));
    }
}

.lp-figure-image, .lp-figureFadeAnimation {
    min-height: 0%;
    margin-top: 16px;
}

@media screen and (max-width: 1240px) {
    .lp-figure-image, .lp-figureFadeAnimation {
        margin-top: calc(0.8rem + ((1vw - 0.36rem) * (0.90909)));
    }
}

.lp-figure.of-column-reverse {
    display: flex;
    flex-direction: column-reverse;
}

.lp-figure.of-column-reverse .lp-figure-image,
.lp-figure.of-column-reverse .lp-figureFadeAnimation {
    margin-top: 0;
    margin-bottom: 16px;
}

@media screen and (max-width: 1240px) {
    .lp-figure.of-column-reverse .lp-figure-image,
    .lp-figure.of-column-reverse .lp-figureFadeAnimation {
        margin-bottom: calc(0.8rem + ((1vw - 0.36rem) * (0.90909)));
    }
}

.lp-figureFadeAnimation {
    position: relative;
}

.lp-figureFadeAnimation-image {
    min-height: 0%;
}

.lp-figureFadeAnimation-imageGroup {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 37.837%;
}

[data-script-enabled="true"] .lp-figureFadeAnimation-imageGroup.is-active .lp-figureFadeAnimation-image.of-primary {
    animation: fadeAnimation 0.5s 0.4s 1 forwards;
}

[data-script-enabled="true"] .lp-figureFadeAnimation-imageGroup.is-active .lp-figureFadeAnimation-image.of-secondary {
    animation: fadeAnimation 0.5s 1.2s 1 forwards;
}

[data-script-enabled="true"] .lp-figureFadeAnimation-imageGroup.is-active .lp-figureFadeAnimation-image.of-tertiary {
    animation: fadeAnimation 0.5s 2s 1 forwards;
}

[data-script-enabled="true"] .lp-figureFadeAnimation-image.of-primary,
[data-script-enabled="true"] .lp-figureFadeAnimation-image.of-secondary,
[data-script-enabled="true"] .lp-figureFadeAnimation-image.of-tertiary {
    position: relative;
    width: calc(100% / 3);
    height: 0;
    overflow: hidden;
    opacity: 0;
}

[data-script-enabled="true"] .lp-figureFadeAnimation-image.of-primary::after,
[data-script-enabled="true"] .lp-figureFadeAnimation-image.of-secondary::after,
[data-script-enabled="true"] .lp-figureFadeAnimation-image.of-tertiary::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
}

.lp-figureFadeAnimation-image.of-primary, .lp-figureFadeAnimation-image.of-secondary, .lp-figureFadeAnimation-image.of-tertiary {
    position: relative;
    width: calc(100% / 3);
    overflow: hidden;
}

.lp-figureFadeAnimation-image.of-primary::after, .lp-figureFadeAnimation-image.of-secondary::after, .lp-figureFadeAnimation-image.of-tertiary::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
}

.lp-figureFadeAnimation-image.of-primary::after {
    background-image: url("../../img/landing_page/vr-6000_pr/vr-6000_ws_157128_pr_img_02_02.png");
}

.lp-figureFadeAnimation-image.of-secondary::after {
    background-image: url("../../img/landing_page/vr-6000_pr/vr-6000_ws_157128_pr_img_02_03.png");
}

.lp-figureFadeAnimation-image.of-tertiary::after {
    background-image: url("../../img/landing_page/vr-6000_pr/vr-6000_ws_157128_pr_img_02_04.png");
}

@keyframes fadeAnimation {
    0% {
        height: 0;
        opacity: 0;
    }
    100% {
        height: 100%;
        opacity: 1;
    }
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    max-width: 850px;
    margin: 0 auto;
}

@media screen and (max-width: 1240px) {
    .lp-mediaAsset {
        max-width: calc(60rem + ((1vw - 0.767rem) * (52.85412)));
    }
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset {
        margin-bottom: 32px;
    }
}

.lp-mediaAsset-image {
    margin-right: 44px;
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset-image {
        margin-right: 0;
    }
}

.lp-mediaAsset-body {
    flex: 1;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset-body {
        flex: auto;
        width: 100%;
        margin-top: calc(1.6rem + ((1vw - 0.36rem) * (3.9312)));
        margin-right: 0;
    }
}

.lp-mediaAsset-text {
    margin-bottom: 32px;
    font-size: 5.6rem;
    line-height: 1.3;
}

@media screen and (max-width: 1240px) {
    .lp-mediaAsset-text {
        margin-bottom: 32px;
        font-size: calc(2.6rem + ((1vw - 0.36rem) * (3.40909)));
    }
}

.lp-textPhoneLink {
    width: 100%;
    text-align: center;
}

.lp-textPhoneLink-numberGroup {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .lp-textPhoneLink-numberGroup {
        flex-direction: column;
        justify-content: center;
    }
}

.lp-textPhoneLink-number {
    font-size: 2.4rem;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .lp-textPhoneLink-number {
        width: 100%;
    }
}

.lp-textPhoneLink-number &gt; a {
    cursor: default;
}

@media screen and (max-width: 767px) {
    .lp-textPhoneLink-notes {
        width: 100%;
        margin-bottom: 4px;
    }
}

.lp-textNote {
    display: inline-block;
    margin-top: 16px;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.4;
}

.lp-label {
    display: inline-block;
    padding: 2px 12px;
    color: #dc002f;
    font-size: 2.2rem;
    line-height: 1;
}

@media screen and (max-width: 1024px) {
    .lp-label {
        font-size: 1.6rem;
    }
}

.lp-label-outer {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 8px;
    border: 1px solid #dc002f;
    line-height: 1;
    vertical-align: top;
}

@media screen and (max-width: 1024px) {
    .lp-label-outer {
        margin-right: 0;
        margin-bottom: 4px;
    }
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -56px 0 24px -40px;
}

@media screen and (max-width: 1240px) {
    .lp-layout-grid {
        margin-top: calc(-4rem + ((1vw - 0.36rem) * (-1.81818)));
    }
}

.lp-layout-grid &gt; .lp-layout-grid-column {
    margin-top: 56px;
    padding-left: 40px;
}

@media screen and (max-width: 1240px) {
    .lp-layout-grid &gt; .lp-layout-grid-column {
        margin-top: calc(4rem + ((1vw - 0.36rem) * (1.81818)));
    }
}

.lp-layout-grid &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 100%;
}

.lp-layout-grid.of-column-2 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 50%;
}

.lp-layout-grid.of-column-3 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 33.33333%;
}

.lp-layout-grid.of-column-4 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 25%;
}

.lp-layout-grid.of-column-5 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 20%;
}

.lp-layout-grid.of-column-6 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 16.66667%;
}

.lp-layout-grid.of-column-7 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 14.28571%;
}

.lp-layout-grid.of-column-8 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 12.5%;
}

.lp-layout-grid.of-column-9 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 11.11111%;
}

.lp-layout-grid.of-column-10 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 10%;
}

.lp-layout-grid.of-column-11 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 9.09091%;
}

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 8.33333%;
}

.lp-layout-grid.of-column-2 &gt; .lp-layout-grid-column.of-column-2 {
    width: 100%;
}

.lp-layout-grid.of-column-3 &gt; .lp-layout-grid-column.of-column-2 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-3 &gt; .lp-layout-grid-column.of-column-3 {
    width: 100%;
}

.lp-layout-grid.of-column-4 &gt; .lp-layout-grid-column.of-column-2 {
    width: 50%;
}

.lp-layout-grid.of-column-4 &gt; .lp-layout-grid-column.of-column-3 {
    width: 75%;
}

.lp-layout-grid.of-column-4 &gt; .lp-layout-grid-column.of-column-4 {
    width: 100%;
}

.lp-layout-grid.of-column-5 &gt; .lp-layout-grid-column.of-column-2 {
    width: 40%;
}

.lp-layout-grid.of-column-5 &gt; .lp-layout-grid-column.of-column-3 {
    width: 60%;
}

.lp-layout-grid.of-column-5 &gt; .lp-layout-grid-column.of-column-4 {
    width: 80%;
}

.lp-layout-grid.of-column-5 &gt; .lp-layout-grid-column.of-column-5 {
    width: 100%;
}

.lp-layout-grid.of-column-6 &gt; .lp-layout-grid-column.of-column-2 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-6 &gt; .lp-layout-grid-column.of-column-3 {
    width: 50%;
}

.lp-layout-grid.of-column-6 &gt; .lp-layout-grid-column.of-column-4 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-6 &gt; .lp-layout-grid-column.of-column-5 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-6 &gt; .lp-layout-grid-column.of-column-6 {
    width: 100%;
}

.lp-layout-grid.of-column-7 &gt; .lp-layout-grid-column.of-column-2 {
    width: 28.57143%;
}

.lp-layout-grid.of-column-7 &gt; .lp-layout-grid-column.of-column-3 {
    width: 42.85714%;
}

.lp-layout-grid.of-column-7 &gt; .lp-layout-grid-column.of-column-4 {
    width: 57.14286%;
}

.lp-layout-grid.of-column-7 &gt; .lp-layout-grid-column.of-column-5 {
    width: 71.42857%;
}

.lp-layout-grid.of-column-7 &gt; .lp-layout-grid-column.of-column-6 {
    width: 85.71429%;
}

.lp-layout-grid.of-column-7 &gt; .lp-layout-grid-column.of-column-7 {
    width: 100%;
}

.lp-layout-grid.of-column-8 &gt; .lp-layout-grid-column.of-column-2 {
    width: 25%;
}

.lp-layout-grid.of-column-8 &gt; .lp-layout-grid-column.of-column-3 {
    width: 37.5%;
}

.lp-layout-grid.of-column-8 &gt; .lp-layout-grid-column.of-column-4 {
    width: 50%;
}

.lp-layout-grid.of-column-8 &gt; .lp-layout-grid-column.of-column-5 {
    width: 62.5%;
}

.lp-layout-grid.of-column-8 &gt; .lp-layout-grid-column.of-column-6 {
    width: 75%;
}

.lp-layout-grid.of-column-8 &gt; .lp-layout-grid-column.of-column-7 {
    width: 87.5%;
}

.lp-layout-grid.of-column-8 &gt; .lp-layout-grid-column.of-column-8 {
    width: 100%;
}

.lp-layout-grid.of-column-9 &gt; .lp-layout-grid-column.of-column-2 {
    width: 22.22222%;
}

.lp-layout-grid.of-column-9 &gt; .lp-layout-grid-column.of-column-3 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-9 &gt; .lp-layout-grid-column.of-column-4 {
    width: 44.44444%;
}

.lp-layout-grid.of-column-9 &gt; .lp-layout-grid-column.of-column-5 {
    width: 55.55556%;
}

.lp-layout-grid.of-column-9 &gt; .lp-layout-grid-column.of-column-6 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-9 &gt; .lp-layout-grid-column.of-column-7 {
    width: 77.77778%;
}

.lp-layout-grid.of-column-9 &gt; .lp-layout-grid-column.of-column-8 {
    width: 88.88889%;
}

.lp-layout-grid.of-column-9 &gt; .lp-layout-grid-column.of-column-9 {
    width: 100%;
}

.lp-layout-grid.of-column-10 &gt; .lp-layout-grid-column.of-column-2 {
    width: 20%;
}

.lp-layout-grid.of-column-10 &gt; .lp-layout-grid-column.of-column-3 {
    width: 30%;
}

.lp-layout-grid.of-column-10 &gt; .lp-layout-grid-column.of-column-4 {
    width: 40%;
}

.lp-layout-grid.of-column-10 &gt; .lp-layout-grid-column.of-column-5 {
    width: 50%;
}

.lp-layout-grid.of-column-10 &gt; .lp-layout-grid-column.of-column-6 {
    width: 60%;
}

.lp-layout-grid.of-column-10 &gt; .lp-layout-grid-column.of-column-7 {
    width: 70%;
}

.lp-layout-grid.of-column-10 &gt; .lp-layout-grid-column.of-column-8 {
    width: 80%;
}

.lp-layout-grid.of-column-10 &gt; .lp-layout-grid-column.of-column-9 {
    width: 90%;
}

.lp-layout-grid.of-column-10 &gt; .lp-layout-grid-column.of-column-10 {
    width: 100%;
}

.lp-layout-grid.of-column-11 &gt; .lp-layout-grid-column.of-column-2 {
    width: 18.18182%;
}

.lp-layout-grid.of-column-11 &gt; .lp-layout-grid-column.of-column-3 {
    width: 27.27273%;
}

.lp-layout-grid.of-column-11 &gt; .lp-layout-grid-column.of-column-4 {
    width: 36.36364%;
}

.lp-layout-grid.of-column-11 &gt; .lp-layout-grid-column.of-column-5 {
    width: 45.45455%;
}

.lp-layout-grid.of-column-11 &gt; .lp-layout-grid-column.of-column-6 {
    width: 54.54545%;
}

.lp-layout-grid.of-column-11 &gt; .lp-layout-grid-column.of-column-7 {
    width: 63.63636%;
}

.lp-layout-grid.of-column-11 &gt; .lp-layout-grid-column.of-column-8 {
    width: 72.72727%;
}

.lp-layout-grid.of-column-11 &gt; .lp-layout-grid-column.of-column-9 {
    width: 81.81818%;
}

.lp-layout-grid.of-column-11 &gt; .lp-layout-grid-column.of-column-10 {
    width: 90.90909%;
}

.lp-layout-grid.of-column-11 &gt; .lp-layout-grid-column.of-column-11 {
    width: 100%;
}

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column.of-column-2 {
    width: 16.66667%;
}

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column.of-column-3 {
    width: 25%;
}

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column.of-column-4 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column.of-column-5 {
    width: 41.66667%;
}

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column.of-column-6 {
    width: 50%;
}

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column.of-column-7 {
    width: 58.33333%;
}

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column.of-column-8 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column.of-column-9 {
    width: 75%;
}

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column.of-column-10 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column.of-column-11 {
    width: 91.66667%;
}

.lp-layout-grid.of-column-12 &gt; .lp-layout-grid-column.of-column-12 {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid[class*="of-column-"] &gt; .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid[class*="of-column-"] &gt; .lp-layout-grid-column[class*="of-column-"] {
        display: flex;
        justify-content: center;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.lp-smallScreen-column-2 &gt; .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-smallScreen-column-2 &gt; .lp-layout-grid-column[class*="of-column-"] {
        width: 50%;
    }
    .lp-layout-grid.lp-smallScreen-column-3 &gt; .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-smallScreen-column-3 &gt; .lp-layout-grid-column[class*="of-column-"] {
        width: 33.33333%;
    }
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -24px 0 24px -24px;
}

.lp-listButton &gt; li {
    display: flex;
    margin-top: 24px;
    padding-left: 24px;
}

.lp-listButton .lp-buttonConversion {
    display: inline-flex;
}

@media screen and (max-width: 767px) {
    .lp-smallScreen-hide {
        display: none;
    }
}

.lp-smallScreen-show {
    display: none;
}

@media screen and (max-width: 767px) {
    .lp-smallScreen-show {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-justifyContent-center {
        justify-content: center;
    }
}

.lp-utility-justifyContent-center {
    justify-content: center;
}

/*
for header text
*/
.lp-layout-header-textGroup &gt; * {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-largeScreen-hide {
        display: none;
    }
}

.lp-textPhoneLink.of-primary .lp-textPhoneLink-numberGroup {
    display: block;
}

.lp-textPhoneLink.of-primary .lp-textPhoneLink-notes {
    display: block;
    text-align: left;
}

.lp-textPhoneLink.of-primary .lp-textPhoneLink-number {
    font-size: 2rem;
}

  .lp-largeScreen-inlineBlock {
      display: inline-block;
  }

@media screen and (max-width: 1024px) {
  .lp-largeScreen-inlineBlock {
      display: block;
  }
}</pre></body></html>