@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 > 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: #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 > 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 > li {
    margin: 3px 0 0 10px;
    padding: 0;
    background: none;
    font-size: 11px;
}

.lp-navigationSeries-linkList > li > a {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 9px;
    color: #999;
    line-height: 1.3;
    text-decoration: none;
}

.lp-navigationSeries-linkList > li > 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 > li > a:link {
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList > li > a::before {
    top: 0.3em;
}

.lp-navigationSeries-linkList > li > a:hover, .lp-navigationSeries-linkList > li > a:focus {
    text-decoration: underline;
}

.lp-layout-grid > .lp-layout-grid-column > *:last-child, .lp-layout-container > *:last-child, .lp-layout-header > *:last-child, .lp-layout-header-content > *:last-child, .lp-layout-main > *:last-child, .lp-layout-main-content > *:last-child, .lp-layout-footer > *:last-child, .lp-layout-footer-content > *:last-child, .lp-section > *:last-child, .lp-section-content > *:last-child, .lp-navigation > *:last-child, .lp-navigation-content > *:last-child, .lp-jumbotron-body > *:last-child, .lp-jumbotron-titleGroup > *:last-child, .lp-media-body > *:last-child, .lp-figure > *:last-child, .lp-textSeries-group > *:last-child, .lp-textPhoneLink > *:last-child, .lp-textPhoneLink-numberGroup > *:last-child, .lp-card-content > *:last-child, .lp-card-body > *:last-child, .lp-card-header > *:last-child, .lp-list > *:last-child, .lp-list > li > *:last-child, .lp-listButton-outer > *:last-child, .lp-buttonButton-outer > *:last-child {
    margin-bottom: 0 !important;
}

.lp-jumbotron-title, .lp-jumbotron-subtitle {
    font-family: din-condensed, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.lp-layout-footer-list > li, .lp-navigation-text, .lp-textSeries, .lp-label {
    font-family: "myriad-pro";
    font-style: normal;
    font-weight: 400;
}

@keyframes flipRightAnime {
    from {
        transform: perspective(1600px) translate3d(0, 0, 0) rotateY(-180deg);
        opacity: 0;
    }
    to {
        transform: perspective(1600px) translate3d(0, 0, 0) rotateY(0deg);
        opacity: 1;
    }
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -24px 0 32px -24px;
}

@media screen and (max-width: 768px) {
    .lp-layout-grid {
        margin: -16px 0 32px -16px;
    }
}

@media screen and (max-height: 768px) {
    .lp-layout-grid {
        margin: -16px 0 32px -16px;
    }
}

@media screen and (max-width: 768px) {
    .lp-layout-grid-outer.of-slider {
        -ms-overflow-style: none;
        scrollbar-width: none;
        position: relative;
        margin-right: -20px;
        margin-left: -20px;
        overflow: auto;
    }
    .lp-layout-grid-outer.of-slider::-webkit-scrollbar {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .lp-layout-grid-outer.of-slider:not(.is-hasScrolled) .lp-sliderOverlay {
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
    .lp-layout-grid-outer.of-slider > .lp-layout-grid {
        flex-wrap: nowrap;
    }
    .lp-layout-grid-outer.of-slider > .lp-layout-grid::before, .lp-layout-grid-outer.of-slider > .lp-layout-grid::after {
        display: block;
        flex-basis: 20px;
        flex-shrink: 0;
        content: "";
    }
    .lp-layout-grid-outer.of-slider > .lp-layout-grid > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid-outer.of-slider > .lp-layout-grid > .lp-layout-grid-column[class*="of-column-"] {
        flex-basis: 316px;
        flex-shrink: 0;
    }
}

.lp-layout-grid.of-textAlign-center > .lp-layout-grid-column {
    text-align: center;
}

.lp-layout-grid > .lp-layout-grid-column {
    margin-top: 24px;
    padding-left: 24px;
}

@media screen and (max-width: 768px) {
    .lp-layout-grid > .lp-layout-grid-column {
        margin-top: 16px;
        padding-left: 16px;
    }
}

@media screen and (max-height: 768px) {
    .lp-layout-grid > .lp-layout-grid-column {
        margin-top: 16px;
        padding-left: 16px;
    }
}

.lp-layout-grid > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 100%;
}

.lp-layout-grid > .lp-layout-grid-column.of-flex {
    display: flex;
    flex-wrap: wrap;
}

.lp-layout-grid > .lp-layout-grid-column.of-flex > * {
    width: 100%;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 50%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 33.33333%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 25%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 20%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 16.66667%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 14.28571%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 12.5%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 11.11111%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 10%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 9.09091%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 8.33333%;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column.of-column-2 {
    width: 100%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-2 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-3 {
    width: 100%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-2 {
    width: 50%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-3 {
    width: 75%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-4 {
    width: 100%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-2 {
    width: 40%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-3 {
    width: 60%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-4 {
    width: 80%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-5 {
    width: 100%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-2 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-3 {
    width: 50%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-4 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-5 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-6 {
    width: 100%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-2 {
    width: 28.57143%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-3 {
    width: 42.85714%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-4 {
    width: 57.14286%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-5 {
    width: 71.42857%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-6 {
    width: 85.71429%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-7 {
    width: 100%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-2 {
    width: 25%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-3 {
    width: 37.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-4 {
    width: 50%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-5 {
    width: 62.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-6 {
    width: 75%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-7 {
    width: 87.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-8 {
    width: 100%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-2 {
    width: 22.22222%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-3 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-4 {
    width: 44.44444%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-5 {
    width: 55.55556%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-6 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-7 {
    width: 77.77778%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-8 {
    width: 88.88889%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-9 {
    width: 100%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-2 {
    width: 20%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-3 {
    width: 30%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-4 {
    width: 40%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-5 {
    width: 50%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-6 {
    width: 60%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-7 {
    width: 70%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-8 {
    width: 80%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-9 {
    width: 90%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-10 {
    width: 100%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-2 {
    width: 18.18182%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-3 {
    width: 27.27273%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-4 {
    width: 36.36364%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-5 {
    width: 45.45455%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-6 {
    width: 54.54545%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-7 {
    width: 63.63636%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-8 {
    width: 72.72727%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-9 {
    width: 81.81818%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-10 {
    width: 90.90909%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-11 {
    width: 100%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-2 {
    width: 16.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-3 {
    width: 25%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-4 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-5 {
    width: 41.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-6 {
    width: 50%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-7 {
    width: 58.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-8 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-9 {
    width: 75%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-10 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-11 {
    width: 91.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-12 {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid[class*="of-column-"] > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid[class*="of-column-"] > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
}

@media screen and (max-width: 1365px) {
    .lp-layout-grid.lp-largeScreen-column-2 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-largeScreen-column-2 > .lp-layout-grid-column[class*="of-column-"] {
        width: 50%;
    }
    .lp-layout-grid.lp-largeScreen-column-3 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-largeScreen-column-3 > .lp-layout-grid-column[class*="of-column-"] {
        width: 33.33333%;
    }
    .lp-layout-grid.lp-largeScreen-column-4 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-largeScreen-column-4 > .lp-layout-grid-column[class*="of-column-"] {
        width: 25%;
    }
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column[class*="of-column-"] {
        width: 50%;
    }
    .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column[class*="of-column-"] {
        width: 33.33333%;
    }
}

@media screen and (max-width: 768px) {
    .lp-layout-grid.lp-extra-smallScreen-column-1 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-extra-smallScreen-column-1 > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
    .lp-layout-grid.lp-extra-smallScreen-column-2 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-extra-smallScreen-column-2 > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
    .lp-layout-grid.lp-extra-smallScreen-column-3 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-extra-smallScreen-column-3 > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
}

[data-script-enabled="true"] .lp-layout-main {
    height: 100%;
}

@media screen and (max-width: 1365px) {
    [data-script-enabled="true"] .lp-layout-main {
        height: auto;
    }
}

[data-script-enabled="true"] .lp-section {
    display: none;
}

[data-script-enabled="true"] .lp-section.is-show {
    display: flex;
    justify-content: center;
}

[data-script-enabled="true"] .lp-section.is-show .lp-cardFeature.of-flipRightAnime .lp-cardFeature-image {
    transform: translate3d(0, 0, 0);
}

[data-script-enabled="true"] .lp-section.is-show .lp-cardFeature.of-flipRightAnime .lp-cardFeature-image > img {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    animation-name: flipRightAnime;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.2, 0.9, 0, 0.7);
    opacity: 0;
}

@media screen and (max-width: 768px) {
    [data-script-enabled="true"] .lp-section.is-show .lp-cardFeature.of-flipRightAnime .lp-cardFeature-image > img {
        transform: none;
        animation: none;
        opacity: 1;
        transition: unset;
    }
}

[data-script-enabled="true"] .lp-section.is-show .lp-layout-grid-column:nth-child(1) .lp-cardFeature.of-flipRightAnime .lp-cardFeature-image > img {
    animation-delay: 0.1s;
}

[data-script-enabled="true"] .lp-section.is-show .lp-layout-grid-column:nth-child(2) .lp-cardFeature.of-flipRightAnime .lp-cardFeature-image > img {
    animation-delay: 0.2s;
}

[data-script-enabled="true"] .lp-section.is-show .lp-layout-grid-column:nth-child(3) .lp-cardFeature.of-flipRightAnime .lp-cardFeature-image > img {
    animation-delay: 0.3s;
}

[data-script-enabled="true"] .lp-section.is-show .lp-layout-grid-column:nth-child(4) .lp-cardFeature.of-flipRightAnime .lp-cardFeature-image > img {
    animation-delay: 0.2s;
}

[data-script-enabled="true"] .lp-section.is-show .lp-layout-grid-column:nth-child(5) .lp-cardFeature.of-flipRightAnime .lp-cardFeature-image > img {
    animation-delay: 0.3s;
}

[data-script-enabled="true"] .lp-section.is-show .lp-layout-grid-column:nth-child(6) .lp-cardFeature.of-flipRightAnime .lp-cardFeature-image > img {
    animation-delay: 0.4s;
}

[data-script-enabled="true"] .lp-section.is-show .lp-layout-grid-column:nth-child(7) .lp-cardFeature.of-flipRightAnime .lp-cardFeature-image > img {
    animation-delay: 0.3s;
}

[data-script-enabled="true"] .lp-section.is-show .lp-layout-grid-column:nth-child(8) .lp-cardFeature.of-flipRightAnime .lp-cardFeature-image > img {
    animation-delay: 0.4s;
}

[data-script-enabled="true"] .lp-section.is-show .lp-layout-grid-column:nth-child(9) .lp-cardFeature.of-flipRightAnime .lp-cardFeature-image > img {
    animation-delay: 0.5s;
}

[data-script-enabled="true"] .lp-section-content {
    padding: 32px 20px;
}

@media screen and (max-width: 1365px) {
    [data-script-enabled="true"] .lp-section-content {
        padding: calc(1.7rem + ((1vw - 1.024rem) * (2.6393))) 20px;
    }
}

@media screen and (max-width: 1024px) {
    [data-script-enabled="true"] .lp-section-content {
        max-width: 100%;
        padding: 17px 20px;
    }
}

@media screen and (max-height: 768px) {
    [data-script-enabled="true"] .lp-section-content {
        padding: 32px 20px 24px;
    }
}

@media screen and (max-width: 1365px) and (max-height: 768px) {
    [data-script-enabled="true"] .lp-section-content {
        padding: 17px 20px;
    }
}

[data-script-enabled="true"] .lp-jumbotron {
    display: none;
}

[data-script-enabled="true"] .lp-jumbotron.is-show {
    display: flex;
}

[data-script-enabled="true"] .lp-cardFeature.of-flipRightAnime .lp-cardFeature-image > img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
}

@media screen and (max-width: 1024px) {
    .lp-layout-container {
        width: 100%;
        max-width: none;
    }
}

.lp-layout-header {
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

@media screen and (max-width: 1365px) {
    .lp-layout-header {
        position: static;
        max-width: 100%;
    }
}

@media screen and (max-height: 625px) {
    .lp-layout-header {
        position: absolute;
    }
}

@media screen and (max-width: 1365px) and (max-height: 625px) {
    .lp-layout-header {
        position: static;
    }
}

.lp-layout-header-content {
    max-width: 400px;
    margin-left: auto;
    padding: 23px 32px;
}

@media screen and (max-width: 1920px) {
    .lp-layout-header-content {
        max-width: calc(38rem + ((1vw - 1.365rem) * (3.6036)));
        padding: 23px calc(2rem + ((1vw - 1.365rem) * (2.16216)));
    }
}

@media screen and (max-width: 1365px) {
    .lp-layout-header-content {
        max-width: 100%;
        margin: auto;
        padding: 17px 20px;
    }
}

.lp-layout-header-logo {
    display: block;
    min-height: 0%;
    line-height: 1;
}

@media screen and (max-width: 1365px) {
    .lp-layout-header-logo {
        text-align: center;
    }
}

.lp-layout-header-logo img {
    width: 120px;
}

@media screen and (max-width: 1365px) {
    .lp-layout-header-logo img {
        width: 91px;
    }
}

.lp-layout-main {
    display: flex;
    position: relative;
    justify-content: center;
    margin: 0 auto;
    padding-right: 400px;
    overflow: hidden;
}

@media screen and (max-width: 1920px) {
    .lp-layout-main {
        padding-right: calc(38rem + ((1vw - 1.365rem) * (3.6036)));
    }
}

@media screen and (max-width: 1365px) {
    .lp-layout-main {
        display: block;
        position: static;
        max-width: 100%;
        height: auto;
        padding: 0;
    }
}

.lp-layout-main-content {
    flex: 1 1 auto;
    max-width: calc(1400px + 120px);
}

.lp-layout-footer {
    z-index: 10;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

@media screen and (max-width: 1365px) {
    .lp-layout-footer {
        margin: 0 auto;
    }
}

.lp-layout-footer-content {
    max-width: 1520px;
    margin-right: 400px;
    padding: 9px 12px;
}

@media screen and (max-width: 1920px) {
    .lp-layout-footer-content {
        margin-right: calc(38rem + ((1vw - 1.365rem) * (3.6036)));
    }
}

@media screen and (max-width: 1365px) {
    .lp-layout-footer-content {
        max-width: 100%;
        margin: 0 auto;
        padding: 16px 20px;
    }
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -16px 0 16px -40px;
    line-height: 1.2;
}

.lp-layout-footer-list > li {
    position: relative;
    margin-top: 16px;
    margin-left: 20px;
    padding-left: 20px;
    color: #333;
    font-size: 1.3rem;
}

.lp-layout-footer-list > li + li::before {
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #333;
    content: "";
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-list > li + li:last-child::before {
        content: none;
    }
}

.lp-layout-footer-list > li > a {
    display: block;
    color: #333;
    text-decoration: none;
}

@media screen and (max-width: 1365px) {
    .lp-layout-footer-copyright {
        width: 100%;
        text-align: center;
    }
}

.lp-section {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    padding-bottom: 64px;
}

@media screen and (max-width: 1365px) {
    .lp-section {
        height: auto;
        min-height: auto;
        padding-bottom: 0;
    }
}

@media screen and (max-height: 768px) {
    .lp-section {
        padding-bottom: 44px;
    }
}

@media screen and (max-width: 1365px) and (max-height: 768px) {
    .lp-section {
        padding-bottom: 0;
    }
}

.lp-section::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: calc(63% - 50vw);
    width: calc(100vw + 6%);
    height: 100%;
    background-image: url("../../img/landing_page/lp_imaging-analysis-capabilities_01129905/lp_imaging-analysis-capabilities_01129905_automotiveAerospace_bg.jpg");
    background-position: center center;
    background-repeat: repeat-x;
    background-size: cover;
    content: "";
}

@media screen and (max-width: 1365px) {
    .lp-section::before {
        left: 0;
        width: 100%;
    }
}

@media screen and (max-width: 390px) {
    .lp-section::before {
        background-size: cover;
    }
}

@media screen and (max-width: 1365px) and (max-height: 768px) {
    .lp-section::before {
        width: calc(100vw + 6%);
        background-position: center center;
        background-size: cover;
    }
}

.lp-section.of-chemical::before {
    background-image: url("../../img/landing_page/lp_imaging-analysis-capabilities_01129905/lp_imaging-analysis-capabilities_01129905_chemical_bg.jpg");
}

.lp-section.of-medical::before {
    background-image: url("../../img/landing_page/lp_imaging-analysis-capabilities_01129905/lp_imaging-analysis-capabilities_01129905_medical_bg.jpg");
}

.lp-section.of-electricDevice::before {
    background-image: url("../../img/landing_page/lp_imaging-analysis-capabilities_01129905/lp_imaging-analysis-capabilities_01129905_electricDevice_bg.jpg");
}

.lp-section.of-material::before {
    background-image: url("../../img/landing_page/lp_imaging-analysis-capabilities_01129905/lp_imaging-analysis-capabilities_01129905_material_bg.jpg");
}

.lp-section.of-food::before {
    background-image: url("../../img/landing_page/lp_imaging-analysis-capabilities_01129905/lp_imaging-analysis-capabilities_01129905_food_bg.jpg");
}

.lp-section.of-cosmetics::before {
    background-image: url("../../img/landing_page/lp_imaging-analysis-capabilities_01129905/lp_imaging-analysis-capabilities_01129905_cosmetics_bg.jpg");
}

.lp-section.of-semiconductor::before {
    background-image: url("../../img/landing_page/lp_imaging-analysis-capabilities_01129905/lp_imaging-analysis-capabilities_01129905_semiconductor_bg.jpg");
}

.lp-section.of-battery::before {
    background-image: url("../../img/landing_page/lp_imaging-analysis-capabilities_01129905/lp_imaging-analysis-capabilities_01129905_battery_bg.jpg");
}

.lp-section.of-printing::before {
    background-image: url("../../img/landing_page/lp_imaging-analysis-capabilities_01129905/lp_imaging-analysis-capabilities_01129905_printing_bg.jpg");
}

.lp-section.of-plating::before {
    background-image: url("../../img/landing_page/lp_imaging-analysis-capabilities_01129905/lp_imaging-analysis-capabilities_01129905_plating_bg.jpg");
}

.lp-section-content {
    max-width: calc(1080px + 40px);
    margin: 0 auto;
    padding: 56px 20px 41px;
}

@media screen and (max-width: 1365px) {
    .lp-section-content {
        padding: calc(3.2rem + ((1vw - 1.024rem) * (7.03812))) 20px calc(3.2rem + ((1vw - 1.024rem) * (2.6393)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-section-content {
        padding: 32px 20px;
    }
}

@media screen and (max-height: 900px) {
    .lp-section-content {
        max-width: calc(1500vh * 100 / 1200);
    }
}

@media screen and (max-height: 625px) {
    .lp-section-content {
        max-width: calc(689px + 40px);
    }
}

.lp-navigation-outer {
    -webkit-backdrop-filter: blur(5px) brightness(0.94);
    position: absolute;
    right: 0;
    flex: 0 0 400px;
    width: 400px;
    height: 100%;
    min-height: 625px;
    backdrop-filter: blur(5px) brightness(0.94);
    background-color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1920px) {
    .lp-navigation-outer {
        width: calc(38rem + ((1vw - 1.365rem) * (3.6036)));
    }
}

@media screen and (max-width: 1365px) {
    .lp-navigation-outer {
        position: static;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: auto;
        margin: 0;
        background-color: #fff;
    }
}

@media screen and (max-width: 1365px) and (max-height: 625px) {
    .lp-navigation-outer {
        position: static;
    }
}

.lp-navigation-content {
    padding: 48px 0 24px;
}

@media screen and (max-width: 1365px) {
    .lp-navigation-content {
        padding: 24px 0 0;
    }
}

@media screen and (max-height: 768px) {
    .lp-navigation-content {
        padding: 32px 0 10px;
    }
}

@media screen and (max-width: 1365px) and (max-height: 768px) {
    .lp-navigation-content {
        padding: 24px 0 0;
    }
}

@media screen and (max-width: 1365px) {
    .lp-navigation-list {
        display: flex;
        flex-wrap: wrap;
        margin: -2px 0 24px -2px;
    }
}

.lp-navigation-list > li {
    position: relative;
}

@media screen and (max-width: 1365px) {
    .lp-navigation-list > li {
        display: flex;
        width: 50%;
        margin-top: 2px;
        padding-left: 2px;
    }
}

.lp-navigation-link {
    display: block;
    padding: 9.4px 10px 11.1px 63px;
    text-decoration: none;
}

@media screen and (max-width: 1365px) {
    .lp-navigation-link {
        display: flex;
        flex: 1;
        align-items: center;
        padding: calc(0.7rem + ((1vw - 1.024rem) * (0.70381))) calc(0.7rem + ((1vw - 1.024rem) * (0.87977))) calc(0.7rem + ((1vw - 1.024rem) * (1.20235))) calc(2.4rem + ((1vw - 1.024rem) * (11.43695)));
        background-color: #f9f9f9;
    }
}

@media screen and (max-width: 1024px) {
    .lp-navigation-link {
        width: 100%;
        padding: 9px 7px 9px 24px;
    }
}

@media screen and (max-height: 768px) {
    .lp-navigation-link {
        padding: 7px 10px 7px 63px;
    }
}

@media screen and (max-width: 1365px) and (max-height: 768px) {
    .lp-navigation-link {
        padding: calc(0.7rem + ((1vw - 1.024rem) * (0.96774))) calc(0.7rem + ((1vw - 1.024rem) * (0.87977))) calc(0.7rem + ((1vw - 1.024rem) * (0.96774))) calc(2.4rem + ((1vw - 1.024rem) * (11.43695)));
    }
}

@media screen and (max-width: 1024px) and (max-height: 768px) {
    .lp-navigation-link {
        padding: 9px 7px 9px 24px;
    }
}

.lp-navigation-link:hover, .lp-navigation-link:active, .lp-navigation-link:focus {
    background-color: #2b333f;
}

.lp-navigation-link:hover .lp-navigation-text, .lp-navigation-link:active .lp-navigation-text, .lp-navigation-link:focus .lp-navigation-text {
    color: #fff;
}

.lp-navigation-link:hover .lp-icon-arrow, .lp-navigation-link:active .lp-icon-arrow, .lp-navigation-link:focus .lp-icon-arrow {
    fill: #fff;
}

.lp-navigation-link.is-current {
    background-color: #2b333f;
}

.lp-navigation-link.is-current .lp-navigation-text {
    color: #fff;
}

.lp-navigation-link.is-current .lp-icon-arrow {
    fill: #fff;
}

.lp-navigation-icon {
    position: absolute;
    top: 52%;
    left: 20px;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
}

@media screen and (max-width: 1365px) {
    .lp-navigation-icon {
        left: calc(0rem + ((1vw - 1.024rem) * (5.8651)));
        width: calc(2.5rem + ((1vw - 1.024rem) * (4.39883)));
        height: calc(2.5rem + ((1vw - 1.024rem) * (4.39883)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-navigation-icon {
        left: 0;
        width: 25px;
        height: 25px;
    }
}

.lp-navigation-text {
    color: #2b333f;
    font-size: 1.7rem;
    font-weight: 600;
}

@media screen and (max-width: 1365px) {
    .lp-navigation-text {
        font-size: calc(1.3rem + ((1vw - 0.768rem) * (0.67002)));
    }
}

@media screen and (max-width: 768px) {
    .lp-navigation-text {
        font-size: 1.3rem;
    }
}

@media screen and (max-height: 768px) {
    .lp-navigation-text {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 1024px) and (max-height: 768px) {
    .lp-navigation-text {
        font-size: 1.3rem;
    }
}

.lp-jumbotron {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: end;
    height: 881px;
    min-height: 625px;
    max-height: 100%;
    margin: 0;
    margin-left: 120px;
    padding-bottom: 80px;
}

@media screen and (max-width: 1920px) {
    .lp-jumbotron {
        margin-left: calc(4rem + ((1vw - 1.024rem) * (8.92857)));
    }
}

@media screen and (max-width: 1670px) {
    .lp-jumbotron {
        height: 829px;
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 1365px) {
    .lp-jumbotron {
        height: auto;
        padding-bottom: calc(3.2rem + ((1vw - 1.024rem) * (2.34604)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron {
        height: auto;
        min-height: auto;
        margin-left: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-height: 768px) {
    .lp-jumbotron {
        height: 100%;
        padding-bottom: 55px;
    }
}

@media screen and (max-width: 1024px) and (max-height: 768px) {
    .lp-jumbotron {
        padding-bottom: 0;
    }
}

.lp-jumbotron::before {
    display: block;
    z-index: -20;
    position: absolute;
    bottom: 0;
    left: -20%;
    width: calc(100vw + 20%);
    height: 100%;
    background: linear-gradient(90deg, rgba(43, 51, 63, 0), rgba(43, 51, 63, 0.12));
    content: "";
}

.lp-jumbotron::after {
    display: block;
    z-index: -10;
    position: absolute;
    top: 0;
    left: -20%;
    width: calc(100vw + 20%);
    height: 100%;
    background: linear-gradient(338deg, transparent 44%, #fff 44.05%);
    content: "";
}

@media screen and (max-width: 1365px) {
    .lp-jumbotron::after {
        background: linear-gradient(335deg, transparent 45%, #fff 45.05%);
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron::after {
        background: linear-gradient(330deg, transparent 45%, #fff 45.05%);
    }
}

@media screen and (max-width: 768px) {
    .lp-jumbotron::after {
        background: linear-gradient(320deg, transparent 44%, #fff 44.05%);
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-content {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        padding: 16px 5.55556% 32px;
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-jumbotron-content {
        padding: 16px 5.55556% 32px;
    }
}

.lp-jumbotron-body {
    z-index: 10;
    max-width: calc(1110px + 20px);
    padding-right: 20px;
}

@media screen and (max-width: 1365px) {
    .lp-jumbotron-body {
        flex: 0 0 auto;
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-body {
        max-width: 100%;
        margin-top: calc(-9rem + ((1vw - 0.768rem) * (3.90625)));
    }
}

@media screen and (max-width: 768px) {
    .lp-jumbotron-body {
        margin-top: 0;
    }
}

@media screen and (max-width: 1670px) {
    .lp-jumbotron-body {
        max-width: calc(850px + 20px);
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-body.of-primary {
        margin-top: calc(-6rem + ((1vw - 0.768rem) * (-3.90625)));
    }
}

@media screen and (max-width: 768px) {
    .lp-jumbotron-body.of-primary {
        margin-top: 0;
    }
}

.lp-jumbotron-image {
    z-index: -5;
    position: absolute;
    top: -19px;
    left: 68px;
    max-width: 1262px;
    min-height: 0%;
}

@media screen and (max-width: 1670px) {
    .lp-jumbotron-image {
        top: 50%;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 1365px) {
    .lp-jumbotron-image {
        top: 0;
        left: 50%;
        align-self: center;
        width: 100%;
        min-width: 318px;
        max-width: 866px;
        min-height: 0%;
        margin: 0 0 4px;
        transform: translateX(-50%);
        text-align: center;
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-image {
        position: static;
        max-width: initial;
        transform: none;
    }
}

@media screen and (max-height: 900px) {
    .lp-jumbotron-image {
        top: 0;
        left: 50%;
        width: calc(1200vh * 100 / 900);
        max-width: 100%;
        transform: translateX(-50%);
    }
}

@media screen and (max-height: 768px) {
    .lp-jumbotron-image {
        width: calc(1050vh * 100 / 900);
        min-width: 866px;
    }
}

@media screen and (max-width: 1365px) and (max-height: 768px) {
    .lp-jumbotron-image {
        left: 50%;
        width: calc(1200vh * 100 / 900);
        max-width: 100%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 1365px) and (max-height: 900px) {
    .lp-jumbotron-image {
        max-width: 866px;
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-jumbotron-image {
        top: 0;
        left: 0;
        width: 100%;
        min-width: auto;
        transform: inherit;
    }
}

.lp-jumbotron-title {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 18px;
    padding: 16px 15px;
    background-color: rgba(236, 236, 236, 0.7);
    font-size: 6rem;
    letter-spacing: 1.2px;
    line-height: 1;
}

@media screen and (max-width: 1365px) {
    .lp-jumbotron-title {
        font-size: calc(4rem + ((1vw - 0.768rem) * (3.35008)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-title {
        padding: 0;
        background-color: transparent;
    }
}

@media screen and (max-width: 768px) {
    .lp-jumbotron-title {
        font-size: calc(4rem + ((1vw - 0.39rem) * (4.49735)));
    }
}

@media screen and (max-width: 390px) {
    .lp-jumbotron-title {
        font-size: 4rem;
    }
}

@media screen and (max-height: 768px) {
    .lp-jumbotron-title {
        font-size: 4.8rem;
    }
}

@media screen and (max-width: 768px) and (max-height: 768px) {
    .lp-jumbotron-title {
        font-size: 4rem;
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: 32px;
    color: #2b333f;
}

@media screen and (max-height: 768px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 24px;
    }
}

.lp-jumbotron-subtitle {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 4px;
    padding: 2px 16px;
    background-color: rgba(236, 236, 236, 0.7);
    font-size: 3.8rem;
    letter-spacing: 0.76px;
}

@media screen and (max-width: 1365px) {
    .lp-jumbotron-subtitle {
        font-size: calc(2.4rem + ((1vw - 0.768rem) * (2.34506)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-subtitle {
        padding: 0;
        background-color: transparent;
    }
}

@media screen and (max-width: 768px) {
    .lp-jumbotron-subtitle {
        font-size: calc(2.4rem + ((1vw - 0.39rem) * (4.2328)));
    }
}

@media screen and (max-width: 390px) {
    .lp-jumbotron-subtitle {
        font-size: 2.4rem;
    }
}

@media screen and (max-height: 768px) {
    .lp-jumbotron-subtitle {
        font-size: 3rem;
    }
}

@media screen and (max-width: 768px) and (max-height: 768px) {
    .lp-jumbotron-subtitle {
        font-size: 2.4rem;
    }
}

.lp-media {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
    .lp-media {
        flex-direction: column-reverse;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto;
    }
}

.lp-media.of-row-reverse {
    flex-direction: row-reverse;
    justify-content: end;
}

@media screen and (max-width: 1024px) {
    .lp-media.of-row-reverse {
        flex-direction: column-reverse;
    }
}

.lp-media.of-row-reverse .lp-media-image {
    margin: 0 26px 0 0;
}

@media screen and (max-width: 1024px) {
    .lp-media.of-row-reverse .lp-media-image {
        margin: 0 0 16px 0;
    }
}

.lp-media-body {
    flex: 0 1 697px;
}

@media screen and (max-width: 1024px) {
    .lp-media-body {
        flex: auto;
        width: 100%;
    }
}

.lp-media-image {
    flex: 1 1 auto;
    margin-left: 26px;
}

@media screen and (max-width: 1024px) {
    .lp-media-image {
        width: 100%;
        height: 0%;
        margin: 0 0 16px 0;
        text-align: center;
    }
}

.lp-figure {
    display: flex;
    flex-direction: column-reverse;
}

.lp-figure-caption {
    margin-top: 8px;
    font-size: 1.6rem;
    text-align: center;
}

@media screen and (max-width: 1920px) {
    .lp-figure-caption {
        margin-top: calc(0.4rem + ((1vw - 1.365rem) * (0.72072)));
        font-size: calc(1.4rem + ((1vw - 1.365rem) * (0.36036)));
    }
}

@media screen and (max-width: 1365px) {
    .lp-figure-caption {
        margin-top: 4px;
        font-size: 1.4rem;
    }
}

.lp-figure-image {
    max-width: 350px;
    text-align: center;
}

.lp-figure-image > img {
    width: 100%;
}

.lp-text {
    margin-bottom: 38px;
    font-size: 2rem;
}

@media screen and (max-width: 1920px) {
    .lp-text {
        font-size: calc(1.6rem + ((1vw - 1.365rem) * (0.72072)));
    }
}

@media screen and (max-width: 1365px) {
    .lp-text {
        font-size: 1.6rem;
    }
}

.lp-text.of-text-center {
    text-align: center;
}

.lp-textSeries {
    flex: 0 1 auto;
    margin-bottom: 16px;
    color: #2b333f;
    font-size: 2.2rem;
    font-weight: 600;
}

@media screen and (max-width: 1920px) {
    .lp-textSeries {
        font-size: calc(1.7rem + ((1vw - 1.365rem) * (0.9009)));
    }
}

@media screen and (max-width: 1365px) {
    .lp-textSeries {
        font-size: calc(1.7rem + ((1vw - 0.768rem) * (1.67504)));
    }
}

@media screen and (max-width: 768px) {
    .lp-textSeries {
        font-size: 1.7rem;
    }
}

.lp-textSeries-group {
    margin-bottom: 34px;
    padding: 0 30px;
    line-height: 1.5;
}

@media screen and (max-width: 1920px) {
    .lp-textSeries-group {
        margin-bottom: calc(2.4rem + ((1vw - 1.365rem) * (1.8018)));
        padding: 0 calc(1rem + ((1vw - 1.365rem) * (3.6036))) 0 calc(2rem + ((1vw - 1.365rem) * (1.8018)));
    }
}

@media screen and (max-width: 1365px) {
    .lp-textSeries-group {
        margin-bottom: 24px;
        padding: 0 20px;
        text-align: center;
    }
}

@media screen and (max-height: 768px) {
    .lp-textSeries-group {
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 1365px) and (max-height: 768px) {
    .lp-textSeries-group {
        margin-bottom: 24px;
    }
}

.lp-textSeries > span {
    display: inline-block;
}

.lp-textLead {
    margin-bottom: 16px;
    font-size: 4rem;
    font-weight: bold;
}

@media screen and (max-width: 1920px) {
    .lp-textLead {
        font-size: calc(2.4rem + ((1vw - 1.365rem) * (2.88288)));
    }
}

@media screen and (max-width: 1365px) {
    .lp-textLead {
        font-size: 2.4rem;
        text-align: center;
    }
}

.lp-textPhoneLink {
    margin-bottom: 16px;
}

.lp-textPhoneLink-number {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1365px) {
    .lp-textPhoneLink-number {
        justify-content: center;
    }
}

.lp-textPhoneLink-numberGroup.of-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.lp-textPhoneLink-number > a {
    cursor: default;
}

.lp-textPhoneLink-number > .AutoPhoneCall {
    position: relative;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    text-decoration: none;
}

.lp-textPhoneLink-note {
    display: block;
    padding-left: 9px;
    font-size: 1.8rem;
    line-height: 1.08;
    text-align: center;
}

@media screen and (max-width: 1365px) {
    .lp-textPhoneLink-note {
        padding: 0;
        line-height: 1.5;
    }
}

.lp-headingLevel2 {
    flex: 1;
    padding: 10px 16px;
    font-size: 2.4rem;
    text-align: center;
}

@media screen and (max-width: 1920px) {
    .lp-headingLevel2 {
        font-size: calc(1.6rem + ((1vw - 1.365rem) * (1.44144)));
    }
}

@media screen and (max-width: 1365px) {
    .lp-headingLevel2 {
        padding: 11px 16px;
        font-size: 1.6rem;
    }
}

.lp-headingLevel2-outer {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    border-bottom: 2px solid #9d9d9d;
    background-color: #fff220;
    text-align: center;
}

.lp-card {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 18px;
}

@media screen and (max-width: 1365px) {
    .lp-card {
        width: 100%;
        max-width: 100%;
    }
}

.lp-card.of-primary {
    max-width: calc(1253px + 40px);
    margin: 0 auto 24px;
    padding: 0 20px;
}

.lp-card.of-primary .lp-card-header {
    padding: 0 55px 0 0;
}

@media screen and (max-width: 1920px) {
    .lp-card.of-primary .lp-card-header {
        padding: 0 25px 0 0;
    }
}

@media screen and (max-width: 1365px) {
    .lp-card.of-primary .lp-card-header {
        padding: 0 calc(2rem + ((1vw - 1.024rem) * (4.10557))) 0 0;
    }
}

@media screen and (max-width: 1365px) {
    .lp-card.of-primary .lp-card-header {
        margin-bottom: 16px;
        padding: 0;
    }
}

@media screen and (max-width: 1670px) {
    .lp-card.of-primary .lp-card-header {
        padding: 0 25px 0 0;
    }
}

.lp-card.of-primary .lp-card-header.of-primary {
    padding: 0 25px 0 0;
}

.lp-card.of-primary .lp-card-content {
    background-color: #e1e1e1;
}

.lp-card.of-primary .lp-textPhoneLink-note {
    padding: 0;
    color: #2b333f;
}

.lp-card.of-primary .lp-textPhoneLink-number > .AutoPhoneCall {
    color: #2b333f;
}

.lp-card.of-primary .lp-icon {
    fill: #2c333f;
}

.lp-card-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 6px;
    background-color: #2b333f;
    color: #fff;
}

@media screen and (max-width: 1365px) {
    .lp-card-content {
        flex-direction: column;
        padding: 22px 24px 24px;
        border-radius: 0;
    }
}

.lp-card-content .lp-list > li::before {
    background-color: #fff;
}

.lp-card-body {
    flex: 1 1 auto;
    min-width: 247px;
    max-width: 540px;
}

.lp-card-header {
    flex: 1 1 auto;
    max-width: 670px;
    padding: 0 70px 0 35px;
}

@media screen and (max-width: 1365px) {
    .lp-card-header {
        margin-bottom: 24px;
        padding: 0;
    }
}

.lp-card-header.of-primary {
    max-width: 262px;
    padding: 0 32px 0 0;
}

@media screen and (max-width: 1365px) {
    .lp-card-header.of-primary {
        max-width: 670px;
        padding: 0;
    }
}

@media screen and (max-width: 1365px) and (max-height: 768px) {
    .lp-card-header.of-primary {
        max-width: 100%;
        padding: 0;
    }
}

.lp-card-header.of-primary .lp-textPhoneLink-note {
    max-width: 262px;
    padding: 0;
}

@media screen and (max-width: 1365px) {
    .lp-card-header.of-primary .lp-textPhoneLink-note {
        max-width: 670px;
    }
}

.lp-cardFeature {
    display: block;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

.lp-label {
    width: 100%;
    min-width: 46px;
    margin: 0 8px 0 0;
    padding: 1px 6px;
    background-color: #d40001;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.19;
    text-align: center;
}

@media screen and (max-width: 1920px) {
    .lp-label {
        font-size: calc(1.4rem + ((1vw - 1.365rem) * (0.36036)));
    }
}

@media screen and (max-width: 1365px) {
    .lp-label {
        font-size: calc(1.4rem + ((1vw - 1.024rem) * (1.75953)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-label {
        font-size: 1.4rem;
    }
}

.lp-label-outer {
    display: block;
}

@media screen and (max-width: 1365px) {
    .lp-label-outer {
        display: inline;
    }
}

.lp-icon {
    fill: #fff;
    flex: 0 0 auto;
    width: 3.8rem;
    height: 3.8rem;
}

.lp-icon-arrow {
    fill: #676767;
    width: 40px;
    height: 40px;
}

@media screen and (max-width: 1365px) {
    .lp-icon-arrow {
        width: calc(2.5rem + ((1vw - 1.024rem) * (4.39883)));
        height: calc(2.5rem + ((1vw - 1.024rem) * (4.39883)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-icon-arrow {
        width: 25px;
        height: 25px;
    }
}

.lp-list {
    margin-bottom: 16px;
}

.lp-list > li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 12px;
    font-size: 2.4rem;
    line-height: 1.4;
}

@media screen and (max-width: 1920px) {
    .lp-list > li {
        font-size: calc(1.6rem + ((1vw - 1.365rem) * (1.44144)));
    }
}

@media screen and (max-width: 1365px) {
    .lp-list > li {
        font-size: 1.6rem;
    }
}

.lp-list > li::before {
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333;
    content: "";
}

.lp-listImage {
    display: flex;
    flex-wrap: wrap;
    margin: -8px 0 8px -8px;
}

.lp-listImage > li {
    margin-top: 8px;
    padding-left: 8px;
}

.lp-listImage.of-justifyContent-center {
    justify-content: center;
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -20px 0 20px -6px;
}

.lp-listButton-outer {
    margin-bottom: 20px;
}

.lp-listButton > li {
    display: flex;
    margin-top: 20px;
    padding-left: 6px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body {
    padding: 12px 8px 12px 45px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    left: 18px;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body {
    padding: 12px 10px 12px 45px;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: 22px;
}

.lp-buttonButton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -16px 0 16px -6px;
}

.lp-buttonButton-outer {
    margin-bottom: 16px;
}

.lp-buttonButton > li {
    display: flex;
    margin-top: 16px;
    padding-left: 6px;
}

.lp-sliderOverlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.lp-sliderOverlayIcon {
    position: absolute;
    top: 50%;
    right: 0.7rem;
    width: 3rem;
    height: 3rem;
    transform: translateY(-50%);
    cursor: pointer;
    pointer-events: auto;
}

.lp-utility-color-inch {
    color: #0071bc;
}

.lp-utility-justifyContent-center {
    justify-content: center;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-extraSmallScreen-hide {
    display: block;
}

@media screen and (max-width: 768px) {
    .lp-extraSmallScreen-hide {
        display: none;
    }
}

.lp-extraSmallScreen-show {
    display: none;
}

@media screen and (max-width: 768px) {
    .lp-extraSmallScreen-show {
        display: block;
    }
}

.lp-smallScreen-hide {
    display: block;
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-hide {
        display: none;
    }
}

.lp-smallScreen-show {
    display: none;
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-show {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-height-auto {
        height: auto !important;
    }
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
}

@media screen and (max-width: 1365px) {
    .lp-smallScreen-lastChild {
        margin-bottom: 0;
    }
}

.lp-largeScreen-hide {
    display: none;
}

@media screen and (max-width: 1365px) {
    .lp-largeScreen-hide {
        display: block;
    }
}

.lp-largeScreen-show {
    display: block !important;
}

@media screen and (max-width: 1365px) {
    .lp-largeScreen-show {
        display: none !important;
    }
}

@media screen and (min-width: 1366px) {
    .lp-largeScreen-lastChild {
        margin-bottom: 0;
    }
}

.lp-extraLargeScreen-hide {
    display: none;
}

@media screen and (max-width: 1365px) {
    .lp-extraLargeScreen-hide {
        display: block;
    }
}
