@charset "UTF-8";

@font-face {
    src: url("https://library.keyence.com/fonts/NotoSansCJKjp-Regular.eot") format("eot"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
    font-display: swap;
    font-family: notosans;
}

@font-face {
    src: url("https://library.keyence.com/fonts/NotoSansJP-Light.eot") format("eot"), url("https://library.keyence.com/fonts/NotoSansJP-Light.woff") format("woff"), url("https://library.keyence.com/fonts/NotoSansJP-Light.ttf") format("truetype");
    font-display: swap;
    font-family: notosans;
    font-weight: 300;
}

@font-face {
    src: url("https://library.keyence.com/fonts/NotoSansCJKjp-Medium.eot") format("eot"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Medium.ttf") format("truetype");
    font-display: swap;
    font-family: notosans;
    font-weight: 600;
}

@font-face {
    src: url("https://library.keyence.com/fonts/NotoSansCJKjp-Bold.eot") format("eot"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
    font-display: swap;
    font-family: notosans;
    font-weight: bold;
}

:root {
    font-size: 10px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    min-width: 320px;
    color: #333;
    font-family: notosans, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: anywhere;
}

main {
    display: block;
}

p {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.77;
}

@media screen and (max-width: 1366px) {
    p {
        font-size: 16px;
        line-height: 1.5;
    }
}

ul,
ol {
    list-style: none;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    border-bottom: 0;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

em {
    font-style: normal;
    font-weight: bold;
}

dfn,
cite {
    font-style: normal;
}

code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em;
}

small {
    font-size: 100%;
}

i {
    font-style: italic;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    max-width: 100%;
    border-style: none;
    vertical-align: bottom;
}

table {
    width: 100%;
    border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
    border-radius: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    border: 0;
    background: none;
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: none;
}

legend {
    display: table;
    max-width: 100%;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

video {
    display: block;
    max-width: 100%;
}

.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 (hover: hover) {
    .lp-buttonConversion:hover {
        background-color: #c6002a;
    }
}

@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-triangleIconTriangle .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 26px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 13px solid #fff;
    content: "";
}

.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: 0 auto 20px;
    padding: 4px 10px;
    border: 0;
    color: #555;
}

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.4rem;
    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: #555;
    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: #555;
}

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.4rem;
    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: #555;
    line-height: 1.3;
    text-decoration: none;
}

.lp-navigationSeries-linkList > li > a::before {
    display: block;
    position: absolute;
    top: 6px;
    left: -2px;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    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;
}

@media screen and (max-width: 767px) {
    .lp-buttonConversion {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .lp-buttonConversion-image > img {
        max-width: 51px;
    }
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-fontWeight-bold {
    font-weight: bold;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-justifyContent-center {
    justify-content: center;
}

.lp-utility-lineHeight-primary {
    line-height: 1.5 !important;
}

.lp-utility-lineHeight-secondary {
    line-height: 1.3 !important;
}

.lp-utility-lineHeight-tertiary {
    line-height: 1.6 !important;
}

.lp-utility-lineHeight-quaternary {
    line-height: 1.7 !important;
}

.lp-largeScreen-textAlign-left {
    text-align: center;
}

@media screen and (max-width: 1366px) {
    .lp-largeScreen-textAlign-left {
        text-align: left;
    }
}

.lp-largeScreen-textAlign-right {
    text-align: right;
}

@media screen and (max-width: 1023px) {
    .lp-largeScreen-textAlign-right {
        text-align: center;
    }
}

.lp-largeScreen-line-break {
    display: block;
}

@media screen and (max-width: 1023px) {
    .lp-largeScreen-line-break {
        display: inline;
    }
}

.lp-largeScreen-hide {
    display: none;
}

@media screen and (max-width: 1023px) {
    .lp-largeScreen-hide {
        display: block;
    }
}

@media screen and (max-width: 1023px) {
    .lp-smallScreen-hide {
        display: none !important;
    }
}

.lp-smallScreen-show {
    display: none;
}

@media screen and (max-width: 1023px) {
    .lp-smallScreen-show {
        display: block;
    }
}

@media screen and (max-width: 1023px) {
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
}

@media screen and (max-width: 1023px) {
    .lp-smallScreen-justifyContent-center {
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .lp-extraSmallScreen-line-break {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .lp-extraSmallScreen-textAlign-center {
        text-align: center;
    }
}

.lp-layout-header {
    margin-bottom: 32px;
}

@media screen and (max-width: 1366px) {
    .lp-layout-header {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 1023px) {
    .lp-layout-header {
        margin-bottom: calc(0rem + ((1vw - 0.36rem) * (0.60332)));
    }
}

.lp-layout-header.of-primary .lp-layout-header-content {
    justify-content: space-between;
}

@media screen and (max-width: 1023px) {
    .lp-layout-header.of-primary .lp-layout-header-content {
        justify-content: center;
    }
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 28px 0;
}

@media screen and (max-width: 1023px) {
    .lp-layout-header-content {
        justify-content: center;
        padding: 22px 20px;
    }
}

.lp-layout-header-content > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-content.of-primary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
}

@media screen and (max-width: 1023px) {
    .lp-layout-header-content.of-primary {
        justify-content: center;
        padding: 22px 20px;
    }
    .lp-layout-header-content.of-primary .lp-textPhone {
        display: none;
    }
}

.lp-layout-header-logo {
    margin-bottom: 0;
}

.lp-layout-header-logo img {
    width: 148px;
}

.theme-KC .lp-layout-header-logo img {
    width: 272px;
}

@media screen and (max-width: 1023px) {
    .lp-layout-header-logo img {
        width: 114px;
    }
    .theme-KC .lp-layout-header-logo img {
        width: 208px;
    }
}

.lp-layout-footer {
    border-top: 1px solid #7e7e7e;
    background-color: #ebecee;
    color: #555;
}

.lp-layout-footer-content {
    max-width: calc(1520px + 200px);
    margin: 0 auto;
    padding: 25px 100px 49px;
}

@media screen and (max-width: 1366px) {
    .lp-layout-footer-content {
        max-width: none;
        padding-bottom: 28px;
    }
}

@media screen and (max-width: 1023px) {
    .lp-layout-footer-content {
        padding-bottom: calc(4.4rem + ((1vw - 0.36rem) * (-3.77074)));
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-footer-content {
        padding-right: calc(2rem + ((1vw - 0.36rem) * (19.65602)));
        padding-left: calc(2rem + ((1vw - 0.36rem) * (19.65602)));
    }
}

.lp-layout-footer-content > *:last-child {
    margin-bottom: 0;
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -14px 0 24px -28px;
    font-size: 14px;
    line-height: 1.14;
    text-align: center;
}

@media screen and (max-width: 1023px) {
    .lp-layout-footer-list {
        line-height: 1.28;
    }
}

.lp-layout-footer-list > li {
    position: relative;
    margin: 14px 0 0 28px;
}

.lp-layout-footer-list > li::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -14px;
    width: 1px;
    height: 100%;
    transform: translateY(-50%);
    background-color: #555;
    content: "";
}

.lp-layout-footer-list > li:first-child::before {
    display: none;
}

@media screen and (max-width: 1023px) {
    .lp-layout-footer-list > li.lp-layout-footer-copyright {
        width: 100%;
    }
    .lp-layout-footer-list > li.lp-layout-footer-copyright::before {
        display: none;
    }
}

.lp-layout-footer-list > li a {
    color: #555;
}

.lp-layout-container {
    max-width: calc(1520px + 120px);
    margin: 0 auto;
    padding: 0 60px;
}

@media screen and (max-width: 1366px) {
    .lp-layout-container {
        max-width: calc(1080px + 80px);
        padding: 0 40px;
    }
}

@media screen and (max-width: 1023px) {
    .lp-layout-container {
        max-width: 100%;
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (9.04977)));
    }
}

.lp-layout-container.of-primary {
    max-width: 975px;
    padding: 0;
}

@media screen and (max-width: 1366px) {
    .lp-layout-container.of-primary {
        max-width: calc(975px + 80px);
        padding: 0 40px;
    }
}

@media screen and (max-width: 1023px) {
    .lp-layout-container.of-primary {
        max-width: 100%;
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (9.04977)));
    }
}

.lp-layout-container.of-secondary {
    max-width: 800px;
    padding: 0;
}

@media screen and (max-width: 1366px) {
    .lp-layout-container.of-secondary {
        max-width: calc(800px + 80px);
        padding: 0 40px;
    }
}

@media screen and (max-width: 1023px) {
    .lp-layout-container.of-secondary {
        max-width: 100%;
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (9.04977)));
    }
}

.lp-jumbotron {
    background: linear-gradient(113deg, #02091d 0%, #123f67 100%) 0% 0% no-repeat;
    color: #fff;
}

@media screen and (max-width: 1023px) {
    .lp-jumbotron {
        padding-bottom: calc(5rem + ((1vw - 0.36rem) * (-1.5083)));
        background: linear-gradient(180deg, #02091d 0%, #123f67 100%) 0% 0% no-repeat;
    }
}

.lp-jumbotron-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin-left: -44px;
}

@media screen and (max-width: 1720px) {
    .lp-jumbotron-content {
        margin-left: calc(-1.2rem + ((1vw - 1.366rem) * (-9.03955)));
    }
}

@media screen and (max-width: 1366px) {
    .lp-jumbotron-content {
        margin-left: -12px;
    }
}

@media screen and (max-width: 1023px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        margin-left: 0;
    }
}

.lp-jumbotron-content > * {
    margin-left: 44px;
}

@media screen and (max-width: 1720px) {
    .lp-jumbotron-content > * {
        margin-left: calc(1.2rem + ((1vw - 1.366rem) * (9.03955)));
    }
}

@media screen and (max-width: 1366px) {
    .lp-jumbotron-content > * {
        margin-left: 12px;
    }
}

@media screen and (max-width: 1023px) {
    .lp-jumbotron-content > * {
        width: 100%;
        margin-left: 0;
    }
}

.lp-jumbotron-content > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-body {
    flex: 1;
    padding: 24px 0 24px 20px;
}

@media screen and (max-width: 1023px) {
    .lp-jumbotron-body {
        flex: 1 0 auto;
        padding: 0;
        text-align: center;
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-titleGroup {
    margin-bottom: 52px;
}

@media screen and (max-width: 1366px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 40px;
    }
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-titleGroup.of-primary {
    margin-bottom: 60px;
}

@media screen and (max-width: 1720px) {
    .lp-jumbotron-titleGroup.of-primary {
        margin-bottom: calc(4rem + ((1vw - 1.366rem) * (5.64972)));
    }
}

@media screen and (max-width: 1366px) {
    .lp-jumbotron-titleGroup.of-primary {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-titleGroup.of-primary {
        margin-bottom: calc(3rem + ((1vw - 0.36rem) * (2.457)));
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron-titleGroup.of-primary {
        margin-bottom: 30px;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 33px;
    font-size: 56px;
    line-height: 1.14;
}

@media screen and (max-width: 1720px) {
    .lp-jumbotron-title {
        font-size: calc(4rem + ((1vw - 1.366rem) * (4.51977)));
    }
}

@media screen and (max-width: 1366px) {
    .lp-jumbotron-title {
        margin-bottom: 24px;
        font-size: 40px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-title {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (3.9312)));
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron-title {
        font-size: 24px;
        line-height: 1.66;
    }
}

.lp-jumbotron-title.of-primary {
    margin-bottom: 24px;
}

.lp-jumbotron-title.of-secondary {
    margin-bottom: 12px;
}

.lp-jumbotron-subtitle {
    display: block;
    margin-bottom: 33px;
    font-size: 36px;
    line-height: 1.14;
}

@media screen and (max-width: 1720px) {
    .lp-jumbotron-subtitle {
        font-size: calc(2.4rem + ((1vw - 1.366rem) * (3.38983)));
    }
}

@media screen and (max-width: 1366px) {
    .lp-jumbotron-subtitle {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-subtitle {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (1.4742)));
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron-subtitle {
        font-size: 18px;
    }
}

.lp-jumbotron-seriesGroup {
    display: flex;
    align-items: center;
    margin-left: -16px;
    font-weight: normal;
}

@media screen and (max-width: 1023px) {
    .lp-jumbotron-seriesGroup {
        justify-content: center;
    }
}

.lp-jumbotron-seriesGroup > * {
    margin-left: 16px;
}

.lp-jumbotron-seriesGroup > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-label {
    word-wrap: break-word;
    max-width: 200px;
    padding: 4px 20px;
    background-color: #fff;
    color: #ce0010;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    word-break: break-word;
    overflow-wrap: anywhere;
}

@media screen and (max-width: 1023px) {
    .lp-jumbotron-label {
        padding: 4px 16px;
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-label {
        max-width: 40%;
    }
}

.lp-jumbotron-label.of-primary {
    background-color: #dc002f;
    color: #fff;
}

.lp-jumbotron-series {
    flex: 1;
    font-size: 24px;
    line-height: 1.33;
}

@media screen and (max-width: 1720px) {
    .lp-jumbotron-series {
        font-size: calc(1.8rem + ((1vw - 1.366rem) * (1.69492)));
    }
}

@media screen and (max-width: 1366px) {
    .lp-jumbotron-series {
        font-size: 18px;
        line-height: 1.77;
    }
}

@media screen and (max-width: 1023px) {
    .lp-jumbotron-series {
        flex: 0 1 auto;
        font-size: 16px;
        line-height: 1.5;
        text-align: left;
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron-series {
        max-width: 62%;
    }
}

.lp-jumbotron-series.of-primary {
    margin-bottom: 16px;
}

.lp-jumbotron-series.of-secondary {
    margin-bottom: 16px;
}

@media screen and (max-width: 360px) {
    .lp-jumbotron-series.of-secondary {
        max-width: 100%;
    }
}

.lp-jumbotron-image {
    width: 728px;
    min-height: 0%;
}

@media screen and (max-width: 1720px) {
    .lp-jumbotron-image {
        width: calc(52.4rem + ((1vw - 1.366rem) * (57.62712)));
    }
}

@media screen and (max-width: 1366px) {
    .lp-jumbotron-image {
        width: calc(43rem + ((1vw - 1.023rem) * (27.40525)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-jumbotron-image {
        width: 100%;
        max-width: 608px;
    }
}

.lp-listButton {
    margin-bottom: 40px;
}

.lp-listButton > li {
    margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
    .lp-listButton > li {
        margin-bottom: 24px;
    }
}

.lp-listButton > li:last-child {
    margin-bottom: 0;
}

.lp-listButton.of-primary {
    margin-bottom: 60px;
}

@media screen and (max-width: 1720px) {
    .lp-listButton.of-primary {
        margin-bottom: calc(4rem + ((1vw - 1.366rem) * (5.64972)));
    }
}

@media screen and (max-width: 1366px) {
    .lp-listButton.of-primary {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .lp-listButton.of-primary {
        margin-bottom: calc(5rem + ((1vw - 0.36rem) * (-2.457)));
    }
}

@media screen and (max-width: 360px) {
    .lp-listButton.of-primary {
        margin-bottom: 50px;
    }
}

.lp-listButton.of-secondary {
    display: flex;
    flex-wrap: wrap;
    margin: -32px 0 32px -24px;
}

.lp-listButton.of-secondary > li {
    margin-bottom: 0;
    padding-left: 24px;
    margin-top: 32px;
}

@media screen and (max-width: 767px) {
    .lp-listButton.of-secondary {
        margin: -16px 0 16px -16px;
    }

    .lp-listButton.of-secondary > li{
        margin-top: 16px;
        padding-left: 16px;
    }
}

.lp-text {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.4;
}

@media screen and (max-width: 1720px) {
    .lp-text {
        margin-bottom: calc(2.4rem + ((1vw - 1.366rem) * (4.51977)));
    }
}

@media screen and (max-width: 1366px) {
    .lp-text {
        margin-bottom: 24px;
    }
}

.lp-textNote {
    margin-bottom: 10px;
    color: #bbb;
    font-size: 18px;
    line-height: 1.33;
}

@media screen and (max-width: 1366px) {
    .lp-textNote {
        font-size: 16px;
    }
}

.lp-listLink {
    margin-bottom: 24px;
}

.lp-listLink > li {
    margin-bottom: 16px;
}

.lp-listLink > li > a {
    display: inline-block;
    position: relative;
    max-width: 100%;
    padding-left: 18px;
    color: #1a5c9a;
    font-size: 20px;
    line-height: 1.35;
    text-decoration: none;
}

@media screen and (max-width: 1720px) {
    .lp-listLink > li > a {
        font-size: calc(1.6rem + ((1vw - 1.366rem) * (1.12994)));
    }
}

@media screen and (max-width: 1366px) {
    .lp-listLink > li > a {
        font-size: 16px;
    }
}

.lp-listLink > li > a:hover,
.lp-listLink > li > a:focus {
    text-decoration: underline;
}

.lp-listLink > li > a::before,
.lp-listLink > li > a::after {
    display: block;
    position: absolute;
    left: 0;
    width: 10px;
    height: 2px;
    border-radius: 1px;
    background-color: #3b4150;
    content: "";
}

.lp-listLink > li > a::before {
    bottom: calc(50% + 1px);
    transform: rotate(45deg);
}

.lp-listLink > li > a::after {
    top: calc(50% + 3px);
    transform: rotate(-45deg);
}

.lp-listLink > li:last-child {
    margin-bottom: 0;
}

.lp-navigationTab {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: #0c0f1a;
    line-height: 1.3;
}

.lp-navigationTab-outer {
    display: flex;
}

.lp-navigationTab > li {
    display: flex;
    width: 33.333333%;
    border-left: 1px solid #fff;
}

.lp-navigationTab > li:nth-of-type(3n+1) {
    border-left: 0;
}

.lp-buttonMovie {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #0c0f1a;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

@media screen and (max-width: 1720px) {
    .lp-buttonMovie {
        font-size: calc(1.6rem + ((1vw - 1.366rem) * (1.12994)));
    }
}

@media screen and (max-width: 1366px) {
    .lp-buttonMovie {
        font-size: 16px;
    }
}

.lp-buttonMovie-body {
    display: inline-block;
    position: relative;
    padding: 18px 16px 17px 52px;
}

@media screen and (max-width: 1366px) {
    .lp-buttonMovie-body {
        padding-top: calc(2.2rem + ((1vw - 1.023rem) * (-1.74927)));
        padding-bottom: calc(2.1rem + ((1vw - 1.023rem) * (-1.45773)));
    }
}

.lp-buttonMovie-body::before {
    display: inline-block;
    position: absolute;
    top: calc(50% + 1px);
    left: 20px;
    width: 24px;
    height: 18px;
    transform: translateY(-50%);
    background: url("../../../../../../img/ss/products/controls/data-utilization-unit/data-utilization-unit_index_bg_01.png") 0 0 no-repeat;
    content: "";
}

.is-active > .lp-buttonMovie,
.lp-buttonMovie:hover,
.lp-buttonMovie:focus {
    background: linear-gradient(180deg, #3d6fb1 0%, #002c78 100%) 0% 0% no-repeat;
}

.lp-buttonMovie.of-primary {
    font-size: 22px;
}

@media screen and (max-width: 1023px) {
    .lp-buttonMovie.of-primary {
        display: inline-block;
        width: auto;
        max-width: 100%;
        background: linear-gradient(180deg, #3d6fb1 0%, #002c78 100%) 0% 0% no-repeat;
        font-size: 18px;
    }
}

.lp-buttonMovie.of-primary .lp-buttonMovie-body {
    padding: 18px 24px 17px 56px;
}

@media screen and (max-width: 1366px) {
    .lp-buttonMovie.of-primary .lp-buttonMovie-body {
        padding-top: 22px;
        padding-bottom: 21px;
    }
}

@media screen and (max-width: 1023px) {
    .lp-buttonMovie.of-primary .lp-buttonMovie-body {
        padding: 16px 34px 16px 66px;
    }
    .lp-buttonMovie.of-primary .lp-buttonMovie-body::before {
        left: 34px;
    }
}

.lp-section {
    margin-bottom: 48px;
}

@media screen and (max-width: 1023px) {
    .lp-section {
        margin-bottom: 40px;
    }
}

.lp-section-group {
    padding-bottom: 80px;
    background-color: #ebecee;
}

@media screen and (max-width: 1023px) {
    .lp-section-group {
        padding-top: calc(4rem + ((1vw - 0.36rem) * (0.90498)));
        padding-bottom: 64px;
    }
}

.lp-section-group > *:last-child {
    margin-bottom: 0;
}

.lp-section-group.of-primary {
    padding-bottom: 122px;
}

@media screen and (max-width: 1720px) {
    .lp-section-group.of-primary {
        padding-bottom: calc(8.7rem + ((1vw - 1.366rem) * (9.88701)));
    }
}

@media screen and (max-width: 1366px) {
    .lp-section-group.of-primary {
        padding-bottom: 87px;
    }
}

@media screen and (max-width: 1174px) {
    .lp-section-group.of-primary {
        padding-bottom: calc(4rem + ((1vw - 1.023rem) * (31.12583)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-section-group.of-primary {
        padding-bottom: 40px;
    }
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-section-content.of-primary {
    margin-bottom: 80px;
    padding: 64px 64px 72px;
    background-color: #6f7488;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.29);
}

@media screen and (max-width: 1720px) {
    .lp-section-content.of-primary {
        margin-bottom: calc(6.4rem + ((1vw - 1.366rem) * (4.51977)));
    }
}

@media screen and (max-width: 1366px) {
    .lp-section-content.of-primary {
        margin-bottom: 64px;
    }
}

@media screen and (max-width: 1174px) {
    .lp-section-content.of-primary {
        margin-bottom: calc(4rem + ((1vw - 1.023rem) * (15.89404)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-section-content.of-primary {
        margin-bottom: 40px;
        padding: 24px calc(2rem + ((1vw - 0.36rem) * (6.6365))) 32px;
    }
}

.lp-section-content.of-primary > * {
    color: #fff;
}

@media screen and (max-width: 1023px) {
    .lp-section-content.of-secondary {
        margin-bottom: 40px;
    }
}

.lp-section.of-primary {
    margin-bottom: 80px;
}

@media screen and (max-width: 1023px) {
    .lp-section.of-primary {
        margin-bottom: 40px;
    }
}

.lp-cardMovie {
    margin-bottom: 24px;
    padding: 24px;
    background-color: #3b4150;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.29);
    color: #fff;
}

@media screen and (max-width: 1023px) {
    .lp-cardMovie {
        margin-bottom: 40px;
        padding: 0;
        box-shadow: none;
    }
}

[data-script-enabled="true"] .lp-cardMovie {
    display: none;
}

@media screen and (max-width: 1023px) {
    [data-script-enabled="true"] .lp-cardMovie {
        display: block;
    }
}

[data-script-enabled="true"] .lp-cardMovie.is-active {
    display: block;
}

.lp-cardMovie > *:last-child {
    margin-bottom: 0;
}

.lp-cardMovie-group {
    margin-bottom: 48px;
}

@media screen and (max-width: 1023px) {
    .lp-cardMovie-group {
        margin-bottom: 40px;
    }
}

.lp-cardMovie-group > *:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
    .lp-cardMovie-group > * {
        margin-bottom: 0;
    }
}

.lp-cardMovie-header {
    background: linear-gradient(180deg, #3d6fb1 0%, #002c78 100%) 0% 0% no-repeat;
}

.lp-cardMovie-header > * {
    margin-bottom: 0;
}

.lp-cardMovie-title {
    position: relative;
    padding: 19px 32px 19px 72px;
}

@media screen and (max-width: 1023px) {
    .lp-cardMovie-title {
        padding: 16px 32px 16px calc(5.6rem + ((1vw - 0.36rem) * (2.41327)));
    }
}

.lp-cardMovie-title::before {
    display: inline-block;
    position: absolute;
    top: calc(50% + 1px);
    left: 40px;
    width: 24px;
    height: 18px;
    transform: translateY(-50%);
    background: url("../../../../../../img/ss/products/controls/data-utilization-unit/data-utilization-unit_index_bg_01.png") 0 0 no-repeat;
    content: "";
}

@media screen and (max-width: 1023px) {
    .lp-cardMovie-title::before {
        left: calc(2.4rem + ((1vw - 0.36rem) * (2.41327)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-cardMovie-body {
        padding: 24px calc(2rem + ((1vw - 0.36rem) * (4.22323))) 32px;
    }
}

.lp-cardMovie-body > *:last-child {
    margin-bottom: 0;
}

.lp-media {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin: 0 0 24px -48px;
}

@media screen and (max-width: 1023px) {
    .lp-media {
        flex-direction: column-reverse;
        margin-left: 0;
    }
}

.lp-media > * {
    margin-left: 48px;
}

@media screen and (max-width: 1023px) {
    .lp-media > * {
        width: 100%;
        margin-left: 0;
    }
}

.lp-media-body {
    flex: 1;
    padding-right: 40px;
}

@media screen and (max-width: 1366px) {
    .lp-media-body {
        padding-right: 16px;
    }
}

@media screen and (max-width: 1023px) {
    .lp-media-body {
        flex: 1 0 auto;
        padding-right: 0;
    }
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-title {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
}

.lp-media-text {
    margin-bottom: 64px;
}

@media screen and (max-width: 1366px) {
    .lp-media-text {
        margin-bottom: 40px;
    }
}

.lp-media-text.of-primary {
    font-size: 16px;
    font-weight: normal;
}

.lp-media-movie {
    position: relative;
    width: 896px;
    min-height: 0%;
    padding-bottom: 33.15%;
}

@media screen and (max-width: 1640px) {
    .lp-media-movie {
        width: calc(60.8rem + ((1vw - 1.366rem) * (105.10949)));
    }
}

@media screen and (max-width: 1366px) {
    .lp-media-movie {
        width: 608px;
        padding-bottom: 31.7%;
    }
}

@media screen and (max-width: 1174px) {
    .lp-media-movie {
        width: calc(47rem + ((1vw - 1.023rem) * (91.39073)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-media-movie {
        width: 100%;
        margin-bottom: 24px;
        padding-bottom: 56.25%;
    }
}

.lp-media-movie.of-primary {
    padding-bottom: 0;
}

.lp-media-image {
    min-height: 0%;
}

.lp-media-image.of-primary {
    width: 672px;
}

@media screen and (max-width: 1640px) {
    .lp-media-image.of-primary {
        width: calc(46rem + ((1vw - 1.366rem) * (77.37226)));
    }
}

@media screen and (max-width: 1366px) {
    .lp-media-image.of-primary {
        width: 460px;
    }
}

@media screen and (max-width: 1174px) {
    .lp-media-image.of-primary {
        width: calc(40rem + ((1vw - 1.023rem) * (39.7351)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-media-image.of-primary {
        width: 100%;
        margin: 0 auto 24px;
    }
}

.lp-media-image.of-secondary {
    width: 432px;
}

@media screen and (max-width: 1640px) {
    .lp-media-image.of-secondary {
        width: calc(32rem + ((1vw - 1.366rem) * (40.87591)));
    }
}

@media screen and (max-width: 1366px) {
    .lp-media-image.of-secondary {
        width: 432px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1174px) {
    .lp-media-image.of-secondary {
        width: calc(43.2rem + ((1vw - 1.023rem) * (18.54305)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-media-image.of-secondary {
        width: 100%;
        margin: 0 auto;
    }
}

.lp-media.of-primary {
    align-items: flex-start;
    margin: 0 0 67px 0;
}

@media screen and (max-width: 1640px) {
    .lp-media.of-primary {
        margin-bottom: calc(4rem + ((1vw - 1.366rem) * (9.85401)));
    }
}

@media screen and (max-width: 1366px) {
    .lp-media.of-primary {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1174px) {
    .lp-media.of-primary {
        margin-bottom: calc(3rem + ((1vw - 1.023rem) * (6.62252)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-media.of-primary {
        margin-bottom: 40px;
    }
}

.lp-media.of-primary > .lp-media-body {
    padding-right: 0;
}

.lp-media.of-primary > .lp-media-image {
    margin-left: 48px;
}

.lp-media.of-primary > * {
    margin-left: 0;
}

.lp-media.of-row-horizontal {
    flex-direction: row;
}

@media screen and (max-width: 1023px) {
    .lp-media.of-row-horizontal {
        flex-direction: column-reverse;
    }
    .lp-media.of-row-horizontal > .lp-media-image {
        margin-left: 0;
    }
}

@media screen and (max-width: 1366px) {
    .lp-media.of-row-horizontal.lp-largeScreen-vertical {
        flex-direction: column;
    }
    .lp-media.of-row-horizontal.lp-largeScreen-vertical > .lp-media-body {
        flex: 0 1 auto;
        width: 100%;
    }
    .lp-media.of-row-horizontal.lp-largeScreen-vertical > .lp-media-image {
        margin-top: 24px;
        margin-right: auto;
        margin-left: auto;
    }
}

.lp-media.of-column-reverse {
    flex-direction: column-reverse;
    margin: 0;
}

.lp-media.of-column-reverse > * {
    margin-left: 0;
}

.lp-media.of-column-reverse > .lp-media-body {
    flex: 0 1 auto;
    max-width: 100%;
    margin-left: 0;
    padding-right: 0;
}

.lp-media.of-column-reverse > .lp-media-image {
    width: 100%;
    margin-bottom: 8px;
}

.lp-card {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    padding: 24px 56px;
    background-color: #fff;
}

@media screen and (max-width: 1366px) {
    .lp-card {
        padding: 24px calc(4rem + ((1vw - 1.023rem) * (4.66472)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-card {
        flex-direction: column;
        padding: 24px 20px;
        text-align: center;
    }
    .lp-card > * {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .lp-card {
        padding: 16px;
    }
}

.lp-card-body {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    margin-right: 24px;
    color: #171719;
}

.lp-card-body.of-primary {
    justify-content: flex-start;
}

@media screen and (max-width: 1023px) {
    .lp-card-body,
    .lp-card-body.of-primary {
        flex: 1 0 auto;
        justify-content: center;
        max-width: 100%;
        margin: 0 0 24px 0;
    }
}

.lp-card-body > *:last-child {
    margin-bottom: 0;
}

.lp-card-text {
    width: 100%;
    font-size: 18px;
}

@media screen and (max-width: 1023px) {
    .lp-card-text {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .lp-card-text {
        font-size: 15px;
    }
}

.lp-card-button {
    max-width: 40%;
}

@media screen and (max-width: 1023px) {
    .lp-card-button {
        max-width: 100%;
    }
}

.lp-card-button > *:last-child {
    margin-bottom: 0;
}

.lp-headingLevel2 {
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 1.4;
}

@media screen and (max-width: 1720px) {
    .lp-headingLevel2 {
        font-size: calc(4rem + ((1vw - 1.366rem) * (2.25989)));
    }
}

@media screen and (max-width: 1366px) {
    .lp-headingLevel2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .lp-headingLevel2 {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (3.9312)));
    }
}

@media screen and (max-width: 360px) {
    .lp-headingLevel2 {
        font-size: 24px;
    }
}

.lp-headingLevel3 {
    position: relative;
    max-width: 100%;
    height: 100%;
    margin-bottom: 40px;
    margin-left: 10px;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.4;
}

@media screen and (max-width: 1720px) {
    .lp-headingLevel3 {
        font-size: calc(2.4rem + ((1vw - 1.366rem) * (2.25989)));
    }
}

@media screen and (max-width: 1366px) {
    .lp-headingLevel3 {
        margin-bottom: 24px;
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {
    .lp-headingLevel3 {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (1.4742)));
    }
}

@media screen and (max-width: 360px) {
    .lp-headingLevel3 {
        font-size: 18px;
    }
}

.lp-headingLevel3::before {
    display: block;
    position: absolute;
    top: 50%;
    left: -10px;
    width: 2px;
    height: 100%;
    transform: translateY(-50%);
    background-color: #fff;
    content: "";
}

.lp-headingLevel3-outer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: -20px;
    margin-bottom: 40px;
}

@media screen and (max-width: 1720px) {
    .lp-headingLevel3-outer {
        margin-bottom: calc(2.4rem + ((1vw - 1.366rem) * (4.51977)));
    }
}

@media screen and (max-width: 1366px) {
    .lp-headingLevel3-outer {
        margin-bottom: 24px;
    }
}

.lp-headingLevel3-outer > * {
    margin-top: 20px;
    margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
    .lp-headingLevel3-outer {
        flex-direction: column;
        align-items: flex-start;
    }
}

.lp-headingLevel3-outer > :first-child {
    margin-right: 40px;
}

@media screen and (max-width: 1023px) {
    .lp-headingLevel3-outer > :first-child {
        margin-right: 0;
    }
}

.lp-headingLevel3-outer > :only-child {
    margin-right: 0;
}

@media screen and (max-width: 1023px) {
    .lp-headingLevel3-outer > :nth-child(2n) {
        margin-top: 16px;
    }
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -32px 0 76px -48px;
}

.lp-layout-grid > .lp-layout-grid-column {
    margin-top: 32px;
    padding-left: 48px;
}

.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 > .lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.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: 1023px) {
    .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: 1023px) {
    .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%;
    }
}

.lp-label {
    word-wrap: break-word;
    display: inline-block;
    flex-shrink: 0;
    max-width: 200px;
    margin-right: 16px;
    margin-bottom: 12px;
    padding: 4px 20px;
    background-color: #dc002f;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    word-break: break-word;
    overflow-wrap: anywhere;
}

@media screen and (max-width: 1023px) {
    .lp-label {
        padding: 4px 16px;
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .lp-label {
        max-width: 40%;
    }
}

.lp-label-outer {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 16px;
}

.lp-label-outer > * {
    margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
    .lp-label-outer {
        padding-right: calc(0rem + ((1vw - 0.36rem) * (30.16591)));
        padding-left: calc(0rem + ((1vw - 0.36rem) * (30.16591)));
    }
}

.lp-labelLink {
    display: block;
    flex: 1;
    color: #fff;
    font-size: 24px;
    line-height: 1.4;
    text-align: left;
    text-decoration: underline;
}

@media screen and (max-width: 1720px) {
    .lp-labelLink {
        font-size: calc(1.8rem + ((1vw - 1.366rem) * (1.69492)));
    }
}

@media screen and (max-width: 1366px) {
    .lp-labelLink {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .lp-labelLink {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.4914)));
    }
}

@media screen and (max-width: 360px) {
    .lp-labelLink {
        font-size: 16px;
    }
}

.lp-labelFeature {
    max-width: 100%;
    height: 100%;
    padding: 10px;
    border: 1px solid #bbb;
    border-radius: 4px;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

@media screen and (max-width: 1023px) {
    .lp-labelFeature {
        min-width: 182px;
    }
}

.lp-textPhone {
    display: block;
    margin-bottom: 24px;
}

.lp-textPhone > *:last-child {
    margin-bottom: 0;
}

.lp-textPhone-body > *:last-child {
    margin-bottom: 0;
}

.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 !important;
    margin-bottom: 8px;
}

.lp-textPhone-note {
    display: block;
    margin-top: 0 !important;
    margin-bottom: 8px;
    font-size: 1.2rem;
    line-height: 1.2;
}

.lp-textPhone-icon {
    width: 36px;
    min-width: 36px;
    height: 20px;
    min-height: 20px;
    margin-top: 0.2rem;
    margin-right: 8px;
}

.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;
}

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-primary,
a:hover.lp-textPhone-body.of-primary {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    cursor: default;
    opacity: 1;
}

.lp-textPhoneLink {
    max-width: 50%;
    margin: 0 0 16px auto;
    text-align: center;
}

.lp-textPhoneLink.of-primary {
    max-width: 100%;
    margin: 0 auto;
    padding: 40px calc(2rem + ((1vw - 0.36rem) * (9.04977))) 0;
}

.lp-textPhoneLink.of-primary .AutoPhoneCall {
    color: #171719;
}

.lp-textPhoneLink.of-primary .AutoPhoneCall::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.8459 18.8048C24.0514 19.0103 24.0514 19.3435 23.8459 19.549L21.9896 21.4052C21.6958 21.699 21.3224 21.9075 20.9094 21.9533C17.7281 22.3057 14.2797 20.6242 11.8263 18.1708C9.37433 15.7188 7.69413 12.2717 8.04673 9.09064C8.09251 8.67763 8.30099 8.30421 8.59482 8.01038L10.4511 6.15412C10.6566 5.94863 10.9897 5.94863 11.1952 6.15412L13.7998 8.75867C14.0053 8.96416 14.0053 9.29733 13.7998 9.50282L11.1583 12.1443C11.1452 13.8391 12.0519 15.3826 13.3347 16.6653C14.6182 17.9489 16.1599 18.8556 17.8557 18.8417L20.5604 16.2479C20.767 16.0497 21.0942 16.0531 21.2967 16.2556L23.8459 18.8048Z' fill='%23333'/%3E%3C/svg%3E");
}

.lp-textPhoneLink.of-secondary {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px calc(2rem + ((1vw - 0.36rem) * (9.04977))) 0;
}

.lp-textPhoneLink.of-secondary .AutoPhoneCall {
    color: #171719;
}

.lp-textPhoneLink.of-secondary .AutoPhoneCall::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.8459 18.8048C24.0514 19.0103 24.0514 19.3435 23.8459 19.549L21.9896 21.4052C21.6958 21.699 21.3224 21.9075 20.9094 21.9533C17.7281 22.3057 14.2797 20.6242 11.8263 18.1708C9.37433 15.7188 7.69413 12.2717 8.04673 9.09064C8.09251 8.67763 8.30099 8.30421 8.59482 8.01038L10.4511 6.15412C10.6566 5.94863 10.9897 5.94863 11.1952 6.15412L13.7998 8.75867C14.0053 8.96416 14.0053 9.29733 13.7998 9.50282L11.1583 12.1443C11.1452 13.8391 12.0519 15.3826 13.3347 16.6653C14.6182 17.9489 16.1599 18.8556 17.8557 18.8417L20.5604 16.2479C20.767 16.0497 21.0942 16.0531 21.2967 16.2556L23.8459 18.8048Z' fill='%23333'/%3E%3C/svg%3E");
}

.lp-textPhoneLink > *:last-child {
    margin-bottom: 0;
}

.lp-textPhoneLink-numberGroup {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1023px) {
    .lp-textPhoneLink-numberGroup {
        flex-direction: column;
        justify-content: center;
    }
}

.lp-textPhoneLink-numberGroup.of-vertical {
    flex-direction: column;
}

.lp-textPhoneLink-number {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-size: 2.4rem;
    font-weight: 600;
}

@media only screen and (max-width: 1023px) {
    .lp-textPhoneLink-number {
        width: 100%;
    }
}

.lp-textPhoneLink-number > .AutoPhoneCall {
    position: relative;
    max-width: 100%;
    padding-left: 3.8rem;
    color: #fff;
    text-decoration: none;
    cursor: default;
}

.lp-textPhoneLink-number > .AutoPhoneCall::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 3.8rem;
    height: 3.8rem;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.8459 18.8048C24.0514 19.0103 24.0514 19.3435 23.8459 19.549L21.9896 21.4052C21.6958 21.699 21.3224 21.9075 20.9094 21.9533C17.7281 22.3057 14.2797 20.6242 11.8263 18.1708C9.37433 15.7188 7.69413 12.2717 8.04673 9.09064C8.09251 8.67763 8.30099 8.30421 8.59482 8.01038L10.4511 6.15412C10.6566 5.94863 10.9897 5.94863 11.1952 6.15412L13.7998 8.75867C14.0053 8.96416 14.0053 9.29733 13.7998 9.50282L11.1583 12.1443C11.1452 13.8391 12.0519 15.3826 13.3347 16.6653C14.6182 17.9489 16.1599 18.8556 17.8557 18.8417L20.5604 16.2479C20.767 16.0497 21.0942 16.0531 21.2967 16.2556L23.8459 18.8048Z' fill='%23fff'/%3E%3C/svg%3E");
    content: "";
}

.lp-textPhoneLink-number > .TelSlsh {
    display: none;
}

.lp-textPhoneLink-notes {
    max-width: 100%;
}

@media only screen and (max-width: 1023px) {
    .lp-textPhoneLink-notes {
        width: 100%;
        margin-bottom: 4px;
    }
}
