@charset "UTF-8";

:root {
    font-size: 62.5%;
}

* {
    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, "HiraKakuPro-W3", Meiryo, Osaka, "MS PGothic", sans-serif !important;
    font-size: 1.6rem;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: anywhere;
}

main {
    display: block;
}

p {
    margin-bottom: 0;
}

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-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;
    font-size: 2rem;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.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-layout-header {
    background: #fff;
}

@media screen and (max-width: 970px) {
    .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(1280px + 80px);
    margin: 0 auto;
    padding: 8px 40px 8px;
}

@media screen and (max-width: 970px) {
    .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: 970px) {
    .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: 120px;
    margin-right: auto;
    line-height: 1;
}

@media screen and (max-width: 970px) {
    .lp-layout-header-logo {
        min-width: 91px;
        margin-right: 0;
        padding-right: 0;
    }
}

.lp-layout-header-logo img {
    width: 100%;
}

.lp-layout-footer {
    position: relative;
    background: #fff;
}

.lp-layout-footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(1280px + 80px);
    margin: 0 auto;
    padding: 20px 40px 16px;
}

@media screen and (max-width: 970px) {
    .lp-layout-footer-content {
        flex-direction: column;
        justify-content: center;
        max-width: none;
        padding: 0 20px 20px;
    }
}

.lp-layout-footer-content > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 970px) {
    .lp-layout-footer-content > hr {
        width: 100%;
        margin-bottom: 28px;
        border-top: 1px solid #ccc;
    }
}

.lp-layout-footer-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -8px 0 0 0;
    font-size: 1.2rem;
    text-align: center;
}

@media screen and (max-width: 970px) {
    .lp-layout-footer-list {
        width: 100%;
        margin: -8px 0 12px 0;
    }
}

.lp-layout-footer-list > li {
    position: relative;
    margin: 8px 33px 0 0;
}

.lp-layout-footer-list > li::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -17px;
    width: 1px;
    height: 100%;
    transform: translateY(-50%);
    background-color: #333;
    content: "";
}

.lp-layout-footer-list > li > a {
    color: #333;
    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: #333;
    text-decoration: underline;
}

@media screen and (max-width: 970px) {
    .lp-layout-footer-list > li:last-child {
        margin: 8px 0 0 0;
    }
    .lp-layout-footer-list > li:last-child::after {
        display: none;
    }
}

.lp-layout-footer-copyright {
    margin-bottom: 0;
    font-size: 1.2rem;
}

@media screen and (max-width: 970px) {
    .lp-layout-footer-copyright {
        width: 100%;
        text-align: center;
    }
}

.lp-cardPhoneLink {
    display: flex;
    color: #fff;
    text-decoration: none;
    cursor: inherit;
}

@media screen and (max-width: 970px) {
    .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: 16px;
    font-size: 1.2rem;
}

@media screen and (max-width: 970px) {
    .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: 970px) {
    .lp-cardPhoneLink-numberGroup {
        justify-content: center;
        max-width: none;
    }
}

.lp-cardPhoneLink-numberGroup > img {
    display: block;
    max-width: 36px;
    margin-top: 0.2rem;
    margin-right: 10px;
}

.lp-jumbotron {
    display: flex;
    align-items: center;
    width: 100%;
    height: calc(100vh - 121px);
    background: #333f50;
}

@media screen and (max-width: 970px) {
    .lp-jumbotron {
        height: auto;
    }
}

@media screen and (max-height: 900px) {
    .lp-jumbotron {
        height: auto;
    }
}

.lp-jumbotron-content {
    display: flex;
    position: relative;
    flex-direction: row-reverse;
    width: 100%;
    max-width: calc(1280px + 80px);
    margin: 0 auto;
    padding: 28px 40px 0;
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-content {
        flex-direction: column;
        padding: calc(2.4rem + ((1vw - 0.36rem) * (2.36579))) calc(2rem + ((1vw - 0.36rem) * (1.81984))) calc(4.8rem + ((1vw - 0.36rem) * (0.18198)));
    }
}

.lp-jumbotron-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 620px;
    padding-bottom: 20px;
}

@media screen and (max-width: 1280px) {
    .lp-jumbotron-body {
        width: calc(40rem + ((1vw - 0.97rem) * (70.96774)));
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-body {
        display: contents;
        width: 100%;
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-image {
    margin-bottom: 18px;
}

@media screen and (max-width: 1280px) {
    .lp-jumbotron-image {
        width: calc(40rem + ((1vw - 0.97rem) * (58.06452)));
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-image {
        width: calc(20rem + ((1vw - 0.36rem) * (32.78689)));
    }
}

.lp-jumbotron-image.of-small {
    width: 380px;
}

@media screen and (max-width: 1280px) {
    .lp-jumbotron-image.of-small {
        width: calc(26rem + ((1vw - 0.97rem) * (32.25806)));
    }
}

.lp-jumbotron-image.of-arrow {
    position: relative;
    margin-right: 80px;
    margin-bottom: 0;
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-image.of-arrow {
        margin-right: 0;
        margin-bottom: 18px;
    }
}

.lp-jumbotron-image.of-arrow::after {
    display: block;
    position: absolute;
    top: calc(50% + 90px);
    right: -145px;
    width: 90px;
    height: 90px;
    background: url("../../../../img/products/vl-700/157955001/157955001_login_bg_01.png") no-repeat;
    background-size: contain;
    content: "";
}

@media screen and (max-width: 1280px) {
    .lp-jumbotron-image.of-arrow::after {
        right: calc(-8rem + ((1vw - 0.97rem) * (-20.96774)));
        width: calc(4rem + ((1vw - 0.97rem) * (16.12903)));
        height: calc(4rem + ((1vw - 0.97rem) * (16.12903)));
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-image.of-arrow::after {
        top: auto;
        right: auto;
        bottom: -60px;
        left: 50%;
        width: 40px;
        height: 40px;
        transform: translateX(-50%) rotate(90deg);
        background-size: 40px;
    }
}

.lp-jumbotron-image + .lp-jumbotron-image {
    margin-top: 60px;
}

.lp-jumbotron-imageGroup {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-imageGroup {
        display: flex;
        flex-direction: column;
        order: 2;
        margin-top: 0;
        margin-bottom: 32px;
    }
}

.lp-jumbotron-imageGroup > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-titleGroup {
    width: 100%;
    margin-bottom: 18px;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: -16px;
    font-size: 3.2rem;
    line-height: 1.2;
    text-align: center;
    text-shadow: -5px -5px 8px rgba(26, 36, 51, 0.8);
}

@media screen and (max-width: 1459px) {
    .lp-jumbotron-title {
        font-size: calc(2.4rem + ((1vw - 0.97rem) * (1.63599)));
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-title {
        margin-bottom: -8px;
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (0.32787)));
    }
}

.lp-jumbotron-series {
    font-size: 10.6rem;
    font-weight: 600;
    line-height: 1.3;
    text-shadow: -5px -5px 8px rgba(26, 36, 51, 0.8);
}

@media screen and (max-width: 1459px) {
    .lp-jumbotron-series {
        font-size: calc(7rem + ((1vw - 0.97rem) * (7.36196)));
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-series {
        margin-bottom: 6px;
        font-size: calc(6.4rem + ((1vw - 0.36rem) * (0.54595)));
    }
}

.lp-jumbotron-seriesGroup {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-jumbotron .lp-label {
    min-width: 80px;
    max-width: 170px;
    margin-left: 16px;
    padding: 4px 12px;
    background: #dc002f;
    color: #fff;
    font-size: 2.4rem;
    text-shadow: none;
}

@media screen and (max-width: 1459px) {
    .lp-jumbotron .lp-label {
        margin-left: calc(0.8rem + ((1vw - 0.97rem) * (1.63599)));
        font-size: calc(1.8rem + ((1vw - 0.97rem) * (1.22699)));
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron .lp-label {
        min-width: 50px;
        margin-left: calc(0.8rem + ((1vw - 0.36rem) * (1.31148)));
        padding: 4px 6px;
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.65574)));
    }
}

.lp-section-content {
    max-width: calc(1280px + 80px);
    margin: 0 auto;
    padding: 30px 40px 0;
}

@media screen and (max-width: 970px) {
    .lp-section-content {
        flex-direction: column;
        padding: calc(2.4rem + ((1vw - 0.36rem) * (2.36579))) calc(2rem + ((1vw - 0.36rem) * (1.81984)));
    }
}

.lp-textLead {
    margin-bottom: 5px;
    color: #fff;
    font-size: 3.6rem;
    font-weight: 600;
    text-shadow: -3px -3px 4px rgba(26, 36, 50, 0.8);
}

.lp-textLeadGroup {
    margin-bottom: 20px;
}

@media screen and (max-width: 970px) {
    .lp-textLeadGroup {
        order: 1;
    }
}

.lp-textLeadGroup > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1459px) {
    .lp-textLead {
        font-size: calc(2.4rem + ((1vw - 0.97rem) * (2.58065)));
    }
}

@media screen and (max-width: 970px) {
    .lp-textLead {
        margin-bottom: 16px;
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (0.32787)));
    }
}

.lp-textLead > em {
    display: block;
    margin-bottom: -12px;
    color: #fe2543;
}

@media screen and (max-width: 970px) {
    .lp-textLead > em {
        margin-bottom: -4px;
    }
}

.lp-text {
    margin-bottom: 5px;
    color: #fff;
    font-size: 2.2rem;
    text-shadow: -3px -3px 4px rgba(26, 36, 50, 0.8);
}

.lp-text > em {
    color: #09f;
    font-weight: 600;
}

@media screen and (max-width: 1459px) {
    .lp-text {
        font-size: calc(1.9rem + ((1vw - 0.97rem) * (0.6135)));
    }
}

@media screen and (max-width: 970px) {
    .lp-text {
        font-size: 19px;
    }
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -40px 0 40px -24px;
}

@media screen and (max-width: 970px) {
    .lp-listButton {
        flex-direction: column;
        order: 3;
        margin-top: -24px;
        margin-bottom: 20px;
    }
}

.lp-listButton > li {
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    max-width: 100%;
    padding: 40px 0 0 24px;
}

@media screen and (max-width: 970px) {
    .lp-listButton > li {
        padding-top: 24px;
    }
}

.lp-textPhoneLink {
    min-width: 224px;
    text-align: center;
}

.lp-textPhoneLink-numberGroup {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    cursor: text;
}

.lp-textPhoneLink-numberGroupOuter {
    display: inline-block;
}

.lp-textPhoneLink-icon {
    display: flex;
    width: 40px;
    margin: 2px 8px 0 0;
}

.lp-textPhoneLink-notes {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.16;
}

.lp-buttonConversion-image {
    min-width: 46px;
}

.lp-utility-fontSize-large {
    font-size: 4.8rem;
}

@media screen and (max-width: 1459px) {
    .lp-utility-fontSize-large {
        font-size: calc(3.4rem + ((1vw - 0.97rem) * (2.86299)));
    }
}

@media screen and (max-width: 970px) {
    .lp-utility-fontSize-large {
        margin-bottom: 16px;
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (0.65574)));
    }
}

.lp-utility-fontSize-small {
    font-size: 1.6rem;
}

@media screen and (max-width: 970px) {
    .lp-utility-fontSize-small {
        font-size: 1.5rem;
    }
}

.lp-utility-justifyContent-center {
    justify-content: center;
}

.lp-utility-color-primary {
    color: #09f;
}

.lp-utility-marginBottom-1 {
    margin-bottom: 8px;
}

.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-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: 971px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

@media only screen and (min-width: 971px) and (max-width: 970px) {
    .lp-largeScreen-line-break {
        display: inline;
    }
}

@media only screen and (min-width: 971px) {
    .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: end;
    }
    .lp-largeScreen-marginBottom-1 {
        margin-bottom: 8px;
    }
    .lp-largeScreen-marginBottom-2 {
        margin-bottom: 16px;
    }
    .lp-largeScreen-marginBottom-3 {
        margin-bottom: 24px;
    }
    .lp-largeScreen-marginBottom-4 {
        margin-bottom: 36px;
    }
    .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-hide {
        display: none !important;
    }
}

@media screen and (max-width: 970px) {
    .lp-smallScreen-marginBottom-1 {
        margin-bottom: 8px;
    }
    .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-textAlign-center {
        text-align: center;
    }
    .lp-smallScreen-textAlign-right {
        text-align: right;
    }
    .lp-smallScreen-justifyContent-center {
        justify-content: center;
    }
}

@media screen and (max-width: 970px) and (max-width: 768px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

.lp-smallScreen-hide {
    display: block !important;
}

@media screen and (max-width: 970px) {
    .lp-smallScreen-hide {
        display: none !important;
    }
}

.lp-smallScreen-show {
    display: none !important;
}

@media screen and (max-width: 970px) {
    .lp-smallScreen-show {
        display: flex !important;
    }
}
