@charset "UTF-8";

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #dc002f;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px 12px 24px;
}

@media screen and (max-width: 1024px) {
    .lp-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.lp-buttonConversion-text {
    margin-right: 16px;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-buttonConversion-image > img {
    min-width: 42px;
    max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #13778f;
}

.lp-buttonConversion.of-secondary {
    background: #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;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center !important;
}

.theme-KT p {
    line-height: 1.6;
}

p {
    margin-bottom: 32px;
    font-size: 2rem;
    line-height: 1.3;
}

@media screen and (max-width: 1240px) {
    p {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 1023px) {
    p {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (1.20664)));
    }
}

a {
    color: #273a53;
    text-decoration: none;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-justifyContent-center {
    justify-content: center;
}

.lp-utility-fontWeight-normal {
    font-weight: normal;
}

.lp-utility-lineHeight-primary {
    line-height: 1.6 !important;
}

@media screen and (max-width: 1023px) {
    .lp-middleScreen-hide {
        display: none;
    }
}

@media screen and (max-width: 360px) {
    .lp-extraSmallScreen-line-break {
        display: block;
    }
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -32px 0 80px -60px;
}

@media screen and (max-width: 1240px) {
    .lp-layout-grid {
        margin-bottom: calc(4.9rem + ((1vw - 1.024rem) * (14.35185)));
        margin-left: -40px;
    }
}

@media screen and (max-width: 1023px) {
    .lp-layout-grid {
        margin-top: -24px;
        margin-bottom: calc(2.4rem + ((1vw - 0.768rem) * (9.41176)));
    }
}

@media screen and (max-width: 768px) {
    .lp-layout-grid {
        margin-bottom: 24px;
    }
}

.lp-layout-grid > .lp-layout-grid-column {
    margin-top: 32px;
    padding-left: 60px;
}

@media screen and (max-width: 1240px) {
    .lp-layout-grid > .lp-layout-grid-column {
        padding-left: 40px;
    }
}

@media screen and (max-width: 1023px) {
    .lp-layout-grid > .lp-layout-grid-column {
        margin-top: 24px;
    }
}

.lp-layout-grid > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 100%;
}

.lp-layout-grid > .lp-layout-grid-column.of-flex {
    display: flex;
    flex-wrap: wrap;
}

.lp-layout-grid > .lp-layout-grid-column.of-flex > * {
    width: 100%;
}

.lp-layout-grid > .lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 50%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 33.33333%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 25%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 20%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 16.66667%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 14.28571%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 12.5%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 11.11111%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 10%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 9.09091%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 8.33333%;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column.of-column-2 {
    width: 100%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-2 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-3 {
    width: 100%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-2 {
    width: 50%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-3 {
    width: 75%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-4 {
    width: 100%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-2 {
    width: 40%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-3 {
    width: 60%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-4 {
    width: 80%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-5 {
    width: 100%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-2 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-3 {
    width: 50%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-4 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-5 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-6 {
    width: 100%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-2 {
    width: 28.57143%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-3 {
    width: 42.85714%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-4 {
    width: 57.14286%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-5 {
    width: 71.42857%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-6 {
    width: 85.71429%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-7 {
    width: 100%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-2 {
    width: 25%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-3 {
    width: 37.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-4 {
    width: 50%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-5 {
    width: 62.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-6 {
    width: 75%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-7 {
    width: 87.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-8 {
    width: 100%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-2 {
    width: 22.22222%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-3 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-4 {
    width: 44.44444%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-5 {
    width: 55.55556%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-6 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-7 {
    width: 77.77778%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-8 {
    width: 88.88889%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-9 {
    width: 100%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-2 {
    width: 20%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-3 {
    width: 30%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-4 {
    width: 40%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-5 {
    width: 50%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-6 {
    width: 60%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-7 {
    width: 70%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-8 {
    width: 80%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-9 {
    width: 90%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-10 {
    width: 100%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-2 {
    width: 18.18182%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-3 {
    width: 27.27273%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-4 {
    width: 36.36364%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-5 {
    width: 45.45455%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-6 {
    width: 54.54545%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-7 {
    width: 63.63636%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-8 {
    width: 72.72727%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-9 {
    width: 81.81818%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-10 {
    width: 90.90909%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-11 {
    width: 100%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-2 {
    width: 16.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-3 {
    width: 25%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-4 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-5 {
    width: 41.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-6 {
    width: 50%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-7 {
    width: 58.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-8 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-9 {
    width: 75%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-10 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-11 {
    width: 91.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-12 {
    width: 100%;
}

@media screen and (max-width: 1023px) {
    .lp-layout-grid[class*="of-column-"] > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid[class*="of-column-"] > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
}

.lp-layout-header {
    margin-bottom: 16px;
    padding-top: 22px;
}

@media screen and (max-width: 1240px) {
    .lp-layout-header {
        margin-bottom: calc(0rem + ((1vw - 1.024rem) * (7.40741)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-layout-header {
        margin-bottom: 0;
        padding-top: 0;
    }
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: calc(1440px + 200px);
    margin: 0 auto;
    padding: 28px 100px;
}

@media screen and (max-width: 1240px) {
    .lp-layout-header-content {
        max-width: none;
    }
}

@media screen and (max-width: 1023px) {
    .lp-layout-header-content {
        justify-content: center;
        margin-left: -16px;
        padding: 22px 20px;
    }
    .lp-layout-header-content > * {
        padding-left: 16px;
    }
}

.lp-layout-header-content > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-logo {
    margin-bottom: 0;
    line-height: 1;
}

.lp-layout-header-logo img {
    width: 148px;
}

@media screen and (max-width: 1023px) {
    .lp-layout-header-logo img {
        width: 114px;
    }
}

.lp-layout-header-body > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-utilityList {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: -16px 0 16px -16px;
    font-size: 2rem;
}

.lp-layout-header-utilityList > li {
    margin: 16px 0 0 16px;
}

.lp-layout-header-utilityList > li > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-phoneGroup > *:last-child {
    margin-bottom: 0;
}

.lp-utilityList > li > *:last-child {
    margin-bottom: 0;
}

.lp-textPhoneLink {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
}

.lp-textPhoneLink > *:last-child {
    margin-bottom: 0;
}

.lp-textPhoneLink-numberGroup {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-textPhoneLink-number {
    display: flex;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .lp-textPhoneLink-number {
        font-size: 1.8rem;
    }
}

.lp-textPhoneLink-number .AutoPhoneCall {
    position: relative;
    max-width: 100%;
    color: #273a53;
    text-decoration: none;
    cursor: default;
}

.lp-layout-header-utilityList .lp-textPhoneLink-number .AutoPhoneCall {
    color: #fff;
}

@media screen and (max-width: 1240px) {
    .lp-utilityList .lp-textPhoneLink-number .AutoPhoneCall:not(:first-child) {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .lp-utilityList .lp-textPhoneLink-number .AutoPhoneCall:not(:first-child) {
        display: inline-block;
    }
}

@media screen and (max-width: 768px) {
    .lp-utilityList .lp-textPhoneLink-number .AutoPhoneCall:not(:first-child) {
        display: block;
    }
}

.lp-textPhoneLink-icon {
    fill: #273a53;
    width: 38px;
    height: 38px;
    vertical-align: middle;
}

.lp-layout-header-utilityList .lp-textPhoneLink-icon {
    fill: #fff;
}

.lp-textPhoneLink-linkGroup {
    text-align: left;
}

.TelSlsh {
    margin: 0 8px;
}

@media screen and (max-width: 768px) {
    .TelSlsh {
        margin: 0;
    }
}

.lp-layout-footer {
    border-top: 1px solid #d2d2d2;
    background-color: #f1f1f1;
    color: #273a53;
}

.lp-layout-footer-content {
    max-width: calc(1440px + 200px);
    margin: 0 auto;
    padding: 20px 100px 48px;
}

@media screen and (max-width: 1240px) {
    .lp-layout-footer-content {
        max-width: none;
        padding-bottom: 44px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-content {
        padding-top: calc(1.7rem + ((1vw - 0.36rem) * (0.45181)));
        padding-bottom: calc(3.3rem + ((1vw - 0.36rem) * (1.65663)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-layout-footer-content {
        padding-right: calc(2rem + ((1vw - 0.36rem) * (12.06637)));
        padding-left: calc(2rem + ((1vw - 0.36rem) * (12.06637)));
    }
}

.lp-layout-footer-content > *:last-child {
    margin-bottom: 0;
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -14px 0 24px -28px;
    font-size: 1.4rem;
    line-height: 1.14;
    text-align: center;
}

.lp-layout-footer-list > li {
    position: relative;
    margin: 14px 0 0 28px;
}

.lp-layout-footer-list > li::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -14px;
    width: 1px;
    height: 100%;
    transform: translateY(-50%);
    background-color: #7a8592;
    content: "";
}

.lp-layout-footer-list > li:first-child::before {
    display: none;
}

@media screen and (max-width: 1023px) {
    .lp-layout-footer-list > li.lp-layout-footer-copyright {
        width: 100%;
    }
    .lp-layout-footer-list > li.lp-layout-footer-copyright::before {
        display: none;
    }
}

.lp-jumbotron {
    background-image: linear-gradient(67deg, #071320 0%, #142234 59%, #65768a 100%);
    color: #fff;
}

.lp-jumbotron-content {
    display: flex;
    align-items: center;
    max-width: calc(1440px + 200px);
    margin: 0 auto;
    padding: 0 100px 24px;
}

@media screen and (max-width: 1240px) {
    .lp-jumbotron-content {
        max-width: none;
        padding-bottom: calc(4rem + ((1vw - 1.024rem) * (13.88889)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-content {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 1023px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        max-width: none;
    }
    .lp-jumbotron-content > * {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .lp-jumbotron-content {
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (19.60784))) 40px;
    }
}

.lp-jumbotron-body {
    flex: 1;
}

@media screen and (max-width: 1023px) {
    .lp-jumbotron-body {
        flex: 0 1 auto;
        text-align: center;
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-titleGroup {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    font-size: 6.4rem;
    font-weight: 600;
    line-height: 1.2;
}

@media screen and (max-width: 1500px) {
    .lp-jumbotron-titleGroup {
        font-size: calc(4.8rem + ((1vw - 1.24rem) * (6.15385)));
    }
}

@media screen and (max-width: 1240px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(3.6rem + ((1vw - 1.024rem) * (1.85185)));
        font-size: 4.2rem;
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 40px;
        font-size: calc(3rem + ((1vw - 0.36rem) * (1.80723)));
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron-titleGroup {
        font-size: 3rem;
    }
}

.lp-jumbotron-titleGroup > * {
    width: 100%;
}

.lp-jumbotron-series {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    order: -1;
    margin: -8px 0 24px -16px;
    font-size: 2.4rem;
    line-height: 1.3;
}

@media screen and (max-width: 1500px) {
    .lp-jumbotron-series {
        font-size: calc(2.1rem + ((1vw - 1.24rem) * (1.15385)));
    }
}

@media screen and (max-width: 1240px) {
    .lp-jumbotron-series {
        margin-left: calc(-1.4rem + ((1vw - 1.024rem) * (-0.92593)));
        font-size: calc(1.7rem + ((1vw - 1.024rem) * (1.38889)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-jumbotron-series {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px;
        margin-left: -16px;
        font-size: 1.8rem;
    }
}

.lp-jumbotron-series > * {
    margin: 8px 0 0 16px;
}

@media screen and (max-width: 1240px) {
    .lp-jumbotron-series > * {
        margin-left: calc(1.4rem + ((1vw - 1.024rem) * (0.92593)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-jumbotron-series > * {
        margin-left: 16px;
    }
}

.lp-jumbotron-label {
    min-width: 85px;
    padding: 4px 24px;
    background-color: #ce0010;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.7;
    text-align: center;
}

@media screen and (max-width: 1240px) {
    .lp-jumbotron-label {
        min-width: calc(8.1rem + ((1vw - 1.024rem) * (1.85185)));
        padding: 4px calc(1.6rem + ((1vw - 1.024rem) * (3.7037)));
        font-size: calc(1.6rem + ((1vw - 1.024rem) * (0.92593)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-label {
        min-width: 81px;
        padding: 4px 24px;
        font-size: 1.6rem;
        line-height: 1.3;
    }
}

.lp-jumbotron-seriesText {
    flex: 1;
    min-width: 60%;
}

@media screen and (max-width: 1023px) {
    .lp-jumbotron-seriesText {
        display: block;
        flex: 0 1 auto;
        min-width: 200px;
    }
}

.lp-jumbotron-image {
    width: 940px;
    min-height: 0%;
    margin-left: -190px;
}

@media screen and (max-width: 1640px) {
    .lp-jumbotron-image {
        width: calc(49rem + ((1vw - 1.024rem) * (73.05195)));
        margin-left: calc(-14rem + ((1vw - 1.24rem) * (-12.5)));
    }
}

@media screen and (max-width: 1240px) {
    .lp-jumbotron-image {
        margin-left: calc(-6.8rem + ((1vw - 1.024rem) * (-33.33333)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-jumbotron-image {
        width: 568px;
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .lp-jumbotron-image {
        width: calc(32rem + ((1vw - 0.36rem) * (60.78431)));
    }
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -24px 0 40px -16px;
}

@media screen and (max-width: 1240px) {
    .lp-listButton {
        margin-bottom: calc(2.5rem + ((1vw - 1.024rem) * (6.94444)));
        margin-left: -32px;
    }
}

@media screen and (max-width: 1023px) {
    .lp-listButton {
        justify-content: center;
        margin-bottom: 24px;
    }
}

.lp-listButton > li {
    margin: 24px 0 0 16px;
}

.lp-listButton > li:last-child {
    margin-bottom: 0;
}

.lp-listButton > li.of-width-full {
    width: 100%;
}

.lp-listButton > li.of-width-full > .lp-textLink {
    display: inline-block;
}

@media screen and (max-width: 1240px) {
    .lp-listButton > li {
        margin-left: 32px;
    }
}

.lp-listButton.of-primary {
    margin-bottom: 60px;
}

@media screen and (max-width: 1240px) {
    .lp-listButton.of-primary {
        margin-left: -16px;
    }
}

@media screen and (max-width: 1023px) {
    .lp-listButton.of-primary {
        justify-content: center;
    }
}

.lp-listButton.of-primary > li {
    margin: 24px 0 0 16px;
}

@media screen and (max-width: 1023px) {
    .lp-listButton.of-primary > li.of-middleScreen-marginTop-small {
        margin-top: 18px;
    }
}

.lp-listModel {
    display: flex;
    flex-wrap: wrap;
    margin: -36px 0 48px -16px;
}

@media screen and (max-width: 1023px) {
    .lp-listModel {
        justify-content: center;
    }
}

.lp-listModel > li {
    margin: 36px 0 0 16px;
}

@media screen and (max-width: 360px) {
    .lp-listModel > li {
        text-align: left;
    }
}

.lp-listModel > li > *:last-child {
    margin-bottom: 0;
}

.lp-cardSeries {
    z-index: 1;
    position: relative;
    margin-bottom: 24px;
}

@media screen and (max-width: 360px) {
    .lp-cardSeries {
        display: inline-block;
    }
}

.lp-cardSeries::after {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    content: "";
}

.lp-cardSeries > *:last-child {
    margin-bottom: 0;
}

.lp-cardFeature {
    display: flex;
    z-index: 1;
    position: relative;
    flex-direction: column;
    margin-bottom: 16px;
}

.lp-cardFeature > * {
    width: 100%;
}

.lp-cardFeature > *:last-child {
    margin-bottom: 0;
}

.lp-cardFeature-content {
    flex: 1 0 auto;
    min-height: 0%;
    padding: 32px 60px 40px;
    background-color: #fff;
}

@media screen and (max-width: 1240px) {
    .lp-cardFeature-content {
        padding: calc(1.6rem + ((1vw - 1.024rem) * (7.40741))) calc(2.4rem + ((1vw - 1.024rem) * (16.66667))) calc(2.4rem + ((1vw - 1.024rem) * (7.40741)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-cardFeature-content {
        padding: 16px 24px 24px;
    }
}

.lp-cardFeature-content > *:last-child {
    margin-bottom: 0;
}

.lp-cardFeature::after {
    display: block;
    z-index: -1;
    position: absolute;
    bottom: -16px;
    left: -16px;
    width: 100%;
    height: 100%;
    background-color: #d7dfe6;
    content: "";
}

@media screen and (max-width: 1023px) {
    .lp-cardFeature::after {
        display: none;
    }
}

.lp-cardFeature.of-shadow-reverse::after {
    left: 16px;
}

.lp-section {
    padding-top: 80px;
    background-color: #f1f1f1;
    color: #273a53;
}

.lp-section > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
    .lp-section {
        padding-top: 40px;
    }
}

.lp-section-content {
    max-width: calc(1440px + 200px);
    margin: 0 auto;
    padding: 0 100px;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1240px) {
    .lp-section-content {
        max-width: none;
    }
}

@media screen and (max-width: 768px) {
    .lp-section-content {
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (19.60784)));
    }
}

.lp-section-header {
    margin-bottom: 64px;
}

@media screen and (max-width: 1240px) {
    .lp-section-header {
        margin-bottom: calc(4rem + ((1vw - 1.024rem) * (11.11111)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-section-header {
        margin-bottom: 24px;
    }
}

.lp-section-header > *:last-child {
    margin-bottom: 0;
}

.lp-section-body {
    margin-bottom: 126px;
}

@media screen and (max-width: 1240px) {
    .lp-section-body {
        margin-bottom: calc(8.1rem + ((1vw - 1.024rem) * (20.83333)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-section-body {
        margin-bottom: calc(5.6rem + ((1vw - 0.768rem) * (9.41176)));
    }
}

@media screen and (max-width: 768px) {
    .lp-section-body {
        margin-bottom: 56px;
    }
}

.lp-section-body > *:last-child {
    margin-bottom: 0;
}

.lp-section.of-primary {
    padding: 73px 0 80px;
}

@media screen and (max-width: 1023px) {
    .lp-section.of-primary {
        padding-top: 56px;
        padding-bottom: 40px;
    }
}

.lp-headingLevel2 {
    margin-bottom: 24px;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width: 1240px) {
    .lp-headingLevel2 {
        font-size: calc(2.4rem + ((1vw - 1.024rem) * (7.40741)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel2 {
        font-size: 2.4rem;
    }
}

.lp-headingLevel3 {
    display: block;
    margin-bottom: 8px;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.3;
}

.lp-headingLevel3.of-marginBottom-large {
    margin-bottom: 24px;
}

@media screen and (max-width: 1240px) {
    .lp-headingLevel3 {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 1023px) {
    .lp-headingLevel3 {
        font-size: 2rem;
    }
}

.lp-headingLevel3-group > *:last-child {
    margin-bottom: 0;
}

.lp-headingLevel3-subtitle {
    display: block;
    margin-bottom: 8px;
    color: #255dbe;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
}

@media screen and (max-width: 1240px) {
    .lp-headingLevel3-subtitle {
        font-size: calc(1.6rem + ((1vw - 1.024rem) * (1.85185)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-headingLevel3-subtitle {
        font-size: 1.6rem;
    }
}

.lp-mediaSeries {
    position: relative;
    margin-bottom: 24px;
    color: #273a53;
}

.lp-mediaSeries-body {
    padding: 22px 32px 16px 88px;
    font-size: 1.8rem;
    line-height: 1.22;
    text-align: center;
}

@media screen and (max-width: 1240px) {
    .lp-mediaSeries-body {
        padding: 22px calc(1.6rem + ((1vw - 1.024rem) * (6.48148))) 16px calc(7.8rem + ((1vw - 1.024rem) * (3.7037)));
        font-size: calc(1.4rem + ((1vw - 1.024rem) * (1.85185)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaSeries-body {
        padding: 17px 16px 16px 80px;
        line-height: 1.3;
    }
}

.lp-mediaSeries-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1240px) {
    .lp-mediaSeries-text {
        font-size: calc(1.4rem + ((1vw - 1.024rem) * (1.85185)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-mediaSeries-text {
        font-size: 1.4rem;
    }
}

.lp-mediaSeries-image {
    position: absolute;
    bottom: 0;
    left: 16px;
    min-height: 0%;
}

@media screen and (max-width: 1240px) {
    .lp-mediaSeries-image {
        max-width: calc(4.8rem + ((1vw - 1.024rem) * (3.7037)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-mediaSeries-image {
        max-width: 48px;
    }
}

.lp-mediaFeature {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

@media screen and (max-width: 1240px) {
    .lp-mediaFeature {
        font-size: 1.6rem;
    }
}

.lp-mediaFeature > * {
    width: 100%;
}

.lp-mediaFeature-header {
    margin-bottom: 24px;
}

.lp-mediaFeature-header > *:last-child {
    margin-bottom: 0;
}

.lp-mediaFeature-body *:last-child {
    margin-bottom: 0;
}

.lp-mediaFeature-image {
    order: -1;
    min-height: 0%;
    margin-bottom: 24px;
}

@media screen and (max-width: 1240px) {
    .lp-mediaFeature-image {
        margin: 0 auto 24px;
    }
}

@media screen and (max-width: 1023px) {
    .lp-mediaFeature-image {
        max-width: 334px;
    }
}

.lp-mediaFeature.of-primary {
    flex-direction: row;
    align-items: center;
    margin-left: -60px;
}

@media screen and (max-width: 1240px) {
    .lp-mediaFeature.of-primary {
        margin-left: -40px;
    }
}

@media screen and (max-width: 560px) {
    .lp-mediaFeature.of-primary {
        flex-direction: column-reverse;
    }
    .lp-mediaFeature.of-primary > * {
        width: 100%;
    }
}

.lp-mediaFeature.of-primary > * {
    padding-left: 60px;
}

@media screen and (max-width: 1240px) {
    .lp-mediaFeature.of-primary > * {
        padding-left: 40px;
    }
}

.lp-mediaFeature.of-primary > *:last-child {
    margin-bottom: 0;
}

.lp-mediaFeature.of-primary .lp-mediaFeature-body {
    flex: 1 0 auto;
    width: calc(820px + 60px);
}

@media screen and (max-width: 1640px) {
    .lp-mediaFeature.of-primary .lp-mediaFeature-body {
        width: calc(48rem + ((1vw - 1.24rem) * (100)));
    }
}

@media screen and (max-width: 1240px) {
    .lp-mediaFeature.of-primary .lp-mediaFeature-body {
        width: 50%;
    }
}

@media screen and (max-width: 560px) {
    .lp-mediaFeature.of-primary .lp-mediaFeature-body {
        width: 100%;
    }
}

@media screen and (max-width: 1240px) {
    .lp-mediaFeature.of-primary .lp-mediaFeature-image {
        max-width: 50%;
    }
}

@media screen and (max-width: 560px) {
    .lp-mediaFeature.of-primary .lp-mediaFeature-image {
        max-width: none;
        margin-top: 24px;
    }
}

.lp-mediaAsset {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 24px -60px;
    line-height: 1.3;
}

@media screen and (max-width: 1240px) {
    .lp-mediaAsset {
        margin-left: -40px;
    }
}

@media screen and (max-width: 1023px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
        margin-left: 0;
    }
    .lp-mediaAsset > * {
        width: 100%;
    }
}

.lp-mediaAsset > * {
    margin-left: 60px;
}

@media screen and (max-width: 1240px) {
    .lp-mediaAsset > * {
        margin-left: 40px;
    }
}

@media screen and (max-width: 1023px) {
    .lp-mediaAsset > * {
        margin-left: 0;
    }
}

.lp-mediaAsset-body {
    text-align: center;
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset-text {
    margin-bottom: 40px;
    font-size: 4rem;
}

@media screen and (max-width: 1500px) {
    .lp-mediaAsset-text {
        margin-bottom: calc(2.4rem + ((1vw - 1.024rem) * (3.36134)));
    }
}

@media screen and (max-width: 1240px) {
    .lp-mediaAsset-text {
        font-size: calc(2.4rem + ((1vw - 0.768rem) * (3.38983)));
        line-height: 1.3;
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset-text {
        line-height: 1.3;
    }
}

@media screen and (max-width: 1023px) {
    .lp-mediaAsset-text {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 768px) {
    .lp-mediaAsset-text {
        font-size: 2.4rem;
    }
}

.lp-mediaAsset-image {
    min-width: 414px;
    min-height: 0%;
}

@media screen and (max-width: 1240px) {
    .lp-mediaAsset-image {
        min-width: calc(39.2rem + ((1vw - 1.024rem) * (10.18519)));
    }
}

@media screen and (max-width: 1023px) {
    .lp-mediaAsset-image {
        min-width: auto;
        max-width: 272px;
        margin-bottom: 24px;
        text-align: center;
    }
}

.lp-textLink {
    display: block;
    position: relative;
    padding-left: 20px;
    border-bottom: 1px solid transparent;
    color: #fff;
    font-size: 2rem;
    transition: all 0.3s;
}

@media screen and (max-width: 1024px) {
    .lp-textLink {
        font-size: 1.6rem;
    }
}

.lp-textLink::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-width: 7px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
}

.lp-textLink:hover, .lp-textLink:focus {
    border-bottom: 1px solid #fff;
}
