<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

: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%;
}

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-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: 767px) {
  .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;
}

@media only screen and (max-width: 1560px) {
  .lp-buttonConversion-text {
    font-size: 1.282vw;
  }
}

@media only screen and (max-width: 1340px) {
  .lp-buttonConversion-text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-buttonConversion-text {
    font-size: 1.6rem;
  }
}

.lp-buttonConversion-image {
  margin: -22px 0;
  border: 1px solid #ccc;
}

.lp-buttonConversion-image &gt; img {
  min-width: 42px;
  max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body,
.lp-buttonConversion.of-anchor .lp-buttonConversion-body,
.lp-buttonConversion.of-arrow .lp-buttonConversion-body,
.lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before,
.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before,
.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before,
.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
  left: 26px;
  height: 12px;
  border-width: 7px 0 7px 13px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
  background: #13778f;
}

@media (hover: hover) {
  .lp-buttonConversion.of-primary:hover {
    background-color: #116b81;
  }
}

.lp-buttonConversion.of-secondary {
  background: #0065bb;
}

.lp-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;
}

/*	base
-----------------------------------------*/
.lp-textPhone {
  margin-bottom: 24px;
  color: #333;
}

.lp-textPhone &gt; *:last-child {
  margin-bottom: 0;
}

.lp-smallScreen-show {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .lp-smallScreen-show {
    display: block !important;
  }
}

.lp-textPhone.lp-smallScreen-hide {
  display: block;
}

@media screen and (max-width: 767px) {
  .lp-textPhone.lp-smallScreen-hide {
    display: none;
  }
}

.lp-textPhone-body {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  color: #333;
  text-decoration: none;
  cursor: default;
  opacity: 1;
}

.lp-textPhone-body &gt; *:last-child {
  margin-bottom: 0;
}

.lp-textPhone-body:hover {
  display: inline-block;
  color: #333;
  text-decoration: none;
  cursor: default;
}

.lp-textPhone-number {
  font-size: 24px;
  font-weight: bold;
}

.lp-textPhone-numberGroup {
  display: flex;
  align-items: center;
  /* margin-bottom: 8px; */
}

.lp-textPhone-note {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
}

.lp-layout-header-utilityList .lp-textPhone {
  width: auto;
  font-size: 2.4rem;
}

.lp-textPhone .prd-inlineLink,
.lp-textPhone a[href] {
  color: #171e30;
  font-weight: 600;
  text-decoration: none;
}

.lp-textPhone-icon {
  width: 36px;
  min-width: 36px;
  height: 38px;
  min-height: 38px;
  margin-right: 8px;
  vertical-align: middle;
}

.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-layout-container {
  max-height: 100vh;
  margin: 0 auto;
  background-color: #fff;
}

.lp-layout-container &gt; *:last-child {
  margin-bottom: 0;
}
.lp-layout-header {
  z-index: 1;
  position: relative;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1200px) {
  .lp-layout-header {
    box-shadow: none;
  }
}

.lp-layout-header-content {
  display: flex;
  align-items: center;
  max-width: 1200px;
  min-height: 70px;
  margin: 0 auto;
  padding: 14px 0;
}

@media screen and (max-width: 1200px) {
  .lp-layout-header-content {
    min-height: inherit;
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .lp-layout-header-content {
    flex-direction: column;
    min-height: inherit;
    padding: calc(15 / 375 * 100vw);
    text-align: center;
  }
}

.lp-layout-header-content &gt; *:last-child {
  margin-bottom: 0;
}

.lp-layout-header-logo {
  line-height: 1;
}

.lp-layout-header-logo img {
  width: auto;
}

.lp-layout-header-utilityGroup {
  flex: 1;
  margin-left: 20px;
}

@media screen and (max-width: 1200px) {
  .lp-layout-header-utilityGroup {
    flex: none;
    flex-grow: 0;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .lp-layout-header-utilityGroup {
    display: none;
  }
}

.lp-layout-header-utilityList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.lp-layout-header-utilityList &gt; li {
  width: 100%;
  margin-bottom: 16px;
}

.lp-layout-header-utilityList &gt; *:last-child {
  margin-bottom: 0;
}

.lp-layout-main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100vh - 182px);
  margin: 0 auto;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #D8DEE5 100%) 0% 0% no-repeat padding-box;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .lp-layout-main {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    padding: 0 0 calc(88 / 768 * 100vw);
    background: none;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .lp-layout-main {
    padding: 0 0 calc(64 / 375 * 100vw)
  }
}

.lp-layout-main &gt; *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .lp-layout-footer {
    border-top: #ccc solid 1px;
  }
}

.lp-layout-footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 0;
}

@media screen and (max-width: 1200px) {
    .lp-layout-footer-content {
        padding: 10px 15px;
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-footer-content {
        padding: calc(9 / 375 * 100vw) calc(20 / 375 * 100vw);
    }
}

.lp-layout-footer-content &gt; *:last-child {
  margin-bottom: 0;
}

.lp-layout-footer-utilityGroup {
  margin-right: 32px;
}

@media screen and (max-width: 767px) {
  .lp-layout-footer-utilityGroup {
    margin-right: 0;
  }
}

.lp-layout-footer-utilityList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px 28px;
  font-size: 1.2rem;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .lp-layout-footer-utilityList {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .lp-layout-footer-utilityList {
    font-size: calc(12 / 375 * 100vw);
    gap: calc(8 / 375 * 100vw) calc(28 / 375 * 100vw);
  }
}

.lp-layout-footer-utilityList &gt; li {
  position: relative;
}

@media screen and (max-width: 1200px) {
  .lp-layout-footer-utilityList &gt; li {
    margin-top: 0;
  }
}

.lp-layout-footer-utilityList &gt; li::before {
  display: block;
  position: absolute;
  top: 50%;
  right: -14px;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background-color: #dedede;
  content: "";
}

@media screen and (max-width: 767px) {
  .lp-layout-footer-utilityList &gt; li::before {
    right: calc(14 / 375 * 100vw * -1);
    width: calc(1 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
  }
}

.lp-layout-footer-utilityList &gt; li:last-child::before {
  display: none;
}

.lp-layout-footer-utilityList a {
  color: #06c;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .lp-layout-footer-utilityList a {
    color: #333;
  }
}

.lp-layout-footer-utilityList a:hover,
.lp-layout-footer-utilityList a:active,
.lp-layout-footer-utilityList a:focus {
  color: #f00;
  text-decoration: underline;
  opacity: 0.7;
}

.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 1.4rem;
  text-decoration: none;
}

.lp-layout-footer-list &gt; li {
  position: relative;
  margin-left: 28px;
}

@media screen and (max-width: 1200px) {
  .lp-layout-footer-list &gt; li {
    margin-left: 16px;
  }
}

.lp-layout-footer-list &gt; li::before {
  display: block;
  position: absolute;
  top: 56%;
  left: -14px;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background-color: #666;
  content: "";
}

@media screen and (max-width: 1200px) {
  .lp-layout-footer-list &gt; li::before {
    left: -8px;
    height: 12px;
  }
}

.lp-layout-footer-list &gt; li:first-child {
  margin-left: 0;
}

.lp-layout-footer-list &gt; li:first-child::before {
  content: none;
}

.lp-layout-footer-list &gt; li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1200px) {
  .lp-layout-footer-list &gt; li.lp-layout-footer-copyright {
    width: 100%;
    margin-top: 4px;
    margin-left: 0;
    text-align: center;
  }
  .lp-layout-footer-list &gt; li.lp-layout-footer-copyright::before {
    content: none;
  }
}

.lp-layout-footer-list a {
  text-decoration: none;
}

.lp-layout-footer-list a:hover,
.lp-layout-footer-list a:focus {
  text-decoration: underline;
}

.lp-layout-footer-list a:link {
  color: #666;
}

.lp-layout-footer-copyright {
  position: relative;
  margin-bottom: 0;
  font-size: 1.2rem;
}

@media screen and (max-width: 1200px) {
  .lp-layout-footer-copyright {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .lp-layout-footer-copyright {
    font-size: calc(12 / 375 * 100vw);
  }
}

.lp-layout-footer-copyright::before {
    display: block;
    position: absolute;
    top: 50%;
    left: -14px;
    width: 1px;
    height: 16px;
    transform: translateY(-50%);
    background-color: #dedede;
    content: "";
}

@media screen and (max-width: 767px) {
    .lp-layout-footer-copyright::before {
        content: none;
    }
}

.lp-layout-grid {
    display: flex;
    gap: min(calc(40 / 1430 * 100vw), calc(40 / 995 * 100vh), 40px);
    margin: min(calc(50 / 1430 * 100vw), calc(50 / 995 * 100vh), 50px) 0 min(calc(54 / 1430 * 100vw), calc(54 / 995 * 100vh), 54px);
}

@media screen and (max-width: 1200px) {
    .lp-layout-grid {
        gap: calc(24 / 768 * 100vw);
        margin: calc(40 / 768 * 100vw) 0 calc(47 / 768 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-grid {
        flex-direction: column;
        gap: calc(24 / 375 * 100vw);
        margin: calc(32 / 375 * 100vw) 0 calc(34 / 375 * 100vw);
    }
}

.lp-layout-grid-column {
    flex: 1 1;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-primary .lp-layout-grid-column {
        flex-shrink: 0;
    }
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-primary {
        flex-direction: column-reverse;
    }
}

.lp-section.of-secondary .lp-layout-grid {
    margin: min(calc(56 / 1430 * 100vw), calc(56 / 995 * 100vh), 56px) 0 min(calc(54 / 1430 * 100vw), calc(54 / 995 * 100vh), 54px);
    gap: min(calc(56 / 1430 * 100vw), calc(56 / 995 * 100vh), 56px);
}

@media screen and (max-width: 1200px) {
    .lp-section.of-secondary .lp-layout-grid {
        flex-direction: column;
        gap: calc(68 / 768 * 100vw);
        margin: calc(40 / 768 * 100vw) 0 calc(47 / 768 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .lp-section.of-secondary .lp-layout-grid {
        gap: calc(60 / 375 * 100vw);
        margin: calc(32 / 375 * 100vw) 0 calc(34 / 375 * 100vw);
    }
}

.lp-layout-grid.of-primary &gt; *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid.of-secondary .lp-layout-grid-column {
    flex-shrink: 1;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-secondary .lp-layout-grid-column {
        flex-shrink: 0;
    }
}

.lp-layout-grid.of-secondary &gt; *:last-child {
    margin-bottom: 0;
}

.lp-section.of-secondary .lp-layout-grid.is-active .lp-layout-grid-column:nth-child(1)

.lp-layout-grid &gt; *:last-child {
    margin-bottom: 0;
}

.lp-section.of-secondary .lp-layout-grid-column:nth-child(odd) .lp-figure &gt; span {
  display: block;
  position: relative;
}

.lp-section.of-secondary .lp-layout-grid-column:nth-child(odd) .lp-figure &gt; span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto 0;
  border-color: transparent transparent transparent #005BAC;
  border-style: solid;
  border-width: min(calc(32 / 1430 * 100vw), calc(32 / 995 * 100vh), 32px) 0 min(calc(32 / 1430 * 100vw), calc(32 / 995 * 100vh), 32px) min(calc(24 / 1430 * 100vw), calc(24 / 995 * 100vh), 24px);
  opacity: 0.6;
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(min(calc(40 / 1430 * 100vw), calc(40 / 995 * 100vh), 40px) * -1);
}

@media screen and (max-width: 1200px) {
    .lp-section.of-secondary .lp-layout-grid-column:nth-child(odd) .lp-figure &gt; span::after {
        content: none;
    }
}

[data-script-enabled="true"] .lp-section.of-secondary .lp-layout-grid .lp-layout-grid-column:not(:nth-child(1)),
[data-script-enabled="true"] .lp-section.of-secondary .lp-layout-grid-column:nth-child(1) .lp-figure &gt; span::after {
    opacity: 0;
    transition: opacity .5s;
}

[data-script-enabled="true"] .lp-section.of-secondary .lp-layout-grid.is-active .lp-layout-grid-column {
    opacity: 1;
}

[data-script-enabled="true"] .lp-section.of-secondary .lp-layout-grid.is-active .lp-layout-grid-column:nth-child(1) .lp-figure &gt; span::after {
    opacity: 0.6;
    transition-delay: .3s;
}

[data-script-enabled="true"] .lp-section.of-secondary .lp-layout-grid.is-active .lp-layout-grid-column:nth-child(2) {
    transition-delay: .6s;
}

@media screen and (max-width: 1200px) {
    [data-script-enabled="true"] .lp-section.of-secondary .lp-layout-grid .lp-layout-grid-column:not(:nth-child(1)),
    [data-script-enabled="true"] .lp-section.of-secondary .lp-layout-grid-column:nth-child(1) .lp-figure &gt; span::after  {
        opacity: 1;
        transition-delay: 0s;
    }
}

@media screen and (max-width: 1200px) {
    .lp-section.of-secondary .lp-layout-grid-column {
        position: relative;
    }
}

@media screen and (max-width: 1200px) {
    .lp-section.of-secondary .lp-layout-grid-column:nth-child(1)::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        margin: auto;
        border-color: #005BAC transparent transparent transparent;
        border-style: solid;
        border-width: calc(20 / 768 * 100vw) calc(30 / 768 * 100vw) 0 calc(30 / 768 * 100vw);
        opacity: 0.6;
        position: absolute;
        right: 0;
        bottom: calc((44 / 768 * 100vw) * -1);
        left: 0;
    }
}

@media screen and (max-width: 767px) {
    .lp-section.of-secondary .lp-layout-grid-column:nth-child(1)::after {
        border-width: calc(20 / 375 * 100vw) calc(30 / 375 * 100vw) 0 calc(30 / 375 * 100vw);
        bottom: calc((40 / 375 * 100vw) * -1);
    }
}

.lp-layout-grid-column &gt; *:last-child {
    margin-bottom: 0;
}

.lp-section .lp-layout-grid-column &gt; .lp-figure img {
  width: min(calc(580 / 1430 * 100vw), calc(580 / 995 * 100vh), 580px);
}

@media screen and (max-width: 1200px) {
    .lp-section .lp-layout-grid-column &gt; .lp-figure img {
        width: calc(342 / 768 * 100vw);
    }
}

@media screen and (max-width: 1200px) {
    .lp-section .lp-layout-grid-column &gt; .lp-figure img {
        width: 100%;
    }
}

.lp-section .lp-figure.lp-figure--narrow {
    margin-bottom: 0;
}

.lp-section .lp-figure .lp-figureImg.lp-figureImg-auto {
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .lp-section .lp-figure .lp-figureImg.lp-figureImg-pc {
        display: none;
    }
}

@media screen and (min-width: 1201px) {
    .lp-section .lp-figure .lp-figureImg.lp-figureImg-sp {
        display: none;
    }
}

.lp-section.of-secondary .lp-layout-grid-column &gt; .lp-figure img {
  width: min(calc(572 / 1430 * 100vw), calc(572 / 995 * 100vh), 572px);
}

@media screen and (max-width: 1200px) {
    .lp-section.of-secondary .lp-layout-grid-column &gt; .lp-figure img {
        width: calc(362 / 768 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .lp-section.of-secondary .lp-layout-grid-column &gt; .lp-figure img {
        width: 100%;
    }
}

.lp-layout-grid-column.lp-largeScreen-flexible {
    flex: 1;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid-column.lp-largeScreen-flexible {
        flex: none;
    }
}

.lp-layout-grid-column.lp-largeScreen-flexible-auto {
    flex: 0 1 auto;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid-column.lp-largeScreen-flexible-auto {
        flex: none;
    }
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid-column.lp-smallScreen-flexible-disable {
        flex: none;
    }
}

.lp-layout-grid.of-alignItems-center {
    align-items: center;
}

.lp-layout-grid.of-justifyContent-center {
    justify-content: center;
}

.lp-layout-grid.of-alignItems-flexStart {
    align-items: flex-start;
}

.lp-layout-grid-column.of-alignSelf-center {
    align-self: center;
}

.lp-layout-grid.of-alignItems-flexEnd {
  align-items: flex-end;
}


.lp-jumbotron-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: min(calc(1430 / 1430 * 100vw), calc(1430 / 995 * 100vh), 1430px);
    height: 100%;
    max-height: 813px;
    margin: 0 auto;
    padding: min(calc(30 / 1430 * 100vw), calc(30 / 995 * 100vh), 30px) min(calc(15 / 1430 * 100vw), calc(15 / 995 * 100vh), 15px);
}

@media screen and (min-width: 1201px) and (min-height: 996px) {
    .lp-jumbotron-content {
        align-items: center;
    }
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        gap: calc(36 / 768 * 100vw);
        max-height: none;
        padding: 0;
    }
    .lp-jumbotron-content * {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-content {
        gap: calc(32 / 375 * 100vw);
    }
}

.lp-jumbotron-content-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(calc(40 / 1430 * 100vw), calc(40 / 995 * 100vh), 40px);
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-content-inner {
        flex-direction: column-reverse;
        gap: calc(36 / 768 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-content-inner {
        gap: calc(32 / 375 * 100vw);
    }
}

.lp-jumbotron-body {
    position: relative;
}

.lp-jumbotron-body &gt; *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-body {
        flex: auto;
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-body {
        flex: auto;
        margin-top: 0;
        margin-left: 0;
        padding: 0;
    }
}

.lp-jumbotron-image {
    flex-shrink: 0;
    width: min(calc(710 / 1430 * 100vw), calc(710 / 995 * 100vh), 710px);
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-image {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-image {
        max-width: 100%;
    }
}

.lp-jumbotron-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lp-jumbotron-subtitle {
    display: block;
    margin-bottom: 8px;
    color: #0b9658;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.52;
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-subtitle {
        margin-bottom: 8px;
        font-size: calc(3.2rem + ((1vw - 1.024rem) * (4.54545)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-subtitle {
        margin-bottom: calc(0.6rem + ((1vw - 0.36rem) * (0.3012)));
        font-size: calc(2rem + ((1vw - 0.36rem) * (1.80723)));
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron-subtitle {
        margin-bottom: 6px;
        font-size: 2rem;
    }
}

@media screen and (max-height: 900px) {
    .lp-jumbotron-subtitle {
        font-size: calc(40vh * 100 / 900);
    }
}

@media screen and (max-height: 800px) {
    .lp-jumbotron-subtitle {
        font-size: calc(32vh * 100 / 800);
    }
}

@media screen and (max-height: 700px) {
    .lp-jumbotron-subtitle {
        font-size: 2rem;
    }
}

@media screen and (max-width: 1200px) and (max-height: 900px) {
    .lp-jumbotron-subtitle {
        font-size: calc(3.2rem + ((1vw - 1.024rem) * (4.54545)));
    }
}

@media screen and (max-width: 1200px) and (max-height: 700px) {
    .lp-jumbotron-subtitle {
        font-size: 2rem;
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-jumbotron-subtitle {
        font-size: calc(2rem + ((1vw - 0.677rem) * (3.45821)));
    }
}

@media screen and (max-width: 677px) and (max-height: 900px) {
    .lp-jumbotron-subtitle {
        font-size: 2rem;
    }
}

.lp-jumbotron-subtitle span {
    font-size: 6.8rem;
    line-height: 1;
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-subtitle span {
        font-size: calc(5.4rem + ((1vw - 1.024rem) * (7.95455)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-subtitle span {
        font-size: calc(4rem + ((1vw - 0.36rem) * (2.10843)));
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron-subtitle span {
        font-size: 4rem;
    }
}

@media screen and (max-height: 900px) {
    .lp-jumbotron-subtitle span {
        font-size: calc(68vh * 100 / 900);
    }
}

@media screen and (max-height: 800px) {
    .lp-jumbotron-subtitle span {
        font-size: calc(53vh * 100 / 800);
    }
}

@media screen and (max-height: 700px) {
    .lp-jumbotron-subtitle span {
        font-size: 4rem;
    }
}

@media screen and (max-width: 1200px) and (max-height: 900px) {
    .lp-jumbotron-subtitle span {
        font-size: calc(5.4rem + ((1vw - 1.024rem) * (7.95455)));
    }
}

@media screen and (max-width: 1200px) and (max-height: 700px) {
    .lp-jumbotron-subtitle span {
        font-size: 4rem;
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-jumbotron-subtitle span {
        font-size: calc(4rem + ((1vw - 0.36rem) * (2.10843)));
    }
}

@media screen and (max-width: 360px) and (max-height: 900px) {
    .lp-jumbotron-subtitle span {
        font-size: 4rem;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: min(calc(32 / 1430 * 100vw), calc(32 / 995 * 100vh), 32px);
    color: #333333;
    font-size: min(calc(68 / 1430 * 100vw), calc(68 / 995 * 100vh), 6.8rem);
    font-weight: 700;
    line-height: 1.2;
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-title {
        margin-bottom: calc(24 / 768 * 100vw);
        font-size: calc(52 / 768 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-title {
        margin-bottom: calc(10 / 375 * 100vw);
        font-size: calc(26 / 375 * 100vw);
    }
}

.lp-jumbotron-titleGroup {
    display: flex;
    flex-direction: column;
    margin-bottom: min(calc(62 / 1430 * 100vw), calc(62 / 995 * 100vh), 62px);
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(47 / 768 * 100vw);
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-titleGroup {
        justify-content: center;
        align-items: center;
        margin-bottom: calc(34 / 375 * 100vw);
    }
}

.lp-jumbotron-titleGroup &gt; *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-text {
    margin-bottom: 20px;
    font-size: 3.6rem;
    font-weight: normal;
    line-height: 1.3;
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-text {
        font-size: calc(2.4rem + ((1vw - 1.024rem) * (6.81818)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-text {
        font-size: 24px;
    }
}

@media screen and (max-width: 677px) {
    .lp-jumbotron-text {
        font-size: 22px;
    }
}

.lp-jumbotron-series {
    display: inline-block;
    margin-bottom: min(calc(40 / 1430 * 100vw), calc(40 / 995 * 100vh), 40px);
    font-size: min(calc(24 / 1430 * 100vw), calc(24 / 995 * 100vh), 2.4rem);
    font-weight: 400;
    line-height: 1.4;
    vertical-align: middle;
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-series {
        font-size: calc(22 / 768 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-series {
        font-size: calc(16 / 375 * 100vw);
        text-align: left;
    }

    .theme-KD .lp-jumbotron-series {
        font-size: calc(14 / 375 * 100vw);
    }

    .theme-KT .lp-jumbotron-series {
        font-size: calc(14 / 375 * 100vw);
    }
}

[data-script-enabled="true"] .lp-jumbotron,
[data-script-enabled="true"] .lp-section {
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    z-index: 0;
}

@media screen and (max-width: 1200px) {
    [data-script-enabled="true"] .lp-jumbotron,
    [data-script-enabled="true"] .lp-section {
        display: block;
        position: relative;
        visibility: visible;
        opacity: 1;
        overflow: visible;
    }
}

[data-script-enabled="true"] .lp-jumbotron.is-show,
[data-script-enabled="true"] .lp-section.is-show {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

@media screen and (max-width: 1024px) {
    [data-script-enabled="true"] .lp-jumbotron.is-show,
    [data-script-enabled="true"] .lp-section.is-show {
        display: block;
    }
}

.lp-jumbotron {
    display: flex;
    align-items: center;
}

.lp-section {
    display: flex;
    align-items: center;
    overflow: auto;
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron {
        padding: calc(24 / 768 * 100vw) calc(30 / 768 * 100vw) calc(64 / 768 * 100vw);
        background: transparent linear-gradient(180deg, #FFFFFF 0%, #D8DEE5 100%) 0% 0% no-repeat padding-box;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron {
        padding: calc(16 / 375 * 100vw) calc(16 / 375 * 100vw) calc(50 / 375 * 100vw);
    }
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron,
    .lp-section {
        width: 100%;
        overflow: visible;
    }
}

.lp-section.of-conversion .lp-section-content {
    padding-bottom: 70px;
}

@media screen and (max-width: 1200px) {
    .lp-section.of-conversion .lp-section-content {
        padding-bottom: calc(6rem + ((1vw - 1.024rem) * (5.68182)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-section.of-conversion .lp-section-content {
        padding-bottom: calc(3rem + ((1vw - 0.36rem) * (4.51807)));
    }
}

@media screen and (max-width: 677px) {
    .lp-section.of-conversion .lp-section-content {
        padding-bottom: 30px;
    }
}

.lp-section-content {
    z-index: 0;
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 813px;
    max-width: min(calc(1230 / 1430 * 100vw), calc(1230 / 995 * 100vh), 1230px);
    margin: 0 auto;
    padding: min(calc(60 / 1430 * 100vw), calc(60 / 995 * 100vh), 60px) 15px 0;
}

@media screen and (max-width: 1200px) {
    .lp-section-content {
        max-width: 100%;
        max-height: none;
        padding: calc(60 / 768 * 100vw) calc(30 / 768 * 100vw) 8px;
    }
}

@media screen and (max-width: 767px) {
    .lp-section-content {
        max-width: 100%;
        padding: calc(75 / 375 * 100vw) calc(16 / 375 * 100vw) 8px;
    }
}

@media screen and (max-width: 767px) {
    .lp-section.of-secondary .lp-section-content {
        max-width: 100%;
        padding-top: calc(40 / 375 * 100vw);
    }

    .theme-KA .lp-section.of-secondary .lp-section-content {
        padding-top: calc(75 / 375 * 100vw);
    }
    
    .theme-KA .lp-section:first-of-type .lp-section-content {
        padding-top: calc(40 / 375 * 100vw);
    }
}

.lp-section-content &gt; *:last-child {
    margin-bottom: 0;
}

.lp-section-body &gt; *:last-child {
    margin-bottom: 0;
}

.lp-navigation {
    display: none;
    background: #757575;
    color: #fff;
}

[data-script-enabled="true"] .lp-navigation {
    display: block;
}

@media screen and (max-width: 1200px) {
    [data-script-enabled="true"] .lp-navigation {
        display: none;
    }
}

.lp-navigation-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.lp-navigation-list {
    display: flex;
    min-height: 70px;
}

@media screen and (max-width: 1200px) {
    .lp-navigation-list {
        min-height: 60px;
    }
}

@media screen and (max-height: 900px) {
    .lp-navigation-list {
        min-height: 60px;
    }
}

.lp-navigation-list &gt; li {
    width: calc(100% / 5);
    border-left: solid 1px #CCCCCC;
}

.lp-navigation-list &gt; li:last-child {
    border-right: solid 1px #CCCCCC;
}

.lp-navigation-button {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 2px;
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease 0s;
}

.lp-navigation-button.lp-buttonConversion.of-download .lp-buttonConversion-body {
    padding: 6px 44px;
}

.theme-KT .lp-navigation-button.lp-buttonConversion.of-download .lp-buttonConversion-body {
    padding: 6px 65px;
}

.lp-navigation-button.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    left: 14px;
}

.lp-navigation-button.lp-buttonConversion.of-download .lp-buttonConversion-text {
    margin-right: 0;
    font-size: 1.8rem;
}

.lp-navigation-button.of-text-small {
    font-size: 1.6rem;
    line-height: 1.4;
}

@media screen and (max-width: 1200px) {
    .lp-navigation-button.of-text-small {
        font-size: 1.4rem;
    }
}

.lp-navigation-button:hover {
    background: #005BAC;
}

@media screen and (max-width: 1200px) {
    .lp-navigation-button {
        font-size: 1.6rem;
    }
}

@media screen and (max-height: 900px) {
    .lp-navigation-button {
        font-size: 1.6rem;
    }
}

.lp-navigation-buttonContent {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.lp-navigation-buttonContent.of-column {
    flex-direction: column;
    justify-content: flex-start;
}

.lp-navigation-button.is-current {
    background: #005BAC;
}

.lp-navigation-button.is-current .lp-LabelEmphasis {
    background-color: #fff;
    color: #e61000;
}

.lp-navigation-button.of-download {
    background: #dc002f;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .2s;
    transition-property: color,background-color;
}

.lp-navigation-button.of-download:hover {
    background-color: #c6002a;
}

.lp-navigation-button.of-download .lp-navigation-buttonContent {
    position: relative;
}

.lp-navigation-buttonInner {
    display: flex;
    flex: 1 0 auto;
    max-width: 100%;
}

.lp-navigation-buttonText {
    margin-right: 12px;
}

.lp-navigation-buttonImage {
    flex: 0 0 auto;
    width: 46px;
    height: 65px;
}

@media screen and (max-width: 1200px) {
    .lp-navigation-buttonImage {
        width: calc(3.9rem + ((1vw - 1.024rem) * (3.97727)));
        height: calc(5.5rem + ((1vw - 1.024rem) * (5.68182)));
    }
}

@media screen and (max-height: 900px) {
    .lp-navigation-buttonImage {
        width: 39px;
        height: 55px;
    }
}

.lp-navigation-buttonImage &gt; img {
    max-width: 100%;
}

.lp-headingLevel2 {
    margin-bottom: min(calc(20 / 1430 * 100vw), calc(20 / 995 * 100vh), 20px);
    font-size: min(calc(46 / 1430 * 100vw), calc(46 / 995 * 100vh), 4.6rem);
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
}

/* KD
====================================================*/
.theme-KD .lp-headingLevel2 {
    font-size: min(calc(42 / 1430 * 100vw), calc(42 / 995 * 100vh), 4.2rem);
}

@media screen and (max-width: 1200px) {
    .theme-KD .lp-headingLevel2 {
        font-size: calc(36 / 768 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .theme-KD .lp-headingLevel2 {
        font-size: calc(22 / 375 * 100vw);
    }
}
/* KD end
====================================================*/

.lp-headingLevel2.of-primary {
    margin-bottom: 40px;
    line-height: 1.5;
}

.lp-headingLevel2.of-primary span {
    color: #2dd981;
}

@media screen and (max-width: 1200px) {
    .lp-headingLevel2 {
        margin-bottom: calc(24 / 768 * 100vw);
        font-size: calc(36 / 768 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .lp-headingLevel2 {
        margin-bottom: calc(15 / 375 * 100vw);
        font-size: calc(22 / 375 * 100vw);
        line-height: 1.4;
    }
}

.lp-headingLevel2 .lp-utility-heading-large {
    font-size: min(calc(48 / 1430 * 100vw), calc(54 / 995 * 100vh), 5.4rem);
    line-height: inherit;
}

@media screen and (max-width: 1200px) {
    .lp-headingLevel2 .lp-utility-heading-large {
        font-size: calc(42 / 768 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .lp-headingLevel2 .lp-utility-heading-large {
        font-size: calc(26 / 375 * 100vw);
    }
}

.lp-utility-heading-emphasis {
  color: #005BAC;
}

.lp-figure {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: min(calc(16 / 1430 * 100vw), calc(16 / 995 * 100vh), 16px);
    position: relative;
    margin-bottom: min(calc(60 / 1430 * 100vw), calc(60 / 995 * 100vh), 60px);
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .lp-figure {
        flex-direction: row;
        gap: calc(12 / 768 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .lp-figure {
        gap: calc(12 / 375 * 100vw);
    }
}

.lp-section.of-secondary .lp-figure {
    gap: min(calc(24 / 1430 * 100vw), calc(24 / 995 * 100vh), 24px);
    align-items: flex-start;
}

@media screen and (max-width: 1200px) {
    .lp-section.of-secondary .lp-figure {
        gap: calc(24 / 768 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .lp-section.of-secondary .lp-figure {
        flex-direction: column;
        gap: calc(16 / 375 * 100vw);
    }
}

.lp-section.of-quaternary .lp-figure {
    flex-direction: column-reverse;
}

@media screen and (max-width: 1200px) {
    .lp-figure.of-quaternary .lp-figure {
        flex-direction: row;
    }
}

.lp-figure &gt; *:last-child {
    margin-bottom: 0;
}

.lp-figcaption {
    font-size: min(calc(24 / 1430 * 100vw), calc(24 / 995 * 100vh), 2.4rem);
    font-weight: 700;
}

@media screen and (max-width: 1200px) {
    .lp-figcaption {
        flex-grow: 1;
    }
}

.lp-figcaption-text {
    margin-bottom: 0;
    font-size: min(calc(22 / 1430 * 100vw), calc(22 / 995 * 100vh), 2.2rem);
}

@media screen and (max-width: 1200px) {
    .lp-figcaption-text {
        font-size: calc(16 / 768 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .lp-figcaption-text {
        font-size: calc(16 / 375 * 100vw);
    }
}

.lp-section.of-secondary .lp-figcaption {
    text-align: left;
}

@media screen and (max-width: 1200px) {
    .lp-section.of-secondary .lp-figcaption {
        width: calc(322 / 768 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .lp-section.of-secondary .lp-figcaption {
        width: 100%;
    }
}

.lp-section.of-secondary .lp-figcaption-text {
    display: inline-flex;
    align-items: baseline;
    margin-bottom: min(calc(16 / 1430 * 100vw), calc(16 / 995 * 100vh), 16px);
}

@media screen and (max-width: 1200px) {
    .lp-section.of-secondary .lp-figcaption-text {
        display: block;
        margin-bottom: calc(14 / 768 * 100vw);
        font-size: calc(20 / 768 * 100vw);
        line-height: 1.4;
    }
}

@media screen and (max-width: 767px) {
    .lp-section.of-secondary .lp-figcaption-text {
        margin-bottom: calc(9 / 375 * 100vw);
        font-size: calc(16 / 375 * 100vw);
    }
}

.lp-card {
    width: 220px;
    border: 1px solid #64f2a9;
    background-image: linear-gradient(-135deg, #1b2d25 0%, #19191a 100%);
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .lp-card {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .lp-card {
        width: calc(26rem + ((1vw - 0.677rem) * (17.29107)));
    }
}

@media screen and (max-width: 677px) {
    .lp-card {
        width: calc(26rem + ((1vw - 0.36rem) * (18.92744)));
    }
}

@media screen and (max-width: 677px) {
    .lp-card {
        width: 260px;
    }
}

.lp-card &gt; *:last-child {
    margin-bottom: 0;
}

.lp-card-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 6px 9px 3px;
}

@media screen and (max-width: 1024px) {
    .lp-card-content {
        padding: calc(0.5rem + ((1vw - 0.36rem) * (47.43976))) 18px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-card-content {
        padding: 5px 18px;
    }
}

.lp-card-content &gt; *:last-child {
    margin-bottom: 0;
}

.lp-card-text {
    color: #64f2a9;
    font-size: 1.8rem;
    line-height: 1.5;
    text-shadow: 0 2px 11px #19191a;
}

.lp-card-text &gt; b {
    display: inline-block;
}

.lp-card-group {
    display: flex;
    justify-content: center;
    margin-bottom: 29px;
}

@media screen and (max-width: 677px) {
    .lp-card-group {
        flex-direction: column;
        align-items: center;
        margin-bottom: 22px;
    }
    .lp-card-group * {
        max-width: 100%;
    }
}

.lp-card-group .lp-card {
    position: relative;
    margin-top: 0;
    margin-right: 0;
    margin-left: 30px;
}

@media screen and (max-width: 1200px) {
    .lp-card-group .lp-card {
        margin-left: calc(2rem + ((1vw - 0.677rem) * (1.91205)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-card-group .lp-card {
        margin-top: 0;
        margin-right: 0;
        margin-left: calc(3.7rem + ((1vw - 0.677rem) * (3.63289)));
    }
    .lp-card-group .lp-card:first-child {
        margin: 0;
    }
}

@media screen and (max-width: 677px) {
    .lp-card-group .lp-card {
        margin-top: 37px;
        margin-left: 0;
    }
    .lp-card-group .lp-card:first-child {
        margin-top: 0;
    }
}

.lp-card-group .lp-card::before, .lp-card-group .lp-card::after {
    display: block;
    position: absolute;
    top: 50%;
    left: -16px;
    width: 2px;
    height: 30px;
    transform-origin: top center;
    background: #64f2a9;
    content: "";
}

@media screen and (max-width: 1200px) {
    .lp-card-group .lp-card::before, .lp-card-group .lp-card::after {
        left: calc(-0.9rem + ((1vw - 0.677rem) * (-1.33843)));
        height: calc(2rem + ((1vw - 0.677rem) * (1.91205)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-card-group .lp-card::before, .lp-card-group .lp-card::after {
        left: calc(-1.8rem + ((1vw - 0.677rem) * (-2.59366)));
        height: calc(4rem + ((1vw - 0.677rem) * (2.88184)));
    }
}

@media screen and (max-width: 677px) {
    .lp-card-group .lp-card::before, .lp-card-group .lp-card::after {
        top: -37px;
        left: 50%;
        width: 1px;
        height: 35px;
        transform: translateX(-50%);
        transform-origin: center;
    }
}

.lp-card-group .lp-card::before {
    transform: rotate(45deg) translateY(-50%);
}

@media screen and (max-width: 677px) {
    .lp-card-group .lp-card::before {
        transform: rotate(45deg) translateX(-50%);
    }
}

.lp-card-group .lp-card::after {
    transform: rotate(-45deg) translateY(-50%);
}

@media screen and (max-width: 677px) {
    .lp-card-group .lp-card::after {
        transform: rotate(-45deg) translateX(-50%);
    }
}

.lp-card-group .lp-card:first-child {
    margin: 0;
}

.lp-card-group .lp-card:first-child::before, .lp-card-group .lp-card:first-child::after {
    content: none;
}

.lp-cardPhoneLink {
  display: flex;
  justify-content: flex-end;
  background-color: #fff;
  color: inherit;
  text-decoration: none;
  cursor: inherit;
}

@media screen and (max-width: 1200px) {
  .lp-cardPhoneLink {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
  }
}

.lp-cardPhoneLink-notes {
  display: flex;
  flex: 0 1 auto;
  align-items: center;
  margin-right: 6px;
  font-size: 1.2rem;
}

@media screen and (max-width: 1200px) {
  .lp-cardPhoneLink-notes {
    display: block;
    margin-right: 0;
    font-size: 1rem;
  }
}

.lp-cardPhoneLink-number {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  word-break: keep-all;
}

@media screen and (max-width: 1200px) {
  .lp-cardPhoneLink-number {
    font-size: 2rem;
  }
}

.lp-cardPhoneLink-numberGroup {
  display: flex;
  align-items: flex-start;
  min-width: 206px;
}

@media screen and (max-width: 1200px) {
  .lp-cardPhoneLink-numberGroup {
    justify-content: flex-start;
    flex-basis: auto;
    min-width: auto;
    margin-bottom: 4px;
  }
}

.lp-cardPhoneLink-numberGroup &gt; img {
  display: block;
  max-width: 36px;
  margin-top: 0.2rem;
  margin-right: 1rem;
}

@media screen and (max-width: 1200px) {
  .lp-cardPhoneLink-numberGroup &gt; img {
    max-width: 32px;
    margin-top: 0.1rem;
    margin-right: 0.6rem;
  }
}

.lp-listButton {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
    .lp-listButton {
        text-align: center;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .lp-listButton {
        gap: 19px;
    }
}

.lp-listButton &gt; li + li {
  padding-left: 24px;
}

@media screen and (max-width: 1200px) {
    .lp-listButton &gt; li + li {
        padding-left: 16px;
    }
}

@media screen and (max-width: 767px) {
    .lp-listButton &gt; li + li {
        padding-left: 0;
    }
}

.lp-utility-textAlign-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
    .theme-KA .lp-utility-textAlign-center {
        text-align: center;
      }
}

.lp-utility-justifyContent-center {
  justify-content: center;
}

.lp-listdisc li {
    padding-left: min(calc(12 / 1430 * 100vw), calc(12 / 995 * 100vh), 12px);
    font-size: min(calc(18 / 1430 * 100vw), calc(18 / 995 * 100vh), 1.8rem);
    font-weight: 400;
    line-height: 1.4;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .lp-listdisc li {
        padding-left: calc(10 / 768 * 100vw);
        font-size: calc(16 / 768 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .lp-listdisc li {
        padding-left: calc(10 / 375 * 100vw);
        font-size: calc(16 / 375 * 100vw);
    }
}

.lp-listdisc li + li {
    margin-top: min(calc(9 / 1430 * 100vw), calc(9 / 995 * 100vh), 9px);
}

@media screen and (max-width: 1200px) {
    .lp-listdisc li + li {
        margin-top: calc(7 / 768 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .lp-listdisc li + li {
        margin-top: calc(6 / 375 * 100vw);
    }
}

.lp-listdisc li::before {
    content: "";
    display: block;
    width: min(calc(4 / 1430 * 100vw), calc(4 / 995 * 100vh), 4px);
    height: min(calc(4 / 1430 * 100vw), calc(4 / 995 * 100vh), 4px);
    background-color: #757575;
    border-radius: 50%;
    position: absolute;
    top: min(calc(9 / 1430 * 100vw), calc(9 / 995 * 100vh), 9px);
    left: 0;
}

@media screen and (max-width: 1200px) {
    .lp-listdisc li::before {
        width: calc(4 / 768 * 100vw);
        height: calc(4 / 768 * 100vw);
        top: calc(9 / 768 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .lp-listdisc li::before {
        width: calc(4 / 375 * 100vw);
        height: calc(4 / 375 * 100vw);
        top: calc(9 / 375 * 100vw);
    }
}

.lp-label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: min(calc(10 / 1430 * 100vw), calc(10 / 995 * 100vh), 10px);
  padding: min(calc(6 / 1430 * 100vw), calc(6 / 995 * 100vh), 6px) min(calc(16 / 1430 * 100vw), calc(16 / 995 * 100vh), 16px);
  background-color: #EA0437;
  color: #FFFFFF;
  font-size: min(calc(20 / 1430 * 100vw), calc(20 / 995 * 100vh), 2rem);
  font-weight: 300;
  line-height: 1;
  vertical-align: top;
}

@media screen and (max-width: 1200px) {
  .lp-label {
    margin-right: calc(8 / 768 * 100vw);
    padding: calc(5 / 768 * 100vw) calc(12 / 768 * 100vw);
    font-size: calc(14 / 768 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .lp-label {
    margin-right: calc(8 / 375 * 100vw);
    padding: calc(5 / 375 * 100vw) calc(12 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
}

.lp-label-blue,
.lp-label-gray {
  display: inline-block;
  min-width: min(calc(86 / 1430 * 100vw), calc(86 / 995 * 100vh), 86px);
  margin-right: min(calc(16 / 1430 * 100vw), calc(16 / 995 * 100vh), 16px);
  padding: min(calc(6 / 1430 * 100vw), calc(6 / 995 * 100vh), 6px) min(calc(10 / 1430 * 100vw), calc(10 / 995 * 100vh), 10px);
  color: #FFFFFF;
  font-size: min(calc(18 / 1430 * 100vw), calc(18 / 995 * 100vh), 1.8rem);
  font-weight: 400;
  line-height: 1;
  text-align: center;
  vertical-align: top;
}

@media screen and (max-width: 1200px) {
    .lp-label-blue,
    .lp-label-gray {
        min-width: calc(66 / 768 * 100vw);
        margin-right: calc(8 / 768 * 100vw);
        padding: calc(6 / 768 * 100vw) calc(10 / 768 * 100vw);
        font-size: calc(14 / 768 * 100vw);
    }
}

@media screen and (max-width: 1200px) {
    .lp-section.of-secondary .lp-label-blue,
    .lp-section.of-secondary .lp-label-gray {
        display: block;
        width: fit-content;
        min-width: calc(75 / 768 * 100vw);
        margin-bottom: calc(11 / 768 * 100vw);
        font-size: calc(16 / 768 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .lp-label-blue,
    .lp-label-gray {
        min-width: calc(66 / 375 * 100vw);
        margin-right: calc(8 / 375 * 100vw);
        padding: calc(5 / 375 * 100vw) calc(12 / 375 * 100vw);
        font-size: calc(14 / 375 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .lp-section.of-secondary .lp-label-blue,
    .lp-section.of-secondary .lp-label-gray {
        min-width: calc(68 / 375 * 100vw);
        margin-bottom: calc(10 / 375 * 100vw);
        font-size: calc(14 / 375 * 100vw);
    }
}

.lp-label-blue {
  background-color: #005BAC;
}

.lp-label-gray {
  background-color: #757575;
}

.lp-label-outer {
  display: flex;
  margin-bottom: min(calc(16 / 1430 * 100vw), calc(16 / 995 * 100vh), 16px);
}

@media screen and (max-width: 1200px) {
    .lp-label-outer {
        justify-content: center;
        margin-bottom: calc(14 / 768 * 100vw);
    }
}

.lp-label-outer .lp-label {
    margin: 0 min(calc(16 / 1430 * 100vw), calc(16 / 995 * 100vh), 16px) 0 0;
}

@media screen and (max-width: 1200px) {
    .lp-label-outer .lp-label {
        margin-right: 0;
        padding: calc(6 / 768 * 100vw) calc(16 / 768 * 100vw);
        font-size: calc(18 / 768 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .lp-label-outer .lp-label {
        margin-right: 0;
        padding: calc(6 / 375 * 100vw) calc(16 / 375 * 100vw);
        font-size: calc(16 / 375 * 100vw);
    }
}

.lp-label-outer &gt; *:last-child {
    margin-bottom: 0;
}

.lp-label-text {
  display: inline-block;
}

.lp-step {
    margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
    .lp-step {
        margin-bottom: calc(3rem + ((1vw - 1.024rem) * (5.68182)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-step {
        margin-bottom: calc(1.6rem + ((1vw - 0.677rem) * (4.03458)));
    }
}

@media screen and (max-width: 677px) {
    .lp-step {
        margin-bottom: 16px;
    }
}

.lp-step &gt; li {
    margin-bottom: 56px;
    counter-increment: number;
}

.lp-step &gt; li:last-child {
    margin-bottom: 0;
}

.lp-step &gt; li:last-child .lp-stepButton::after {
    content: none;
}

@media screen and (max-width: 1200px) {
    .lp-step &gt; li {
        margin-bottom: calc(3.2rem + ((1vw - 1.024rem) * (13.63636)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-step &gt; li {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (1.20482)));
    }
}

@media screen and (max-height: 800px) {
    .lp-step &gt; li {
        margin-bottom: calc(32vh * 100 / 800);
    }
}

@media screen and (max-height: 700px) {
    .lp-step &gt; li {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-step &gt; li {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (1.20482)));
    }
}

.lp-step &gt; li &gt; *:last-child {
    margin-bottom: 0;
}

.lp-stepButton {
    z-index: 1;
    position: relative;
    margin-bottom: 16px;
    margin-left: 63px;
    outline: none;
    color: #7b8085;
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
}

@media screen and (max-width: 1200px) {
    .lp-stepButton {
        margin-left: calc(5.2rem + ((1vw - 1.024rem) * (6.25)));
        font-size: calc(3.2rem + ((1vw - 1.024rem) * (5.68182)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-stepButton {
        margin-left: calc(2.8rem + ((1vw - 0.36rem) * (3.61446)));
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (2.10843)));
    }
}

@media screen and (max-height: 900px) {
    .lp-stepButton {
        font-size: calc(42vh * 100 / 900);
    }
}

@media screen and (max-height: 800px) {
    .lp-stepButton {
        font-size: calc(32vh * 100 / 800);
    }
}

@media screen and (max-height: 700px) {
    .lp-stepButton {
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 1200px) and (max-height: 900px) {
    .lp-stepButton {
        margin-left: calc(5.2rem + ((1vw - 1.024rem) * (6.25)));
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-stepButton {
        margin-left: calc(2.8rem + ((1vw - 0.36rem) * (3.61446)));
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (2.10843)));
    }
}

.lp-stepButton:focus {
    box-shadow: 0 0 2px #000;
}

.lp-stepButton:focus::before {
    box-shadow: 0 0 2px #000;
}

.lp-stepButton::before {
    position: absolute;
    top: 10px;
    left: -62px;
    padding: 8px;
    background: #a1aab2;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    content: counter(number, decimal-leading-zero);
}

@media screen and (max-width: 1200px) {
    .lp-stepButton::before {
        top: calc(0.3rem + ((1vw - 1.024rem) * (5.11364)));
        left: calc(-5.2rem + ((1vw - 1.024rem) * (-5.68182)));
        font-size: calc(1.8rem + ((1vw - 1.024rem) * (3.40909)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-stepButton::before {
        top: calc(0.1rem + ((1vw - 0.36rem) * (0.45181)));
        left: calc(-2.8rem + ((1vw - 0.36rem) * (-3.61446)));
        padding: calc(0.4rem + ((1vw - 0.36rem) * (0.60241))) calc(0.2rem + ((1vw - 0.36rem) * (0.90361)));
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.60241)));
    }
}

@media screen and (max-height: 900px) {
    .lp-stepButton::before {
        top: calc(12vh * 100 / 900);
        left: calc(-62vh * 100 / 900);
        font-size: calc(24vh * 100 / 900);
    }
}

@media screen and (max-height: 800px) {
    .lp-stepButton::before {
        top: calc(4vh * 100 / 800);
        left: calc(-52vh * 100 / 800);
        padding: 7px;
        font-size: calc(18vh * 100 / 800);
    }
}

@media screen and (max-height: 700px) {
    .lp-stepButton::before {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-stepButton::before {
        top: calc(0.1rem + ((1vw - 0.36rem) * (0.45181)));
        left: calc(-2.8rem + ((1vw - 0.36rem) * (-3.61446)));
        padding: calc(0.4rem + ((1vw - 0.36rem) * (0.60241))) calc(0.2rem + ((1vw - 0.36rem) * (0.90361)));
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.60241)));
    }
}

.lp-stepButton::after {
    display: block;
    z-index: -1;
    position: absolute;
    top: 13px;
    left: -40px;
    width: 1px;
    height: calc(100% + 56px);
    outline: none !important;
    background: #a1aab2;
    content: "";
}

@media screen and (max-width: 1200px) {
    .lp-stepButton::after {
        left: calc(-3.5rem + ((1vw - 1.024rem) * (-2.84091)));
        height: calc(100% + 5vw);
    }
}

@media screen and (max-width: 1024px) {
    .lp-stepButton::after {
        left: calc(-1.8rem + ((1vw - 0.36rem) * (-2.56024)));
    }
}

@media screen and (max-height: 900px) {
    .lp-stepButton::after {
        left: calc(-40vh * 100 / 900);
    }
}

@media screen and (max-height: 800px) {
    .lp-stepButton::after {
        left: calc(-35vh * 100 / 800);
        height: calc(100% + 2vw);
    }
}

@media screen and (max-width: 1200px) and (max-height: 800px) {
    .lp-stepButton::after {
        height: calc(100% + 4vw);
    }
}

@media screen and (max-width: 1200px) and (max-height: 700px) {
    .lp-stepButton::after {
        height: calc(100% + 3vw);
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-stepButton::after {
        left: calc(-1.8rem + ((1vw - 0.36rem) * (-2.56024)));
        height: calc(100% + 6vw);
    }
}

@media screen and (max-width: 1024px) and (max-height: 800px) {
    .lp-stepButton::after {
        height: calc(100% + 5vw);
    }
}

.lp-stepButton.is-active {
    color: #222323;
}

.lp-stepButton.is-active::before {
    background: #467e8b;
}

.lp-text {
    margin-bottom: 32px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
}

@media screen and (max-width: 1200px) {
    .lp-text {
        font-size: calc(16 / 768 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .lp-text {
        font-size: calc(16 / 375 * 100vw);
        text-align: left;
    }
}

.lp-text.of-marginBottom-wide {
    margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    .lp-text.of-marginBottom-wide {
        margin-bottom: calc(1.6rem + ((1vw - 0.677rem) * (4.03458)));
    }
}

@media screen and (max-width: 677px) {
    .lp-text.of-marginBottom-wide {
        margin-bottom: 16px;
    }
}

.lp-textPhoneLink {
    margin-bottom: 6px;
    font-size: 1.78rem;
    font-weight: bold;
}

.lp-textPhoneLink-number {
    position: relative;
    padding-left: 45px;
    color: #373838;
    font-size: 3.1rem;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
    cursor: default;
}

.lp-textPhoneLink-numberImage {
    display: inline-flex;
    position: absolute;
    top: 6px;
    left: 0;
}

.lp-textPhoneLink-numberGroup {
    display: inline-block;
    position: relative;
    align-items: center;
    margin-bottom: 8px;
    text-decoration: none;
}

.lp-textPhoneLink-notes {
    font-size: 1.4rem;
}

.lp-textPhoneLink-group {
    margin-bottom: 16px;
}

.lp-textPhoneLink-group &gt; *:last-child {
    margin-bottom: 0;
}

.lp-utility-text-emphasis {
    position: relative;
    display: inline-block;
    margin: 0 40px 0 32px;
    font-size: 7.6rem;
    line-height: 1.5;
}

@media screen and (max-width: 1200px) {
    .lp-utility-text-emphasis {
        font-size: calc(6rem + ((1vw - 1.025rem) * (8)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-utility-text-emphasis {
        font-size: calc(4.2rem + ((1vw - 0.36rem) * (3.0120481928)));
        margin: 0 calc(2.4rem + ((1vw - 0.36rem) * (2.4096385542)));;
    }
}

.lp-utility-fontSize-primary {
    font-size: min(calc(54 / 1430 * 100vw), calc(54 / 995 * 100vh), 5.4rem);
}

@media screen and (max-width: 1200px) {
    .lp-utility-fontSize-primary {
        font-size: calc(55 / 768 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .lp-utility-fontSize-primary {
        font-size: calc(27 / 375 * 100vw);
    }
}

.lp-extraLargeScreen-line-break {
    display: block;
}

@media only screen and (max-width: 1200px) {
    .lp-extraLargeScreen-line-break,
    .lp-notTabletScreen-line-break {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .lp-notTabletScreen-line-break {
        display: block;
    }
}

.lp-extraSmallScreen-line-break,
.lp-smallScreen-line-break {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-line-break {
        display: block;
    }
}

body &gt; img[src^="https://sync.intentiq.com/"] {
    display: none;
}
</pre></body></html>