@charset "UTF-8";

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #dc002f;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.2s;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

@media (hover: hover) {
    .lp-buttonConversion:hover {
        background-color: #c6002a;
    }
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.lp-buttonConversion-text {
    margin-right: 16px;
    font-size: 2rem;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
    background: url("../../../../../../") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
    background: url("../../../../../../") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
    background: url("../../../../../../") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
    background: url("../../../../../../") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    background: url("../../../../../../") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #13778f;
}

@media (hover: hover) {
    .lp-buttonConversion.of-primary:hover {
        background-color: #116b81;
    }
}

.lp-buttonConversion.of-secondary {
    background: #0065bb;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../../../../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center !important;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

:root {
    font-size: 62.5%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    min-width: 320px;
    background: #fff;
    color: #333;
    font-family: source-han-sans-japanese, notosans, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: anywhere;
}

main {
    display: block;
}

p {
    margin-bottom: 16px;
}

ul,
ol {
    list-style: none;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    text-decoration: underline;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    border-bottom: 0;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

em {
    font-style: normal;
    font-weight: bold;
}

dfn,
cite {
    font-style: normal;
}

code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em;
}

small {
    font-size: 100%;
}

i {
    font-style: italic;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    max-width: 100%;
    border-style: none;
    vertical-align: bottom;
}

table {
    width: 100%;
    border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
    border-radius: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    border: 0;
    background: none;
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: none;
}

legend {
    display: table;
    max-width: 100%;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.lp-layout-header {
    position: relative;
    text-align: left;
}

.lp-layout-header.of-flex .lp-layout-header-content {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-header.of-flex .lp-layout-header-content {
        flex-direction: column;
        align-items: center;
    }
}

.lp-layout-header-content {
    max-width: calc(1920px + (40px * 2));
    margin: 0 auto;
    padding: 26px 40px;
}

.lp-layout-header-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-header-content {
        max-width: calc(780px + (40px * 2));
        margin: 0 auto;
        padding: 20px 40px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-header-content {
        padding: 20px calc(2rem + ((1vw - 0.36rem) * (4.90196))) 24px;
    }
}

.lp-layout-header-utilityGroup {
    flex: 1;
    padding-left: 40px;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-header-utilityGroup {
        flex: none;
        padding-top: 24px;
        padding-left: 0;
    }
}

.lp-layout-header-utilityList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: -16px;
    margin-right: -24px;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-header-utilityList {
        flex-direction: column;
        justify-content: center;
        margin-right: 0;
    }
}

.lp-layout-header-utilityList > li {
    margin-top: 16px;
    padding-right: 24px;
}

.lp-layout-header-utilityList > li > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-header-utilityList > li {
        padding-right: 0;
    }
}

.lp-layout-header-logo {
    display: block;
    margin-bottom: 0;
    line-height: 1;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-header-logo {
        min-height: 0%;
    }
}

.lp-layout-header-logo a {
    text-decoration: none;
}

.lp-layout-header-logo img {
    width: 148px;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-header-logo img {
        width: 104px;
    }
}

.lp-layout-footer {
    z-index: 100;
    position: relative;
    overflow: hidden;
    background: #090909;
    color: #d0d0d0;
    font-size: 1.3rem;
}

.lp-layout-footer-content {
    max-width: calc(1520px + (80px * 2));
    margin: 0 auto;
    padding: 16px 80px;
}

@media only screen and (max-width: 1365px) {
    .lp-layout-footer-content {
        max-width: calc(1204px + (80px * 2));
        padding: 16px calc(4rem + ((1vw - 1.024rem) * (11.69591)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-footer-content {
        padding: 16px 20px;
    }
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: -8px;
    text-align: center;
}

.lp-layout-footer-list > li {
    position: relative;
    margin-top: 8px;
    margin-left: 32px;
    line-height: 1.2;
}

.lp-layout-footer-list > li::before {
    display: block;
    position: absolute;
    top: 50%;
    left: -16px;
    width: 1px;
    height: 18px;
    transform: translateY(-50%);
    background-color: #d0d0d0;
    content: "";
}

.lp-layout-footer-list > li a {
    color: #d0d0d0;
    font-size: 1.3rem;
    line-height: 1;
    text-decoration: none;
}

.lp-layout-footer-list > li a:hover, .lp-layout-footer-list > li a:active, .lp-layout-footer-list > li a:focus {
    text-decoration: underline;
}

.lp-layout-footer-list > li:first-child::before {
    content: none;
}

@media only screen and (max-width: 767px) {
    .lp-layout-footer-list > li.lp-layout-footer-copyright {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-footer-list > li.lp-layout-footer-copyright::before {
        content: none;
    }
}

.lp-layout-main {
    z-index: 1;
    font-size: 1.5rem;
    line-height: 1.3;
}

@media only screen and (min-width: 1366px) and (max-height: 937px) {
    .lp-layout-main {
        font-size: calc((15 * 100vh) / 937);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 768px) {
    .lp-layout-main {
        font-size: 1.4rem;
    }
}

[data-script-enabled="true"] .lp-layout-main {
    display: flex;
    position: relative;
    flex: 1;
    justify-content: center;
}

@media only screen and (max-width: 1365px) {
    [data-script-enabled="true"] .lp-layout-main {
        flex: none;
        flex-direction: column;
    }
}

.lp-layout-container {
    max-width: 800px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .lp-layout-container {
        max-width: 380px;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 937px) {
    .lp-layout-container {
        max-width: calc((800 * 100vh) / 937);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 768px) {
    .lp-layout-container {
        max-width: 640px;
    }
}

.lp-layout-container.of-narrow {
    max-width: 440px;
}

.lp-layout-container.of-narrow > *:last-child {
    margin-bottom: 0;
}

.lp-layout-container.of-full {
    max-width: 100%;
    background: #22252f;
}

[data-script-enabled="true"] .lp-layout-container.of-full {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

@media only screen and (max-width: 1365px) {
    [data-script-enabled="true"] .lp-layout-container.of-full {
        display: block;
        height: auto;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 937px) {
    [data-script-enabled="true"] .lp-layout-container.of-full {
        min-height: 720px;
    }
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -40px 0 64px -40px;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-grid {
        margin: calc(-2.4rem + ((1vw - 1.366rem) * (-2.89331))) 0 64px calc(-2.4rem + ((1vw - 1.366rem) * (-2.89331)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-layout-grid {
        margin: -16px 0 40px calc(-1.6rem + ((1vw - 0.36rem) * (-2.38569)));
    }
}

@media only screen and (min-width: 1366px) and (max-height: 937px) {
    .lp-layout-grid {
        margin-top: calc((-40 * 100vh) / 937);
        margin-bottom: calc((64 * 100vh) / 937);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 768px) {
    .lp-layout-grid {
        margin-top: -24px;
        margin-bottom: 32px;
    }
}

.lp-layout-grid > .lp-layout-grid-column {
    margin-top: 40px;
    padding-left: 40px;
}

.lp-layout-grid > .lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-grid > .lp-layout-grid-column {
        margin-top: calc(2.4rem + ((1vw - 1.366rem) * (2.89331)));
        padding-left: calc(2.4rem + ((1vw - 1.366rem) * (2.89331)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-layout-grid > .lp-layout-grid-column {
        margin-top: 16px;
        padding-left: calc(1.6rem + ((1vw - 0.36rem) * (2.38569)));
    }
}

@media only screen and (min-width: 1366px) and (max-height: 937px) {
    .lp-layout-grid > .lp-layout-grid-column {
        margin-top: calc((40 * 100vh) / 937);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 768px) {
    .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.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: 1365px) {
    .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%;
    }
}

@media only screen and (max-width: 1365px) {
    .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column[class*="of-column-"] {
        width: 50%;
    }
    .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column[class*="of-column-"] {
        width: 33.33333%;
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid.lp-extraSmallScreen-column-1 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-extraSmallScreen-column-1 > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
    .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: 100%;
    }
    .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: 100%;
    }
}

@media only screen and (min-width: 1366px) {
    .lp-layout-grid.lp-largeScreen-column-2 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-largeScreen-column-2 > .lp-layout-grid-column[class*="of-column-"] {
        width: 50%;
    }
    .lp-layout-grid.lp-largeScreen-column-3 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-largeScreen-column-3 > .lp-layout-grid-column[class*="of-column-"] {
        width: 33.33333%;
    }
    .lp-layout-grid.lp-largeScreen-column-4 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-largeScreen-column-4 > .lp-layout-grid-column[class*="of-column-"] {
        width: 25%;
    }
}

.lp-navigation {
    display: flex;
    margin-left: 56px;
}

@media only screen and (max-width: 1919px) {
    .lp-navigation {
        margin-left: calc(2.4rem + ((1vw - 1.366rem) * (5.78662)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-navigation {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .lp-navigation {
        flex-direction: column;
    }
}

.lp-navigation-body {
    width: 33.333%;
}

@media only screen and (max-width: 767px) {
    .lp-navigation-body {
        width: 100%;
    }
}

[data-script-enabled="true"] .lp-navigation {
    margin-top: -78px;
}

@media only screen and (max-width: 1365px) {
    [data-script-enabled="true"] .lp-navigation {
        margin-top: 0;
    }
}

.lp-jumbotron {
    flex: 1;
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron {
        display: flex;
        width: 100%;
    }
}

.lp-jumbotron-content {
    padding: 0 20px;
}

.lp-jumbotron-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-content {
        display: flex;
        align-items: center;
        width: 100%;
        max-width: calc(800px + (40px * 2));
        margin: 0 auto;
        padding: 8px 40px 44px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-content {
        flex-direction: column;
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (10.78431))) 24px;
    }
}

.lp-jumbotron-image {
    width: 440px;
    margin-bottom: 80px;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-image {
        width: calc(32.4rem + ((1vw - 1.024rem) * (12.96089)));
        margin-bottom: calc(4rem + ((1vw - 1.024rem) * (4.46927)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-image {
        width: 324px;
        margin-left: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-image {
        width: calc(23.6rem + ((1vw - 0.36rem) * (21.56863)));
        margin: 0 auto 24px;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 937px) {
    .lp-jumbotron-image {
        margin-bottom: calc((80 * 100vh) / 937);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 768px) {
    .lp-jumbotron-image {
        margin-bottom: 48px;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 40px;
    font-size: 5.2rem;
    line-height: 1.5;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-title {
        font-size: calc(4rem + ((1vw - 1.366rem) * (2.16998)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-title {
        margin-bottom: 16px;
        font-size: 4rem;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-title {
        font-size: calc(3.2rem + ((1vw - 0.768rem) * (3.125)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-title {
        margin-bottom: calc(0.8rem + ((1vw - 0.36rem) * (1.96078)));
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (3.92157)));
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: 40px;
    color: #fff;
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-titleGroup {
        flex: 1;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 24px;
    }
}

.lp-jumbotron-subtitle {
    display: block;
    margin-bottom: 8px;
    font-size: 3.2rem;
    line-height: 1.2;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-subtitle {
        font-size: calc(2.4rem + ((1vw - 1.366rem) * (1.44665)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-jumbotron-subtitle {
        font-size: 2.4rem;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-subtitle {
        font-size: calc(2rem + ((1vw - 0.768rem) * (1.5625)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-subtitle {
        margin-bottom: 0;
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (1.47059)));
    }
}

.lp-section-content {
    max-width: calc(1920px + (140px * 2));
    margin: 0 auto;
    padding: 40px 140px;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-section-content {
        padding: 40px calc(4rem + ((1vw - 1.366rem) * (18.08318)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-section-content {
        max-width: calc(800px + (80px * 2));
        margin: 0 auto;
        padding: 80px 80px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-section-content {
        padding: 40px calc(2rem + ((1vw - 0.36rem) * (10.78431)));
    }
}

@media only screen and (min-width: 1366px) and (max-height: 937px) {
    .lp-section-content {
        padding: calc((16 * 100vh) / 937) 140px calc((40 * 100vh) / 937);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 768px) {
    .lp-section-content {
        padding: 0 140px 26px;
    }
}

.lp-section-header {
    margin-bottom: 40px;
}

.lp-section-header > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1365px) {
    .lp-section-header {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (3.61446)));
    }
}

[data-script-enabled="true"] .lp-section-header {
    display: none;
}

@media only screen and (max-width: 1365px) {
    [data-script-enabled="true"] .lp-section-header {
        display: block;
    }
}

.lp-section-body > *:last-child {
    margin-bottom: 0;
}

[data-script-enabled="true"] .lp-section {
    display: flex;
    flex: 1;
    align-items: center;
    height: 100%;
}

@media only screen and (max-width: 1365px) {
    [data-script-enabled="true"] .lp-section {
        flex: none;
        height: auto;
    }
}

[data-script-enabled="true"] .lp-section-content {
    display: flex;
    height: 100%;
}

@media only screen and (max-width: 1365px) {
    [data-script-enabled="true"] .lp-section-content {
        display: block;
        width: 100%;
        height: auto;
    }
}

.lp-section-group {
    position: relative;
}

.lp-section-group .lp-section > .lp-section-content {
    max-width: 100%;
    padding: 0 0 80px 0;
}

.lp-section.of-index .lp-section-inner {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1365px) {
    .lp-section.of-index .lp-section-inner {
        display: block;
        flex-direction: column;
    }
}

[data-script-enabled="true"] .lp-section.of-index {
    display: flex;
    flex: 1;
}

@media only screen and (max-width: 1365px) {
    [data-script-enabled="true"] .lp-section.of-index {
        flex: none;
    }
}

.lp-section.of-index > .lp-section-content {
    max-width: 1920px;
    padding: 0 0 0 56px;
}

@media only screen and (max-width: 1919px) {
    .lp-section.of-index > .lp-section-content {
        padding: 0 0 0 calc(4rem + ((1vw - 1.024rem) * (1.78771)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-section.of-index > .lp-section-content {
        max-width: 100%;
        padding: 0;
    }
}

[data-script-enabled="true"] .lp-section.of-index > .lp-section-content {
    display: flex;
    flex: 1;
}

@media only screen and (max-width: 1365px) {
    [data-script-enabled="true"] .lp-section.of-index > .lp-section-content {
        flex: none;
    }
}

[data-script-enabled="true"] .lp-section.of-primary {
    visibility: hidden;
    position: absolute;
    top: 0;
    opacity: 0;
}

@media only screen and (max-width: 1365px) {
    [data-script-enabled="true"] .lp-section.of-primary {
        visibility: visible;
        position: relative;
        opacity: 1;
    }
}

.lp-headingLevel2 {
    display: block;
    margin-bottom: 40px;
    color: #fff;
    font-size: 4.4rem;
    font-weight: bold;
    line-height: 1.3;
}

@media only screen and (max-width: 1365px) {
    .lp-headingLevel2 {
        font-size: calc(3.2rem + ((1vw - 1.024rem) * (3.50877)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel2 {
        margin-bottom: 16px;
        font-size: calc(2rem + ((1vw - 0.36rem) * (1.80723)));
    }
}

.lp-headingLevel2-subtitle {
    display: block;
    font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
    .lp-headingLevel2-subtitle {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (1.96078)));
    }
}

[data-script-enabled="true"] .lp-headingLevel2 {
    visibility: hidden;
}

@media only screen and (max-width: 1365px) {
    [data-script-enabled="true"] .lp-headingLevel2 {
        visibility: visible;
    }
}

.lp-textLead {
    margin-bottom: 8px;
    font-size: 2rem;
    line-height: 1.3;
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -32px 0 40px -16px;
}

@media only screen and (max-width: 1365px) {
    .lp-listButton {
        justify-content: center;
        margin: -16px 0 40px -16px;
    }
}

.lp-listButton > li {
    flex-shrink: 0;
    max-width: 100%;
    margin-top: 32px;
    margin-left: 16px;
}

@media only screen and (max-width: 1365px) {
    .lp-listButton > li {
        margin-top: 16px;
        margin-left: 16px;
    }
}

.lp-listButton > li.of-width-full {
    width: 100%;
}

.lp-listButton.of-width-full {
    margin-left: 0;
}

.lp-listButton.of-width-full > li {
    width: 100%;
    margin-left: 0;
}

.lp-listButton-outer {
    max-width: 278px;
    margin: 0 auto 40px;
}

.lp-listButton-outer > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-listButton-outer {
        max-width: calc(22.8rem + ((1vw - 1.024rem) * (5.58659)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-listButton-outer {
        max-width: 100%;
    }
}

.lp-buttonNavigation {
    display: block;
    max-width: 100%;
    background-color: #224ea4;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

@media only screen and (max-width: 1919px) {
    .lp-buttonNavigation {
        font-size: calc(1.2rem + ((1vw - 1.024rem) * (0.89385)));
    }
}

@media only screen and (max-width: 640px) {
    .lp-buttonNavigation {
        font-size: 1.6rem;
    }
}

.lp-buttonNavigation::before {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    content: "";
}

.lp-buttonNavigation:hover, .lp-buttonNavigation:active, .lp-buttonNavigation:focus {
    background-color: #fff;
    color: #224ea4;
    transition: all 0.4s linear 0s;
}

.lp-buttonNavigation:hover .lp-buttonNavigation-body::before, .lp-buttonNavigation:active .lp-buttonNavigation-body::before, .lp-buttonNavigation:focus .lp-buttonNavigation-body::before {
    border-color: transparent transparent transparent #224ea4;
}

.lp-buttonNavigation-body {
    display: flex;
    position: relative;
    align-items: center;
    padding: 12px 6px 12px 50px;
}

@media only screen and (max-width: 640px) {
    .lp-buttonNavigation-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.lp-buttonNavigation-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 19px;
    height: 12px;
    transform: translateY(-50%);
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
    transition: border-color 0.4s linear 0s;
}

.lp-buttonNavigation-text {
    margin-right: 8px;
}

.lp-buttonNavigation-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-buttonNavigation-image > img {
    min-width: 42px;
    max-width: 60px;
}

.lp-buttonConversion.of-download.of-hover:hover, .lp-buttonConversion.of-download.of-hover:active, .lp-buttonConversion.of-download.of-hover:focus {
    background: rgba(220, 0, 47, 0.8);
    transition: all 0.4s linear 0s;
}

.lp-buttonConversion.of-primary.of-hover:hover, .lp-buttonConversion.of-primary.of-hover:active, .lp-buttonConversion.of-primary.of-hover:focus {
    background: rgba(19, 119, 143, 0.8);
    transition: all 0.4s linear 0s;
}

@media only screen and (max-width: 1365px) {
    .lp-buttonConversion-text {
        font-size: calc(1.6rem + ((1vw - 1.024rem) * (1.16959)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-buttonConversion-text {
        font-size: 1.6rem;
    }
}

.lp-card {
    display: block;
    margin-bottom: 40px;
}

.lp-card > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1365px) {
    .lp-card {
        margin-bottom: 24px;
    }
}

.lp-card-outer {
    display: block;
    max-width: 440px;
    margin: 0 auto 40px;
}

.lp-card-outer > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1365px) {
    .lp-card-outer {
        max-width: 326px;
        margin: 0 auto 24px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-card-outer {
        max-width: calc(27rem + ((1vw - 0.36rem) * (13.72549)));
    }
}

.lp-card.of-color-primary {
    background-color: #f9bf00;
}

.lp-card.of-color-secondary {
    background-color: #e3e3e3;
}

.lp-card.of-primary {
    padding: 8px 24px;
}

.lp-card.of-secondary {
    padding: 8px 24px;
    border-radius: 8px;
}

.lp-card.of-shadow {
    box-shadow: 0 16px 24px #1d1d1d;
}

.lp-layout-grid-column.of-flex .lp-card {
    display: flex;
}

.lp-media {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 40px;
    background: transparent linear-gradient(180deg, #dcdcdc 0%, #fff 100%) 0% 0% no-repeat padding-box;
}

.lp-media-body {
    padding: 0 16px 24px;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1366px) and (max-height: 937px) {
    .lp-media-body {
        padding-bottom: calc((24 * 100vh) / 937);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 768px) {
    .lp-media-body {
        padding-bottom: 16px;
    }
}

.lp-layout-grid-column.of-flex .lp-media-body {
    flex: 1;
}

.lp-media-image {
    margin-bottom: 16px;
}

.lp-media-imageOuter {
    position: relative;
    margin-bottom: 16px;
}

.lp-media-imageOuter > * {
    margin-bottom: 0;
}

.lp-media-imageOuter .lp-media-image:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 1365px) {
    .lp-media-imageOuter.is-show .lp-media-image:not(:first-child) {
        animation: flash 1s linear 0s 4;
    }
}

@media only screen and (min-width: 1366px) {
    [data-script-enabled="true"] .lp-section.is-current-content .lp-media-imageOuter .lp-media-image:not(:first-child) {
        animation: flash 1s linear 1.6s 4;
    }
}

.lp-media-title {
    margin-bottom: 4px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
}

@media only screen and (max-width: 767px) {
    .lp-media-title {
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 937px) {
    .lp-media-title {
        font-size: calc((18 * 100vh) / 937);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 768px) {
    .lp-media-title {
        font-size: 1.6rem;
    }
}

.lp-mediaProduct {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .lp-mediaProduct {
        flex-direction: column;
    }
}

.lp-mediaProduct-body {
    flex: 1;
}

.lp-mediaProduct-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaProduct-image {
    margin-left: 16px;
}

@media only screen and (max-width: 767px) {
    .lp-mediaProduct-image {
        margin-top: 16px;
        margin-left: 0;
    }
}

.lp-mediaProduct .lp-figure {
    margin-bottom: 0;
}

.lp-mediaNavigation {
    display: flex;
    position: relative;
    flex-direction: column-reverse;
    overflow: hidden;
    background: transparent linear-gradient(154deg, #292d3a 0%, #15171d 100%) 0% 0% no-repeat padding-box;
}

.lp-mediaNavigation-body {
    z-index: 1;
    position: absolute;
    width: 100%;
    padding: 40px;
    background: rgba(65, 71, 90, 0.4);
}

.lp-mediaNavigation-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaNavigation-body {
        padding: calc(2.4rem + ((1vw - 1.024rem) * (1.78771)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-mediaNavigation-body {
        padding: 16px calc(1.6rem + ((1vw - 0.768rem) * (4.01338)));
        background: rgba(65, 71, 90, 0.9);
    }
}

@media only screen and (max-width: 767px) {
    .lp-mediaNavigation-body {
        padding: 16px 40px;
    }
}

.lp-mediaNavigation-body .lp-listButton {
    width: 100%;
    margin-top: -8px;
}

@media only screen and (max-width: 1365px) {
    .lp-mediaNavigation-body .lp-listButton {
        width: auto;
    }
}

.lp-mediaNavigation-body .lp-listButton > li {
    margin-top: 8px;
}

.lp-mediaNavigation-body .lp-buttonConversion.of-download {
    display: block;
    z-index: 100;
    position: relative;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaNavigation-body .lp-buttonConversion.of-download {
        font-size: calc(1.2rem + ((1vw - 1.024rem) * (0.89385)));
    }
}

@media only screen and (max-width: 1365px) {
    .lp-mediaNavigation-body .lp-buttonConversion.of-download {
        display: inline-block;
        font-size: calc(1.6rem + ((1vw - 1.024rem) * (1.16959)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-mediaNavigation-body .lp-buttonConversion.of-download {
        font-size: 1.6rem;
    }
}

.lp-mediaNavigation-body .lp-buttonConversion.of-download .lp-buttonConversion-body {
    padding: 12px 6px 12px 50px;
}

.lp-mediaNavigation-body .lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    left: 20px;
}

.lp-mediaNavigation-body .lp-buttonConversion.of-download .lp-buttonConversion-text {
    margin-right: 8px;
}

@media only screen and (max-width: 1365px) {
    .lp-mediaNavigation-body .lp-buttonConversion.of-download .lp-buttonConversion-text {
        margin-right: 16px;
    }
}

.lp-mediaNavigation-text {
    margin-bottom: 32px;
    color: #fff;
    font-size: 2rem;
    line-height: 1.3;
    text-shadow: #000 0 3px 6px;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaNavigation-text {
        margin-bottom: calc(1.6rem + ((1vw - 1.024rem) * (1.78771)));
        font-size: calc(1.8rem + ((1vw - 1.024rem) * (0.22346)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-mediaNavigation-text {
        margin-bottom: 24px;
        font-size: 1.8rem;
    }
}

.lp-mediaNavigation-image {
    -o-object-fit: cover;
    -o-object-position: top;
    height: calc(100vh - 47px);
    min-height: calc(720px - 47px);
    object-fit: cover;
    object-position: top;
}

@media only screen and (max-width: 1365px) {
    .lp-mediaNavigation-image {
        height: auto;
        min-height: auto;
        max-height: calc(45.4rem + ((1vw - 0.768rem) * (29.6875)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-mediaNavigation-image {
        max-height: calc(45.4rem + ((1vw - 0.36rem) * (45.58824)));
    }
}

[data-script-enabled="true"] .lp-mediaNavigation .lp-mediaNavigation-image > img {
    transform: scale(1);
    transition: transform 0.4s ease-in-out;
}

[data-script-enabled="true"] .lp-mediaNavigation.is-hovered .lp-mediaNavigation-image > img {
    transform: scale(1.1);
}

.lp-figure {
    z-index: -1;
    position: relative;
    width: 256px;
    margin-bottom: 32px;
}

@media only screen and (max-width: 1023px) {
    .lp-figure {
        width: calc(19.2rem + ((1vw - 0.768rem) * (25)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-figure {
        width: calc(15.2rem + ((1vw - 0.36rem) * (9.80392)));
    }
}

.lp-figure > img {
    -webkit-filter: drop-shadow(0 60px 40px rgba(0, 0, 0, 0.4));
    transform: translateZ(0);
    filter: drop-shadow(0 60px 40px rgba(0, 0, 0, 0.4));
}

.lp-figure::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: transparent linear-gradient(180deg, #6588ff 0%, #222e56 100%) 0% 0% no-repeat padding-box;
    content: "";
}

@media only screen and (max-width: 1023px) {
    .lp-figure::before {
        height: calc(11.2rem + ((1vw - 0.768rem) * (14.84375)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-figure::before {
        height: calc(8rem + ((1vw - 0.36rem) * (4.90196)));
    }
}

.lp-figure.of-primary::before {
    background: transparent linear-gradient(180deg, #3f8557 0%, #2d4a37 100%) 0% 0% no-repeat padding-box;
}

.lp-figure.of-secondary::before {
    background: transparent linear-gradient(180deg, #bb174b 0%, #4e0c21 100%) 0% 0% no-repeat padding-box;
}

.lp-textPhone {
    display: block;
    margin-bottom: 24px;
}

.lp-textPhone > *:last-child {
    margin-bottom: 0;
}

.lp-textPhone-body > *:last-child {
    margin-bottom: 0;
}

.lp-textPhone-number {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
}

.lp-textPhone-numberGroup {
    display: flex;
    align-items: flex-start;
    margin-top: 0 !important;
    margin-bottom: 8px;
}

.lp-textPhone-note {
    display: block;
    margin-top: 0 !important;
    margin-bottom: 8px;
    font-size: 1.2rem;
    line-height: 1.2;
}

.lp-textPhone-icon {
    width: 36px;
    min-width: 36px;
    height: 20px;
    min-height: 20px;
    margin-top: 0.2rem;
    margin-right: 8px;
}

.lp-textPhone-icon .of-iconColor-primary {
    fill: #00a23f;
}

.lp-textPhone-icon .of-iconColor-secondary {
    fill: #fe8800;
}

.lp-textPhone-icon .of-iconColor-tertiary {
    fill: #0086b1;
}

.lp-textPhone-icon .of-iconColor-quaternary {
    fill: #838079;
}

.lp-textPhone-icon .of-iconColor-quinary {
    fill: #1e1c1c;
}

.lp-textPhone.of-center {
    text-align: center;
}

.lp-textPhone.of-center .lp-textPhone-numberGroup {
    justify-content: center;
}

.lp-textPhone-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1365px) {
    .lp-textPhone-group {
        flex-direction: column;
    }
}

@media only screen and (max-width: 1365px) {
    .lp-textPhone-group > * {
        width: 100%;
    }
}

a.lp-textPhone-body,
a:hover.lp-textPhone-body {
    display: inline-block;
    color: #333;
    text-decoration: none;
    cursor: default;
    opacity: 1;
}

a.lp-textPhone-body.of-textColor-primary,
a:hover.lp-textPhone-body.of-textColor-primary {
    color: #fff;
}

.lp-mediaCarousel {
    display: none;
}

[data-script-enabled="true"] .lp-mediaCarousel {
    display: flex;
    position: relative;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    padding: 0 140px;
    overflow: hidden;
}

[data-script-enabled="true"] .lp-mediaCarousel-body {
    z-index: 2;
    position: relative;
}

[data-script-enabled="true"] .lp-mediaCarousel-image {
    position: relative;
    width: 800px;
    height: 400px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1919px) {
    [data-script-enabled="true"] .lp-mediaCarousel-image {
        width: calc(56rem + ((1vw - 1.366rem) * (-41.22966)));
        height: calc(28rem + ((1vw - 1.366rem) * (21.69982)));
    }
}

[data-script-enabled="true"] .lp-mediaCarousel-backGround {
    display: block;
    width: 100%;
    height: 100%;
}

[data-script-enabled="true"] .lp-mediaCarousel-backGround::before {
    z-index: -1;
    position: absolute;
    top: -100%;
    left: 50%;
    width: 332px;
    height: 0;
    transform: translateX(-50%);
    content: "";
    opacity: 0;
    transition: height 0.4s linear 0s, opacity 0.4s linear 0.5s;
}

@media only screen and (max-width: 1919px) {
    [data-script-enabled="true"] .lp-mediaCarousel-backGround::before {
        width: calc(23.2rem + ((1vw - 1.366rem) * (18.08318)));
    }
}

[data-script-enabled="true"] .lp-mediaCarousel-backGround.is-current-decoration::before {
    height: 300%;
    transform: translateX(-50%);
    opacity: 1;
}

[data-script-enabled="true"] .lp-mediaCarousel-backGround.of-primary::before {
    background: transparent linear-gradient(180deg, #6588ff 0%, #222e56 100%) 0% 0% no-repeat padding-box;
    opacity: 0.6;
}

[data-script-enabled="true"] .lp-mediaCarousel-backGround.of-secondary::before {
    background: transparent linear-gradient(180deg, #3f8557 0%, #2d4a37 100%) 0% 0% no-repeat padding-box;
}

[data-script-enabled="true"] .lp-mediaCarousel-backGround.of-tertiary::before {
    background: transparent linear-gradient(180deg, #bb174b 0%, #4e0c21 100%) 0% 0% no-repeat padding-box;
}

.lp-figureCarousel {
    display: none;
}

[data-script-enabled="true"] .lp-figureCarousel {
    display: block;
    visibility: visible;
    position: absolute;
    top: 0;
    left: 50%;
    width: 520px;
    transform: translateX(-50%);
    transition: transform 0.6s ease-out 0.1s, z-index 0.6s ease-out 0.1s, -webkit-filter 0.6s ease-out 0.1s;
    transition: transform 0.6s ease-out 0.1s, z-index 0.6s ease-out 0.1s, filter 0.6s ease-out 0.1s;
    transition: transform 0.6s ease-out 0.1s, z-index 0.6s ease-out 0.1s, filter 0.6s ease-out 0.1s, -webkit-filter 0.6s ease-out 0.1s;
}

@media only screen and (max-width: 1919px) {
    [data-script-enabled="true"] .lp-figureCarousel {
        width: calc(36.4rem + ((1vw - 1.366rem) * (28.20976)));
    }
}

[data-script-enabled="true"] .lp-figureCarousel > img {
    -webkit-filter: drop-shadow(0 60px 40px rgba(0, 0, 0, 0.4));
    transform: translateZ(0);
    filter: drop-shadow(0 60px 40px rgba(0, 0, 0, 0.4));
    transition: -webkit-filter 0.6s ease-out 0.1s;
    transition: filter 0.6s ease-out 0.1s;
    transition: filter 0.6s ease-out 0.1s, -webkit-filter 0.6s ease-out 0.1s;
}

[data-script-enabled="true"] .lp-figureCarousel-group {
    display: flex;
}

[data-script-enabled="true"] .lp-figureCarousel.is-current-image {
    -webkit-filter: none;
    visibility: visible;
    z-index: 1;
    transform: translateY(0) translateX(-50%) scale(1);
    filter: none;
}

[data-script-enabled="true"] .lp-figureCarousel.is-current-image::before {
    transform: translateY(-50%) translateX(-50%);
}

[data-script-enabled="true"] .lp-figureCarousel.is-prev-image {
    transform: translateY(0) translateX(10%) scale(0.3);
}

[data-script-enabled="true"] .lp-figureCarousel.is-next-image {
    transform: translateY(0) translateX(-110%) scale(0.3);
}

[data-script-enabled="true"] .lp-figureCarousel.is-prev-image, [data-script-enabled="true"] .lp-figureCarousel.is-next-image {
    -webkit-filter: blur(8px);
    visibility: visible;
    z-index: -1;
    filter: blur(8px);
}

[data-script-enabled="true"] .lp-figureCarousel.is-prev-image > img, [data-script-enabled="true"] .lp-figureCarousel.is-next-image > img {
    -webkit-filter: none;
    filter: none;
}

[data-script-enabled="true"] .lp-figureCarousel.is-prev-image::before, [data-script-enabled="true"] .lp-figureCarousel.is-next-image::before {
    transform: translateY(-300%);
}

[data-script-enabled="true"] .lp-figureCarousel:not(.is-current-image):not(.is-next-image):not(.is-prev-image) {
    -webkit-filter: blur(8px);
    z-index: -10;
    transform: translateY(0) translateX(-50%) scale(0);
    filter: blur(8px);
}

.lp-textCarousel {
    margin-bottom: 0;
    color: #fff;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}

@media only screen and (max-width: 1919px) {
    .lp-textCarousel {
        font-size: calc(3.2rem + ((1vw - 1.366rem) * (1.44665)));
    }
}

.lp-textCarousel-group {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    width: 540px;
    overflow: hidden;
    text-align: center;
}

@media only screen and (max-width: 1919px) {
    .lp-textCarousel-group {
        width: calc(36.4rem + ((1vw - 1.366rem) * (31.8264)));
    }
}

[data-script-enabled="true"] .lp-textCarousel {
    visibility: hidden;
    position: absolute;
    width: 100%;
    transform: translateY(400%);
    opacity: 0;
    transition: transform 0.9s ease-out 0s, opacity 0.1s ease-out 0s;
}

[data-script-enabled="true"] .lp-textCarousel.is-current-text {
    visibility: visible;
    position: relative;
    transform: translateY(0);
    opacity: 1;
}

[data-script-enabled="true"] [data-transition="false"] .lp-figureCarousel,
[data-script-enabled="true"] [data-transition="false"] .lp-textCarousel,
[data-script-enabled="true"] [data-transition="false"] .lp-mediaCarousel-backGround::before,
[data-script-enabled="true"] [data-transition="false"] .lp-section-group .lp-section,
[data-script-enabled="true"] [data-transition="false"] .lp-figureCarousel > img {
    transition: none;
}

.lp-buttonController {
    position: relative;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.lp-buttonController-wrapper {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 610px;
    padding: 0 48px;
}

.lp-buttonController-outer {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.lp-buttonController-outer.of-next {
    right: 3px;
    margin-left: 16px;
}

.lp-buttonController-outer.of-next > .lp-buttonController::before {
    right: 0;
    transform: rotate(180deg);
}

.lp-buttonController-outer.of-next > .lp-buttonController > span {
    right: -100%;
}

.lp-buttonController-outer.of-prev {
    left: 3px;
    order: -1;
    margin-right: 16px;
}

.lp-buttonController-outer.of-prev > .lp-buttonController::before {
    left: 0;
}

.lp-buttonController-outer.of-prev > .lp-buttonController > span {
    left: -100%;
}

.lp-buttonController-outer .lp-buttonController {
    position: relative;
    top: 0;
    width: 32px;
    height: 32px;
}

.lp-buttonController-outer .lp-buttonController::before {
    z-index: 100;
    position: absolute;
    top: 0;
    width: 29.25px;
    height: 29.25px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.25' height='29.25' viewBox='0 0 29.25 29.25'%3E%3Cg transform='translate(32.625 32.625) rotate(180)'%3E%3Cpath d='M14.815,10.378a1.362,1.362,0,0,1,1.92,0l6.708,6.729a1.356,1.356,0,0,1,.042,1.87l-6.609,6.63a1.355,1.355,0,1,1-1.92-1.912l5.618-5.7-5.759-5.7A1.341,1.341,0,0,1,14.815,10.378Z' fill='%23fff'/%3E%3Cpath d='M3.375,18A14.625,14.625,0,1,0,18,3.375,14.623,14.623,0,0,0,3.375,18Zm2.25,0A12.37,12.37,0,0,1,26.747,9.253,12.37,12.37,0,1,1,9.253,26.747,12.269,12.269,0,0,1,5.625,18Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
    content: "";
    opacity: 0.85;
}

.lp-buttonController-outer .lp-buttonController:hover::before, .lp-buttonController-outer .lp-buttonController:active::before, .lp-buttonController-outer .lp-buttonController:focus::before {
    opacity: 1;
}

.lp-buttonController-outer .lp-buttonController > span {
    position: absolute;
    white-space: nowrap;
}

.lp-mediaCarousel-image .lp-buttonController-outer {
    display: block;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 50%;
    width: 520px;
    height: 400px;
    opacity: 0.8;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaCarousel-image .lp-buttonController-outer {
        width: calc(36.4rem + ((1vw - 1.366rem) * (28.20976)));
        height: calc(27rem + ((1vw - 1.366rem) * (23.50814)));
    }
}

.lp-mediaCarousel-image .lp-buttonController-outer.of-next {
    margin-left: 0;
    transform: translateY(0) translateX(8%) scale(0.5);
}

.lp-mediaCarousel-image .lp-buttonController-outer.of-next::before {
    right: 0;
}

.lp-mediaCarousel-image .lp-buttonController-outer.of-next > .lp-buttonController {
    margin-left: 0;
}

.lp-mediaCarousel-image .lp-buttonController-outer.of-prev {
    margin-right: 0;
    transform: translateY(0) translateX(-108%) scale(0.5);
}

.lp-mediaCarousel-image .lp-buttonController-outer.of-prev > .lp-buttonController {
    margin-right: 0;
}

.lp-mediaCarousel-image .lp-buttonController-outer > .lp-buttonController {
    width: 520px;
    height: 400px;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaCarousel-image .lp-buttonController-outer > .lp-buttonController {
        width: calc(36.4rem + ((1vw - 1.366rem) * (28.20976)));
        height: calc(27rem + ((1vw - 1.366rem) * (23.50814)));
    }
}

.lp-mediaCarousel-image .lp-buttonController-outer > .lp-buttonController::before {
    content: none;
}

[data-script-enabled="true"] .lp-section-group .lp-section {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    transition: opacity 0.6s ease-in-out 0.7s;
}

@media only screen and (max-width: 1365px) {
    [data-script-enabled="true"] .lp-section-group .lp-section {
        visibility: visible;
        position: relative;
        opacity: 1;
    }
}

[data-script-enabled="true"] .lp-section-group .lp-section > .lp-section-content {
    padding: 0;
}

[data-script-enabled="true"] .lp-section-group .lp-section.is-current-content {
    visibility: visible;
    position: relative;
    opacity: 1;
}

@media only screen and (max-width: 1365px) {
    [data-script-enabled="true"] .lp-section-group .lp-section + .lp-section .lp-section-content {
        padding-top: 80px;
    }
}

[data-script-enabled="true"] .lp-layout-container.of-full .lp-navigation-curtain > div {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #ec2f56;
    content: "";
    pointer-events: none;
    transition: top 1s ease 0.1s;
}

[data-script-enabled="true"] .lp-layout-container.of-full .lp-navigation-curtain > div:nth-child(1) {
    z-index: 9999;
    transition-duration: 0.8s;
}

[data-script-enabled="true"] .lp-layout-container.of-full .lp-navigation-curtain > div:nth-child(2) {
    z-index: 9998;
    opacity: 0.5;
    transition-duration: 1.2s;
}

@media only screen and (max-width: 1365px) {
    [data-script-enabled="true"] .lp-layout-container.of-full .lp-navigation-curtain {
        display: none;
    }
}

[data-script-enabled="true"] .lp-layout-container.of-full.is-screen-animated .lp-navigation-curtain > div {
    top: 100%;
}

[data-script-enabled="true"] .lp-section.of-index {
    display: flex;
    flex: 1;
}

@media only screen and (max-width: 1365px) {
    [data-script-enabled="true"] .lp-section.of-index {
        flex: none;
    }
}

[data-script-enabled="true"] .lp-section.of-index.is-screen-shown {
    visibility: visible;
    opacity: 1;
}

[data-script-enabled="true"] .lp-section.of-index.is-screen-hidden {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease-in 0.2s, visibility 0.2s ease-in 0.2s;
}

@media only screen and (max-width: 1365px) {
    [data-script-enabled="true"] .lp-section.of-index.is-screen-hidden {
        visibility: visible;
        opacity: 1;
        transition: none;
    }
}

[data-script-enabled="true"] .lp-section.of-primary.is-screen-shown {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.1s ease-in 0.3s, visibility 0.1s ease-in 0.3s;
}

@media only screen and (max-width: 1365px) {
    [data-script-enabled="true"] .lp-section.of-primary.is-screen-shown {
        transition: none;
    }
}

[data-script-enabled="true"] .lp-section.of-primary.is-screen-hidden {
    visibility: hidden;
    opacity: 0;
}

@media only screen and (max-width: 1365px) {
    [data-script-enabled="true"] .lp-section.of-primary.is-screen-hidden {
        visibility: visible;
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-right {
    text-align: right;
}

.lp-utility-justifyContent-center {
    justify-content: center;
}

.lp-utility-line-break {
    display: block;
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-hide {
        display: none;
    }
}

.lp-extraSmallScreen-show {
    display: none;
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-show {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-line-break {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-lastChild {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 1365px) {
    .lp-smallScreen-hide {
        display: none !important;
    }
}

.lp-smallScreen-show {
    display: none;
}

@media only screen and (max-width: 1365px) {
    .lp-smallScreen-show {
        display: block;
    }
}

@media only screen and (max-width: 1365px) {
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
}

@media only screen and (max-width: 1365px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

@media only screen and (max-width: 1365px) {
    .lp-smallScreen-lastChild {
        margin-bottom: 0 !important;
    }
}

@media only screen and (min-width: 1366px) {
    .lp-largeScreen-hide {
        display: none;
    }
}

@media only screen and (min-width: 1366px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

@media only screen and (min-width: 1366px) {
    .lp-largeScreen-lastChild {
        margin-bottom: 0 !important;
    }
}
