@charset "UTF-8";

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #dc002f;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.lp-buttonConversion-text {
    margin-right: 16px;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-buttonConversion-image > img {
    min-width: 42px;
    max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #13778f;
}

.lp-buttonConversion.of-secondary {
    background: #1a90db;
}

.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-textPhoneLink {
    width: 100%;
    text-align: center;
}

.lp-textPhoneLink-icon {
    fill: #333;
    width: 3.8rem;
    height: 3.8rem;
    vertical-align: middle;
}

@media screen and (max-width: 1024px) {
    .lp-textPhoneLink-icon {
        width: 3.2rem;
        height: 3.2rem;
    }
}

.lp-textPhoneLink-notes {
    flex-shrink: 0;
    max-width: 250px;
    margin-right: 16px;
    font-size: 2rem;
}

@media screen and (max-width: 1024px) {
    .lp-textPhoneLink-notes {
        margin-right: 0;
        margin-bottom: 12px;
        font-size: 1.8rem;
    }
}

.lp-textPhoneLink-number {
    font-size: 2.6rem;
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
    .lp-textPhoneLink-number {
        font-size: 2.2rem;
    }
}

.lp-textPhoneLink-number > a,
.lp-textPhoneLink-number > .prd-inlineLink[href] {
    color: #333;
    text-decoration: none;
    cursor: default;
}

.lp-textPhoneLink-number > a em,
.lp-textPhoneLink-number > .prd-inlineLink[href] em {
    font-weight: 600;
}

.lp-textPhoneLink-numberGroup {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #333;
}

@media screen and (max-width: 1024px) {
    .lp-textPhoneLink-numberGroup {
        flex-direction: column;
    }
}

.lp-textPhoneLink.of-primary .lp-textPhoneLink-number > a,
.lp-textPhoneLink.of-primary .lp-textPhoneLink-number > .prd-inlineLink[href] {
    color: #171e30;
}

.lp-textPhoneLink.of-primary .lp-textPhoneLink-numberGroup {
    color: #171e30;
}

.lp-textPhoneLink.of-primary .lp-textPhoneLink-icon {
    fill: #171e30;
}

/* =================================================================================================
contents
================================================================================================= */
.lp-layout-main {
    z-index: 10;
    background: #f3f3f3;
    overflow: hidden;
    position: relative;
}

.lp-jumbotron {
    position: relative;
    background: transparent linear-gradient(180deg, #f8fafb 0%, #dbe3eb 100%) 0% 0% no-repeat padding-box;
}

@media screen and (max-width: 1080px) {
    .lp-jumbotron {
        background: transparent linear-gradient(180deg, #f8fafb 0%, #dbe3eb 50%) 0% 0% no-repeat padding-box;
        background-size: 100% calc(31rem + ((1vw - 0.36rem) * (30)));
    }
}

.lp-jumbotron::before {
    position: absolute;
    bottom: 0;
    height: 0;
    border-width: 260px 100vw 0 0;
    border-style: solid;
    border-color: transparent #f3f3f3 transparent transparent;
    content: "";
}

@media screen and (max-width: 1080px) {
    .lp-jumbotron::before {
        display: none;
        background: transparent linear-gradient(180deg, #f8fafb 0%, #dbe3eb 50%) 0% 0% no-repeat padding-box;
    }
}

.lp-jumbotron-content {
    display: flex;
    position: relative;
    flex-direction: column;
    max-width: calc(1600px + (40px * 2));
    margin: 0 auto;
    padding: 0 40px 0;
}

@media screen and (max-width: 1080px) {
    .lp-jumbotron-content {
        min-height: 100%;
        padding: 0;
    }
}

.lp-jumbotron-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-height: 535px;
    align-items: center;
}

@media screen and (max-width: 1080px) {
    .lp-jumbotron-inner {
        position: relative;
        flex-direction: column-reverse;
        align-items: center;
        min-height: auto;
    }
}

.lp-jumbotron-body {
    display: flex;
    flex-direction: column;
    max-width: 660px;
    padding-top: 90px;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-body {
        max-width: calc(47rem + ((1vw - 1.08rem) * (36.53846)));
    }
}

@media screen and (max-width: 1080px) {
    .lp-jumbotron-body {
        position: relative;
        width: 100%;
        max-width: 100%;
        padding: calc(2rem + ((1vw - 1.024rem) * (35.71429))) calc(2rem + ((1vw - 1.024rem) * (35.71429))) 0;
        background: #f3f3f3;
    }
    .lp-jumbotron-body::before {
        position: absolute;
        top: calc(-25.2rem + ((1vw - 1.024rem) * (0)));
        left: 0;
        height: 0;
        border-width: calc(25.2rem + ((1vw - 1.024rem) * (0))) 100vw 0 0;
        border-style: solid;
        border-color: transparent #f3f3f3 transparent transparent;
        content: "";
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-body {
        position: relative;
        width: 100%;
        max-width: 100%;
        padding: 20px 20px 40px;
        background: #f3f3f3;
    }
    .lp-jumbotron-body::before {
        position: absolute;
        top: calc(-17.5rem + ((1vw - 0.767rem) * (-28.79377)));
        left: 0;
        height: 0;
        border-width: calc(17.6rem + ((1vw - 0.767rem) * (28.79377))) 100vw 0 0;
        border-style: solid;
        border-color: transparent #f3f3f3 transparent transparent;
        content: "";
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-body {
        position: relative;
        width: 100%;
        max-width: 100%;
        margin-top: calc(1.4rem + ((1vw - 0.36rem) * (-1.4742)));
        background: #f3f3f3;
    }
    .lp-jumbotron-body::before {
        position: absolute;
        top: calc(-17.6rem + ((1vw - 0.36rem) * (0)));
        left: 0;
        height: 0;
        border-width: calc(17.6rem + ((1vw - 0.36rem) * (0))) 100vw 0 0;
        border-style: solid;
        border-color: transparent #f3f3f3 transparent transparent;
        content: "";
    }
}

.lp-jumbotron-series {
    font-size: 2.4rem;
    font-weight: normal;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-series {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (1.20482)));
    }
}

.lp-jumbotron-series em {
    font-weight: 600;
}

.lp-jumbotron-seriesGroup {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1080px) {
    .lp-jumbotron-seriesGroup {
        justify-content: center;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 16px;
    font-size: 4.6rem;
    font-weight: 600;
    line-height: 1.2;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-title {
        margin-bottom: calc(0.4rem + ((1vw - 1.024rem) * (2.08333)));
        font-size: calc(2.8rem + ((1vw - 1.024rem) * (3.125)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-title {
        margin-bottom: 4px;
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (0.90361)));
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: 40px;
}

@media screen and (max-width: 1080px) {
    .lp-jumbotron-titleGroup {
        z-index: 1;
        position: relative;
        max-width: 720px;
        margin: 0 auto calc(3.2rem + ((1vw - 1.024rem) * (1.38889)));
        text-align: center;
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 32px;
    }
}

.lp-jumbotron-subtitle {
    display: block;
    margin-bottom: 32px;
    font-size: 5rem;
    font-weight: 600;
    line-height: 1.2;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-subtitle {
        margin-bottom: calc(2.4rem + ((1vw - 1.024rem) * (1.38889)));
        font-size: calc(3rem + ((1vw - 1.024rem) * (3.47222)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-subtitle {
        margin-bottom: 24px;
        font-size: calc(2.6rem + ((1vw - 0.36rem) * (0.60241)));
    }
}

.lp-jumbotron-subtitle > em {
    padding-bottom: 4px;
    font-size: 12rem;
    font-weight: 600;
    line-height: 0.9;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-subtitle > em {
        font-size: calc(6rem + ((1vw - 1.024rem) * (10.41667)));
    }
}

@media screen and (max-width: 1080px) {
    .lp-jumbotron-subtitle > em {
        padding-bottom: 0;
        line-height: 1.2;
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-subtitle > em {
        font-size: calc(4.8rem + ((1vw - 0.36rem) * (1.80723)));
        line-height: 1.2;
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-title {
        margin-bottom: 16px;
    }
}

.lp-jumbotron-titleImage {
    display: block;
}

.lp-jumbotron-image {
    z-index: 100;
    position: relative;
    align-self: flex-end;
}

@media screen and (max-width: 1080px) {
    .lp-jumbotron-image {
        align-self: center;
        max-width: calc(51rem + ((1vw - 1.024rem) * (69.44444)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-image {
        max-width: calc(26rem + ((1vw - 0.36rem) * (37.6506)));
        margin: 0 auto;
    }
}

.lp-label {
    color: #e50000;
    font-size: 2.2rem;
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
    .lp-label {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (1.20482)));
    }
}

.lp-label-outer {
    display: inline-flex;
    flex-shrink: 0;
    max-width: 100px;
    margin-right: 16px;
    padding: 0 8px;
    border: 1px solid #e61000;
    background: #fff;
}

@media screen and (max-width: 1024px) {
    .lp-label-outer {
        margin-right: 8px;
        margin-bottom: 0;
    }
}

.lp-section.of-asset {
    background: #e0eaef;
}

.lp-section.of-asset .lp-section-content {
    padding-top: 0;
    padding-bottom: 0;
}

.lp-section.of-primary {
    background: #fff;
}

.lp-section.of-primary .lp-section-content {
    padding: 120px 40px;
}

@media screen and (max-width: 1024px) {
    .lp-section.of-primary .lp-section-content {
        max-width: 720px;
        padding: 40px 20px;
    }
}

.lp-section.of-small .lp-section-content {
    max-width: calc(1510px + (40px * 2));
}

@media screen and (max-width: 1024px) {
    .lp-section.of-small .lp-section-content {
        max-width: 720px;
        padding: 40px 20px;
    }
}

.lp-section.of-small + .lp-section .lp-section-content {
	padding-top: 0;
}

@media screen and (max-width: 1024px) {
	.lp-section.of-small + .lp-section .lp-section-content {
		padding-top: 40px;
	}
}

.lp-section-content {
    max-width: calc(1600px + (40px * 2));
    margin: 0 auto;
    padding: 120px 40px 160px;
}

@media screen and (max-width: 1024px) {
    .lp-section-content {
        max-width: 720px;
        padding: 40px 20px 80px;
    }
}

.lp-section-content.of-paddingTop-none {
    padding-top: 0;
}

@media screen and (max-width: 1024px) {
    .lp-section-content.of-paddingTop-none {
    padding-top: 0;
    }
}

.lp-headingLevel2 {
    margin: 0 auto;
    color: #0075c2;
    font-size: 4.6rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width: 1600px) {
    .lp-headingLevel2 {
        font-size: calc(3.6rem + ((1vw - 1.024rem) * (1.73611)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel2 {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.80723)));
        text-align: left;
    }
}

.lp-headingLevel2.of-fontSize-small {
    font-size: 4.4rem;
}

@media screen and (max-width: 1600px) {
    .lp-headingLevel2.of-fontSize-small {
        font-size: calc(3.6rem + ((1vw - 1.024rem) * (1.38889)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel2.of-fontSize-small {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.80723)));
    }
}

.lp-headingLevel3 {
    max-width: 1080px;
    margin: 0 auto;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

.lp-headingLevel3 > span {
    display: inline-block;
    position: relative;
    padding: 8px 32px;
    border-radius: 4px;
    background: transparent linear-gradient(96deg, #0075c2 0%, #04d8b3 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    font-size: 4.4rem;
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel3 > span {
        padding: 8px 20px;
    }
}

@media screen and (max-width: 1600px) {
    .lp-headingLevel3 > span {
        font-size: calc(3.4rem + ((1vw - 1.024rem) * (1.73611)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel3 > span {
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (1.80723)));
    }
}

.lp-headingLevel3 > span::after {
    display: block;
    z-index: -1;
    position: absolute;
    top: 5px;
    left: -5px;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: #09efff;
    content: "";
}
.lp-headingLevel3.of-primary {
    margin-bottom: 24px;
    color: #0065bb;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.3;
}

@media screen and (max-width: 1920px) {
    .lp-headingLevel3.of-primary {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (0.51282)));
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.76923)));
    }
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -56px 0 0 -56px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid {
        flex-direction: column;
        justify-content: center;
        margin: 0 0 0 -24px;
    }
}

.lp-layout-grid > .lp-layout-grid-column {
    margin-top: 56px;
    padding-left: 56px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid > .lp-layout-grid-column {
        margin-top: 0;
        padding-left: 24px;
    }
}

.lp-layout-grid > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 100%;
}

.lp-layout-grid > .lp-layout-grid-column.of-flex {
    display: flex;
    flex-wrap: wrap;
}

.lp-layout-grid > .lp-layout-grid-column.of-flex > * {
    width: 100%;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 50%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-2 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 33.33333%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-3 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 25%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-4 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 20%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-5 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 16.66667%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-6 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 14.28571%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-7 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 12.5%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-8 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 11.11111%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-9 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 10%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-10 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 9.09091%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-11 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 8.33333%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-column-12 > .lp-layout-grid-column:not([class*="of-column-"]) {
        width: 100%;
    }
}

.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%;
}

.lp-card {
    background: transparent linear-gradient(180deg, #fff 0%, #fafbfb 49%, #e7eff2 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0 7px 15px rgba(17, 65, 104, 0.2);
}

.lp-card > *:last-child {
    margin-bottom: 0;
}

.lp-card-body {
    text-align: center;
    margin-bottom: 32px;
}

.lp-card-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-card-body {
        padding-inline: 16px;
        margin-bottom: 22px;
    }
}

.lp-media {
    display: flex;
    margin-bottom: 100px;
}

.lp-media > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-media {
        flex-direction: column;
        align-items: center;
        margin-bottom: 64px;
    }
}

.lp-media-body {
    flex: 1;
    padding: 42px 0 42px 40px;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-media-body {
        margin-bottom: 0;
        padding: 28px 0 16px;
    }
}

.lp-media-image {
    min-width: 400px;
    margin-left: 40px;
}

.lp-media-image > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-media-image {
        min-width: auto;
        margin-left: 0;
    }
}

@media screen and (max-width: 1920px) {
    .lp-media-image {
        width: calc(23.4rem + ((1vw - 0.36rem) * (10.64103)));
    }
}

.lp-media-text {
    margin-bottom: 24px;
    color: #333;
    font-size: 1.6rem;
    line-height: 1.5;
}

.lp-mediaAsset {
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    max-width: calc(1480px + (40px * 2));
    margin: 0 auto;
    min-height: 300px;
    padding: 36px 0;
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
        max-width: 720px;
        min-height: auto;
        padding: 40px 0;
    }
}

.lp-mediaAsset-image {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 1600px) {
    .lp-mediaAsset-image {
        max-width: calc(40rem + ((1vw - 1.024rem) * (50)));
    }
}

.lp-mediaAsset-body {
    max-width: 830px;
    margin-right: 56px;
}

@media screen and (max-width: 1600px) {
    .lp-mediaAsset-body {
        max-width: calc(49rem + ((1vw - 1.024rem) * (59.02778)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset-body {
        max-width: 100%;
        margin-right: 0;
    }
}

.lp-mediaAsset-title {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width: 1600px) {
    .lp-mediaAsset-title {
        font-size: calc(3rem + ((1vw - 1.024rem) * (1.73611)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset-title {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (0.90361)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaFeature {
        max-width: 720px;
        margin: 0 auto;
    }
}

.lp-mediaFeature-content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}

.lp-mediaFeature-imageGroup {
    position: relative;
}

@media screen and (max-width: 1024px) {
    .lp-mediaFeature-image {
        width: calc(8rem + ((1vw - 0.36rem) * (9.93976)));
    }
}

.lp-mediaFeature-title {
    color: #0075c2;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-mediaFeature-title {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.90361)));
    }
}

.lp-mediaFeature-text {
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 1.5;
}

@media screen and (max-width: 1024px) {
    .lp-mediaFeature-text {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.3012)));
    }
}

.lp-step {
    display: flex;
    justify-content: space-between;
    padding: 24px 0 24px 24px;
}

@media screen and (max-width: 1024px) {
    .lp-step {
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
}

.lp-step-column {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 690px;
}

.lp-step-column.of-primary {
    max-width: calc(634px + 130px);
    padding-left: 130px;
}

@media screen and (max-width: 1024px) {
    .lp-step-column.of-primary {
        padding-left: 0;
    }
}

.lp-step-column::after {
    display: block;
    position: absolute;
    top: 50%;
    right: -110px;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
    background: url("../../../../../../../img/ss/products/software/pr_rk/pr_rk_bg_01.png") no-repeat;
    background-size: contain;
    content: "";
}

@media screen and (max-width: 1600px) {
    .lp-step-column::after {
        right: calc(-9rem + ((1vw - 1.024rem) * (-3.47222)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-step-column::after {
        top: auto;
        right: 50%;
        bottom: -60px;
        width: 34px;
        height: 34px;
        transform: rotate(90deg) translateY(-50%);
    }
}

.lp-step-column:last-child::after {
    display: none;
}

.lp-text {
    margin-bottom: 0;
    font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
    .lp-text {
        font-size: 1.6rem;
    }
}

.lp-figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 675px;
}

.lp-figure-image {
    width: 414px;
}

@media screen and (max-width: 1024px) {
    .lp-figure-image {
        max-width: calc(23.6rem + ((1vw - 0.36rem) * (26.80723)));
        margin-top: 82px;
    }
}

.lp-figure-captionGroup {
    display: flex;
    align-items: center;
}

.lp-figure-caption {
    flex: 1;
    margin-bottom: 0;
    font-size: 3.4rem;
    font-weight: 600;
}

@media screen and (max-width: 1600px) {
    .lp-figure-caption {
        font-size: calc(2.6rem + ((1vw - 1.024rem) * (1.38889)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-figure-caption {
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.90361)));
        text-align: left;
    }
}

.lp-figure-caption em {
    color: #0075c2;
    font-weight: 600;
}

.lp-figure-icon {
    width: 40px;
    margin-right: 24px;
}

@media screen and (max-width: 1024px) {
    .lp-figure-icon {
        width: 28px;
        margin-right: 16px;
    }
}

.lp-figureMovie {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.lp-figureMovie video {
    position: relative;
    width: 100%;
}

.lp-figureMovie-videoButton {
    display: none;
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: #e7e7e7;
}

.lp-figureMovie-videoButton::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg transform='translate(-1060 -501)'%3E%3Cpath d='M12,1A11,11,0,0,0,4.222,19.778,11,11,0,0,0,19.778,4.222,10.928,10.928,0,0,0,12,1m0-1A12,12,0,1,1,0,12,12,12,0,0,1,12,0Z' transform='translate(1060 501)' fill='%23333'/%3E%3Crect width='2' height='8' transform='translate(1069 509)' fill='%23333'/%3E%3Crect width='2' height='8' transform='translate(1073 509)' fill='%23333'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
}

.lp-figureMovie-videoButton.is-paused::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg transform='translate(-1060 -501)'%3E%3Cpath d='M12,1A11,11,0,0,0,4.222,19.778,11,11,0,0,0,19.778,4.222,10.928,10.928,0,0,0,12,1m0-1A12,12,0,1,1,0,12,12,12,0,0,1,12,0Z' transform='translate(1060 501)' fill='%23333'/%3E%3Cpath d='M4,0,8,7H0Z' transform='translate(1076 509) rotate(90)' fill='%23333'/%3E%3C/g%3E%3C/svg%3E");
}

.lp-figureMovie-videoButton-buttonText {
    position: absolute;
    left: -500%;
    white-space: nowrap;
}

.lp-figureMovie-buttonText {
    position: absolute;
    left: 100%;
    white-space: nowrap;
}

[data-script-enabled="true"] .lp-figureMovie-videoButton {
    display: block;
}

.lp-listFeature > li {
    margin-bottom: 16px;
    padding: 24px;
    border-radius: 6px;
    background: #fff;
}

.lp-listFeature > li:last-child {
    margin-bottom: 0;
}

.lp-listFeature-titleGroup {
    display: flex;
    align-items: center;
}

.lp-listFeature-title {
    flex: 1;
    margin-bottom: 0;
    font-size: 2.4rem;
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
    .lp-listFeature-title {
        font-size: 1.8rem;
    }
}

.lp-listFeature-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 0 -24px;
}

@media screen and (max-width: 1080px) {
    .lp-listButton {
        justify-content: center;
    }
}

.lp-listButton > li {
    margin: 20px 0 0 24px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-utility-justifyContent-center {
    justify-content: center;
}

.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;
}

.lp-largeScreen-alignSelf-flexEnd {
    align-self: flex-end;
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1024px) {
    .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: 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: 1024px) {
    .lp-largeScreen-alignSelf-flexEnd {
        align-self: center;
    }
    .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: 1024px) and (max-width: 767px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

.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: flex !important;
    }
}

@media screen and (max-width: 767px) {
    .lp-extraSmallScreen-marginBottom-1 {
        margin-bottom: 8px;
    }
    .lp-extraSmallScreen-marginBottom-2 {
        margin-bottom: 16px;
    }
    .lp-extraSmallScreen-marginBottom-3 {
        margin-bottom: 24px;
    }
    .lp-extraSmallScreen-marginBottom-4 {
        margin-bottom: 32px;
    }
    .lp-extraSmallScreen-marginBottom-5 {
        margin-bottom: 40px;
    }
    .lp-extraSmallScreen-marginBottom-6 {
        margin-bottom: 48px;
    }
    .lp-extraSmallScreen-marginBottom-7 {
        margin-bottom: 56px;
    }
    .lp-extraSmallScreen-marginBottom-8 {
        margin-bottom: 64px;
    }
    .lp-extraSmallScreen-marginBottom-9 {
        margin-bottom: 72px;
    }
    .lp-extraSmallScreen-marginBottom-10 {
        margin-bottom: 80px;
    }
    .lp-extraSmallScreen-textAlign-center {
        text-align: center;
    }
    .lp-extraSmallScreen-textAlign-right {
        text-align: right;
    }
    .lp-extraSmallScreen-justifyContent-center {
        justify-content: center;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .lp-extraSmallScreen-line-break {
        display: block;
    }
}

.lp-extraSmallScreen-hide {
    display: block !important;
}

@media screen and (max-width: 767px) {
    .lp-extraSmallScreen-hide {
        display: none !important;
    }
}

.lp-extraSmallScreen-show {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .lp-extraSmallScreen-show {
        display: flex !important;
    }
}

.lp-utility-color-primary {
    color: #0075c2;
}