@charset "UTF-8";


: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: source-han-sans-japanese, "ヒラギノ角ゴ 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;
}

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: underline;
}

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-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .2s;
    transition-property: color,background-color;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.lp-buttonConversion:hover {
    background-color: #c6002a;
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.lp-buttonConversion-text {
    margin-right: 16px;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-buttonConversion-image > img {
    min-width: 42px;
    max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body::before {
    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;
}

.lp-buttonConversion.of-primary:hover {
    background: #116b81;
}

.lp-buttonConversion.of-secondary {
    background: #0065bb;
}

.lp-navigationSeries {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1240px;
    margin: 20px auto;
    padding: 4px 10px;
    border: 2px solid #e5e5e5;
    color: #999;
}

div#MainContent .lp-navigationSeries {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: anywhere;
}

@media only screen and (max-width: 1279px) {
    .lp-navigationSeries {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries {
        flex-direction: column;
        align-items: center;
    }
}

.lp-navigationSeries-title {
    max-width: 600px;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.3;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title {
        width: 100%;
        max-width: none;
        margin-bottom: 3px;
        text-align: center;
    }
}

.lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title + .lp-navigationSeries-linkList {
        margin-left: -10px;
    }
}

div#MainContent .lp-navigationSeries-title {
    margin-bottom: 0;
    color: #999;
    font-size: 11px;
    line-height: 1.3;
    text-transform: none;
}

div#MainContent .lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-seriesNameText, .lp-navigationSeries-seriesText {
        display: block;
    }
}

.lp-navigationSeries-linkList {
    display: flex;
    flex-wrap: wrap;
    margin: -3px 0 0 -10px;
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList {
    margin: -3px 0 0 -10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-linkList {
        justify-content: center;
        width: 100%;
    }
}

.lp-navigationSeries-linkList > 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-header {
    border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header {
        height: auto;
    }
}

.lp-layout-header > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    max-width: calc(1440px + 80px);
    margin: 0 auto;
    padding: 23px 40px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-content {
        justify-content: center;
        padding: 16px 20px;
    }
}

.lp-layout-header-content > *:last-child {
    margin-bottom: 0;
    margin-left: 32px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-content > *:last-child {
        margin-left: 0;
    }
}

.lp-layout-header-utilityList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.lp-layout-header-body > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-logo {
    min-width: 115px;
    margin-right: auto;
    line-height: 1;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-logo {
        padding-right: 0;
    }
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-logo {
        min-width: 91px;
        margin-right: 20px;
    }
}

.lp-layout-header-logo img {
    width: 100%;
}

.lp-layout-footer {
    height: 50px;
    border-top: 1px solid #ddd;
    background-color: #fff;
    color: #666;
}

.lp-layout-footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: calc(1776px + 80px);
    margin: 0 auto;
    padding: 16px 40px 13px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-content {
        flex-direction: column-reverse;
        max-width: none;
        padding: 21px 20px;
    }
}

.lp-layout-footer-content > *:last-child {
    margin-bottom: 0;
}

.lp-layout-footer-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -8px 0 24px -33px;
    font-size: 14px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-list {
        width: 100%;
    }
}

.lp-layout-footer-list > li {
    position: relative;
    margin: 8px 0 0 33px;
}

.lp-layout-footer-list > li::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -17px;
    width: 1px;
    height: 100%;
    transform: translateY(-50%);
    background-color: #666;
    content: "";
}

.lp-layout-footer-list > li:first-child::before {
    display: none;
}

.lp-layout-footer-list > li > a {
    color: #06c;
    text-decoration: none;
}

.lp-layout-footer-list > li > a:hover, .lp-layout-footer-list > li > a:active, .lp-layout-footer-list > li > a:focus {
    color: #06c;
    text-decoration: underline;
}

.lp-layout-footer-copyright {
    margin-bottom: 0;
    font-size: 14px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-copyright {
        width: 100%;
        margin-top: 16px;
        text-align: center;
    }
}

.lp-cardPhoneLink {
    display: flex;
    background-color: #fff;
    color: inherit;
    text-decoration: none;
    cursor: inherit;
}

@media screen and (max-width: 1024px) {
    .lp-cardPhoneLink {
        display: block;
        width: 100%;
        text-align: center;
    }
}

.lp-cardPhoneLink-notes {
    display: flex;
    flex: 0 1 auto;
    align-items: center;
    max-width: 300px;
    margin-right: 6px;
    font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
    .lp-cardPhoneLink-notes {
        display: block;
        max-width: none;
        margin-right: 0;
    }
}

.lp-cardPhoneLink-number {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
}

.lp-cardPhoneLink-numberGroup {
    display: flex;
    align-items: flex-start;
    max-width: 300px;
}

@media screen and (max-width: 1024px) {
    .lp-cardPhoneLink-numberGroup {
        justify-content: center;
        max-width: none;
    }
}

.lp-cardPhoneLink-numberGroup > img {
    display: block;
    max-width: 36px;
    margin-top: 0.2rem;
    margin-right: 1rem;
}

.lp-layout-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100vh - 125px);
    min-height: 730px;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    .lp-layout-container {
        display: block;
        height: auto;
    }
}

.lp-jumbotron.of-primary {
    display: flex;
    position: relative;
    max-width: 100%;
    height: calc(100vh - 125px);
    background-size: contain;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron.of-primary {
        height: auto;
        background: none;
    }
}

.lp-jumbotron.of-primary::after {
    display: none;
}

.lp-jumbotron.of-primary .lp-jumbotron-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    max-width: calc(1460px + 80px);
    margin: 0 auto;
    padding: 20px 40px;
}

@media screen and (max-width: 1480px) {
    .lp-jumbotron.of-primary .lp-jumbotron-content {
        padding: calc(1rem + ((1vw - 1.024rem) * (2.97619))) calc(2rem + ((1vw - 1.024rem) * (5.95238)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron.of-primary .lp-jumbotron-content {
        flex-direction: column-reverse;
        width: 100%;
        max-width: 100%;
        padding: 0;
        text-align: center;
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-section {
    display: flex;
    position: relative;
    flex-direction: row-reverse;
    align-items: center;
    min-height: 0%;
    background: url("../../../../../../../../img/ss/products/measure-sys/im-8000/002/2092_01_bg_01.jpg") repeat-x bottom;
    background-size: contain;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron.of-primary .lp-jumbotron-section {
        flex-direction: column-reverse;
        width: 100%;
        max-width: 100%;
        padding: 0;
        background: none;
        text-align: center;
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-section::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: -90%;
    width: 300%;
    height: 100%;
    background: url("../../../../../../../../img/ss/products/measure-sys/im-8000/002/2092_01_bg_01.jpg") repeat-x bottom;
    background-size: contain;
    content: "";
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron.of-primary .lp-jumbotron-section::before {
        display: none;
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-section::after {
    display: block;
    z-index: -1;
    position: absolute;
    top: 99%;
    left: -90%;
    width: 300%;
    height: 100%;
    background: #d8e6e7;
    content: "";
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron.of-primary .lp-jumbotron-section::after {
        display: none;
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-body {
    min-width: 710px;
    max-width: 710px;
    min-height: 0%;
}

@media screen and (max-width: 1480px) {
    .lp-jumbotron.of-primary .lp-jumbotron-body {
        min-width: calc(40rem + ((1vw - 1.024rem) * (67.98246)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron.of-primary .lp-jumbotron-body {
        width: 100%;
        max-width: 100%;
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (3.01205)));
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-image {
    width: 100%;
    min-height: 0%;
    margin-right: 40px;
}

@media screen and (max-width: 1480px) {
    .lp-jumbotron.of-primary .lp-jumbotron-image {
        margin-right: calc(2rem + ((1vw - 1.024rem) * (5.95238)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron.of-primary .lp-jumbotron-image {
        width: 100%;
        margin-right: 0;
        background: #fff url("../../../../../../../../img/ss/products/measure-sys/im-8000/002/2092_01_bg_01.jpg") repeat-x bottom;
        background-size: contain;
    }
    .lp-jumbotron.of-primary .lp-jumbotron-image img {
        width: calc(31rem + ((1vw - 0.36rem) * (13.55422)));
        margin-left: 30px;
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-title {
    display: inline-block;
    position: relative;
    margin: 0 40px 0 32px;
    font-family: source-han-serif-japanese;
    font-size: 7.2rem;
    font-weight: bold;
    line-height: 1.5;
}

@media screen and (max-width: 1480px) {
    .lp-jumbotron.of-primary .lp-jumbotron-title {
        margin: 0 calc(2rem + ((1vw - 1.024rem) * (4.38596))) 0 calc(2.2rem + ((1vw - 1.024rem) * (2.19298)));
        font-size: calc(4rem + ((1vw - 1.024rem) * (7.01754)));
    }
}

@media screen and (max-height: 900px) and (max-width: 1480px) {
    .lp-jumbotron.of-primary .lp-jumbotron-title {
        font-size: calc(4rem + ((1vw - 1.024rem) * (3.07018)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron.of-primary .lp-jumbotron-title {
        font-size: calc(2.9rem + ((1vw - 0.36rem) * (3.83929)));
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-title::before {
    position: absolute;
    top: 50%;
    left: -78px;
    transform: translateY(-50%);
    content: "「";
}

@media screen and (max-width: 1480px) {
    .lp-jumbotron.of-primary .lp-jumbotron-title::before {
        left: calc(-5.5rem + ((1vw - 1.024rem) * (-2.19298)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron.of-primary .lp-jumbotron-title::before {
        left: calc(-3.2rem + ((1vw - 0.36rem) * (-4.10714)));
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-title::after {
    position: absolute;
    top: 50%;
    right: -80px;
    transform: translateY(-50%);
    content: "」";
}

@media screen and (max-width: 1480px) {
    .lp-jumbotron.of-primary .lp-jumbotron-title::after {
        right: calc(-5.5rem + ((1vw - 1.024rem) * (-1.09649)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron.of-primary .lp-jumbotron-title::after {
        right: calc(-3rem + ((1vw - 0.36rem) * (-4.46429)));
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-subtitle {
    display: block;
    font-family: source-han-serif-japanese;
    font-size: 3.8rem;
}

@media screen and (max-width: 1480px) {
    .lp-jumbotron.of-primary .lp-jumbotron-subtitle {
        font-size: calc(2.3rem + ((1vw - 1.024rem) * (3.28947)));
    }
}

@media screen and (max-height: 900px) and (max-width: 1480px) {
    .lp-jumbotron.of-primary .lp-jumbotron-subtitle {
        font-size: 2.6rem;
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron.of-primary .lp-jumbotron-subtitle {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (3.01205)));
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-subtitle em {
    color: #22773a;
}

.lp-jumbotron.of-primary .lp-jumbotron-series {
    display: block;
    font-size: 2.4rem;
}

@media screen and (max-width: 1480px) {
    .lp-jumbotron.of-primary .lp-jumbotron-series {
        font-size: calc(2rem + ((1vw - 1.024rem) * (0.87719)));
    }
}

@media screen and (max-height: 900px) and (max-width: 1480px) {
    .lp-jumbotron.of-primary .lp-jumbotron-series {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron.of-primary .lp-jumbotron-series {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.72727)));
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-titleGroup {
    text-align: left;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron.of-primary .lp-jumbotron-titleGroup {
        flex-direction: column;
        text-align: center;
    }
}

.is-ie11 .lp-layout-container {
    min-height: 800px;
}

@media screen and (max-width: 1024px) {
    .is-ie11 .lp-layout-container {
        min-height: 100%;
    }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .lp-jumbotron-title::after {
        right: calc(-0.1rem + ((1vw - 0.36rem) * (-4.46429)));
    }
}

@media screen and (-ms-high-contrast: none) and (max-width: 1480px), screen and (-ms-high-contrast: active) and (max-width: 1480px) {
    .lp-jumbotron-title::after {
        right: calc(-0.2rem + ((1vw - 0.36rem) * (-4.46429)));
    }
}

@media screen and (-ms-high-contrast: none) and (max-width: 1024px), screen and (-ms-high-contrast: active) and (max-width: 1024px) {
    .lp-jumbotron-title::after {
        right: calc(-1rem + ((1vw - 0.36rem) * (-4.46429)));
    }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .lp-jumbotron.of-primary .lp-jumbotron-image {
        width: 100%;
    }
    .lp-jumbotron-title::before {
        left: calc(-3.5rem + ((1vw - 1.024rem) * (-2.19298)));
    }
}

@media screen and (-ms-high-contrast: none) and (max-width: 1480px), screen and (-ms-high-contrast: active) and (max-width: 1480px) {
    .lp-jumbotron-title::before {
        left: calc(-3rem + ((1vw - 1.024rem) * (-2.19298)));
    }
}

@media screen and (-ms-high-contrast: none) and (max-width: 1024px), screen and (-ms-high-contrast: active) and (max-width: 1024px) {
    .lp-jumbotron-title::before {
        left: calc(-3rem + ((1vw - 1.024rem) * (-2.19298)));
    }
}

.lp-section {
    width: 100%;
    min-height: 0%;
}

@media screen and (max-width: 1024px) {
    .lp-section-content {
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (3.01205)));
    }
}

.lp-mediaFeature {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    min-height: 0%;
    background: #fff;
    box-shadow: 0 12px 24px rgba(81, 158, 156, 0.2);
}

@media screen and (max-width: 768px) {
    .lp-mediaFeature {
        flex-direction: column-reverse;
        max-width: 347px;
        margin: 0 auto;
        box-shadow: 0 6px 12px rgba(81, 158, 156, 0.3);
    }
}

.lp-mediaFeature-image {
    max-width: 347px;
    min-height: 0%;
}

@media screen and (max-width: 1480px) {
    .lp-mediaFeature-image {
        max-width: calc(25rem + ((1vw - 1.024rem) * (28.86905)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaFeature-image {
        width: 100%;
        max-width: 347px;
    }
}

.lp-mediaFeature-body {
    display: flex;
    flex: 1;
    align-items: center;
    padding: 18px;
    font-size: 2rem;
}

@media screen and (max-width: 1480px) {
    .lp-mediaFeature-body {
        padding: calc(0.8rem + ((1vw - 1.024rem) * (2.19298)));
        font-size: calc(1.6rem + ((1vw - 1.024rem) * (0.87719)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaFeature-body {
        width: 100%;
        padding: 20px;
        font-size: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .lp-mediaFeature-body {
        flex: 1 0 auto;
        justify-content: center;
        padding: calc(1rem + ((1vw - 0.36rem) * (0.90909)));
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.3012)));
    }
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -24px 0 30px -24px;
    margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
    .lp-listButton {
        justify-content: center;
        margin: -24px 0 30px -24px;
        text-align: center;
    }
}

.lp-listButton > li {
    margin-top: 24px;
    margin-left: 24px;
}

@media screen and (max-width: 1024px) {
    .lp-listButton > li {
        margin-top: 24px;
        margin-left: 24px;
    }
}

.lp-utility-marginBottom-1 {
    margin-bottom: 10px;
}

.lp-utility-marginBottom-2 {
    margin-bottom: 16px;
}

.lp-utility-marginBottom-3 {
    margin-bottom: 24px;
}

.lp-utility-marginBottom-4 {
    margin-bottom: 32px;
}

.lp-utility-marginBottom-5 {
    margin-bottom: 40px;
}

.lp-utility-marginBottom-6 {
    margin-bottom: 48px;
}

.lp-utility-marginBottom-7 {
    margin-bottom: 56px;
}

.lp-utility-marginBottom-8 {
    margin-bottom: 64px;
}

.lp-utility-marginBottom-9 {
    margin-bottom: 72px;
}

.lp-utility-marginBottom-10 {
    margin-bottom: 80px;
}

.lp-utility-marginBottom-11 {
    margin-bottom: 160px;
}

.lp-utility-text-large {
    font-size: 4.4rem;
}

@media screen and (max-width: 1480px) {
    .lp-utility-text-large {
        font-size: calc(3rem + ((1vw - 1.024rem) * (3.07018)));
    }
}

@media screen and (max-height: 900px) and (max-width: 1480px) {
    .lp-utility-text-large {
        font-size: 3rem;
    }
}

@media screen and (max-width: 1024px) {
    .lp-utility-text-large {
        font-size: calc(2rem + ((1vw - 0.36rem) * (3.61446)));
    }
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-right {
    text-align: right;
}

.lp-utility-weight-normal {
    font-weight: normal;
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 768px) {
    .lp-largeScreen-line-break {
        display: inline;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-textAlign-center {
        text-align: center;
    }
    .lp-largeScreen-textAlign-right {
        text-align: right;
    }
    .lp-largeScreen-weight-normal {
        font-weight: normal;
    }
    .lp-largeScreen-justifyContent-end {
        justify-content: flex-end;
    }
    .lp-largeScreen-marginBottom-1 {
        margin-bottom: 10px;
    }
    .lp-largeScreen-marginBottom-2 {
        margin-bottom: 16px;
    }
    .lp-largeScreen-marginBottom-3 {
        margin-bottom: 24px;
    }
    .lp-largeScreen-marginBottom-4 {
        margin-bottom: 32px;
    }
    .lp-largeScreen-marginBottom-5 {
        margin-bottom: 40px;
    }
    .lp-largeScreen-marginBottom-6 {
        margin-bottom: 48px;
    }
    .lp-largeScreen-marginBottom-7 {
        margin-bottom: 56px;
    }
    .lp-largeScreen-marginBottom-8 {
        margin-bottom: 64px;
    }
    .lp-largeScreen-marginBottom-9 {
        margin-bottom: 72px;
    }
    .lp-largeScreen-marginBottom-10 {
        margin-bottom: 80px;
    }
    .lp-largeScreen-marginBottom-11 {
        margin-bottom: 160px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-marginBottom-1 {
        margin-bottom: 10px;
    }
    .lp-smallScreen-marginBottom-2 {
        margin-bottom: 16px;
    }
    .lp-smallScreen-marginBottom-3 {
        margin-bottom: 24px;
    }
    .lp-smallScreen-marginBottom-4 {
        margin-bottom: 32px;
    }
    .lp-smallScreen-marginBottom-5 {
        margin-bottom: 40px;
    }
    .lp-smallScreen-marginBottom-6 {
        margin-bottom: 48px;
    }
    .lp-smallScreen-marginBottom-7 {
        margin-bottom: 56px;
    }
    .lp-smallScreen-marginBottom-8 {
        margin-bottom: 64px;
    }
    .lp-smallScreen-marginBottom-9 {
        margin-bottom: 72px;
    }
    .lp-smallScreen-marginBottom-10 {
        margin-bottom: 80px;
    }
    .lp-smallScreen-marginBottom-11 {
        margin-bottom: 160px;
    }
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
    .lp-smallScreen-textAlign-right {
        text-align: right;
    }
    .lp-smallScreen-justifyContent-center {
        justify-content: center;
    }
    .lp-smallScreen-line-break {
        display: block;
    }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
    .lp-smallScreen-line-break {
        display: inline;
    }
}

.lp-smallScreen-hide {
    display: block !important;
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-hide {
        display: none !important;
    }
}

.lp-smallScreen-show {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-show {
        display: block !important;
    }
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-lastChild {
        margin-bottom: 0;
    }
}
