@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-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header {
        height: auto;
    }
}

.lp-layout-header > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-content {
    display: flex;
    max-width: calc(1760px + 80px);
    margin: 0 auto;
    padding: 19px 40px 23px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-content {
        justify-content: center;
        min-height: auto;
        padding: 24px 20px;
    }
}

.lp-layout-header-content > *:last-child {
    margin-bottom: 0;
    margin-left: 32px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-content > *:last-child {
        margin-left: 0;
    }
}

.lp-layout-header-body > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-logo {
    min-width: 121px;
    margin: auto auto auto 0;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-logo {
        padding-right: 0;
    }
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-logo {
        min-width: calc(8.4rem + ((1vw - 0.36rem) * (5.57229)));
        margin-right: 0;
    }
}

.lp-layout-header-logo img {
    width: 100%;
}

.lp-layout-footer {
    background: #f2f5f8;
    color: #626d75;
}

.lp-layout-footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(1760px + 80px);
    margin: 0 auto;
    padding: 0 40px 24px;
}

@media screen and (max-width: 768px) {
    .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;
}

.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.4rem;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-list {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 768px) {
    .lp-layout-footer-list {
        width: 100%;
    }
}

.lp-layout-footer-list > li {
    position: relative;
    margin: 8px 17px 0 0;
}

.lp-layout-footer-list > li::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -10px;
    width: 1px;
    height: 100%;
    transform: translateY(-50%);
    background-color: #626d75;
    content: "";
}

.lp-layout-footer-list > li > a {
    color: #626d75;
    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: #626d75;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .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.4rem;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-copyright {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 768px) {
    .lp-layout-footer-copyright {
        width: 100%;
        margin-top: 16px;
        text-align: center;
    }
}

.lp-textPhoneLink {
    margin-bottom: 16px;
    color: #333;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: text;
}

.lp-textPhoneLink > *:last-child {
    margin-bottom: 0;
}

.lp-textPhoneLink-number {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .lp-textPhoneLink-number {
        flex-direction: column;
    }
}

.lp-textPhoneLink-number > .AutoPhoneCall {
    position: relative;
    max-width: 100%;
    padding-left: 3.8rem;
    color: #333;
    text-decoration: none;
    cursor: default;
}

.lp-textPhoneLink-number > .AutoPhoneCall::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 3.8rem;
    height: 3.8rem;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.8459 18.8048C24.0514 19.0103 24.0514 19.3435 23.8459 19.549L21.9896 21.4052C21.6958 21.699 21.3224 21.9075 20.9094 21.9533C17.7281 22.3057 14.2797 20.6242 11.8263 18.1708C9.37433 15.7188 7.69413 12.2717 8.04673 9.09064C8.09251 8.67763 8.30099 8.30421 8.59482 8.01038L10.4511 6.15412C10.6566 5.94863 10.9897 5.94863 11.1952 6.15412L13.7998 8.75867C14.0053 8.96416 14.0053 9.29733 13.7998 9.50282L11.1583 12.1443C11.1452 13.8391 12.0519 15.3826 13.3347 16.6653C14.6182 17.9489 16.1599 18.8556 17.8557 18.8417L20.5604 16.2479C20.767 16.0497 21.0942 16.0531 21.2967 16.2556L23.8459 18.8048Z' fill='%23333'/%3E%3C/svg%3E");
    content: "";
}

.lp-textPhoneLink-number > .TelSlsh {
    display: block;
    margin: 0 8px;
}

@media screen and (max-width: 768px) {
    .lp-textPhoneLink-number.of-vertical > .TelSlsh {
        display: none;
    }
}

.lp-textPhone.of-color-primary {
    color: #fff;
}

.lp-textPhone.of-color-primary .prd-inlineLink[href],
.lp-textPhone.of-color-primary .prd-inlineLink[href].of-primary:hover,
.lp-textPhone.of-color-primary button.prd-inlineLink,
.lp-textPhone.of-color-primary .AutoPhoneCall {
    color: #fff;
}

.lp-jumbotron {
    margin-bottom: 167px;
}

@media screen and (max-width: 1840px) {
    .lp-jumbotron {
        margin-bottom: calc(12rem + ((1vw - 1.365rem) * (5.68421)));
    }
}

@media screen and (max-width: 1365px) {
    .lp-jumbotron {
        margin-bottom: 120px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron {
        margin-bottom: calc(3.2rem + ((1vw - 0.36rem) * (1.62162)));
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron {
        margin-bottom: 32px;
    }
}

.lp-jumbotron-inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-inner {
        flex-direction: column-reverse;
    }
}

.lp-jumbotron-inner > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-content {
    max-width: calc(1760px + 80px);
    margin: 0 auto;
    padding: 43px 40px 0;
    background: url("../../../../../../../img/ss/products/process/gas-flow-meter/gas-flow-meter_bg_img_01.png") no-repeat center top 10%;
    background-size: contain;
}

@media screen and (max-width: 1840px) {
    .lp-jumbotron-content {
        padding: 42px calc(3.8rem + ((1vw - 1.025rem) * (0.2454))) 0;
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-content {
        padding: 0;
    }
}

.lp-jumbotron-content > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-body {
    flex: 1;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-body {
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (1.80723)));
    }
}

.lp-jumbotron-titleGroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: minion-3-display, serif;
    font-weight: normal;
}

.theme-KK .lp-jumbotron-titleGroup {
    font-family: source-han-serif-korean, serif;
}

.theme-KW .lp-jumbotron-titleGroup {
    font-family: source-han-serif-tc, serif;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-titleGroup {
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-titleGroup.of-primary {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-titleGroup-outer {
        margin-bottom: 8px;
    }
}

.lp-jumbotron-title.of-font-small {
    font-size: 8rem;
    letter-spacing: -1.4px;
    line-height: 1.1;
}

@media screen and (max-width: 1840px) {
    .lp-jumbotron-title.of-font-small {
        font-size: calc(4rem + ((1vw - 1.025rem) * (4.90798)));
        letter-spacing: calc(-0.072rem + ((1vw - 1.025rem) * (-0.08344)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-title.of-font-small {
        font-size: calc(5rem + ((1vw - 0.768rem) * (7.8125)));
    }
}

@media screen and (max-width: 768px) {
    .lp-jumbotron-title.of-font-small {
        font-size: calc(3.2rem + ((1vw - 0.36rem) * (4.41176)));
        letter-spacing: calc(-0.128rem + ((1vw - 0.36rem) * (-0.02941)));
    }
}

.lp-jumbotron-title.of-font-large {
    font-size: 13.8rem;
    letter-spacing: -2px;
    line-height: 1.2;
}

@media screen and (max-width: 1840px) {
    .lp-jumbotron-title.of-font-large {
        font-size: calc(6.6rem + ((1vw - 1.025rem) * (8.83436)));
        letter-spacing: calc(-0.14rem + ((1vw - 1.025rem) * (-0.07362)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-title.of-font-large {
        font-size: calc(5rem + ((1vw - 0.768rem) * (7.8125)));
    }
}

@media screen and (max-width: 768px) {
    .lp-jumbotron-title.of-font-large {
        font-size: calc(3.2rem + ((1vw - 0.36rem) * (4.41176)));
        letter-spacing: calc(-0.128rem + ((1vw - 0.36rem) * (-0.03774)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-title.of-primary {
        margin-left: calc(-1rem + ((1vw - 0.36rem) * (-3.31325)));
    }
}

.lp-jumbotron-image {
    margin-right: 42px;
}

@media screen and (max-width: 1840px) {
    .lp-jumbotron-image {
        flex: 1 0 auto;
        max-width: calc(54.3rem + ((1vw - 1.025rem) * (57.30061)));
        margin-right: calc(2.4rem + ((1vw - 1.025rem) * (2.20859)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-image {
        max-width: 680px;
        margin-right: 0;
    }
}

.lp-media {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

@media screen and (max-width: 1365px) {
    .lp-media {
        flex-direction: column;
        align-items: center;
    }
}

.lp-media-movie {
    background: #666;
}

.lp-media-movieGroup {
    width: 100%;
    max-width: 864px;
}

.lp-media-body {
    position: relative;
    min-width: 465px;
    max-width: 500px;
    margin-right: 38px;
}

@media screen and (max-width: 1365px) {
    .lp-media-body {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 100%;
        min-width: auto;
        max-width: 100%;
        margin-right: 0;
        padding: 24px 0 56px;
    }
}

@media screen and (max-width: 768px) {
    .lp-media-body {
        min-height: 206px;
        padding: 120px 0 16px;
    }
}

.lp-media-image {
    z-index: 0;
    position: absolute;
    top: -515px;
    right: 0;
}

@media screen and (max-width: 1365px) {
    .lp-media-image {
        top: 50%;
        right: auto;
        left: 0;
        max-width: 188px;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 1024px) {
    .lp-media-image {
        max-width: calc(14.8rem + ((1vw - 0.768rem) * (6.75676)));
    }
}

@media screen and (max-width: 768px) {
    .lp-media-image {
        top: -32px;
        left: 50%;
        max-width: 148px;
        transform: translateX(-50%);
    }
}

.lp-media-titleGroup {
    display: flex;
    z-index: 10;
    position: relative;
    flex-direction: column-reverse;
    margin-bottom: 20px;
    text-align: right;
}

@media screen and (max-width: 1365px) {
    .lp-media-titleGroup {
        margin-bottom: 0;
        padding-left: 196px;
        text-align: left;
    }
}

@media screen and (max-width: 1024px) {
    .lp-media-titleGroup {
        padding-left: calc(15.6rem + ((1vw - 0.768rem) * (6.75676)));
    }
}

@media screen and (max-width: 768px) {
    .lp-media-titleGroup {
        padding-left: 0;
        text-align: center;
    }
}

.lp-media-title {
    color: #333;
    font-family: minion-3-display, serif;
    font-size: 6.8rem;
    font-weight: normal;
    letter-spacing: 0.1rem;
    line-height: 1.2;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}

.theme-KK .lp-media-title {
    font-family: source-han-serif-korean, serif;
}

.theme-KW .lp-media-title {
    font-family: source-han-serif-tc, serif;
}

@media screen and (max-width: 1840px) {
    .lp-media-title {
        font-size: calc(4rem + ((1vw - 1.025rem) * (3.43558)));
    }
}

@media screen and (max-width: 1365px) {
    .lp-media-title br {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .lp-media-title {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (3.75587)));
        letter-spacing: 0rem;
    }
}

@media screen and (max-width: 1840px) {
    .lp-media-title.of-small {
        font-size: calc(3.6rem + ((1vw - 1.025rem) * (3.92638)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-media-title.of-small {
        font-size: calc(3.2rem + ((1vw - 0.768rem) * (1.5625)));
    }
}

@media screen and (max-width: 768px) {
    .lp-media-title.of-small {
        font-size: calc(2rem + ((1vw - 0.36rem) * (3.75587)));
    }
}

.lp-media-series {
    margin-bottom: 16px;
    color: #576782;
    font-size: 2rem;
    font-weight: normal;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}

@media screen and (max-width: 1840px) {
    .lp-media-series {
        font-size: calc(1.8rem + ((1vw - 1.025rem) * (0.2454)));
    }
}

@media screen and (max-width: 1365px) {
    .lp-media-series {
        margin-bottom: 8px;
    }
    .lp-media-series br {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .lp-media-series {
        margin-bottom: 4px;
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.93897)));
    }
}

.lp-mediaAsset {
    background: #f2f5f8;
}

.lp-mediaAsset-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    max-width: calc(1760px + 80px);
    margin: 0 auto;
    padding: 80px 0 40px;
}

@media screen and (max-width: 1365px) {
    .lp-mediaAsset-content {
        flex-direction: column-reverse;
        padding: calc(1.7rem + ((1vw - 1.025rem) * (18.80597))) 0 40px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset-content {
        padding: calc(2rem + ((1vw - 0.36rem) * (-0.73529))) 20px calc(3rem + ((1vw - 0.36rem) * (2.45098)));
    }
}

.lp-mediaAsset-body {
    width: 100%;
    max-width: 640px;
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset-text {
    font-family: minion-3-display, serif;
    font-size: 4rem;
    font-weight: normal;
}

.theme-KK .lp-mediaAsset-text {
    font-family: source-han-serif-korean, serif;
}

.theme-KW .lp-mediaAsset-text {
    font-family: source-han-serif-tc, serif;
}

@media screen and (max-width: 1365px) {
    .lp-mediaAsset-text {
        font-size: calc(2.4rem + ((1vw - 1.025rem) * (4.77612)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset-text {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (1.47059)));
    }
}

.lp-mediaAsset-image {
    margin-right: 40px;
}

@media screen and (max-width: 1365px) {
    .lp-mediaAsset-image {
        max-width: calc(48rem + ((1vw - 1.025rem) * (68.65672)));
        margin-right: 0;
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset-image {
        max-width: calc(23.4rem + ((1vw - 0.36rem) * (37.04819)));
    }
}

@media screen and (max-width: 768px) {
    .lp-mediaAsset .lp-textPhoneLink {
        font-size: 2rem;
    }
}

.lp-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #576782;
    font-size: 2rem;
    font-weight: bold;
}

.lp-list > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1840px) {
    .lp-list {
        font-size: calc(1.8rem + ((1vw - 1.365rem) * (0.42105)));
    }
}

@media screen and (max-width: 768px) {
    .lp-list {
        flex-direction: column;
        font-size: 1.4rem;
    }
}

.lp-list > li {
    position: relative;
    width: 33.333333%;
    padding: 0 20px;
    text-align: center;
}

@media screen and (max-width: 1840px) {
    .lp-list > li {
        padding: 0 calc(1rem + ((1vw - 1.365rem) * (2.05128)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-list > li {
        padding: 0 16px;
    }
}

@media screen and (max-width: 768px) {
    .lp-list > li {
        width: 100%;
        margin-bottom: 8px;
        padding: 0;
        padding-left: 10px;
        text-align: left;
    }
}

.lp-list > li::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 100%;
    transform: translateY(-50%);
    background-color: #d4d4d4;
    content: "";
}

@media screen and (max-width: 768px) {
    .lp-list > li::before {
        width: 2px;
        background-color: #becfdf;
    }
}

.lp-list > li:first-child::before {
    display: none;
}

@media screen and (max-width: 768px) {
    .lp-list > li:first-child::before {
        display: inline-block;
    }
}

.lp-list-outer {
    margin-bottom: 36px;
    padding: 16px 0;
    background: #fff;
}

@media screen and (max-width: 1365px) {
    .lp-list-outer {
        padding: calc(0.8rem + ((1vw - 0.768rem) * (2.01005))) 0;
    }
}

@media screen and (max-width: 768px) {
    .lp-list-outer {
        margin-bottom: 24px;
        padding: 8px;
    }
}

.lp-listFeature {
    display: flex;
}

.lp-listFeature.of-primary li {
    font-size: 2.8rem;
}

@media screen and (max-width: 1365px) {
    .lp-listFeature.of-primary li {
        padding: 0 calc(2.4rem + ((1vw - 1.025rem) * (7.05882))) 0 0;
        font-size: calc(1.6rem + ((1vw - 1.025rem) * (3.52941)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-listFeature.of-primary li {
        padding: 0 calc(2.2rem + ((1vw - 0.36rem) * (1.50602))) 0 0;
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (1.50602)));
    }
}

.lp-listFeature.of-primary li::after {
    width: 20px;
    height: 29px;
    font-size: 2rem;
}

@media screen and (max-width: 1365px) {
    .lp-listFeature.of-primary li::after {
        left: calc(-2.2rem + ((1vw - 1.025rem) * (-2.94118)));
        width: calc(1.2rem + ((1vw - 1.025rem) * (2.35294)));
        height: calc(2.4rem + ((1vw - 1.025rem) * (1.47059)));
        font-size: calc(1.6rem + ((1vw - 1.025rem) * (1.17647)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-listFeature.of-primary li::after {
        left: calc(-2rem + ((1vw - 0.36rem) * (-1.20482)));
        width: calc(1.2rem + ((1vw - 0.36rem) * (1.20482)));
        height: calc(2.4rem + ((1vw - 0.36rem) * (0.75301)));
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.60241)));
    }
}

.lp-listFeature > li {
    position: relative;
    padding: 0 43px 0 0;
    color: #576782;
    font-family: minion-3-display, serif;
    font-size: 2.4rem;
    font-weight: normal;
}

.theme-KK .lp-listFeature > li {
    font-family: source-han-serif-korean, serif;
}

.theme-KW .lp-listFeature > li {
    font-family: source-han-serif-tc, serif;
}

@media screen and (max-width: 1365px) {
    .lp-listFeature > li {
        font-size: calc(2rem + ((1vw - 1.025rem) * (1.17647)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-listFeature > li {
        font-size: calc(1.8rem + ((1vw - 0.768rem) * (0.78125)));
    }
}

@media screen and (max-width: 768px) {
    .lp-listFeature > li {
        padding: 0 24px 0 0;
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.98039)));
    }
}

.lp-listFeature > li::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -32px;
    width: 16px;
    height: 23px;
    transform: translateY(-50%);
    font-size: 1.6rem;
    content: "×";
}

@media screen and (max-width: 768px) {
    .lp-listFeature > li::after {
        left: -20px;
        width: 14px;
        height: 20px;
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.4902)));
    }
}

.lp-listFeature > li:first-child::after {
    display: none;
}

.lp-listFeature > li:last-child {
    padding-right: 0;
}

.lp-section {
    padding: 228px 0 0;
}

@media screen and (max-width: 1365px) {
    .lp-section {
        padding: 248px 0 0;
    }
}

@media screen and (max-width: 970px) {
    .lp-section {
        padding: 160px 0 0;
    }
    .lp-section:first-child {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .lp-section {
        margin-bottom: 64px;
        padding: 0;
    }
}

.lp-section.of-primary {
    padding: 0 0 80px;
}

@media screen and (max-width: 1365px) {
    .lp-section.of-primary {
        padding: 0 0 64px;
    }
}

@media screen and (max-width: 768px) {
    .lp-section.of-primary {
        padding: 0;
    }
}

.lp-section.of-margin-small {
    margin-bottom: 120px;
}

@media screen and (max-width: 1365px) {
    .lp-section.of-margin-small {
        margin-bottom: 64px;
    }
}

.lp-section-content {
    max-width: calc(1760px + 80px);
    margin: 0 auto;
    padding: 0 40px;
}

@media screen and (max-width: 1024px) {
    .lp-section-content {
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (2)));
    }
}

.lp-headingLevel2 {
    color: #333;
    font-family: minion-3-display, serif;
    font-size: 4.8rem;
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
}

.theme-KK .lp-headingLevel2 {
    font-family: source-han-serif-korean, serif;
}

.theme-KW .lp-headingLevel2 {
    font-family: source-han-serif-tc, serif;
}

@media screen and (max-width: 1840px) {
    .lp-headingLevel2 {
        font-size: calc(3.6rem + ((1vw - 1.025rem) * (2.16216)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel2 {
        margin-bottom: 8px;
        font-size: calc(2.4rem + ((1vw - 0.768rem) * (4.6875)));
    }
}

@media screen and (max-width: 768px) {
    .lp-headingLevel2 {
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (0.4902)));
    }
}

.lp-headingLevel2 em {
    display: block;
    font-size: 6.4rem;
    font-weight: normal;
}

@media screen and (max-width: 1840px) {
    .lp-headingLevel2 em {
        font-size: calc(4.8rem + ((1vw - 1.025rem) * (2.88288)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel2 em {
        font-size: calc(3.6rem + ((1vw - 0.768rem) * (4.6875)));
    }
}

@media screen and (max-width: 768px) {
    .lp-headingLevel2 em {
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (1.96078)));
    }
}

.lp-navigationTab {
    position: relative;
}

@media only screen and (max-width: 970px) {
    .lp-navigationTab {
        display: none;
    }
}

.lp-navigationTab-content {
    z-index: 11;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: calc(1760px + 80px);
    margin: 0 auto;
    padding: 0 40px;
    transform: translateX(-50%);
}

.lp-navigationTab-content .lp-navigationTab-list::before {
    -webkit-backface-visibility: hidden;
    display: block;
    position: absolute;
    left: 8px;
    width: calc(33.333333% - 8px);
    height: calc(100% - 16px);
    border-radius: 8px;
    backface-visibility: hidden;
    background: rgba(100, 119, 135, 0);
    content: "";
    transition: background 0.6s, left 0.3s;
}

.lp-navigationTab-content.is-fixed {
    z-index: 100;
    position: fixed;
    width: 100%;
}

.lp-navigationTab-content.is-fixed .lp-navigationTab-list::before {
    background: #647787;
}

.lp-navigationTab-list {
    display: flex;
    position: relative;
    padding: 8px;
    border-radius: 8px;
    background: transparent linear-gradient(90deg, #f9f9f9 0%, #eff3f8 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0 4px 16px rgba(55, 68, 101, 0.239);
}

.lp-navigationTab-list[data-hover-index="0"]::before {
    text-decoration: underline;
}

.lp-navigationTab-list[data-hover-index="1"]::before {
    text-decoration: underline;
}

.lp-navigationTab-list[data-hover-index="2"]::before {
    text-decoration: underline;
}

.lp-navigationTab-list[data-current-index="1"]::before {
    left: 33.6% !important;
}

.lp-navigationTab-list[data-current-index="2"]::before {
    left: 66.666666% !important;
}

.lp-navigationTab-list[data-hover-index] a .lp-navigationTab-text,
.lp-navigationTab-list[data-hover-index] a .lp-navigationTab-series {
    color: inherit !important;
}

.lp-navigationTab-list li {
    display: flex;
    z-index: 1;
    align-items: center;
    width: 33.33333%;
    padding: 0 4px;
}

.lp-navigationTab-list li:last-child, .lp-navigationTab-list li:first-child {
    padding: 0;
}

.lp-navigationTab-list li:not(.is-activated) a:hover .lp-navigationTab-text,
.lp-navigationTab-list li:not(.is-activated) a:hover .lp-navigationTab-series {
    text-decoration: underline;
}

.lp-navigationTab-list a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    color: #333;
    text-decoration: none;
}

@media screen and (max-width: 1840px) {
    .lp-navigationTab-list a {
        padding: 0 calc(0.8rem + ((1vw - 1.025rem) * (2.88288)));
    }
}

.lp-navigationTab-list .is-activated a .lp-navigationTab-text,
.lp-navigationTab-list .is-activated a .lp-navigationTab-series {
    color: #fff;
}

.lp-navigationTab-textGroup {
    flex: 1;
    padding: 19px 0 14px;
}

@media screen and (max-width: 1840px) {
    .lp-navigationTab-textGroup {
        padding: calc(0.8rem + ((1vw - 1.025rem) * (1.98198))) 0 calc(0.8rem + ((1vw - 1.025rem) * (1.08108)));
    }
}

.lp-navigationTab-textGroup > *:last-child {
    margin-bottom: 0;
}

.lp-navigationTab-series {
    color: #576782;
    font-size: 2.2rem;
    transition: color 0.3s;
}

@media screen and (max-width: 1840px) {
    .lp-navigationTab-series {
        font-size: calc(1.6rem + ((1vw - 1.025rem) * (1.08108)));
    }
}

.lp-navigationTab-image {
    margin-right: 8px;
}

@media screen and (max-width: 1840px) {
    .lp-navigationTab-image {
        max-width: calc(4.8rem + ((1vw - 1.025rem) * (5.76577)));
    }
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 0 -16px;
}

@media screen and (max-width: 768px) {
    .lp-listButton {
        margin: -20px 0 0 -8px;
    }
}

.lp-listButton > li {
    margin: 20px 0 0 16px;
}

@media screen and (max-width: 768px) {
    .lp-listButton > li {
        margin: 20px 0 0 8px;
    }
    .lp-listButton > li:first-child {
        width: 100%;
        text-align: center;
    }
}

.lp-card {
    padding: 48px 148px;
    background: #f2f5f8;
}

@media screen and (max-width: 1840px) {
    .lp-card {
        padding: 48px calc(3.5rem + ((1vw - 1.365rem) * (23.78947)));
    }
}

@media screen and (max-width: 1365px) {
    .lp-card {
        max-width: calc(80rem + ((1vw - 1.024rem) * (49.85337)));
        margin: 0 auto;
        padding: 32px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-card {
        padding: 32px calc(0.8rem + ((1vw - 0.36rem) * (3.60902))) calc(1.6rem + ((1vw - 0.36rem) * (2.40602)));
    }
}

.lp-cardLead {
    display: inline-flex;
    align-items: center;
    margin-bottom: 104px;
    padding: 21px 34px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 4px 16px #cae5e9;
}

@media screen and (max-width: 1365px) {
    .lp-cardLead {
        margin-bottom: calc(3.2rem + ((1vw - 1.025rem) * (21.17647)));
        padding: calc(1.3rem + ((1vw - 1.025rem) * (2.35294))) calc(1.6rem + ((1vw - 1.025rem) * (5.29412)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-cardLead {
        margin-bottom: 32px;
        padding: 8px 16px;
    }
}

.lp-cardLead-title {
    color: #00778a;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 1365px) {
    .lp-cardLead-title {
        font-size: calc(1.6rem + ((1vw - 1.025rem) * (2.35294)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-cardLead-title {
        font-size: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .lp-cardLead-title {
        font-size: 1.4rem;
    }
}

.lp-cardLead-title > em {
    font-size: 3.6rem;
    font-weight: normal;
}

@media screen and (max-width: 1365px) {
    .lp-cardLead-title > em {
        font-size: calc(2.4rem + ((1vw - 1.025rem) * (3.52941)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-cardLead-title > em {
        font-size: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .lp-cardLead-title > em {
        font-size: 1.4rem;
    }
}

.lp-cardLead-body {
    flex: 1;
}

.lp-cardLead-body > *:last-child {
    margin-bottom: 0;
}

.lp-cardLead-image {
    margin-left: 18px;
}

@media screen and (max-width: 1365px) {
    .lp-cardLead-image {
        width: calc(6.4rem + ((1vw - 1.025rem) * (8.23529)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-cardLead-image {
        width: 64px;
        margin-left: 16px;
    }
}

@media screen and (max-width: 768px) {
    .lp-cardLead-image {
        width: 40px;
        margin-left: 8px;
    }
}

.lp-cardFeature {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 140px;
    background: transparent linear-gradient(180deg, #f2f5f8 0%, #fff 100%) 0% 0% no-repeat padding-box;
}

.lp-cardFeature > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1840px) {
    .lp-cardFeature {
        padding: 32px calc(7rem + ((1vw - 1.365rem) * (14.73684)));
    }
}

@media screen and (max-width: 1365px) {
    .lp-cardFeature {
        flex-direction: column-reverse;
        max-width: calc(80rem + ((1vw - 1.024rem) * (49.85337)));
        margin: 0 auto;
        padding: 32px;
    }
}

@media screen and (max-width: 768px) {
    .lp-cardFeature {
        padding: 16px;
    }
}

.lp-cardFeature-body {
    flex: 1;
}

.lp-cardFeature-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1365px) {
    .lp-cardFeature-body {
        flex: 1 0 auto;
        width: calc(29rem + ((1vw - 0.36rem) * (50.74627)));
    }
}

.lp-cardFeature-image {
    flex: 1;
    margin-left: 40px;
}

@media screen and (max-width: 1365px) {
    .lp-cardFeature-image {
        flex: 1 0 auto;
        margin-bottom: 16px;
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .lp-cardFeature-image {
        padding: 16px;
    }
}

@media screen and (max-width: 1840px) {
    .lp-buttonConversion {
        font-size: calc(1.8rem + ((1vw - 1.024rem) * (0.35971)));
    }
}

.lp-buttonConversion.of-primary {
    border: 1px solid #aab5c7;
    background: #fff;
    color: #515967;
}

@media (hover: hover) {
    .lp-buttonConversion.of-primary:hover {
        background-color: #fff;
    }
}

.lp-buttonConversion.of-arrow {
    font-size: 1.6rem;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body {
    padding-right: 4px;
    padding-left: 45px;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 6px 0 6px 12px;
    border-style: solid;
    border-color: transparent transparent transparent #515967;
}

.lp-textScroll {
    position: relative;
    padding-bottom: 28px;
    color: #596983;
    font-size: 1.8rem;
}

@media screen and (max-width: 1840px) {
    .lp-textScroll {
        margin-top: calc(1.2rem + ((1vw - 1.024rem) * (-2.15827)));
    }
}

.lp-textScroll::after {
    position: absolute;
    bottom: 8px;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: rotate(-45deg);
    transform-origin: bottom left;
    border: 2px solid #596983;
    border-top: 0;
    border-right: 0;
    animation: textScroll 1.2s infinite;
    content: "";
}

.lp-navigationSeries {
    max-width: calc(1760px + 80px);
    margin: 0 auto;
    padding: 0 40px 16px;
    border: none;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries {
        flex-direction: row;
    }
}

.lp-navigationSeries-linkList {
    justify-content: center;
    margin: -8px -17px 0 0;
    text-align: center;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-linkList {
        width: auto;
    }
}

.lp-navigationSeries-linkList > li {
    margin: 8px 17px 0 0;
    font-size: 1.4rem;
}

.lp-navigationSeries-linkList > li::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -10px;
    width: 1px;
    height: 100%;
    transform: translateY(-50%);
    background-color: #626d75;
    content: "";
}

.lp-navigationSeries-linkList > li:last-child::after {
    display: none;
}

.lp-navigationSeries-linkList > li > a {
    padding-left: 0;
    color: #626d75;
}

.lp-navigationSeries-linkList > li > a::before {
    display: none;
}

@media screen and (max-width: 1024px) {
    .lp-navigationSeries-linkList > li {
        font-size: 1.2rem;
    }
}

.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-marginBottom-11 {
    margin-bottom: 88px;
}

.lp-utility-marginBottom-12 {
    margin-bottom: 96px;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-right {
    text-align: right;
}

.lp-utility-weight-normal {
    font-weight: normal;
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 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-marginBottom-11 {
        margin-bottom: 386px;
    }
    .lp-largeScreen-marginBottom-12 {
        margin-bottom: 193px;
    }
    .lp-largeScreen-hide {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) {
    .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-marginBottom-11 {
        margin-bottom: 386px;
    }
    .lp-smallScreen-marginBottom-12 {
        margin-bottom: 193px;
    }
    .lp-smallScreen-display-flex {
        display: flex;
    }
    .lp-smallScreen-flexDirection-column {
        flex-direction: column;
    }
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
    .lp-smallScreen-textAlign-right {
        text-align: right;
    }
    .lp-smallScreen-justifyContent-center {
        justify-content: center;
    }
    .lp-smallScreen-line-break {
        display: block;
    }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
    .lp-smallScreen-line-break {
        display: inline;
    }
}

.lp-smallScreen-hide {
    display: block !important;
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-hide {
        display: none !important;
    }
}

.lp-smallScreen-show {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-show {
        display: block !important;
    }
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-lastChild {
        margin-bottom: 0;
    }
}

@keyframes textScroll {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}
