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

@media (hover: hover) {
    .lp-buttonConversion.of-primary:hover {
        background-color: #116b81;
    }
}

.lp-buttonConversion.of-secondary {
    background: #0065bb;
}

.lp-navigationSeries {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1240px;
    margin: 20px auto;
    padding: 4px 10px;
    border: 2px solid #e5e5e5;
    color: #999;
}

div#MainContent .lp-navigationSeries {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: anywhere;
}

@media only screen and (max-width: 1279px) {
    .lp-navigationSeries {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries {
        flex-direction: column;
        align-items: center;
    }
}

.lp-navigationSeries-title {
    max-width: 600px;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.3;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title {
        width: 100%;
        max-width: none;
        margin-bottom: 3px;
        text-align: center;
    }
}

.lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title + .lp-navigationSeries-linkList {
        margin-left: -10px;
    }
}

div#MainContent .lp-navigationSeries-title {
    margin-bottom: 0;
    color: #999;
    font-size: 11px;
    line-height: 1.3;
    text-transform: none;
}

div#MainContent .lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-seriesNameText, .lp-navigationSeries-seriesText {
        display: block;
    }
}

.lp-navigationSeries-linkList {
    display: flex;
    flex-wrap: wrap;
    margin: -3px 0 0 -10px;
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList {
    margin: -3px 0 0 -10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-linkList {
        justify-content: center;
        width: 100%;
    }
}

.lp-navigationSeries-linkList &gt; li {
    display: flex;
    position: relative;
    margin-top: 3px;
    margin-left: 10px;
    background: none;
    font-size: 1.1rem;
    line-height: 1.3;
}

div#MainContent .lp-navigationSeries-linkList &gt; li {
    margin: 3px 0 0 10px;
    padding: 0;
    background: none;
    font-size: 11px;
}

.lp-navigationSeries-linkList &gt; li &gt; a {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 9px;
    color: #999;
    line-height: 1.3;
    text-decoration: none;
}

.lp-navigationSeries-linkList &gt; li &gt; a::before {
    display: block;
    position: absolute;
    top: 4px;
    left: -2px;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    content: "";
}

div#MainContent .lp-navigationSeries-linkList &gt; li &gt; a:link {
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList &gt; li &gt; a::before {
    top: 0.3em;
}

.lp-navigationSeries-linkList &gt; li &gt; a:hover, .lp-navigationSeries-linkList &gt; li &gt; a:focus {
    text-decoration: underline;
}

.lp-layout-grid &gt; .lp-layout-grid-column &gt; *:last-child, .lp-layout-container &gt; *:last-child, .lp-layout-header &gt; *:last-child, .lp-layout-header-content &gt; *:last-child, .lp-layout-header-utilityList &gt; li &gt; *:last-child, .lp-layout-footer &gt; *:last-child, .lp-layout-footer-content &gt; *:last-child, .lp-section &gt; *:last-child, .lp-section-content &gt; *:last-child, .lp-jumbotron-content &gt; *:last-child, .lp-jumbotron-body &gt; *:last-child, .lp-jumbotron-titleContent &gt; *:last-child, .lp-jumbotron-titleGroup &gt; *:last-child, .lp-jumbotron-series &gt; *:last-child, .lp-jumbotron-seriesGroup &gt; *:last-child, .lp-figure &gt; *:last-child, .lp-figure.of-secondary .lp-figure-body &gt; *:last-child, .lp-figureFadeInAnimation &gt; *:last-child, .lp-figureAnimation &gt; *:last-child, .lp-video &gt; *:last-child, .lp-media &gt; *:last-child, .lp-media-body &gt; *:last-child, .lp-mediaCountUp-body &gt; *:last-child, .lp-mediaConversion-content &gt; *:last-child, .lp-mediaConversion-body &gt; *:last-child, .lp-card-content &gt; *:last-child, .lp-listFeature &gt; li &gt; *:last-child, .lp-listSample &gt; li &gt; *:last-child, .lp-step &gt; *:last-child, .lp-step-outer &gt; *:last-child, .lp-step-header &gt; *:last-child, .lp-step-body &gt; *:last-child, .lp-step-column &gt; *:last-child, .lp-textPhone &gt; *:last-child, .lp-textPhone-body &gt; *:last-child, .lp-textPhone.of-primary .lp-textPhone-body &gt; *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-title, .lp-jumbotron-subtitle, .lp-headingLevel2, .lp-mediaConversion-text {
    font-family: minion-3-display, serif;
}

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

@media screen and (max-width: 1920px) {
    .lp-layout-grid {
        margin: calc(-4rem + ((1vw - 1.023rem) * (-0.89186))) 0 calc(4rem + ((1vw - 1.023rem) * (1.78372))) calc(-1.6rem + ((1vw - 1.023rem) * (-3.56745)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-layout-grid {
        margin: -40px 0 40px -16px;
    }
}

@media screen and (max-width: 1023px) {
    .lp-layout-grid.of-smallScreen-column-reverse {
        flex-direction: column-reverse;
    }
}

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

@media screen and (max-width: 1920px) {
    .lp-layout-grid &gt; .lp-layout-grid-column {
        margin-top: calc(4rem + ((1vw - 1.023rem) * (0.89186)));
        padding-left: calc(1.6rem + ((1vw - 1.023rem) * (3.56745)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-layout-grid &gt; .lp-layout-grid-column {
        margin-top: 40px;
        padding-left: 16px;
    }
}

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

.lp-layout-grid &gt; .lp-layout-grid-column.of-flex {
    display: flex;
    flex-wrap: wrap;
}

.lp-layout-grid &gt; .lp-layout-grid-column.of-flex &gt; * {
    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: 1023px) {
    .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-"] {
        width: 100%;
    }
}

@media screen and (max-width: 1023px) {
    .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-navigationSeries {
    margin: 8px auto;
    border: 0;
    color: #676767;
}

@media screen and (max-width: 1023px) {
    .lp-navigationSeries {
        margin-bottom: 18px;
    }
}

.lp-navigationSeries-linkList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -4px;
    margin-left: -16px;
}

.lp-navigationSeries-linkList &gt; li {
    display: flex;
    align-items: center;
    margin-top: 4px;
    margin-left: 16px;
    color: #676767;
    font-size: 1.3rem;
}

.lp-navigationSeries-linkList &gt; li &gt; a {
    padding-left: 0;
    color: #676767;
}

.lp-navigationSeries-linkList &gt; li &gt; a::before {
    display: none;
}

.lp-navigationSeries-linkList &gt; li::before {
    display: block;
    width: 1px;
    height: 16px;
    margin-right: 16px;
    border-left: 1px solid #676767;
    content: "";
}

.lp-navigationSeries-linkList &gt; li:first-child::before {
    display: none;
}

.lp-layout-container {
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 1023px) {
    .lp-layout-container {
        width: 100%;
        max-width: none;
    }
}

.lp-layout-container.of-jumbotron {
    margin-bottom: 120px;
}

@media screen and (max-width: 1365px) {
    .lp-layout-container.of-jumbotron {
        margin-bottom: calc(0rem + ((1vw - 1.023rem) * (35.08772)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-layout-container.of-jumbotron {
        margin-bottom: 0;
    }
}

.lp-layout-container.of-width-small {
    max-width: 1192px;
}

.lp-layout-container.of-width-small .lp-video {
    margin: 0 -124px 40px;
}

@media screen and (max-width: 1600px) {
    .lp-layout-container.of-width-small .lp-video {
        margin: 0 calc(0rem + ((1vw - 1.349rem) * (-49.40239))) 40px;
    }
}

@media screen and (max-width: 1349px) {
    .lp-layout-container.of-width-small .lp-video {
        margin: 0 0 40px;
    }
}

@media screen and (max-width: 1023px) {
    .lp-layout-container.of-width-small .lp-video {
        margin: 0 -100px 40px;
    }
}

@media screen and (max-width: 863px) {
    .lp-layout-container.of-width-small .lp-video {
        margin: 0 calc(0rem + ((1vw - 0.39rem) * (-21.14165))) 40px;
    }
}

@media screen and (max-width: 390px) {
    .lp-layout-container.of-width-small .lp-video {
        margin: 0 0 40px;
    }
}

.lp-layout-header.of-flex .lp-layout-header-content {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1023px) {
    .lp-layout-header.of-flex .lp-layout-header-content {
        flex-direction: column;
        align-items: center;
    }
}

.lp-layout-header-content {
    max-width: calc(1620px + (80px * 2));
    margin: 0 auto;
    padding: 26px 80px;
}

@media screen and (max-width: 1365px) {
    .lp-layout-header-content {
        max-width: calc(1204px + (80px * 2));
        padding: 26px calc(4rem + ((1vw - 1.023rem) * (11.69591)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-layout-header-content {
        max-width: calc(40rem + ((1vw - 0.39rem) * (57.34597)));
        padding: 20px;
    }
}

.lp-layout-header-utilityGroup {
    flex: 1;
    padding-left: 40px;
}

@media screen and (max-width: 1023px) {
    .lp-layout-header-utilityGroup {
        flex: none;
        padding-top: 24px;
        padding-left: 0;
    }
}

.lp-layout-header-utilityList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: -16px;
    margin-right: -24px;
}

@media screen and (max-width: 1023px) {
    .lp-layout-header-utilityList {
        flex-direction: column;
        justify-content: center;
        margin-right: 0;
    }
}

.lp-layout-header-utilityList &gt; li {
    margin-top: 16px;
    padding-right: 24px;
}

@media screen and (max-width: 1023px) {
    .lp-layout-header-utilityList &gt; li {
        padding-right: 0;
    }
}

.lp-layout-header-logo {
    display: block;
    margin-bottom: 0;
    line-height: 1;
}

@media screen and (max-width: 1023px) {
    .lp-layout-header-logo {
        min-height: 0%;
        text-align: center;
    }
}

.lp-layout-header-logo a {
    text-decoration: none;
}

.lp-layout-header-logo img {
    width: 138px;
}

@media screen and (max-width: 1023px) {
    .lp-layout-header-logo img {
        width: 91px;
    }
}

.lp-layout-footer {
    background-color: #f0eff1;
    color: #676767;
    font-size: 1.3rem;
}

.lp-layout-footer-content {
    max-width: calc(1620px + (80px * 2));
    margin: 0 auto;
    padding: 46px 80px 40px;
}

@media screen and (max-width: 1365px) {
    .lp-layout-footer-content {
        max-width: calc(1204px + (80px * 2));
        padding: calc(2rem + ((1vw - 1.023rem) * (5.84795))) calc(2rem + ((1vw - 1.023rem) * (17.54386)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-layout-footer-content {
        padding: 20px;
    }
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: -8px;
    margin-left: -32px;
}

.lp-layout-footer-list &gt; li {
    position: relative;
    margin-top: 8px;
    margin-left: 32px;
    line-height: 1.2;
}

.lp-layout-footer-list &gt; li::before {
    display: block;
    position: absolute;
    top: 50%;
    left: -16px;
    width: 1px;
    height: 15px;
    transform: translateY(-50%);
    background-color: #676767;
    content: "";
}

.lp-layout-footer-list &gt; li a {
    color: #676767;
    font-size: 1.3rem;
    line-height: 1;
    text-decoration: none;
}

.lp-layout-footer-list &gt; li a:hover, .lp-layout-footer-list &gt; li a:focus {
    text-decoration: underline;
}

.lp-layout-footer-list &gt; li:first-child::before {
    content: none;
}

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

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

.lp-section {
    display: flex;
    position: relative;
    padding: 120px 0;
}

@media screen and (max-width: 1365px) {
    .lp-section {
        padding: calc(4rem + ((1vw - 0.39rem) * (8.20513))) 0;
    }
}

@media screen and (max-width: 390px) {
    .lp-section {
        padding: 40px 0;
    }
}

.lp-section + .lp-section:last-child {
    padding-bottom: 50px;
}

.lp-section-content {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: calc(1440px + (80px * 2));
    margin: 0 auto;
    padding: 0 80px;
}

@media screen and (max-width: 1365px) {
    .lp-section-content {
        padding: 0 calc(4rem + ((1vw - 1.023rem) * (11.69591)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-section-content {
        padding: 0 calc(2rem + ((1vw - 0.39rem) * (28.43602)));
    }
}

@media screen and (max-width: 390px) {
    .lp-section-content {
        padding: 0 20px;
    }
}

.lp-section.of-primary {
    padding-bottom: 80px;
}

@media screen and (max-width: 1365px) {
    .lp-section.of-primary {
        padding-bottom: calc(7.9rem + ((1vw - 0.863rem) * (0.1992)));
    }
}

@media screen and (max-width: 863px) {
    .lp-section.of-primary {
        padding-bottom: 80px;
    }
}

.lp-jumbotron {
    margin-bottom: 32px;
}

.lp-jumbotron-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(1620px + (80px * 2));
    margin: 0 auto;
    padding: 0 80px;
}

@media screen and (max-width: 1365px) {
    .lp-jumbotron-content {
        padding: 0 calc(4rem + ((1vw - 1.023rem) * (11.69591)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        padding: 0 calc(2rem + ((1vw - 0.39rem) * (28.43602)));
    }
}

@media screen and (max-width: 390px) {
    .lp-jumbotron-content {
        padding: 0 20px;
    }
}

.lp-jumbotron-body {
    flex: 0 1 786px;
    padding: 115px 0 87px;
}

@media screen and (max-width: 1365px) {
    .lp-jumbotron-body {
        padding: calc(6.5rem + ((1vw - 1.023rem) * (14.61988))) 0 calc(4.3rem + ((1vw - 1.023rem) * (11.69591)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-jumbotron-body {
        flex: 0 0 auto;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
}

.lp-jumbotron-image {
    flex: 1 1 auto;
    align-self: center;
    max-width: 48.51852%;
    margin-left: 48px;
    padding-top: 27px;
}

@media screen and (max-width: 1365px) {
    .lp-jumbotron-image {
        margin-left: calc(2.4rem + ((1vw - 1.023rem) * (7.01754)));
        padding-top: calc(0rem + ((1vw - 1.023rem) * (7.89474)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-jumbotron-image {
        align-self: center;
        max-width: 60%;
        min-height: 0%;
        margin: 0 0 12px;
        padding-top: 0;
    }
}

@media screen and (max-width: 863px) {
    .lp-jumbotron-image {
        max-width: calc(25.8rem + ((1vw - 0.39rem) * (34.6723)));
    }
}

@media screen and (max-width: 390px) {
    .lp-jumbotron-image {
        max-width: 73.75%;
    }
}

.lp-jumbotron-titleContent {
    margin-bottom: 40px;
}

.lp-jumbotron-titleGroup {
    display: block;
    margin-bottom: 50px;
}

@media screen and (max-width: 1023px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 21px;
    }
}

.lp-jumbotron-series {
    flex: 0 1 auto;
    color: #364967;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3;
}

@media screen and (max-width: 1920px) {
    .lp-jumbotron-series {
        font-size: calc(1.6rem + ((1vw - 0.863rem) * (0.75686)));
    }
}

@media screen and (max-width: 863px) {
    .lp-jumbotron-series {
        font-size: 1.6rem;
        font-weight: normal;
        line-height: 1.5;
    }
}

.lp-jumbotron-seriesGroup {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.lp-jumbotron-seriesGroup &gt; .lp-label {
    max-width: 11.2rem;
    margin-right: 1.6rem;
}

@media screen and (max-width: 1023px) {
    .lp-jumbotron-seriesGroup {
        flex-direction: column;
        align-items: center;
    }
    .lp-jumbotron-seriesGroup &gt; .lp-label {
        margin-right: 0;
        margin-bottom: 8px;
    }
}

.lp-jumbotron-seriesName {
    display: inline-block;
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 9px;
    color: #364967;
    font-size: 8.2rem;
    line-height: 1.3;
}

@media screen and (max-width: 1920px) {
    .lp-jumbotron-title {
        font-size: calc(3.2rem + ((1vw - 0.39rem) * (3.26797)));
    }
}

@media screen and (max-width: 390px) {
    .lp-jumbotron-title {
        font-size: 3.2rem;
    }
}

.lp-jumbotron-title.of-text-small {
    font-size: 7.2rem;
}

@media screen and (max-width: 1920px) {
    .lp-jumbotron-title.of-text-small {
        font-size: calc(2.4rem + ((1vw - 0.39rem) * (3.13725)));
    }
}

@media screen and (max-width: 390px) {
    .lp-jumbotron-title.of-text-small {
        font-size: 2.4rem;
    }
}

.lp-jumbotron-subtitle {
    display: block;
    margin-bottom: 6px;
    color: #364967;
    font-size: 4.8rem;
    line-height: 1.2;
}

@media screen and (max-width: 1920px) {
    .lp-jumbotron-subtitle {
        font-size: calc(2.4rem + ((1vw - 0.39rem) * (1.56863)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-jumbotron-subtitle {
        font-weight: normal;
    }
}

@media screen and (max-width: 390px) {
    .lp-jumbotron-subtitle {
        font-size: 2.4rem;
    }
}

.lp-jumbotron-subtitle.of-text-small {
    font-size: 4rem;
}

@media screen and (max-width: 1920px) {
    .lp-jumbotron-subtitle.of-text-small {
        font-size: calc(2rem + ((1vw - 0.39rem) * (1.30719)));
    }
}

@media screen and (max-width: 390px) {
    .lp-jumbotron-subtitle.of-text-small {
        font-size: 2rem;
    }
}

.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 {
    padding-left: 50px;
}

.lp-buttonConversion.of-download::before .lp-buttonConversion-body, .lp-buttonConversion.of-anchor::before .lp-buttonConversion-body, .lp-buttonConversion.of-arrow::before .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry::before .lp-buttonConversion-body {
    left: 20px;
}

.lp-buttonConversion-body {
    padding: 9px 7px 9px 24px;
}

@media screen and (max-width: 1023px) {
    .lp-buttonConversion-body {
        padding: 11px 7px 12px 24px;
    }
}

.lp-headingLevel2 {
    margin-bottom: 28px;
    padding-top: 8px;
    color: #364967;
    font-size: 5.6rem;
    font-weight: normal;
    line-height: 1.2;
}

@media screen and (max-width: 1920px) {
    .lp-headingLevel2 {
        margin-bottom: calc(1.6rem + ((1vw - 0.39rem) * (0.78431)));
        font-size: calc(2.2rem + ((1vw - 0.39rem) * (2.22222)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-headingLevel2 {
        padding-top: 0;
        font-weight: bold;
    }
}

@media screen and (max-width: 390px) {
    .lp-headingLevel2 {
        margin-bottom: 16px;
        font-size: 2.2rem;
        line-height: 1.3;
    }
}

.lp-headingLevel2.of-text-small {
    font-size: 5rem;
}

@media screen and (max-width: 1920px) {
    .lp-headingLevel2.of-text-small {
        font-size: calc(2.2rem + ((1vw - 0.39rem) * (1.83007)));
    }
}

@media screen and (max-width: 390px) {
    .lp-headingLevel2.of-text-small {
        font-size: 2.2rem;
    }
}

.lp-headingLevel3 {
    margin-bottom: 44px;
    color: #364967;
    font-size: 4rem;
    font-weight: normal;
    line-height: 1.3;
}

@media screen and (max-width: 1365px) {
    .lp-headingLevel3 {
        margin-bottom: calc(2.4rem + ((1vw - 0.863rem) * (3.18725)));
        font-size: calc(2.4rem + ((1vw - 0.863rem) * (3.18725)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-headingLevel3 {
        font-weight: 600;
    }
}

@media screen and (max-width: 863px) {
    .lp-headingLevel3 {
        margin-bottom: 24px;
        font-size: 2.4rem;
        line-height: 1.22;
    }
}

.lp-text {
    margin-bottom: 40px;
    color: #676767;
    font-size: 1.8rem;
    line-height: 1.6;
}

@media screen and (max-width: 1920px) {
    .lp-text {
        margin-bottom: calc(1.6rem + ((1vw - 0.863rem) * (2.27058)));
        font-size: calc(1.5rem + ((1vw - 0.863rem) * (0.28382)));
    }
}

@media screen and (max-width: 863px) {
    .lp-text {
        margin-bottom: 16px;
        font-size: 1.5rem;
    }
}

.lp-figure {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 24px;
}

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

.lp-figure.of-primary .lp-figure-image {
    width: 100%;
    max-width: 360px;
    margin-right: 0;
}

@media screen and (max-width: 1365px) {
    .lp-figure.of-primary .lp-figure-image {
        max-width: calc(23.6rem + ((1vw - 0.39rem) * (12.71795)));
    }
}

@media screen and (max-width: 390px) {
    .lp-figure.of-primary .lp-figure-image {
        max-width: 236px;
    }
}

@media screen and (max-width: 1023px) {
    .lp-figure.of-secondary {
        flex-direction: row-reverse;
    }
}

.lp-figure.of-secondary .lp-figure-image {
    flex: 0 0 auto;
    width: 160px;
    margin-right: 24px;
}

@media screen and (max-width: 1365px) {
    .lp-figure.of-secondary .lp-figure-image {
        width: calc(8rem + ((1vw - 0.863rem) * (15.93625)));
    }
}

@media screen and (max-width: 863px) {
    .lp-figure.of-secondary .lp-figure-image {
        width: 80px;
    }
}

.lp-figure.of-secondary .lp-figure-image.of-shadow {
    -webkit-filter: drop-shadow(-16px 8px 16px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(-16px 8px 16px rgba(0, 0, 0, 0.16));
}

.lp-figure.of-secondary .lp-figure-caption {
    display: block;
    color: #364967;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
}

@media screen and (max-width: 1365px) {
    .lp-figure.of-secondary .lp-figure-caption {
        font-size: calc(1.6rem + ((1vw - 1.023rem) * (0.5848)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-figure.of-secondary .lp-figure-caption {
        margin-top: 0;
        font-size: 1.6rem;
    }
}

.lp-figure-caption {
    color: #364967;
    font-size: 2.4rem;
    font-weight: 600;
}

@media screen and (max-width: 1365px) {
    .lp-figure-caption {
        font-size: calc(1.6rem + ((1vw - 1.023rem) * (2.33918)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-figure-caption {
        margin-top: 8px;
        font-size: 1.6rem;
    }
}

.lp-figure-image {
    flex: 0 0 auto;
    max-width: 324px;
    margin-right: 16px;
}

@media screen and (max-width: 1365px) {
    .lp-figure-image {
        max-width: calc(23.6rem + ((1vw - 0.39rem) * (9.02564)));
        margin-right: calc(0.8rem + ((1vw - 1.023rem) * (2.33918)));
    }
}

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

@media screen and (max-width: 390px) {
    .lp-figure-image {
        max-width: 236px;
    }
}

.lp-figureFadeInAnimation {
    margin-bottom: 30px;
}

@media screen and (max-width: 1023px) {
    .lp-figureFadeInAnimation.of-imageSize-primary .lp-figureFadeInAnimation-image {
        max-width: calc(32rem + ((1vw - 0.39rem) * (35.703)));
    }
}

@media screen and (max-width: 390px) {
    .lp-figureFadeInAnimation.of-imageSize-primary .lp-figureFadeInAnimation-image {
        max-width: 320px;
    }
}

@media screen and (max-width: 1023px) {
    .lp-figureFadeInAnimation-image {
        max-width: calc(23.6rem + ((1vw - 0.39rem) * (13.90205)));
    }
}

@media screen and (max-width: 390px) {
    .lp-figureFadeInAnimation-image {
        max-width: 236px;
    }
}

.lp-figureFadeInAnimation-image.of-secondary, .lp-figureFadeInAnimation-image.of-tertiary {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.lp-figureFadeInAnimation-imageGroup {
    margin-inline: auto;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.lp-figureAnimation {
    position: relative;
    margin-bottom: 30px;
}

.lp-figureAnimation-image.of-septenary, .lp-figureAnimation-image.of-octonary, .lp-figureAnimation-image.of-novenary, .lp-figureAnimation-image.of-decenary {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.lp-video {
    position: relative;
    margin-bottom: 40px;
}

@media screen and (max-width: 1023px) {
    .lp-video {
        margin: 0 -100px 40px;
    }
}

@media screen and (max-width: 863px) {
    .lp-video {
        margin: 0 calc(0rem + ((1vw - 0.39rem) * (-21.14165))) 40px;
    }
}

@media screen and (max-width: 390px) {
    .lp-video {
        margin: 0 0 40px;
    }
}

.lp-video-content &gt; video {
    display: block;
    width: 100%;
}

.lp-video-button {
    display: none;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background-color: #f2f2f2;
}

@media screen and (max-width: 1023px) {
    .lp-video-button {
        width: 30px;
        height: 30px;
    }
}

.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%23160909%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%23160909%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
}

.lp-video-button::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg transform='translate(-1060 -501)'%3E%3Cpath d='M12,1A11,11,0,0,0,4.222,19.778,11,11,0,0,0,19.778,4.222,10.928,10.928,0,0,0,12,1m0-1A12,12,0,1,1,0,12,12,12,0,0,1,12,0Z' transform='translate(1060 501)' fill='%23160909'/%3E%3Crect width='2' height='8' transform='translate(1069 509)' fill='%23160909'/%3E%3Crect width='2' height='8' transform='translate(1073 509)' fill='%23160909'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
}

.lp-video-buttonText {
    position: absolute;
    left: 100%;
    white-space: nowrap;
}

@media screen and (max-width: 1023px) {
    .lp-media {
        margin-inline: auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 863px) {
    .lp-media {
        max-width: 448px;
    }
}

.lp-media.of-flex {
    display: flex;
    justify-content: center;
}

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

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

@media screen and (max-width: 1023px) {
    .lp-media.lp-smallScreen-column .lp-media-body {
        flex: none;
        width: 100%;
    }
}

@media screen and (max-width: 1023px) {
    .lp-media.lp-smallScreen-column-reverse {
        flex-direction: column-reverse;
        align-items: center;
    }
}

@media screen and (max-width: 1023px) {
    .lp-media.lp-smallScreen-column-reverse .lp-media-body {
        flex: none;
        width: 100%;
    }
}

.lp-media-body {
    padding-top: 12px;
}

@media screen and (max-width: 1023px) {
    .lp-media-body {
        padding-top: 0;
    }
}

.lp-media-image {
    width: 100%;
    max-width: 820px;
    margin-right: 48px;
}

@media screen and (max-width: 1920px) {
    .lp-media-image {
        max-width: calc(32rem + ((1vw - 0.39rem) * (32.67974)));
    }
}

@media screen and (max-width: 1365px) {
    .lp-media-image {
        margin-right: calc(2.4rem + ((1vw - 1.023rem) * (7.01754)));
    }
}

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

@media screen and (max-width: 390px) {
    .lp-media-image {
        max-width: 320px;
    }
}

.lp-mediaCountUp {
    position: relative;
    margin-bottom: 24px;
}

@media screen and (max-width: 1023px) {
    .lp-mediaCountUp {
        margin-bottom: 40px;
    }
}

.lp-mediaCountUp-number {
    color: #fff;
    font-size: 6.7rem;
    font-weight: bold;
}

@media screen and (max-width: 1920px) {
    .lp-mediaCountUp-number {
        font-size: calc(4rem + ((1vw - 1.023rem) * (3.01003)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-mediaCountUp-number {
        font-size: calc(3.6rem + ((1vw - 0.39rem) * (4.89731)));
    }
}

.lp-mediaCountUp-body {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 1920px) {
    .lp-mediaCountUp-body {
        top: calc(3rem + ((1vw - 1.023rem) * (1.11483)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-mediaCountUp-body {
        top: calc(0.7rem + ((1vw - 0.39rem) * (1.73776)));
    }
}

.lp-mediaConversion {
    padding: 55px 0 47px;
    background-color: #f0eff1;
}

@media screen and (max-width: 1365px) {
    .lp-mediaConversion {
        padding: calc(4rem + ((1vw - 1.023rem) * (4.38596))) 0 calc(2rem + ((1vw - 1.023rem) * (8.18713)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-mediaConversion {
        padding: 40px 0 20px;
    }
}

.lp-mediaConversion-content {
    margin-inline: auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    max-width: calc(1260px + (80px * 2));
    padding: 0 80px;
}

@media screen and (max-width: 1365px) {
    .lp-mediaConversion-content {
        max-width: calc(1204px + (80px * 2));
        padding: 0 calc(4rem + ((1vw - 1.023rem) * (11.69591)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-mediaConversion-content {
        flex-direction: column-reverse;
        max-width: calc(40rem + ((1vw - 0.39rem) * (57.34597)));
        padding: 0 20px;
    }
}

.lp-mediaConversion-image {
    flex: 1 0 auto;
    max-width: 572px;
    margin-right: 48px;
    padding-top: 25px;
}

@media screen and (max-width: 1365px) {
    .lp-mediaConversion-image {
        max-width: calc(40rem + ((1vw - 1.023rem) * (50.2924)));
        margin-right: calc(2.4rem + ((1vw - 1.023rem) * (7.01754)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-mediaConversion-image {
        max-width: 75%;
        margin-right: 0;
        margin-bottom: 24px;
        padding-top: 0;
        line-height: 1.56;
    }
}

.lp-mediaConversion-text {
    margin-bottom: 41px;
    color: #364967;
    font-size: 4rem;
    line-height: 1.3;
}

@media screen and (max-width: 1365px) {
    .lp-mediaConversion-text {
        margin-bottom: calc(4rem + ((1vw - 1.023rem) * (6.72515)));
        font-size: calc(2rem + ((1vw - 1.023rem) * (5.84795)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-mediaConversion-text {
        margin-bottom: 40px;
        font-size: 2rem;
    }
}

.lp-card {
    margin-bottom: 18px;
    border-radius: 8px;
    background: linear-gradient(#d8e2ec, #fff);
}

@media screen and (max-width: 1023px) {
    .lp-card {
        margin-inline: auto;
        max-width: 448px;
    }
}

.lp-card-content {
    padding: 42px 40px 40px;
}

@media screen and (max-width: 1365px) {
    .lp-card-content {
        padding: calc(1.6rem + ((1vw - 0.863rem) * (5.17928))) calc(1.6rem + ((1vw - 0.863rem) * (4.78088))) calc(1.6rem + ((1vw - 0.863rem) * (4.78088)));
    }
}

@media screen and (max-width: 863px) {
    .lp-card-content {
        padding: 16px;
    }
}

.lp-listFeature {
    margin-bottom: 40px;
}

.lp-listFeature &gt; li {
    position: relative;
    padding-left: 12px;
    color: #364967;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
}

@media screen and (max-width: 1920px) {
    .lp-listFeature &gt; li {
        font-size: calc(1.6rem + ((1vw - 0.863rem) * (0.18921)));
    }
}

@media screen and (max-width: 863px) {
    .lp-listFeature &gt; li {
        font-size: 1.6rem;
    }
}

.lp-listFeature &gt; li + li {
    margin-top: 11px;
}

@media screen and (max-width: 1920px) {
    .lp-listFeature &gt; li + li {
        margin-top: calc(0.8rem + ((1vw - 0.863rem) * (0.28382)));
    }
}

@media screen and (max-width: 863px) {
    .lp-listFeature &gt; li + li {
        margin-top: 8px;
    }
}

.lp-listFeature &gt; li::before {
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #364967;
    content: "";
}

.lp-listSample {
    margin-bottom: 32px;
}

.lp-listSample &gt; li + li {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #fff;
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -32px 0 49px -24px;
}

@media screen and (max-width: 1023px) {
    .lp-listButton {
        justify-content: center;
        margin: -24px 0 40px -24px;
    }
}

.lp-listButton &gt; li {
    flex-shrink: 0;
    max-width: 100%;
    margin-top: 32px;
    margin-left: 24px;
}

@media screen and (max-width: 1023px) {
    .lp-listButton &gt; li {
        margin-top: 24px;
        margin-left: 24px;
    }
}

.lp-listButton &gt; li.of-width-full {
    width: 100%;
}

.lp-listButton.of-width-full {
    margin-left: 0;
}

.lp-listButton.of-width-full &gt; li {
    width: 100%;
    margin-left: 0;
}

.lp-listButton.of-justifyContent-center {
    justify-content: center;
}

.lp-label {
    flex: 0 0 auto;
    margin: 0;
    padding: 4px 10px 5px;
    background-color: #ce0010;
    color: #fff;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width: 1365px) {
    .lp-label {
        font-size: calc(1.4rem + ((1vw - 1.023rem) * (0.5848)));
    }
}

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

.lp-step {
    display: flex;
    flex-wrap: wrap;
    margin: -100px 0 40px -100px;
}

@media screen and (max-width: 1365px) {
    .lp-step {
        margin: calc(-5rem + ((1vw - 1.023rem) * (-14.61988))) 0 40px calc(-5rem + ((1vw - 1.023rem) * (-14.61988)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-step {
        margin: -72px 0 40px -50px;
    }
}

.lp-step-outer {
    margin-bottom: 40px;
}

.lp-step-header {
    margin-bottom: 24px;
    padding: 8px 28px;
    border-radius: 8px;
    background-color: #3a7ead;
}

@media screen and (max-width: 1365px) {
    .lp-step-header {
        margin-bottom: calc(2.4rem + ((1vw - 1.023rem) * (2.33918)));
        font-size: calc(2.4rem + ((1vw - 1.023rem) * (4.67836)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-step-header {
        margin-bottom: 24px;
        padding: 7px 16px 6px;
        font-size: 2.4rem;
    }
}

.lp-step-header.of-background-primary {
    background-color: #d9d9d9;
}

.lp-step-title {
    margin-bottom: 24px;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.3;
}

@media screen and (max-width: 1365px) {
    .lp-step-title {
        font-size: calc(1.6rem + ((1vw - 1.023rem) * (2.33918)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-step-title {
        font-size: 1.6rem;
        line-height: 1.46;
    }
}

.lp-step-title.of-primary {
    color: #364967;
}

.lp-step-body {
    position: relative;
}

.lp-step-body.of-doubleArrow::before {
    display: block;
    position: absolute;
    top: 49.5%;
    left: -50px;
    width: 68px;
    height: 65px;
    transform: translate(-50%, -50.5%);
    background: url("/img/ss/products/microscope/pr_bc-1000/pr_bc-1000_bg_01.svg") no-repeat center center;
    background-size: contain;
    content: "";
}

@media screen and (max-width: 1365px) {
    .lp-step-body.of-doubleArrow::before {
        left: calc(-2.5rem + ((1vw - 1.023rem) * (-7.30994)));
        width: calc(3rem + ((1vw - 1.023rem) * (11.11111)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-step-body.of-doubleArrow::before {
        content: none;
    }
}

.lp-step-image {
    min-height: 0%;
    text-align: center;
}

.lp-step-column {
    position: relative;
    min-height: 0%;
    margin-top: 100px;
    padding-left: 100px;
}

@media screen and (max-width: 1365px) {
    .lp-step-column {
        margin-top: calc(5rem + ((1vw - 1.023rem) * (14.61988)));
        padding-left: calc(5rem + ((1vw - 1.023rem) * (14.61988)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-step-column {
        margin-inline: auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        max-width: 490px;
        margin-top: 72px;
        padding-left: 50px;
    }
}

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

.lp-step-column.of-flex {
    display: flex;
    flex-wrap: wrap;
}

.lp-step-column.of-flex &gt; * {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1023px) {
    .lp-step[class*="of-column-"] &gt; .lp-step-column:not([class*="of-column-"]),
    .lp-step[class*="of-column-"] &gt; .lp-step-column[class*="of-column-"] {
        width: 100%;
    }
}

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

@media screen and (max-width: 1023px) {
    .lp-step[class*="lp-smallScreen-column-"] &gt; .lp-step-column:not([class*="of-column-"]),
    .lp-step[class*="lp-smallScreen-column-"] &gt; .lp-step-column[class*="of-column-"] {
        width: 100%;
    }
}

@media screen and (max-width: 1023px) {
    .lp-step.of-arrow {
        margin-left: 0;
    }
}

.lp-step.of-arrow .lp-step-column {
    position: relative;
}

@media screen and (max-width: 1023px) {
    .lp-step.of-arrow .lp-step-column {
        padding-left: 0;
    }
}

.lp-step.of-arrow .lp-step-column::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 34px;
    transform: translateY(-50%);
    border-width: 16px 0 16px 24px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
}

@media screen and (max-width: 1023px) {
    .lp-step.of-arrow .lp-step-column::before {
        top: -56px;
        left: 50%;
        transform: translateY(0) translateX(-50%);
        border-width: 24px 16px 0 16px;
        border-color: #fff transparent transparent transparent;
    }
}

.lp-step.of-arrow .lp-step-column:first-child::before {
    content: none;
}

@media screen and (max-width: 1023px) {
    .lp-step.lp-extraSmallScreen-arrow {
        margin-left: 0;
    }
    .lp-step.lp-extraSmallScreen-arrow .lp-step-column {
        position: relative;
        padding-left: 0;
    }
    .lp-step.lp-extraSmallScreen-arrow .lp-step-column::before {
        display: block;
        position: absolute;
        top: -35px;
        left: 50%;
        width: 40px;
        height: 38px;
        transform: rotate(90deg) translate(-50%, 50%);
        background: url("/img/ss/products/microscope/pr_bc-1000/pr_bc-1000_bg_01.svg") no-repeat center center;
        background-size: contain;
        content: "";
    }
    .lp-step.lp-extraSmallScreen-arrow .lp-step-column:first-child::before {
        content: none;
    }
}

.lp-textPhone {
    display: block;
    margin-bottom: 24px;
    padding-top: 4px;
}

a.lp-textPhone-body,
a:hover.lp-textPhone-body {
    display: inline-block;
    color: #333;
    text-decoration: none;
    cursor: default;
    opacity: 1;
}

a.lp-textPhone-body.of-textColor-primary,
a:hover.lp-textPhone-body.of-textColor-primary {
    color: #fff;
}

.lp-textPhone-number {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
}

.lp-textPhone-numberGroup {
    display: flex;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 8px;
}

@media screen and (max-width: 1023px) {
    .lp-textPhone-numberGroup {
        margin-bottom: 16px;
    }
}

.lp-textPhone-number &gt; a,
.lp-textPhone-number .prd-inlineLink[href] {
    color: #efefef;
    cursor: default;
}

.lp-textPhone-number &gt; .AutoPhoneCall {
    text-decoration: none;
}

.lp-textPhone-note {
    display: block;
    margin-top: 0;
    font-size: 1.8rem;
    line-height: 1.2;
}

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

.lp-textPhone-icon.of-iconColor-primary {
    fill: #00a23f;
}

.lp-textPhone-icon.of-iconColor-secondary {
    fill: #fe8800;
}

.lp-textPhone-icon.of-iconColor-tertiary {
    fill: #0086b1;
}

.lp-textPhone-icon.of-iconColor-quaternary {
    fill: #838079;
}

.lp-textPhone-icon.of-iconColor-quinary {
    fill: #1e1c1c;
}

.lp-textPhone.of-center {
    text-align: center;
}

.lp-textPhone.of-center .lp-textPhone-numberGroup {
    justify-content: center;
}

.lp-textPhone.of-primary {
    padding-top: 0;
}

.lp-textPhone.of-primary .lp-textPhone-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: -0.8rem;
    margin-left: -1.6rem;
}

@media screen and (max-width: 863px) {
    .lp-textPhone.of-primary .lp-textPhone-body {
        margin-top: -1.6rem;
    }
}

.lp-textPhone.of-primary .lp-textPhone-body &gt; * {
    margin-top: 0.8rem;
    margin-left: 1.6rem;
}

@media screen and (max-width: 863px) {
    .lp-textPhone.of-primary .lp-textPhone-body &gt; * {
        margin-top: 1.6rem;
    }
}

.lp-textPhone.of-primary .lp-textPhone-numberGroup {
    margin-bottom: 0;
}

.lp-textPhone.of-primary .lp-textPhone-number &gt; a,
.lp-textPhone.of-primary .lp-textPhone-number .prd-inlineLink[href] {
    color: #171e30;
}

[data-script-enabled="true"] .lp-video-button {
    display: block;
}

[data-script-enabled="true"] .lp-mediaCountUp-text {
    opacity: 0;
}

[data-script-enabled="true"] .lp-mediaCountUp-text.is-shown {
    opacity: 1;
}

[data-script-enabled="true"] .lp-jumbotron-titleGroup {
    opacity: 0;
}

[data-script-enabled="true"] .lp-jumbotron-titleGroup.is-animated {
    opacity: 1;
    transition: opacity 1s ease 0.5s;
}

[data-script-enabled="true"] .lp-step-body.of-doubleArrow::before {
    opacity: 0;
}

[data-script-enabled="true"] .is-animated .lp-step-body.of-doubleArrow::before {
    opacity: 1;
    transition: opacity 1s ease 0.9s;
}

[data-script-enabled="true"] .lp-step-column.of-animation-primary {
    opacity: 0;
}

[data-script-enabled="true"] .lp-step-column.of-animation-primary.is-animated {
    opacity: 1;
    transition: opacity 1s ease 0.4s;
}

@media screen and (max-width: 1023px) {
    [data-script-enabled="true"] .lp-step-column.of-animation-secondary::before {
        opacity: 0;
    }
}

[data-script-enabled="true"] .lp-step-column.of-animation-secondary .lp-step-header,
[data-script-enabled="true"] .lp-step-column.of-animation-secondary .lp-figureFadeInAnimation {
    opacity: 0;
}

@media screen and (max-width: 1023px) {
    [data-script-enabled="true"] .lp-step-column.of-animation-secondary.is-animated::before {
        opacity: 1;
        transition: opacity 1s ease 0.4s;
    }
}

[data-script-enabled="true"] .lp-step-column.of-animation-secondary.is-animated .lp-step-header,
[data-script-enabled="true"] .lp-step-column.of-animation-secondary.is-animated .lp-figureFadeInAnimation {
    opacity: 1;
    transition: opacity 1s ease 1.2s;
}

@media screen and (max-width: 1023px) {
    [data-script-enabled="true"] .lp-step-column.of-animation-secondary.is-animated .lp-step-header,
    [data-script-enabled="true"] .lp-step-column.of-animation-secondary.is-animated .lp-figureFadeInAnimation {
        transition: opacity 1s ease 0.7s;
    }
}

[data-script-enabled="true"] .lp-layout-grid-column.of-animation {
    opacity: 0;
}

[data-script-enabled="true"] .lp-layout-grid.is-animated .lp-layout-grid-column.of-animation {
    opacity: 1;
}

[data-script-enabled="true"] .lp-layout-grid.is-animated .lp-layout-grid-column.of-animation.of-primary {
    transition: opacity 1s ease-in 0.4s;
}

[data-script-enabled="true"] .lp-layout-grid.is-animated .lp-layout-grid-column.of-animation.of-secondary {
    transition: opacity 1s ease-in 0.7s;
}

[data-script-enabled="true"] .lp-layout-grid.is-animated .lp-layout-grid-column.of-animation.of-tertiary {
    transition: opacity 1s ease-in 1s;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-right {
    text-align: right;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-marginBottom-0 {
    margin-bottom: 0 !important;
}

.lp-utility-marginBottom-1 {
    margin-bottom: 4px !important;
}

.lp-utility-marginBottom-2 {
    margin-bottom: 8px !important;
}

.lp-utility-marginBottom-3 {
    margin-bottom: 16px !important;
}

.lp-utility-marginBottom-4 {
    margin-bottom: 24px !important;
}

.lp-utility-marginBottom-5 {
    margin-bottom: 32px !important;
}

.lp-utility-marginBottom-6 {
    margin-bottom: 40px !important;
}

.lp-utility-marginBottom-7 {
    margin-bottom: 48px !important;
}

.lp-utility-marginBottom-8 {
    margin-bottom: 56px !important;
}

.lp-utility-marginBottom-9 {
    margin-bottom: 64px !important;
}

.lp-utility-marginBottom-10 {
    margin-bottom: 72px !important;
}

.lp-utility-marginBottom-11 {
    margin-bottom: 88px !important;
}

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

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

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

@media screen and (max-width: 1023px) {
    .lp-smallScreen-height-auto {
        height: auto !important;
    }
}

@media screen and (max-width: 1023px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

@media screen and (max-width: 1023px) {
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
}

@media screen and (max-width: 1023px) {
    .lp-smallScreen-column {
        flex-direction: column;
    }
}

@media screen and (max-width: 1023px) {
    .lp-smallScreen-lastChild {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1023px) {
    .lp-smallScreen-marginBottom-0 {
        margin-bottom: 0 !important;
    }
    .lp-smallScreen-marginBottom-1 {
        margin-bottom: 4px !important;
    }
    .lp-smallScreen-marginBottom-2 {
        margin-bottom: 8px !important;
    }
    .lp-smallScreen-marginBottom-3 {
        margin-bottom: 16px !important;
    }
    .lp-smallScreen-marginBottom-4 {
        margin-bottom: 24px !important;
    }
    .lp-smallScreen-marginBottom-5 {
        margin-bottom: 32px !important;
    }
    .lp-smallScreen-marginBottom-6 {
        margin-bottom: 40px !important;
    }
    .lp-smallScreen-marginBottom-7 {
        margin-bottom: 48px !important;
    }
    .lp-smallScreen-marginBottom-8 {
        margin-bottom: 56px !important;
    }
    .lp-smallScreen-marginBottom-9 {
        margin-bottom: 64px !important;
    }
    .lp-smallScreen-marginBottom-10 {
        margin-bottom: 72px !important;
    }
    .lp-smallScreen-marginBottom-11 {
        margin-bottom: 88px !important;
    }
}

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

.lp-largeScreen-show {
    display: block !important;
}

@media screen and (max-width: 1365px) {
    .lp-largeScreen-show {
        display: none !important;
    }
}

@media screen and (min-width: 1024px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

@media screen and (min-width: 1024px) {
    .lp-largeScreen-textAlign-center {
        text-align: center;
    }
}

@media screen and (min-width: 1024px) {
    .lp-largeScreen-lastChild {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1365px) {
    .lp-largeScreen-marginBottom-0 {
        margin-bottom: 0 !important;
    }
    .lp-largeScreen-marginBottom-1 {
        margin-bottom: 4px !important;
    }
    .lp-largeScreen-marginBottom-2 {
        margin-bottom: 8px !important;
    }
    .lp-largeScreen-marginBottom-3 {
        margin-bottom: 16px !important;
    }
    .lp-largeScreen-marginBottom-4 {
        margin-bottom: 24px !important;
    }
    .lp-largeScreen-marginBottom-5 {
        margin-bottom: 32px !important;
    }
    .lp-largeScreen-marginBottom-6 {
        margin-bottom: 40px !important;
    }
    .lp-largeScreen-marginBottom-7 {
        margin-bottom: 48px !important;
    }
    .lp-largeScreen-marginBottom-8 {
        margin-bottom: 56px !important;
    }
    .lp-largeScreen-marginBottom-9 {
        margin-bottom: 64px !important;
    }
    .lp-largeScreen-marginBottom-10 {
        margin-bottom: 72px !important;
    }
    .lp-largeScreen-marginBottom-11 {
        margin-bottom: 88px !important;
    }
}
</pre></body></html>