@charset "UTF-8";

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #dc002f;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.2s;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

@media (hover: hover) {
    .lp-buttonConversion:hover {
        background-color: #c6002a;
    }
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.lp-buttonConversion-text {
    margin-right: 16px;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-buttonConversion-image > img {
    min-width: 42px;
    max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #13778f;
}

@media (hover: hover) {
    .lp-buttonConversion.of-primary:hover {
        background-color: #116b81;
    }
}

.lp-buttonConversion.of-secondary {
    background: #0065bb;
}

.lp-navigationSeries {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1240px;
    margin: 20px auto;
    padding: 4px 10px;
    border: 2px solid #e5e5e5;
    color: #999;
}

div#MainContent .lp-navigationSeries {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: anywhere;
}

@media only screen and (max-width: 1279px) {
    .lp-navigationSeries {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries {
        flex-direction: column;
        align-items: center;
    }
}

.lp-navigationSeries-title {
    max-width: 600px;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.3;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title {
        width: 100%;
        max-width: none;
        margin-bottom: 3px;
        text-align: center;
    }
}

.lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title + .lp-navigationSeries-linkList {
        margin-left: -10px;
    }
}

div#MainContent .lp-navigationSeries-title {
    margin-bottom: 0;
    color: #999;
    font-size: 11px;
    line-height: 1.3;
    text-transform: none;
}

div#MainContent .lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-seriesNameText, .lp-navigationSeries-seriesText {
        display: block;
    }
}

.lp-navigationSeries-linkList {
    display: flex;
    flex-wrap: wrap;
    margin: -3px 0 0 -10px;
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList {
    margin: -3px 0 0 -10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-linkList {
        justify-content: center;
        width: 100%;
    }
}

.lp-navigationSeries-linkList > 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-jumbotron-titleGroup, .lp-jumbotron-seriesOuter, .lp-jumbotron-seriesName, .lp-list, .lp-text, .lp-media, .lp-media-image, .lp-mediaAsset, .lp-mediaAsset-body {
    margin-bottom: 24px;
}

@media screen and (max-width: 1328px) {
    .lp-jumbotron-titleGroup, .lp-jumbotron-seriesOuter, .lp-jumbotron-seriesName, .lp-list, .lp-text, .lp-media, .lp-media-image, .lp-mediaAsset, .lp-mediaAsset-body {
        margin-bottom: calc(1.6rem + ((1vw - 0.97rem) * (2.23464)));
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-titleGroup, .lp-jumbotron-seriesOuter, .lp-jumbotron-seriesName, .lp-list, .lp-text, .lp-media, .lp-media-image, .lp-mediaAsset, .lp-mediaAsset-body {
        margin-bottom: 16px;
    }
}

.lp-layout-header > *:last-child, .lp-layout-header-content > *:last-child, .lp-layout-header-logo > *:last-child, .lp-layout-footer > *:last-child, .lp-layout-footer-content > *:last-child, .lp-jumbotron > *:last-child, .lp-jumbotron-content > *:last-child, .lp-jumbotron-body > *:last-child, .lp-jumbotron-title > *:last-child, .lp-jumbotron-titleGroup > *:last-child, .lp-jumbotron-image > *:last-child, .lp-jumbotron-seriesOuter > *:last-child, .lp-jumbotron-seriesName > *:last-child, .lp-section > *:last-child, .lp-section-content > *:last-child, .lp-label-outer > *:last-child, .lp-list > *:last-child, .lp-text > *:last-child, .lp-textArrow > *:last-child, .lp-media > *:last-child, .lp-media-body > *:last-child, .lp-media-text > *:last-child, .lp-media-image > *:last-child, .lp-mediaAsset > *:last-child, .lp-mediaAsset-body > *:last-child, .lp-card > *:last-child, .lp-card-outer > *:last-child, .lp-card-header > *:last-child, .lp-card-title > *:last-child, .lp-card-body > *:last-child, .lp-card-text > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-titleGroup, .lp-jumbotron-seriesOuter, .lp-jumbotron-seriesName, .lp-media-text, .lp-mediaAsset-text, .lp-card-title, .lp-card-text {
    line-height: 1.4;
}

a {
    text-decoration: none;
}

.lp-buttonConversion-text {
    width: 100%;
}

.section {
    margin-bottom: 0;
}

.prd-layout-container {
    margin-bottom: 0;
}

.lp-layout-header {
    border-bottom: 1px solid #c5c5c5;
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    max-width: 1328px;
    margin: 0 auto;
    padding: 26px;
}

@media screen and (max-width: 1328px) {
    .lp-layout-header-content {
        padding-top: calc(2.2rem + ((1vw - 0.97rem) * (1.11732)));
        padding-right: calc(2rem + ((1vw - 0.97rem) * (1.67598)));
        padding-bottom: calc(2.2rem + ((1vw - 0.97rem) * (1.11732)));
        padding-left: calc(2rem + ((1vw - 0.97rem) * (1.67598)));
    }
}

@media screen and (max-width: 970px) {
    .lp-layout-header-content {
        justify-content: center;
        padding: 10px 20px 16px;
    }
}

.lp-layout-header-content.of-primary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 26px;
}

@media screen and (max-width: 970px) {
    .lp-layout-header-content.of-primary {
        justify-content: center;
        padding: 10px 20px 16px;
    }
    .lp-layout-header-content.of-primary .lp-textPhone {
        display: none;
    }
}

.lp-layout-header-logo {
    margin-bottom: 0;
}

.lp-layout-header-logo img {
    width: 136px;
}

@media screen and (max-width: 970px) {
    .lp-layout-header-logo img {
        width: 90px;
    }
}

.lp-layout-footer {
    border-top: 1px solid #e0e2e6;
}

.lp-layout-footer-content {
    max-width: 1328px;
    margin: 0 auto;
    padding: 24px 100px;
}

@media screen and (max-width: 1328px) {
    .lp-layout-footer-content {
        padding-top: calc(1.6rem + ((1vw - 0.97rem) * (2.23464)));
        padding-right: calc(2rem + ((1vw - 0.97rem) * (22.34637)));
        padding-bottom: calc(1.6rem + ((1vw - 0.97rem) * (2.23464)));
        padding-left: calc(2rem + ((1vw - 0.97rem) * (22.34637)));
    }
}

@media screen and (max-width: 970px) {
    .lp-layout-footer-content {
        padding: 16px 20px;
    }
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -14px 0 24px -32px;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
}

.lp-layout-footer-list > li {
    position: relative;
    margin: 14px 0 0 32px;
    color: #10275d;
}

.lp-layout-footer-list > li::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -16px;
    width: 1px;
    height: 100%;
    transform: translateY(-50%);
    background-color: #ccc;
    content: "";
}

.lp-layout-footer-list > li:first-child::before {
    display: none;
}

.lp-layout-footer-list > li a {
    color: #10275d;
}

@media screen and (max-width: 970px) {
    .lp-layout-footer-list > li:last-child {
        flex-shrink: 0;
        width: calc(100% - 40px);
    }
    .lp-layout-footer-list > li:last-child::before {
        content: none;
    }
}

.lp-layout-footer-copyright {
    font-size: 1.4rem;
}

.lp-jumbotron {
    margin-bottom: 0;
}

.lp-jumbotron.of-primary {
    background: linear-gradient(270deg, #1e1e1e 0%, #494b50 100%);
    color: #fff;
}

@media screen and (max-width: 970px) {
    .lp-jumbotron.of-primary {
        background: linear-gradient(0deg, #1e1e1e 0%, #494b50 100%);
    }
}

.lp-jumbotron-content {
    max-width: 1328px;
    margin: 0 auto;
    padding: 44px 26px 50px;
}

@media screen and (max-width: 1328px) {
    .lp-jumbotron-content {
        padding-top: calc(4rem + ((1vw - 0.97rem) * (1.11732)));
        padding-right: calc(2rem + ((1vw - 0.97rem) * (1.67598)));
        padding-left: calc(2rem + ((1vw - 0.97rem) * (1.67598)));
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-content {
        padding-top: calc(2.4rem + ((1vw - 0.64rem) * (4.84848)));
        padding-bottom: calc(7.5rem + ((1vw - 0.64rem) * (-7.57576)));
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-content {
        padding: 24px 20px 50px;
    }
}

.lp-jumbotron-body {
    margin-bottom: 40px;
}

@media screen and (max-width: 1328px) {
    .lp-jumbotron-body {
        margin-bottom: calc(2.4rem + ((1vw - 0.97rem) * (4.46927)));
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-body {
        margin-bottom: 24px;
    }
}

.lp-jumbotron-titleGroup {
    font-size: 5rem;
}

@media screen and (max-width: 1328px) {
    .lp-jumbotron-titleGroup {
        font-size: calc(3.2rem + ((1vw - 0.97rem) * (5.02793)));
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-titleGroup {
        font-size: calc(2.2rem + ((1vw - 0.64rem) * (3.0303)));
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-titleGroup {
        font-size: 2.2rem;
    }
}

.lp-jumbotron-titleGroup.of-primary {
    font-size: 4.2rem;
}

@media screen and (max-width: 1328px) {
    .lp-jumbotron-titleGroup.of-primary {
        font-size: calc(3.2rem + ((1vw - 0.97rem) * (2.7933)));
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-titleGroup.of-primary {
        font-size: calc(2.2rem + ((1vw - 0.64rem) * (3.0303)));
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-titleGroup.of-primary {
        font-size: 2.2rem;
    }
}

.lp-jumbotron-image {
    min-height: 0%;
}

.lp-jumbotron-image.of-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lp-jumbotron-image.of-flex > * {
    margin-bottom: 0;
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-image.of-flex {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-image.lp-smallScreen-column > * {
        margin-bottom: 8px;
    }
    .lp-jumbotron-image.lp-smallScreen-column > *:last-child {
        margin-bottom: 0;
    }
}

.lp-jumbotron-series {
    display: block;
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-series {
        display: inline;
    }
}

.lp-jumbotron-seriesOuter {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-seriesOuter {
        flex-direction: column;
    }
}

.lp-jumbotron-seriesName {
    font-size: 1.8rem;
    font-weight: normal;
    text-align: center;
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-seriesName {
        flex: 0 1 auto;
        width: 100%;
        font-size: calc(1.8rem + ((1vw - 0.64rem) * (1.21212)));
        font-weight: bold;
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-seriesName {
        font-size: 1.8rem;
    }
}

.lp-section.of-primary {
    background-color: #efefef;
}

.lp-section.of-secondary {
    background-color: #efefef;
}

@media screen and (max-width: 970px) {
    .lp-section.of-secondary > .lp-section-content {
        padding-bottom: 20px;
    }
}

.lp-section.of-tertiary {
    background-color: #efefef;
}

.lp-section.of-tertiary > .lp-section-content {
    padding-top: 20px;
}

.lp-section-content {
    max-width: 1328px;
    margin: 0 auto;
    padding: 40px 24px 72px;
}

@media screen and (max-width: 1328px) {
    .lp-section-content {
        padding-right: calc(2rem + ((1vw - 0.97rem) * (1.11732)));
        padding-bottom: calc(6.6rem + ((1vw - 0.97rem) * (1.67598)));
        padding-left: calc(2rem + ((1vw - 0.97rem) * (1.11732)));
    }
}

@media screen and (max-width: 970px) {
    .lp-section-content {
        max-width: 608px;
        padding: 40px 20px 66px;
    }
}

.lp-label {
    display: block;
    max-width: 200px;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 2px 16px 4px;
    background-color: #dc002f;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
}

@media screen and (max-width: 970px) {
    .lp-label {
        margin-right: 0;
    }
}

.lp-label-outer {
    display: block;
    flex-shrink: 0;
    max-width: 100%;
}

@media screen and (max-width: 970px) {
    .lp-label-outer {
        margin-bottom: 8px;
    }
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -40px 0 80px -40px;
}

@media screen and (max-width: 1328px) {
    .lp-layout-grid {
        margin-bottom: calc(6.4rem + ((1vw - 0.97rem) * (4.46927)));
    }
}

@media screen and (max-width: 970px) {
    .lp-layout-grid {
        margin-bottom: 64px;
    }
}

.lp-layout-grid > .lp-layout-grid-column {
    margin-top: 40px;
    padding-left: 40px;
}

@media screen and (max-width: 970px) {
    .lp-layout-grid > .lp-layout-grid-column.lp-smallScreen-justifyContent-center {
        display: flex;
        justify-content: center;
    }
}

.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: 970px) {
    .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: 970px) {
    .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-listButton {
    display: flex;
    flex-direction: column;
    margin: -32px 0 32px -32px;
}

.lp-listButton.of-center {
    align-items: center;
    justify-content: center;
}

.lp-listButton > li {
    max-width: 100%;
    margin-top: 32px;
    padding-left: 32px;
}

.lp-listButton.of-primary {
    margin-bottom: 40px;
}

@media screen and (max-width: 970px) {
    .lp-listButton.of-primary {
        margin-bottom: 32px;
    }
}

.lp-listButton.of-secondary {
    flex-direction: row;
    flex-wrap: wrap;
}

.lp-textArrow {
    margin-bottom: 0;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 970px) {
    .lp-textArrow {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 360px;
        height: 153px;
        font-size: calc(1.6rem + ((1vw - 0.64rem) * (1.81818)));
    }
}

@media screen and (max-width: 640px) {
    .lp-textArrow {
        font-size: 1.6rem;
    }
}

.lp-textArrow > * {
    width: 400px;
    margin-bottom: 16px;
}

@media screen and (max-width: 1328px) {
    .lp-textArrow > * {
        width: calc(25rem + ((1vw - 0.97rem) * (41.89944)));
    }
}

@media screen and (max-width: 970px) {
    .lp-textArrow > * {
        width: 50%;
        margin-bottom: 0;
    }
}

.lp-textArrow > *:first-child {
    position: relative;
    margin-bottom: 203px;
}

@media screen and (max-width: 1328px) {
    .lp-textArrow > *:first-child {
        margin-bottom: calc(13.2rem + ((1vw - 0.97rem) * (19.8324)));
    }
}

@media screen and (max-width: 970px) {
    .lp-textArrow > *:first-child {
        width: calc(50% + 52px);
        margin-bottom: 0;
        margin-left: 8px;
        padding-left: 76px;
    }
}

.lp-textArrow > *:first-child::after {
    display: block;
    position: absolute;
    bottom: -195px;
    left: 50%;
    width: 400px;
    height: 187px;
    transform: translateX(-50%);
    background: no-repeat;
    background-image: url("../../img/landing_page/pr_database-communication-unit_01105089/pr_database-communication-unit_bg_01.png");
    background-size: contain;
    content: "";
}

@media screen and (max-width: 1328px) {
    .lp-textArrow > *:first-child::after {
        width: calc(25rem + ((1vw - 0.97rem) * (41.89944)));
    }
}

@media screen and (max-width: 970px) {
    .lp-textArrow > *:first-child::after {
        bottom: 50%;
        left: -52px;
        width: 153px;
        height: 60px;
        transform: translate(0%, 50%) rotate(90deg);
    }
}

@media screen and (max-width: 970px) {
    .lp-textArrow.of-primary {
        max-width: 420px;
    }
}

.lp-textPhoneLink {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 16px;
}

.lp-textPhoneLink > *:last-child {
    margin-bottom: 0;
}

.lp-textPhoneLink-numberGroup {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 970px) {
    .lp-textPhoneLink-numberGroup {
        flex-direction: column;
        justify-content: center;
    }
}

.lp-textPhoneLink-numberGroup.of-vertical {
    flex-direction: column;
}

.lp-textPhoneLink-number {
    display: flex;
    align-items: center;
    width: 100%;
    color: #dc002f;
    font-size: 2.4rem;
    font-weight: 600;
}

@media screen and (max-width: 970px) {
    .lp-textPhoneLink-number {
        justify-content: center;
        width: 100%;
    }
}

.lp-textPhoneLink-number > .AutoPhoneCall {
    position: relative;
    max-width: 100%;
    color: #dc002f;
    text-decoration: none;
    cursor: default;
    pointer-events: none;
}

@media screen and (max-width: 970px) {
    .lp-textPhoneLink-number > .AutoPhoneCall {
        cursor: pointer;
        pointer-events: auto;
    }
}

.lp-textPhoneLink-number > .AutoPhoneCall::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 3.8rem;
    height: 3.8rem;
    transform: translateY(-50%);
    background-image: svg-uri("<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path 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='get-color(default-black)'/></svg>");
    content: "";
}

.lp-textPhoneLink-number > .TelSlsh {
    display: none;
}

.lp-textPhoneLink-notes {
    flex-shrink: 0;
    max-width: 100%;
    padding-right: 8px;
}

@media screen and (max-width: 970px) {
    .lp-textPhoneLink-notes {
        width: 100%;
        margin-bottom: 4px;
        padding-right: 0;
    }
}

.lp-media {
    width: 100%;
    max-width: 440px;
    height: 100%;
}

@media screen and (max-width: 970px) {
    .lp-media {
        max-width: 100%;
    }
}

.lp-media-body {
    margin-bottom: 8px;
}

@media screen and (max-width: 640px) {
    .lp-media-body {
        margin-bottom: 16px;
    }
}

.lp-media-text {
    font-size: 1.8rem;
    text-align: center;
}

.lp-media-image {
    min-height: 0%;
    margin: 0 auto;
}

@media screen and (max-width: 970px) {
    .lp-media-image {
        width: calc(23.5rem + ((1vw - 0.64rem) * (50)));
    }
}

@media screen and (max-width: 640px) {
    .lp-media-image {
        width: 235px;
    }
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 970px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
    }
}

.lp-mediaAsset-body {
    flex-shrink: 0;
    max-width: calc(100% - (141px + 40px));
    text-align: center;
}

@media screen and (max-width: 970px) {
    .lp-mediaAsset-body {
        max-width: 100%;
        margin-top: 40px;
    }
}

.lp-mediaAsset-text {
    margin-bottom: 40px;
    color: #10275d;
    font-size: 2.4rem;
}

@media screen and (max-width: 970px) {
    .lp-mediaAsset-text {
        font-size: calc(1.6rem + ((1vw - 0.64rem) * (2.42424)));
    }
}

@media screen and (max-width: 640px) {
    .lp-mediaAsset-text {
        font-size: 1.6rem;
        line-height: 2;
    }
}

.lp-mediaAsset-text.of-primary {
    font-size: 3.2rem;
}

@media screen and (max-width: 970px) {
    .lp-mediaAsset-text.of-primary {
        font-size: calc(2.4rem + ((1vw - 0.64rem) * (2.42424)));
    }
}

@media screen and (max-width: 970px) {
    .lp-mediaAsset-text.of-primary {
        font-size: 2.4rem;
    }
}

.lp-mediaAsset-image {
    width: 141px;
    min-height: 0%;
    margin-right: 40px;
}

@media screen and (max-width: 1328px) {
    .lp-mediaAsset-image {
        margin-right: calc(2.4rem + ((1vw - 0.97rem) * (4.46927)));
    }
}

@media screen and (max-width: 970px) {
    .lp-mediaAsset-image {
        margin-right: 0;
    }
}

.lp-mediaAsset-image.of-border {
    border: 1px solid #ccc;
}

.lp-card {
    display: flex;
    flex-direction: column;
    margin-bottom: 64px;
    padding: 8px 40px 12px;
    background-color: #fff;
}

@media screen and (max-width: 1328px) {
    .lp-card {
        padding-top: calc(2rem + ((1vw - 0.97rem) * (-3.35196)));
        padding-right: calc(2rem + ((1vw - 0.97rem) * (5.58659)));
        padding-bottom: calc(2rem + ((1vw - 0.97rem) * (-2.23464)));
        padding-left: calc(2rem + ((1vw - 0.97rem) * (5.58659)));
    }
}

@media screen and (max-width: 970px) {
    .lp-card {
        width: 100%;
        padding: 20px;
    }
}

.lp-card.of-primary {
    padding: 0;
}

.lp-card.of-primary > .lp-card-body {
    padding: 24px 24px 0 24px;
}

@media screen and (max-width: 640px) {
    .lp-card.of-primary > .lp-card-body {
        padding: 8px 24px 0 24px;
    }
}

.lp-card.of-shadow {
    box-shadow: 0 4px 16px #b1b6bc;
}

.lp-card-outer {
    margin-bottom: 64px;
    padding: 0 190px;
}

@media screen and (max-width: 1328px) {
    .lp-card-outer {
        margin-bottom: calc(4rem + ((1vw - 0.97rem) * (6.70391)));
        padding-right: calc(6.4rem + ((1vw - 0.97rem) * (35.19553)));
        padding-left: calc(6.4rem + ((1vw - 0.97rem) * (35.19553)));
    }
}

@media screen and (max-width: 970px) {
    .lp-card-outer {
        margin-bottom: 40px;
        padding: 0;
    }
}

.lp-card-header {
    padding: 16px 24px;
    background-color: #10275d;
}

.lp-card-title {
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
}

@media screen and (max-width: 1328px) {
    .lp-card-title {
        font-size: calc(1.6rem + ((1vw - 0.64rem) * (0.87209)));
    }
}

@media screen and (max-width: 640px) {
    .lp-card-title {
        font-size: 1.6rem;
    }
}

.lp-card-body {
    min-height: 0%;
    text-align: center;
}

@media screen and (max-width: 970px) {
    .lp-card-body img {
        width: 100%;
        max-width: 608px;
    }
}

.lp-card-text {
    margin-bottom: 8px;
    color: #10275d;
    font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
    .lp-card-text {
        font-size: 1.6rem;
    }
}

.lp-card-image {
    min-height: 0%;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-fontWeight-bold {
    font-weight: bold;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-lineHeight-primary {
    line-height: 1.3;
}

.lp-utility-lineHeight-secondary {
    line-height: 1.7;
}

.lp-largelScreen-line-break {
    display: block;
}

@media screen and (max-width: 640px) {
    .lp-largelScreen-line-break {
        display: inline;
    }
}

.lp-largelScreen-hide {
    display: none;
}

@media screen and (max-width: 970px) {
    .lp-largelScreen-hide {
        display: block;
    }
}

@media screen and (max-width: 970px) {
    .lp-smallScreen-column {
        flex-direction: column;
        justify-content: center;
    }
    .lp-smallScreen-height-auto {
        height: auto !important;
    }
    .lp-smallScreen-line-break {
        display: block;
    }
}

.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;
}

aside {
    padding-bottom: 20px;
    background-color: #efefef;
}

.lp-navigationSeries {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #fff;
}

.lp-navigationSeries-linkList > li > a {
    color: #5e5e5e;
}

.lp-navigationSeries-linkList > li > a::before {
    border-top: 1px solid #5e5e5e;
    border-right: 1px solid #5e5e5e;
}

.lp-icon {
    fill: #333;
    width: 3.8rem;
    height: 3.8rem;
    vertical-align: middle;
}
