@charset "UTF-8";

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #e60012;
    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: #129e83;
}

.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-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

body {
    background: #070b1e;
    color: #fff;
}

.lp-layout-header {
    background: #5e6170;
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1920px;
    margin: 0 auto;
    padding: 24px calc(8rem + ((1vw - 1.24rem) * (17.64706)));
}

@media only screen and (max-width: 1024px) {
    .lp-layout-header-content {
        justify-content: center;
        padding: 22px calc(2rem + ((1vw - 0.36rem) * (19.60784)));
    }
}

@media only screen and (max-width: 359px) {
    .lp-layout-header-content {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.lp-layout-header-logo {
    margin-bottom: 0;
    line-height: 1;
}

@media only screen and (max-width: 1024px) {
    .lp-layout-header-logo {
        text-align: center;
    }
}

.lp-layout-header-logo img {
    width: 148px;
}

.theme-KC .lp-layout-header-logo img {
    width: 272px;
}

@media only screen and (max-width: 1024px) {
    .lp-layout-header-logo img {
        width: 114px;
    }
    .theme-KC .lp-layout-header-logo img {
        width: 208px;
    }
}

.lp-layout-header-utility {
    padding-left: 20px;
}

.lp-layout-header-utility > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-utilityGroup {
    display: flex;
    align-items: center;
}

.lp-layout-main {
    overflow: hidden;
}

.lp-layout-container.of-width-small {
    max-width: 1256px;
    margin: 0 auto;
}

.lp-layout-container > *:last-child {
    margin-bottom: 0;
}

.lp-layout-footer {
    border-top: 1px solid #5b5b5b;
    font-size: 1.4rem;
}

.lp-layout-footer-content {
    max-width: 1920px;
    margin: 0 auto;
    padding: 24px calc(8rem + ((1vw - 1.24rem) * (17.64706)));
}

@media only screen and (max-width: 1024px) {
    .lp-layout-footer-content {
        padding: 22px calc(2rem + ((1vw - 0.36rem) * (19.60784)));
    }
}

@media only screen and (max-width: 359px) {
    .lp-layout-footer-content {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -4px 0 0 -10px;
}

.lp-layout-footer-list > li {
    position: relative;
    margin: 4px 0 0 10px;
    padding-left: 10px;
}

.lp-layout-footer-list > li::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 17px;
    transform: translateY(-50%);
    background: #fff;
    content: "";
}

.lp-layout-footer-list > li:first-child {
    padding-left: 0;
}

.lp-layout-footer-list > li:first-child::before {
    content: none;
}

.lp-layout-footer-list > li a {
    color: #fff;
    text-decoration: none;
}

.lp-layout-footer-list > li a:hover, .lp-layout-footer-list > li a:focus {
    text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
    .lp-layout-footer-list > .lp-layout-footer-copyright {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .lp-layout-footer-list > .lp-layout-footer-copyright::before {
        content: none;
    }
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -40px 0 72px -64px;
}

.lp-layout-grid-column {
    min-height: 0%;
    padding: 40px 0 0 64px;
}

.lp-layout-grid-column:not([class*="of-column-"]) {
    width: 100%;
}

.lp-layout-grid-column.of-flex {
    display: flex;
    flex-wrap: wrap;
}

.lp-layout-grid-column.of-flex > * {
    width: 100%;
}

.lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 50%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 33.33333%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 25%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 20%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 16.66667%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 14.28571%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 12.5%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 11.11111%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 10%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 9.09091%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 8.33333%;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column.of-column-2 {
    width: 100%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-2 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-3 {
    width: 100%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-2 {
    width: 50%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-3 {
    width: 75%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-4 {
    width: 100%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-2 {
    width: 40%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-3 {
    width: 60%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-4 {
    width: 80%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-5 {
    width: 100%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-2 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-3 {
    width: 50%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-4 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-5 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-6 {
    width: 100%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-2 {
    width: 28.57143%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-3 {
    width: 42.85714%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-4 {
    width: 57.14286%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-5 {
    width: 71.42857%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-6 {
    width: 85.71429%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-7 {
    width: 100%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-2 {
    width: 25%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-3 {
    width: 37.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-4 {
    width: 50%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-5 {
    width: 62.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-6 {
    width: 75%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-7 {
    width: 87.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-8 {
    width: 100%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-2 {
    width: 22.22222%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-3 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-4 {
    width: 44.44444%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-5 {
    width: 55.55556%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-6 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-7 {
    width: 77.77778%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-8 {
    width: 88.88889%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-9 {
    width: 100%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-2 {
    width: 20%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-3 {
    width: 30%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-4 {
    width: 40%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-5 {
    width: 50%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-6 {
    width: 60%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-7 {
    width: 70%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-8 {
    width: 80%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-9 {
    width: 90%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-10 {
    width: 100%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-2 {
    width: 18.18182%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-3 {
    width: 27.27273%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-4 {
    width: 36.36364%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-5 {
    width: 45.45455%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-6 {
    width: 54.54545%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-7 {
    width: 63.63636%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-8 {
    width: 72.72727%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-9 {
    width: 81.81818%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-10 {
    width: 90.90909%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-11 {
    width: 100%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-2 {
    width: 16.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-3 {
    width: 25%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-4 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-5 {
    width: 41.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-6 {
    width: 50%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-7 {
    width: 58.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-8 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-9 {
    width: 75%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-10 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-11 {
    width: 91.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-12 {
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .lp-layout-grid.lp-extraSmallScreen-column-2 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-extraSmallScreen-column-2 > .lp-layout-grid-column[class*="of-column-"] {
        width: 50%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-3 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-extraSmallScreen-column-3 > .lp-layout-grid-column[class*="of-column-"] {
        width: 33.33333%;
    }
}

@media only screen and (max-width: 1024px) {
    .lp-layout-grid[class*="of-column-"]:not([class*="extraSmallScreen-column-"]) > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid[class*="of-column-"]:not([class*="extraSmallScreen-column-"]) > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .lp-layout-grid.lp-extraSmallScreen-column-2 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-extraSmallScreen-column-2 > .lp-layout-grid-column[class*="of-column-"] {
        width: 50%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-3 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-extraSmallScreen-column-3 > .lp-layout-grid-column[class*="of-column-"] {
        width: 33.33333%;
    }
}

.lp-layout-grid.of-gap-none {
    margin-left: 0;
}

.lp-layout-grid.of-gap-none .lp-layout-grid-column {
    padding-left: 0;
}

.lp-jumbotron {
    margin-bottom: 80px;
    background: linear-gradient(180deg, #5e6170, #070b1e);
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron {
        margin-bottom: calc(4rem + ((1vw - 1.024rem) * (18.51852)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-jumbotron {
        margin-bottom: 40px;
    }
}

.lp-jumbotron-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    max-width: 1920px;
    margin: 0 auto;
    padding: 112px 200px;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-content {
        padding: calc(10rem + ((1vw - 1.24rem) * (1.76471))) calc(8rem + ((1vw - 1.24rem) * (17.64706)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (19.60784)));
    }
}

@media only screen and (max-width: 359px) {
    .lp-jumbotron-content {
        padding: 0 20px;
    }
}

.lp-jumbotron-body {
    flex: 1;
}

@media only screen and (max-width: 1024px) {
    .lp-jumbotron-body {
        flex: none;
        width: 100%;
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 32px;
    font-family: minion-3-display, serif;
    font-size: 7rem;
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
}

.theme-KW .lp-jumbotron-title {
    font-family: source-han-serif-tc, serif;
}

[lang="ko"] .lp-jumbotron-title {
    font-family: source-han-serif-korean, serif;
}

[lang="th"] .lp-jumbotron-title {
    font-family: kanit, sans-serif;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-title {
        font-size: calc(5.4rem + ((1vw - 1.24rem) * (2.35294)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-jumbotron-title {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (5.88235)));
        text-align: center;
    }
}

@media only screen and (max-width: 359px) {
    .lp-jumbotron-title {
        font-size: 2.4rem;
    }
}

.lp-jumbotron-title > em {
    font-size: 8rem;
    font-weight: normal;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-title > em {
        font-size: calc(6.4rem + ((1vw - 1.24rem) * (2.35294)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-jumbotron-title > em {
        font-size: calc(4rem + ((1vw - 0.36rem) * (5.88235)));
    }
}

@media only screen and (max-width: 359px) {
    .lp-jumbotron-title > em {
        font-size: 4rem;
    }
}

.lp-jumbotron-image {
    width: 860px;
    min-height: 0%;
    margin-right: 64px;
    text-align: center;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-image {
        width: calc(52.3rem + ((1vw - 1.24rem) * (49.55882)));
        margin-right: calc(3.2rem + ((1vw - 1.24rem) * (4.70588)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-jumbotron-image {
        width: 100%;
        margin: 0 0 16px;
    }
}

.lp-section {
    margin-bottom: 240px;
}

@media only screen and (max-width: 1919px) {
    .lp-section {
        margin-bottom: calc(11.2rem + ((1vw - 1.24rem) * (18.82353)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-section {
        margin-bottom: calc(5.6rem + ((1vw - 0.36rem) * (3.92157)));
    }
}

@media only screen and (max-width: 359px) {
    .lp-section {
        margin-bottom: 56px;
    }
}

.lp-section.of-conversion {
    margin-bottom: 80px;
}

.lp-section-content {
    max-width: 1520px;
    margin: 0 auto;
}

@media only screen and (max-width: 1919px) {
    .lp-section-content {
        padding: 0 calc(8rem + ((1vw - 1.24rem) * (17.64706)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-section-content {
        flex-direction: column-reverse;
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (19.60784)));
    }
}

@media only screen and (max-width: 359px) {
    .lp-section-content {
        padding: 0 20px;
    }
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-headingLevel2 {
    margin-bottom: 80px;
    font-family: minion-3-display, serif;
    font-size: 6.4rem;
    font-weight: 100;
    line-height: 1.3;
}

.theme-KW .lp-headingLevel2 {
    font-family: source-han-serif-tc, serif;
}

[lang="ko"] .lp-headingLevel2 {
    font-family: source-han-serif-korean, serif;
}

[lang="th"] .lp-headingLevel2 {
    font-family: kanit, sans-serif;
}

@media only screen and (max-width: 1919px) {
    .lp-headingLevel2 {
        font-size: calc(4.8rem + ((1vw - 1.24rem) * (2.35294)));
    }
}

@media only screen and (max-width: 1239px) {
    .lp-headingLevel2 {
        margin-bottom: calc(2.4rem + ((1vw - 1.024rem) * (11.11111)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-headingLevel2 {
        margin-bottom: 24px;
        font-size: calc(3rem + ((1vw - 0.36rem) * (2.45098)));
    }
}

@media only screen and (max-width: 359px) {
    .lp-headingLevel2 {
        font-size: 3rem;
    }
}

.lp-headingLevel2.of-text-large {
    font-size: 9rem;
}

@media only screen and (max-width: 1919px) {
    .lp-headingLevel2.of-text-large {
        font-size: calc(6.4rem + ((1vw - 1.24rem) * (3.82353)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-headingLevel2.of-text-large {
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (2.94118)));
    }
}

@media only screen and (max-width: 359px) {
    .lp-headingLevel2.of-text-large {
        font-size: 2.8rem;
    }
}

.lp-headingLevel2-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

@media only screen and (max-width: 1919px) {
    .lp-headingLevel2-group {
        margin-bottom: calc(4rem + ((1vw - 1.24rem) * (5.88235)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-headingLevel2-group {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (3.92157)));
    }
}

@media only screen and (max-width: 359px) {
    .lp-headingLevel2-group {
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 1024px) {
    .lp-headingLevel2-group.lp-extraSmallScreen-column {
        flex-direction: column;
    }
}

.lp-headingLevel2-group .lp-headingLevel2 {
    display: block;
    max-width: 100%;
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .lp-headingLevel2-group .lp-headingLevel2 {
        text-align: center;
    }
}

.lp-headingLevel2-group .lp-headingLevel2-subtext {
    display: block;
    position: relative;
    flex-shrink: 0;
    width: 400px;
    margin-right: 64px;
}

.lp-headingLevel2-group .lp-headingLevel2-subtext.of-marginRight-none {
    margin-right: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-headingLevel2-group .lp-headingLevel2-subtext {
        width: calc(24.6rem + ((1vw - 1.24rem) * (22.64706)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-headingLevel2-group .lp-headingLevel2-subtext {
        flex-shrink: 1;
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .lp-headingLevel2-group .lp-headingLevel2-subtext > img {
        max-width: calc(14.4rem + ((1vw - 0.36rem) * (25)));
    }
}

.lp-headingLevel2-group.of-multiplication .lp-headingLevel2 {
    position: relative;
    margin-left: 116px;
}

@media only screen and (max-width: 1919px) {
    .lp-headingLevel2-group.of-multiplication .lp-headingLevel2 {
        margin-left: calc(9.6rem + ((1vw - 1.24rem) * (2.94118)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-headingLevel2-group.of-multiplication .lp-headingLevel2 {
        margin-left: calc(6rem + ((1vw - 0.36rem) * (2.94118)));
    }
}

@media only screen and (max-width: 359px) {
    .lp-headingLevel2-group.of-multiplication .lp-headingLevel2 {
        margin-left: 60px;
    }
}

.lp-headingLevel2-group.of-multiplication .lp-headingLevel2::before, .lp-headingLevel2-group.of-multiplication .lp-headingLevel2::after {
    display: block;
    position: absolute;
    top: 50%;
    left: -58px;
    width: 2px;
    height: 120px;
    background: #a19818;
    content: "";
}

.lp-theme-primary .lp-headingLevel2-group.of-multiplication .lp-headingLevel2::before, .lp-theme-primary .lp-headingLevel2-group.of-multiplication .lp-headingLevel2::after {
    background: #fff;
}

@media only screen and (max-width: 1919px) {
    .lp-headingLevel2-group.of-multiplication .lp-headingLevel2::before, .lp-headingLevel2-group.of-multiplication .lp-headingLevel2::after {
        left: calc(-4.8rem + ((1vw - 1.24rem) * (-1.47059)));
        height: calc(8rem + ((1vw - 1.24rem) * (5.88235)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-headingLevel2-group.of-multiplication .lp-headingLevel2::before, .lp-headingLevel2-group.of-multiplication .lp-headingLevel2::after {
        left: calc(-3rem + ((1vw - 0.36rem) * (-1.47059)));
        height: calc(4rem + ((1vw - 0.36rem) * (3.01205)));
    }
}

@media only screen and (max-width: 359px) {
    .lp-headingLevel2-group.of-multiplication .lp-headingLevel2::before, .lp-headingLevel2-group.of-multiplication .lp-headingLevel2::after {
        height: 40px;
    }
}

.lp-headingLevel2-group.of-multiplication .lp-headingLevel2::before {
    transform: translateY(-50%) rotate(45deg);
}

.lp-headingLevel2-group.of-multiplication .lp-headingLevel2::after {
    transform: translateY(-50%) rotate(-45deg);
}

.lp-headingLevel2-group.of-multiplication .lp-headingLevel2:first-child {
    margin-left: 0;
}

.lp-headingLevel2-group.of-multiplication .lp-headingLevel2:first-child::before, .lp-headingLevel2-group.of-multiplication .lp-headingLevel2:first-child::after {
    content: none;
}

.lp-headingLevel2-group.of-multiplication.of-column {
    flex-direction: column;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
    .lp-headingLevel2-group.of-multiplication.of-column {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (2.40964)));
    }
}

@media only screen and (max-width: 359px) {
    .lp-headingLevel2-group.of-multiplication.of-column {
        margin-bottom: 24px;
    }
}

.lp-headingLevel2-group.of-multiplication.of-column .lp-headingLevel2 {
    margin-top: 72px;
    margin-left: 0;
}

@media only screen and (max-width: 1024px) {
    .lp-headingLevel2-group.of-multiplication.of-column .lp-headingLevel2 {
        margin-top: calc(6rem + ((1vw - 0.36rem) * (0.98039)));
    }
}

@media only screen and (max-width: 359px) {
    .lp-headingLevel2-group.of-multiplication.of-column .lp-headingLevel2 {
        margin-top: 60px;
    }
}

.lp-headingLevel2-group.of-multiplication.of-column .lp-headingLevel2::before, .lp-headingLevel2-group.of-multiplication.of-column .lp-headingLevel2::after {
    top: -64px;
    left: 50%;
    height: 54px;
}

@media only screen and (max-width: 1239px) {
    .lp-headingLevel2-group.of-multiplication.of-column .lp-headingLevel2::before, .lp-headingLevel2-group.of-multiplication.of-column .lp-headingLevel2::after {
        height: calc(4.4rem + ((1vw - 1.024rem) * (4.62963)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-headingLevel2-group.of-multiplication.of-column .lp-headingLevel2::before, .lp-headingLevel2-group.of-multiplication.of-column .lp-headingLevel2::after {
        top: calc(-5.2rem + ((1vw - 0.36rem) * (-0.98039)));
        height: calc(4.2rem + ((1vw - 0.36rem) * (0.3012)));
    }
}

@media only screen and (max-width: 359px) {
    .lp-headingLevel2-group.of-multiplication.of-column .lp-headingLevel2::before, .lp-headingLevel2-group.of-multiplication.of-column .lp-headingLevel2::after {
        top: -52px;
        height: 42px;
    }
}

.lp-headingLevel2-group.of-multiplication.of-column .lp-headingLevel2::before {
    transform: translateY(0) translateX(-50%) rotate(45deg);
}

.lp-headingLevel2-group.of-multiplication.of-column .lp-headingLevel2::after {
    transform: translateY(0) translateX(-50%) rotate(-45deg);
}

.lp-headingLevel2-group.of-multiplication.of-column .lp-headingLevel2:first-child {
    margin-top: 0;
}

.lp-headingLevel2 sup {
    top: -1em;
    font-size: 40%;
}

.lp-headingLevel3 {
    margin-bottom: 64px;
    font-family: minion-3-display, serif;
    font-size: 5.6rem;
    font-weight: 100;
}

.theme-KW .lp-headingLevel3 {
    font-family: source-han-serif-tc, serif;
}

[lang="ko"] .lp-headingLevel3 {
    font-family: source-han-serif-korean, serif;
}

[lang="th"] .lp-headingLevel3 {
    font-family: kanit, sans-serif;
}

@media only screen and (max-width: 1919px) {
    .lp-headingLevel3 {
        font-size: calc(4rem + ((1vw - 1.24rem) * (2.35294)));
    }
}

@media only screen and (max-width: 1239px) {
    .lp-headingLevel3 {
        margin-bottom: calc(4rem + ((1vw - 1.024rem) * (11.11111)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-headingLevel3 {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (3.92157)));
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (0.98039)));
    }
}

@media only screen and (max-width: 359px) {
    .lp-headingLevel3 {
        margin-bottom: 24px;
        font-size: 2.4rem;
    }
}

.lp-headingLevel4 {
    margin-bottom: 40px;
    padding-left: 16px;
    border-left: 4px solid #ffef0e;
    font-size: 2.2rem;
    font-weight: bold;
}

.lp-theme-primary .lp-headingLevel4 {
    border-left-color: #e60012;
}

@media only screen and (max-width: 1239px) {
    .lp-headingLevel4 {
        font-size: calc(1.8rem + ((1vw - 1.024rem) * (1.85185)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-headingLevel4 {
        margin-bottom: 24px;
        font-size: 1.8rem;
    }
}

.lp-textPhoneLink {
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
}

.lp-textPhoneLink > *:last-child {
    margin-bottom: 0;
}

.lp-textPhoneLink-numberGroup {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .lp-textPhoneLink-numberGroup {
        flex-direction: column;
        justify-content: center;
    }
}

.lp-textPhoneLink-numberGroup.of-vertical {
    flex-direction: column;
}

.lp-textPhoneLink-number {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-size: 2.4rem;
    font-weight: 600;
}

@media only screen and (max-width: 1024px) {
    .lp-textPhoneLink-number {
        width: 100%;
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.60241)));
    }
}

@media only screen and (max-width: 359px) {
    .lp-textPhoneLink-number {
        font-size: 2rem;
    }
}

.lp-textPhoneLink-number > .AutoPhoneCall {
    position: relative;
    max-width: 100%;
    padding-left: 3.8rem;
    color: #fff;
    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='%23fff'/%3E%3C/svg%3E");
    content: "";
}

.lp-textPhoneLink-number > .TelSlsh {
    display: none;
}

.lp-textPhoneLink-number.of-horizonal {
    flex-direction: row;
}

.lp-textPhoneLink-number.of-horizonal > .TelSlsh {
    display: block;
    margin: 0 8px;
}

.lp-textPhoneLink-notes {
    max-width: 100%;
}

@media only screen and (max-width: 1024px) {
    .lp-textPhoneLink-notes {
        width: 100%;
        margin-bottom: 4px;
    }
}

.lp-listButton {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: -24px 0 40px -40px;
}

.lp-listButton > li {
    width: 100%;
    margin: 24px 0 0 40px;
}

.lp-figure {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 40px;
}

.lp-figure-image {
    width: 100%;
    min-height: 0%;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .lp-figure-image.of-primary > img {
        max-width: calc(23.2rem + ((1vw - 0.36rem) * (45.58824)));
    }
}

@media only screen and (max-width: 359px) {
    .lp-figure-image.of-primary > img {
        max-width: 232px;
    }
}

.lp-figure-imageGroup {
    min-height: 0%;
}

.lp-figure-imageGroup.of-doubleArrow {
    position: relative;
}

.lp-figure-imageGroup.of-doubleArrow::before, .lp-figure-imageGroup.of-doubleArrow::after {
    display: block;
    position: absolute;
    top: 50%;
    left: -90px;
    transform: translateY(-50%);
    border-width: 16px 0 16px 24px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
}

@media only screen and (max-width: 1240px) {
    .lp-figure-imageGroup.of-doubleArrow::before, .lp-figure-imageGroup.of-doubleArrow::after {
        left: -56px;
    }
}

@media only screen and (max-width: 1024px) {
    .lp-figure-imageGroup.of-doubleArrow::before, .lp-figure-imageGroup.of-doubleArrow::after {
        content: none;
    }
}

.lp-figure-imageGroup.of-doubleArrow::after {
    left: -130px;
}

@media only screen and (max-width: 1240px) {
    .lp-figure-imageGroup.of-doubleArrow::after {
        left: -100px;
    }
}

.lp-figure-caption {
    width: 100%;
    margin: 24px 0 0;
    font-size: 2.2rem;
}

@media only screen and (max-width: 1239px) {
    .lp-figure-caption {
        font-size: calc(1.6rem + ((1vw - 1.024rem) * (2.77778)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-figure-caption {
        font-size: 1.6rem;
    }
}

.lp-figure.of-animation-primary {
    position: relative;
}

[data-script-enabled="true"] .lp-figure.of-animation-primary .lp-figure-caption {
    opacity: 0;
}

[data-script-enabled="true"] .is-animated .lp-figure.of-animation-primary .lp-figure-caption {
    opacity: 1;
    transition: opacity 0.6s ease 1.8s;
}

@media only screen and (max-width: 1024px) {
    [data-script-enabled="true"] .is-animated .lp-figure.of-animation-primary .lp-figure-caption {
        transition: opacity 0.6s ease;
    }
}

.lp-figure.of-animation-primary .lp-figure-imageGroup {
    position: relative;
}

[data-script-enabled="true"] .lp-figure.of-animation-primary .lp-figure-imageGroup.of-doubleArrow::before, [data-script-enabled="true"] .lp-figure.of-animation-primary .lp-figure-imageGroup.of-doubleArrow::after {
    opacity: 0;
}

[data-script-enabled="true"] .is-animated .lp-figure.of-animation-primary .lp-figure-imageGroup.of-doubleArrow::before, [data-script-enabled="true"] .is-animated .lp-figure.of-animation-primary .lp-figure-imageGroup.of-doubleArrow::after {
    opacity: 1;
}

[data-script-enabled="true"] .is-animated .lp-figure.of-animation-primary .lp-figure-imageGroup.of-doubleArrow::before {
    transition: opacity 0.6s ease 1.2s;
}

[data-script-enabled="true"] .is-animated .lp-figure.of-animation-primary .lp-figure-imageGroup.of-doubleArrow::after {
    transition: opacity 0.6s ease 0.6s;
}

.lp-figure.of-animation-primary .lp-figure-image:not([class*="of-primary"]):not([class*="of-secondary"]) {
    position: absolute;
    top: 0;
    left: 0;
}

[data-script-enabled="true"] .lp-figure.of-animation-primary .lp-figure-image.of-secondary, [data-script-enabled="true"] .lp-figure.of-animation-primary .lp-figure-image.of-tertiary, [data-script-enabled="true"] .lp-figure.of-animation-primary .lp-figure-image.of-quaternary, [data-script-enabled="true"] .lp-figure.of-animation-primary .lp-figure-image.of-quinary, [data-script-enabled="true"] .lp-figure.of-animation-primary .lp-figure-image.of-senary {
    opacity: 0;
}

[data-script-enabled="true"] .is-animated .lp-figure.of-animation-primary .lp-figure-image.of-secondary, [data-script-enabled="true"] .is-animated .lp-figure.of-animation-primary .lp-figure-image.of-tertiary, [data-script-enabled="true"] .is-animated .lp-figure.of-animation-primary .lp-figure-image.of-quaternary, [data-script-enabled="true"] .is-animated .lp-figure.of-animation-primary .lp-figure-image.of-quinary, [data-script-enabled="true"] .is-animated .lp-figure.of-animation-primary .lp-figure-image.of-senary {
    opacity: 1;
}

[data-script-enabled="true"] .is-animated .lp-figure.of-animation-primary .lp-figure-image.of-secondary {
    transition: opacity 0.6s ease 1.8s;
}

@media only screen and (max-width: 1024px) {
    [data-script-enabled="true"] .is-animated .lp-figure.of-animation-primary .lp-figure-image.of-secondary {
        transition: opacity 0.6s ease;
    }
}

[data-script-enabled="true"] .is-animated .lp-figure.of-animation-primary .lp-figure-image.of-tertiary {
    transition: opacity 0.6s ease 3s;
}

@media only screen and (max-width: 1024px) {
    [data-script-enabled="true"] .is-animated .lp-figure.of-animation-primary .lp-figure-image.of-tertiary {
        transition: opacity 0.6s ease 1.2s;
    }
}

[data-script-enabled="true"] .is-animated .lp-figure.of-animation-primary .lp-figure-image.of-quaternary {
    transition: opacity 0.6s ease 3.6s;
}

@media only screen and (max-width: 1024px) {
    [data-script-enabled="true"] .is-animated .lp-figure.of-animation-primary .lp-figure-image.of-quaternary {
        transition: opacity 0.6s ease 1.8s;
    }
}

[data-script-enabled="true"] .is-animated .lp-figure.of-animation-primary .lp-figure-image.of-quinary {
    transition: opacity 0.6s ease 4.2s;
}

@media only screen and (max-width: 1024px) {
    [data-script-enabled="true"] .is-animated .lp-figure.of-animation-primary .lp-figure-image.of-quinary {
        transition: opacity 0.6s ease 2.4s;
    }
}

[data-script-enabled="true"] .is-animated .lp-figure.of-animation-primary .lp-figure-image.of-senary {
    transition: opacity 0.6s ease 4.8s;
}

@media only screen and (max-width: 1024px) {
    [data-script-enabled="true"] .is-animated .lp-figure.of-animation-primary .lp-figure-image.of-senary {
        transition: opacity 0.6s ease 3s;
    }
}

.lp-figureVideo {
    position: relative;
    width: 100%;
    height: 0;
    margin-bottom: 40px;
    padding-top: 56.25%;
}

.lp-figureVideo.of-primary {
    padding-top: 90%;
}

.lp-figureVideo::before {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    content: "";
}

.lp-figureVideo > iframe {
    top: 0;
    left: 0;
}

.lp-figureVideo video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.lp-figureComparison {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
    .lp-figureComparison {
        flex-direction: column;
    }
}

.lp-figureComparison-header {
    width: 240px;
    margin-right: 80px;
}

@media only screen and (max-width: 1239px) {
    .lp-figureComparison-header {
        width: calc(19.8rem + ((1vw - 1.024rem) * (19.44444)));
        margin-right: calc(6.4rem + ((1vw - 1.024rem) * (7.40741)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-figureComparison-header {
        width: 100%;
        margin-right: 0;
        margin-bottom: 32px;
    }
}

.lp-figureComparison-header > *:last-child {
    margin-bottom: 0;
}

.lp-figureComparison-body {
    flex: 1;
}

@media only screen and (max-width: 1024px) {
    .lp-figureComparison-body {
        flex: none;
        width: 100%;
    }
}

.lp-figureComparison-body > *:last-child {
    margin-bottom: 0;
}

.lp-figureComparison-title {
    margin-bottom: 32px;
    font-family: minion-3-display, serif;
    font-size: 2rem;
    line-height: 1.3;
}

.theme-KW .lp-figureComparison-title {
    font-family: source-han-serif-tc, serif;
}

[lang="ko"] .lp-figureComparison-title {
    font-family: source-han-serif-korean, serif;
}

[lang="th"] .lp-figureComparison-title {
    font-family: kanit, sans-serif;
}

@media only screen and (max-width: 1239px) {
    .lp-figureComparison-title {
        font-size: calc(1.6rem + ((1vw - 1.024rem) * (1.85185)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-figureComparison-title {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 359px) {
    .lp-figureComparison-title {
        font-size: 1.6rem;
    }
}

.lp-figureComparison-title > em {
    display: block;
    margin-bottom: 24px;
    font-size: 3.2rem;
    font-weight: normal;
}

@media only screen and (max-width: 1239px) {
    .lp-figureComparison-title > em {
        margin-bottom: calc(1.2rem + ((1vw - 1.024rem) * (5.55556)));
        font-size: calc(2.8rem + ((1vw - 1.024rem) * (1.85185)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-figureComparison-title > em {
        margin-bottom: 12px;
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (0.98039)));
    }
}

@media only screen and (max-width: 359px) {
    .lp-figureComparison-title > em {
        font-size: 2.4rem;
    }
}

.lp-figureComparison-title > em.of-text-small {
    font-size: 2.6rem;
}

@media only screen and (max-width: 1239px) {
    .lp-figureComparison-title > em.of-text-small {
        font-size: calc(2.2rem + ((1vw - 1.024rem) * (1.85185)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-figureComparison-title > em.of-text-small {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (0.98039)));
    }
}

@media only screen and (max-width: 359px) {
    .lp-figureComparison-title > em.of-text-small {
        font-size: 2.4rem;
    }
}

.lp-figureGraph {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}

.lp-figureGraph-title {
    font-size: 2rem;
}

@media only screen and (max-width: 1024px) {
    .lp-figureGraph-title {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.98039)));
    }
}

.lp-figureGraph-title > em {
    font-family: minion-3-display, serif;
    font-size: 2.4rem;
    font-weight: normal;
}

.theme-KW .lp-figureGraph-title > em {
    font-family: source-han-serif-tc, serif;
}

[lang="ko"] .lp-figureGraph-title > em {
    font-family: source-han-serif-korean, serif;
}

[lang="th"] .lp-figureGraph-title > em {
    font-family: kanit, sans-serif;
}

@media only screen and (max-width: 1024px) {
    .lp-figureGraph-title > em {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (1.47059)));
    }
}

.lp-figureGraph-text {
    order: 2;
    margin-bottom: 0;
    font-size: 2.4rem;
}

.lp-figureGraph-graph {
    width: 100%;
    height: 16px;
    margin-bottom: 8px;
    background: #8f8f8f;
}

.lp-figureGraph.of-primary .lp-figureGraph-title > em {
    color: #ffef0e;
    font-size: 3.2rem;
}

.lp-theme-primary .lp-figureGraph.of-primary .lp-figureGraph-title > em {
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    .lp-figureGraph.of-primary .lp-figureGraph-title > em {
        font-size: calc(2rem + ((1vw - 0.36rem) * (2.94118)));
    }
}

@media only screen and (max-width: 359px) {
    .lp-figureGraph.of-primary .lp-figureGraph-title > em {
        font-size: 2rem;
    }
}

.lp-figureGraph.of-primary .lp-figureGraph-text > em {
    color: #ffef0e;
    font-size: 4rem;
    font-weight: normal;
}

.lp-theme-primary .lp-figureGraph.of-primary .lp-figureGraph-text > em {
    color: #fff;
}

.lp-figureGraph.of-primary .lp-figureGraph-graph {
    background: linear-gradient(270deg, #12d4a3, #ffef0e);
}

.lp-theme-primary .lp-figureGraph.of-primary .lp-figureGraph-graph {
    background: linear-gradient(270deg, #ffa2a2, #e60012);
}

[data-script-enabled="true"] .lp-figureGraph.of-animation-primary .lp-figureGraph-graph {
    width: 100%;
}

[data-script-enabled="true"] .lp-figureGraph.of-animation-primary .lp-figureGraph-text {
    opacity: 0;
}

[data-script-enabled="true"] .lp-figureGraph.of-animation-primary.is-animated .lp-figureGraph-graph {
    animation: graphPrimary 1s linear forwards;
}

[data-script-enabled="true"] .lp-figureGraph.of-animation-primary.is-animated .lp-figureGraph-text {
    opacity: 1;
    transition: opacity 0.6s ease 1s;
}

.lp-card {
    margin-bottom: 80px;
    padding: 64px;
    border: 1px solid #39425e;
    background: linear-gradient(270deg, #206363, #070b1e);
    box-shadow: 0 16px 40px #090d1a;
}

.lp-theme-primary .lp-card {
    background: linear-gradient(270deg, #46698a, #070b1e);
}

@media only screen and (max-width: 1919px) {
    .lp-card {
        margin-bottom: calc(4rem + ((1vw - 1.24rem) * (5.88235)));
        padding: calc(3.2rem + ((1vw - 1.24rem) * (4.70588)));
    }
}

@media only screen and (max-width: 1239px) {
    .lp-card {
        margin-bottom: 40px;
        padding: 32px;
    }
}

@media only screen and (max-width: 1024px) {
    .lp-card {
        background: linear-gradient(0deg, #206363 0%, #1e2e35 54%, #070b1e 100%);
    }
    .lp-theme-primary .lp-card {
        background: linear-gradient(0deg, #46698a 0%, #070b1e 100%);
    }
    .lp-card.lp-extraSmallScreen-width-full {
        width: 100vw;
        margin: 0 calc(50% - 50vw) 40px;
        padding: 40px calc(50vw - 50%);
        border: 0;
        border-top: 1px solid #39425e;
        box-shadow: none;
    }
}

.lp-card.of-primary {
    margin-bottom: 64px;
    padding-top: 40px;
    padding-bottom: 40px;
    background: linear-gradient(0deg, #206363 0%, #1e2e35 54%, #070b1e 100%);
}

.lp-theme-primary .lp-card.of-primary {
    background: linear-gradient(0deg, #46698a 0%, #070b1e 100%);
}

@media only screen and (max-width: 1239px) {
    .lp-card.of-primary {
        margin-bottom: calc(4rem + ((1vw - 1.024rem) * (11.11111)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-card.of-primary {
        margin-bottom: 40px;
    }
}

.lp-card > *:last-child {
    margin-bottom: 0;
}

.lp-media {
    display: flex;
    margin-bottom: 88px;
    font-size: 2.2rem;
}

@media only screen and (max-width: 1919px) {
    .lp-media {
        margin-bottom: calc(4rem + ((1vw - 1.24rem) * (7.05882)));
    }
}

@media only screen and (max-width: 1239px) {
    .lp-media {
        margin-bottom: 40px;
        font-size: calc(1.6rem + ((1vw - 1.024rem) * (2.77778)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-media {
        font-size: 1.6rem;
    }
}

.lp-media-body {
    flex: 1;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-text {
    margin-bottom: 40px;
}

.lp-media-image {
    width: 602px;
    min-height: 0%;
    margin: 0 0 0 64px;
    text-align: center;
}

@media only screen and (max-width: 1919px) {
    .lp-media-image {
        width: calc(38.5rem + ((1vw - 1.24rem) * (31.91176)));
    }
}

.lp-media.of-row-reverse {
    flex-direction: row-reverse;
}

.lp-media.of-row-reverse .lp-media-image {
    margin: 0 64px 0 0;
}

@media only screen and (max-width: 1024px) {
    .lp-media.lp-extraSmallScreen-column-reverse {
        flex-direction: column-reverse;
    }
    .lp-media.lp-extraSmallScreen-column-reverse .lp-media-body {
        flex: none;
    }
    .lp-media.lp-extraSmallScreen-column-reverse .lp-media-image {
        width: 100%;
        margin: 0 0 32px;
    }
    .lp-media.lp-extraSmallScreen-column-reverse .lp-media-image > img {
        max-width: calc(23.2rem + ((1vw - 0.36rem) * (45.58824)));
    }
}

.lp-media.of-primary .lp-media-body {
    margin: 0 0 0 -308px;
}

@media only screen and (max-width: 1919px) {
    .lp-media.of-primary .lp-media-body {
        margin: 0 0 0 calc(-18.9rem + ((1vw - 1.24rem) * (-17.5)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-media.of-primary .lp-media-body {
        margin: 0;
    }
}

.lp-media.of-primary .lp-media-image {
    width: 960px;
    margin-top: -84px;
    margin-left: -196px;
}

@media only screen and (max-width: 1919px) {
    .lp-media.of-primary .lp-media-image {
        width: calc(61.4rem + ((1vw - 1.24rem) * (50.88235)));
        margin-top: calc(-6.4rem + ((1vw - 1.24rem) * (-2.94118)));
        margin-left: calc(-7.2rem + ((1vw - 1.24rem) * (-18.23529)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-media.of-primary .lp-media-image {
        width: 100%;
        margin: 0 0 16px;
    }
    .lp-media.of-primary .lp-media-image > img {
        max-width: calc(23.2rem + ((1vw - 0.36rem) * (45.58824)));
    }
}

.lp-mediaSeries {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin-bottom: 40px;
    font-size: 2.2rem;
    font-weight: normal;
}

.lp-mediaSeries-body {
    max-width: 100%;
}

.lp-mediaSeries-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaSeries-label {
    flex: 1;
}

.lp-mediaSeries-labelOuter {
    display: flex;
    margin-bottom: 16px;
}

@media only screen and (max-width: 1239px) {
    .lp-mediaSeries-labelOuter {
        margin-bottom: calc(0.8rem + ((1vw - 1.024rem) * (3.7037)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-mediaSeries-labelOuter {
        margin-bottom: 8px;
    }
}

.lp-mediaSeries-labelBody {
    display: table;
    padding: 8px 16px;
    background: #fff;
    color: #ce0010;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

@media only screen and (max-width: 1239px) {
    .lp-mediaSeries-labelBody {
        padding-top: calc(0.4rem + ((1vw - 1.024rem) * (1.85185)));
        padding-bottom: calc(0.4rem + ((1vw - 1.024rem) * (1.85185)));
        font-size: calc(1.6rem + ((1vw - 1.024rem) * (1.85185)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-mediaSeries-labelBody {
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 1.6rem;
    }
}

.lp-mediaSeries-text {
    display: block;
    font-size: 2.2rem;
    line-height: 1.3;
}

@media only screen and (max-width: 1239px) {
    .lp-mediaSeries-text {
        font-size: calc(1.6rem + ((1vw - 1.024rem) * (2.77778)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-mediaSeries-text {
        font-size: 1.6rem;
    }
}

.lp-mediaSeries-image {
    width: 168px;
    margin-right: 32px;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaSeries-image {
        width: calc(14rem + ((1vw - 1.24rem) * (4.11765)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-mediaSeries-image {
        width: 168px;
        margin-right: calc(1.6rem + ((1vw - 0.36rem) * (3.92157)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-mediaSeries-image {
        width: calc(8.8rem + ((1vw - 0.36rem) * (19.60784)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-mediaSeries-image {
        margin-right: 16px;
    }
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin-bottom: 64px;
}

@media only screen and (max-width: 1024px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
    }
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .lp-mediaAsset-body {
        width: 100%;
    }
}

.lp-mediaAsset-text {
    margin-bottom: 56px;
    font-family: minion-3-display, serif;
    font-size: 3.2rem;
    font-weight: 100;
}

.theme-KW .lp-mediaAsset-text {
    font-family: source-han-serif-tc, serif;
}

[lang="ko"] .lp-mediaAsset-text {
    font-family: source-han-serif-korean, serif;
}

[lang="th"] .lp-mediaAsset-text {
    font-family: kanit, sans-serif;
}

@media only screen and (max-width: 1239px) {
    .lp-mediaAsset-text {
        font-size: calc(2.4rem + ((1vw - 1.024rem) * (3.7037)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-mediaAsset-text {
        font-size: 2.4rem;
    }
}

.lp-mediaAsset-image {
    margin-right: 64px;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .lp-mediaAsset-image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 32px;
    }
}

.lp-mediaAsset-image > img {
    border: 1px solid #ccc;
}

.lp-step {
    display: flex;
    flex-wrap: wrap;
    margin: -88px 0 0 -88px;
}

.lp-step-header {
    margin-bottom: 32px;
}

@media only screen and (max-width: 1919px) {
    .lp-step-header {
        margin-bottom: calc(2.4rem + ((1vw - 1.24rem) * (1.17647)));
    }
}

@media only screen and (max-width: 1239px) {
    .lp-step-header {
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 1024px) {
    .lp-step-header {
        height: auto !important;
    }
}

.lp-step-body > *:last-child {
    margin-bottom: 0;
}

.lp-step-label {
    display: block;
    padding: 8px 32px;
    background: #d1d1d1;
    color: #070b1e;
    font-size: 2.2rem;
    line-height: 1;
}

.lp-theme-primary .lp-step-label {
    background: #4a4a4a;
    color: #d6d6d6;
}

@media only screen and (max-width: 1239px) {
    .lp-step-label {
        font-size: calc(1.8rem + ((1vw - 1.024rem) * (1.85185)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-step-label {
        font-size: 1.8rem;
    }
}

.lp-step-labelOuter {
    display: flex;
    margin-bottom: 8px;
}

@media only screen and (max-width: 1024px) {
    .lp-step-labelOuter {
        justify-content: center;
    }
}

.lp-step-title {
    display: block;
    margin-bottom: 32px;
    font-family: minion-3-display, serif;
    font-size: 3.6rem;
}

.theme-KW .lp-step-title {
    font-family: source-han-serif-tc, serif;
}

[lang="ko"] .lp-step-title {
    font-family: source-han-serif-korean, serif;
}

[lang="th"] .lp-step-title {
    font-family: kanit, sans-serif;
}

@media only screen and (max-width: 1919px) {
    .lp-step-title {
        font-size: calc(2.8rem + ((1vw - 1.24rem) * (1.17647)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-step-title {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (0.98039)));
        text-align: center;
    }
}

.lp-step-titleGroup {
    font-weight: normal;
}

.lp-step-titleGroup > *:last-child {
    margin-bottom: 0;
}

.lp-step-image {
    min-height: 0%;
    text-align: center;
}

.lp-step-column {
    position: relative;
    min-height: 0%;
    margin-top: 88px;
    padding-left: 88px;
}

.lp-step-column:not([class*="of-column-"]) {
    width: 100%;
}

.lp-step-column.of-flex {
    display: flex;
    flex-wrap: wrap;
}

.lp-step-column.of-flex > * {
    width: 100%;
}

.lp-step-column > *:last-child {
    margin-bottom: 0;
}

.lp-step-column.of-primary .lp-step-label {
    background: #ffef0e;
    font-weight: bold;
}

.lp-theme-primary .lp-step-column.of-primary .lp-step-label {
    background: #177edf;
    color: #fff;
}

[data-script-enabled="true"] .lp-step-column.of-animation-primary {
    opacity: 0;
}

[data-script-enabled="true"] .lp-step-column.of-animation-primary.is-animated {
    opacity: 1;
    transition: opacity 0.6s ease;
}

[data-script-enabled="true"] .lp-step-column.of-animation-secondary {
    opacity: 0;
}

[data-script-enabled="true"] .lp-step-column.of-animation-secondary .lp-step-header {
    opacity: 0;
}

[data-script-enabled="true"] .lp-step-column.of-animation-secondary.is-animated {
    opacity: 1;
    transition: opacity 0.6s ease;
}

[data-script-enabled="true"] .lp-step-column.of-animation-secondary.is-animated .lp-step-header {
    opacity: 1;
    transition: opacity 0.6s ease 1.8s;
}

@media only screen and (max-width: 1024px) {
    [data-script-enabled="true"] .lp-step-column.of-animation-secondary.is-animated .lp-step-header {
        transition: opacity 0.6s ease;
    }
}

.lp-step.of-column-2 > .lp-step-column:not([class*="of-column-"]) {
    width: 50%;
}

.lp-step.of-column-3 > .lp-step-column:not([class*="of-column-"]) {
    width: 33.33333%;
}

.lp-step.of-column-4 > .lp-step-column:not([class*="of-column-"]) {
    width: 25%;
}

.lp-step.of-column-5 > .lp-step-column:not([class*="of-column-"]) {
    width: 20%;
}

.lp-step.of-column-6 > .lp-step-column:not([class*="of-column-"]) {
    width: 16.66667%;
}

.lp-step.of-column-7 > .lp-step-column:not([class*="of-column-"]) {
    width: 14.28571%;
}

.lp-step.of-column-8 > .lp-step-column:not([class*="of-column-"]) {
    width: 12.5%;
}

.lp-step.of-column-9 > .lp-step-column:not([class*="of-column-"]) {
    width: 11.11111%;
}

.lp-step.of-column-10 > .lp-step-column:not([class*="of-column-"]) {
    width: 10%;
}

.lp-step.of-column-11 > .lp-step-column:not([class*="of-column-"]) {
    width: 9.09091%;
}

.lp-step.of-column-12 > .lp-step-column:not([class*="of-column-"]) {
    width: 8.33333%;
}

.lp-step.of-column-2 > .lp-step-column.of-column-2 {
    width: 100%;
}

.lp-step.of-column-3 > .lp-step-column.of-column-2 {
    width: 66.66667%;
}

.lp-step.of-column-3 > .lp-step-column.of-column-3 {
    width: 100%;
}

.lp-step.of-column-4 > .lp-step-column.of-column-2 {
    width: 50%;
}

.lp-step.of-column-4 > .lp-step-column.of-column-3 {
    width: 75%;
}

.lp-step.of-column-4 > .lp-step-column.of-column-4 {
    width: 100%;
}

.lp-step.of-column-5 > .lp-step-column.of-column-2 {
    width: 40%;
}

.lp-step.of-column-5 > .lp-step-column.of-column-3 {
    width: 60%;
}

.lp-step.of-column-5 > .lp-step-column.of-column-4 {
    width: 80%;
}

.lp-step.of-column-5 > .lp-step-column.of-column-5 {
    width: 100%;
}

.lp-step.of-column-6 > .lp-step-column.of-column-2 {
    width: 33.33333%;
}

.lp-step.of-column-6 > .lp-step-column.of-column-3 {
    width: 50%;
}

.lp-step.of-column-6 > .lp-step-column.of-column-4 {
    width: 66.66667%;
}

.lp-step.of-column-6 > .lp-step-column.of-column-5 {
    width: 83.33333%;
}

.lp-step.of-column-6 > .lp-step-column.of-column-6 {
    width: 100%;
}

.lp-step.of-column-7 > .lp-step-column.of-column-2 {
    width: 28.57143%;
}

.lp-step.of-column-7 > .lp-step-column.of-column-3 {
    width: 42.85714%;
}

.lp-step.of-column-7 > .lp-step-column.of-column-4 {
    width: 57.14286%;
}

.lp-step.of-column-7 > .lp-step-column.of-column-5 {
    width: 71.42857%;
}

.lp-step.of-column-7 > .lp-step-column.of-column-6 {
    width: 85.71429%;
}

.lp-step.of-column-7 > .lp-step-column.of-column-7 {
    width: 100%;
}

.lp-step.of-column-8 > .lp-step-column.of-column-2 {
    width: 25%;
}

.lp-step.of-column-8 > .lp-step-column.of-column-3 {
    width: 37.5%;
}

.lp-step.of-column-8 > .lp-step-column.of-column-4 {
    width: 50%;
}

.lp-step.of-column-8 > .lp-step-column.of-column-5 {
    width: 62.5%;
}

.lp-step.of-column-8 > .lp-step-column.of-column-6 {
    width: 75%;
}

.lp-step.of-column-8 > .lp-step-column.of-column-7 {
    width: 87.5%;
}

.lp-step.of-column-8 > .lp-step-column.of-column-8 {
    width: 100%;
}

.lp-step.of-column-9 > .lp-step-column.of-column-2 {
    width: 22.22222%;
}

.lp-step.of-column-9 > .lp-step-column.of-column-3 {
    width: 33.33333%;
}

.lp-step.of-column-9 > .lp-step-column.of-column-4 {
    width: 44.44444%;
}

.lp-step.of-column-9 > .lp-step-column.of-column-5 {
    width: 55.55556%;
}

.lp-step.of-column-9 > .lp-step-column.of-column-6 {
    width: 66.66667%;
}

.lp-step.of-column-9 > .lp-step-column.of-column-7 {
    width: 77.77778%;
}

.lp-step.of-column-9 > .lp-step-column.of-column-8 {
    width: 88.88889%;
}

.lp-step.of-column-9 > .lp-step-column.of-column-9 {
    width: 100%;
}

.lp-step.of-column-10 > .lp-step-column.of-column-2 {
    width: 20%;
}

.lp-step.of-column-10 > .lp-step-column.of-column-3 {
    width: 30%;
}

.lp-step.of-column-10 > .lp-step-column.of-column-4 {
    width: 40%;
}

.lp-step.of-column-10 > .lp-step-column.of-column-5 {
    width: 50%;
}

.lp-step.of-column-10 > .lp-step-column.of-column-6 {
    width: 60%;
}

.lp-step.of-column-10 > .lp-step-column.of-column-7 {
    width: 70%;
}

.lp-step.of-column-10 > .lp-step-column.of-column-8 {
    width: 80%;
}

.lp-step.of-column-10 > .lp-step-column.of-column-9 {
    width: 90%;
}

.lp-step.of-column-10 > .lp-step-column.of-column-10 {
    width: 100%;
}

.lp-step.of-column-11 > .lp-step-column.of-column-2 {
    width: 18.18182%;
}

.lp-step.of-column-11 > .lp-step-column.of-column-3 {
    width: 27.27273%;
}

.lp-step.of-column-11 > .lp-step-column.of-column-4 {
    width: 36.36364%;
}

.lp-step.of-column-11 > .lp-step-column.of-column-5 {
    width: 45.45455%;
}

.lp-step.of-column-11 > .lp-step-column.of-column-6 {
    width: 54.54545%;
}

.lp-step.of-column-11 > .lp-step-column.of-column-7 {
    width: 63.63636%;
}

.lp-step.of-column-11 > .lp-step-column.of-column-8 {
    width: 72.72727%;
}

.lp-step.of-column-11 > .lp-step-column.of-column-9 {
    width: 81.81818%;
}

.lp-step.of-column-11 > .lp-step-column.of-column-10 {
    width: 90.90909%;
}

.lp-step.of-column-11 > .lp-step-column.of-column-11 {
    width: 100%;
}

.lp-step.of-column-12 > .lp-step-column.of-column-2 {
    width: 16.66667%;
}

.lp-step.of-column-12 > .lp-step-column.of-column-3 {
    width: 25%;
}

.lp-step.of-column-12 > .lp-step-column.of-column-4 {
    width: 33.33333%;
}

.lp-step.of-column-12 > .lp-step-column.of-column-5 {
    width: 41.66667%;
}

.lp-step.of-column-12 > .lp-step-column.of-column-6 {
    width: 50%;
}

.lp-step.of-column-12 > .lp-step-column.of-column-7 {
    width: 58.33333%;
}

.lp-step.of-column-12 > .lp-step-column.of-column-8 {
    width: 66.66667%;
}

.lp-step.of-column-12 > .lp-step-column.of-column-9 {
    width: 75%;
}

.lp-step.of-column-12 > .lp-step-column.of-column-10 {
    width: 83.33333%;
}

.lp-step.of-column-12 > .lp-step-column.of-column-11 {
    width: 91.66667%;
}

.lp-step.of-column-12 > .lp-step-column.of-column-12 {
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .lp-step[class*="of-column-"] > .lp-step-column:not([class*="of-column-"]),
    .lp-step[class*="of-column-"] > .lp-step-column[class*="of-column-"] {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .lp-step.lp-extraSmallScreen-column-2 > .lp-step-column:not([class*="of-column-"]),
    .lp-step.lp-extraSmallScreen-column-2 > .lp-step-column[class*="of-column-"] {
        width: 50%;
    }
    .lp-step.lp-extraSmallScreen-column-3 > .lp-step-column:not([class*="of-column-"]),
    .lp-step.lp-extraSmallScreen-column-3 > .lp-step-column[class*="of-column-"] {
        width: 33.33333%;
    }
}

@media only screen and (max-width: 768px) {
    .lp-step[class*="lp-extraSmallScreen-column-"] > .lp-step-column:not([class*="of-column-"]),
    .lp-step[class*="lp-extraSmallScreen-column-"] > .lp-step-column[class*="of-column-"] {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .lp-step.of-arrow {
        margin-left: 0;
    }
}

.lp-step.of-arrow .lp-step-column {
    position: relative;
}

@media only screen and (max-width: 768px) {
    .lp-step.of-arrow .lp-step-column {
        padding-left: 0;
    }
}

.lp-step.of-arrow .lp-step-column::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 34px;
    transform: translateY(-50%);
    border-width: 16px 0 16px 24px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
}

@media only screen and (max-width: 768px) {
    .lp-step.of-arrow .lp-step-column::before {
        top: -56px;
        left: 50%;
        transform: translateY(0) translateX(-50%);
        border-width: 24px 16px 0 16px;
        border-color: #fff transparent transparent transparent;
    }
}

.lp-step.of-arrow .lp-step-column:first-child::before {
    content: none;
}

.lp-step.of-gap-primary {
    margin-left: -192px;
}

@media only screen and (max-width: 1240px) {
    .lp-step.of-gap-primary {
        margin-left: -130px;
    }
}

.lp-step.of-gap-primary .lp-step-column {
    padding-left: 192px;
}

@media only screen and (max-width: 1240px) {
    .lp-step.of-gap-primary .lp-step-column {
        padding-left: 130px;
    }
}

@media only screen and (max-width: 1024px) {
    .lp-step.lp-extraSmallScreen-arrow {
        margin-left: 0;
    }
    .lp-step.lp-extraSmallScreen-arrow .lp-step-column {
        position: relative;
        padding-left: 0;
    }
    .lp-step.lp-extraSmallScreen-arrow .lp-step-column::before {
        display: block;
        position: absolute;
        top: -56px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 24px 16px 0 16px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
        content: "";
    }
    .lp-step.lp-extraSmallScreen-arrow .lp-step-column:first-child::before {
        content: none;
    }
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-line-break {
    display: block;
}

@media only screen and (min-width: 1240px) {
    .lp-extraLargeScreen-line-break {
        display: block;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-extraSmallScreen-animated {
        display: none;
    }
    .lp-largeScreen-line-break {
        display: block;
    }
    .lp-largeScreen-lastChild {
        margin-bottom: 0;
    }
    .lp-largeScreen-hide {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .lp-extraSmallScreen-hide {
        display: none;
    }
}

@keyframes graphPrimary {
    0% {
        width: 100%;
    }
    100% {
        width: 25%;
    }
}
