.lp-buttonConversion {
  display: inline-block;
  max-width: 100%;
  background: #dc002f;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 640px) {
  .lp-buttonConversion {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .lp-buttonConversion:hover {
    background-color: #c6002a;
  }
}
.lp-buttonConversion-body {
  display: flex;
  align-items: center;
  padding: 12px 8px 12px 24px;
}
@media only screen and (max-width: 640px) {
  .lp-buttonConversion-body {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.lp-buttonConversion-text {
  margin-right: 16px;
}
.lp-buttonConversion-image {
  margin: -22px 0;
  border: 1px solid #ccc;
}
.lp-buttonConversion-image > img {
  min-width: 42px;
  max-width: 60px;
}
.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}
.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}
.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}
.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}
.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
  left: 26px;
  height: 12px;
  border-width: 7px 0 7px 13px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}
.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}
.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}
.lp-buttonConversion.of-primary {
  background: #13778f;
}
@media (hover: hover) {
  .lp-buttonConversion.of-primary:hover {
    background-color: #116b81;
  }
}
.lp-buttonConversion.of-secondary {
  background: #0065bb;
}

.lp-navigationSeries {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1240px;
  margin: 20px auto;
  padding: 4px 10px;
  border: 2px solid #e5e5e5;
  color: #999;
}
div#MainContent .lp-navigationSeries {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media only screen and (max-width: 1279px) {
  .lp-navigationSeries {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries {
    flex-direction: column;
    align-items: center;
  }
}
.lp-navigationSeries-title {
  max-width: 600px;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.3;
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries-title {
    width: 100%;
    max-width: none;
    margin-bottom: 3px;
    text-align: center;
  }
}
.lp-navigationSeries-title + .lp-navigationSeries-linkList {
  margin-left: 10px;
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: -10px;
  }
}
div#MainContent .lp-navigationSeries-title {
  margin-bottom: 0;
  color: #999;
  font-size: 11px;
  line-height: 1.3;
  text-transform: none;
}
div#MainContent .lp-navigationSeries-title + .lp-navigationSeries-linkList {
  margin-left: 10px;
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries-seriesNameText, .lp-navigationSeries-seriesText {
    display: block;
  }
}
.lp-navigationSeries-linkList {
  display: flex;
  flex-wrap: wrap;
  margin: -3px 0 0 -10px;
  color: #999;
}
div#MainContent .lp-navigationSeries-linkList {
  margin: -3px 0 0 -10px;
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries-linkList {
    justify-content: center;
    width: 100%;
  }
}
.lp-navigationSeries-linkList > li {
  display: flex;
  position: relative;
  margin-top: 3px;
  margin-left: 10px;
  background: none;
  font-size: 1.1rem;
  line-height: 1.3;
}
div#MainContent .lp-navigationSeries-linkList > li {
  margin: 3px 0 0 10px;
  padding: 0;
  background: none;
  font-size: 11px;
}
.lp-navigationSeries-linkList > li > a {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 9px;
  color: #999;
  line-height: 1.3;
  text-decoration: none;
}
.lp-navigationSeries-linkList > li > a::before {
  display: block;
  position: absolute;
  top: 4px;
  left: -2px;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  content: "";
}
div#MainContent .lp-navigationSeries-linkList > li > a:link {
  color: #999;
}
div#MainContent .lp-navigationSeries-linkList > li > a::before {
  top: 0.3em;
}
.lp-navigationSeries-linkList > li > a:hover, .lp-navigationSeries-linkList > li > a:focus {
  text-decoration: underline;
}

@keyframes imageFadeIn {
  from {
    transform: translateX(4rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
:root {
  --lp-color-black: #000;
  --lp-color-white: #fff;
  --lp-color-grey: #535353;
  --lp-color-red: #dc002f;
  --lp-color-charcoal: #1b1d21;
  --lp-color-blue: #0754c8;
  --lp-color-darkBlue: #003185;
  --lp-backgroundColor-primary: #f2f2f2;
  --lp-backgroundColor-secondary: #e4efff;
  --lp-backgroundColor-tertiary: #eee;
  --lp-backgroundImage-primary: linear-gradient(180deg, #191919 0%, #3e77cb 100%);
  --lp-modalButton-default: linear-gradient(180deg, #d8eeff 0%, #78b3ff 100%);
  --lp-modalButton-hover: linear-gradient(180deg, #81c8ff 0%, #2d73ff 100%);
  --lp-borderColor-primary: #a7a7a7;
  --lp-borderColor-secondary: #c9c9c9;
  --lp-shadowColor-primary-rgb: 80, 116, 164;
  --lp-iconColor-primary: #484b4c;
  --lp-iconColor-secondary: #0046ae;
  --lp-tabButton-width: 24rem;
}

[data-script-enabled=true] body:has(dialog[open]) {
  overflow: hidden;
}

.lp-theme-dark {
  background-color: var(--lp-color-charcoal) !important;
  color: var(--lp-color-white) !important;
}

.lp-layout-container > *:last-child {
  margin-bottom: 0 !important;
}
.lp-layout-container.of-outermost {
  background-color: var(--lp-color-white);
  color: var(--lp-color-grey);
}
.lp-layout-container.of-outer {
  display: grid;
  grid-template-rows: auto 1fr auto;
  max-width: 50vw;
  min-height: 100vh;
  margin-left: 8.3333vw;
}
@media only screen and (max-width: 1920px) {
  .lp-layout-container.of-outer {
    max-width: 96rem;
    margin-left: calc(2.4rem + (1vw - 1.365rem) * (24.5045045045));
  }
}
@media only screen and (max-width: 1365px) {
  .lp-layout-container.of-outer {
    max-width: none;
    margin-inline: auto;
    padding-inline: 3.2rem;
  }
}
@media only screen and (max-width: 1023px) {
  .lp-layout-container.of-outer {
    padding-inline: 2rem;
  }
}
.lp-layout-container.of-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3.6rem;
}
@media only screen and (max-width: 1365px) {
  .lp-layout-container.of-flex {
    gap: 3.6rem 1.6rem;
  }
}

.lp-layout-header > *:last-child {
  margin-bottom: 0 !important;
}
.lp-layout-header-content {
  padding-block: 2.2rem;
}
.lp-layout-header-content > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-header-content {
    padding-block: 1.8rem;
    text-align: center;
  }
}
.lp-layout-header-logo {
  display: block;
  margin-bottom: 0;
  line-height: 1;
}
.lp-layout-header-logo a {
  text-decoration: none;
}
.lp-layout-header-logo img {
  width: 13.6rem;
  vertical-align: middle;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-header-logo img {
    width: 9.1rem;
  }
}
.theme-KC .lp-layout-header-logo img {
  width: 20.4rem;
}
@media only screen and (max-width: 1023px) {
  .theme-KC .lp-layout-header-logo img {
    width: 16.3rem;
  }
}

.lp-layout-main {
  display: grid;
  align-items: center;
  margin-bottom: 8rem;
  font-size: 1.5rem;
}
.lp-layout-main > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1365px) {
  .lp-layout-main {
    margin-bottom: 7.6rem;
  }
}
@media only screen and (max-width: 1023px) {
  .lp-layout-main {
    margin-bottom: max(2.4rem + (1vw - 0.36rem) * (7.8431372549), 2.4rem);
  }
}
[data-script-enabled=true] .lp-layout-main {
  margin-bottom: 0;
}
@media only screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-layout-main {
    margin-bottom: 7.6rem;
  }
}
@media only screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-layout-main {
    margin-bottom: max(2.4rem + (1vw - 0.36rem) * (7.8431372549), 2.4rem);
  }
}
.lp-layout-main-body > *:last-child {
  margin-bottom: 0 !important;
}

.lp-layout-footer {
  font-size: 1.1rem;
}
.lp-layout-footer-content {
  margin-inline: auto;
  padding: 1.6rem 2rem;
}
.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.8rem 3.3rem;
  line-height: 1.3;
  text-align: center;
}
.lp-layout-footer-list > li {
  position: relative;
}
.lp-layout-footer-list > li::before {
  display: block;
  position: absolute;
  top: 50%;
  left: -1.6rem;
  width: 0.1rem;
  height: 1.3rem;
  transform: translateY(-50%);
  background-color: var(--lp-borderColor-primary);
  content: "";
}
.lp-theme-dark .lp-layout-footer-list > li::before {
  color: currentColor;
}
.lp-layout-footer-list > li a {
  color: currentColor;
  font-size: 1.1rem;
  text-decoration: none;
}
.lp-layout-footer-list > li:first-child::before {
  content: none;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-footer-list .lp-layout-footer-copyright {
    position: static;
    width: 100%;
  }
}

.lp-layout-grid {
  display: grid;
  margin-bottom: 4rem;
  gap: 2.4rem;
}
.lp-layout-grid.of-column-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1023px) {
  .lp-layout-grid.of-column-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.lp-layout-grid.of-column-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1023px) {
  .lp-layout-grid.of-column-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem 2rem;
  }
}
.lp-layout-grid-column > *:last-child {
  margin-bottom: 0 !important;
}

.lp-jumbotron {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron {
    margin-bottom: max(6.4rem + (1vw - 0.36rem) * (2.4132730015), 6.4rem);
  }
}
[data-script-enabled=true] .lp-jumbotron {
  margin-bottom: 0;
}
@media only screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-jumbotron {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-jumbotron {
    margin-bottom: max(6.4rem + (1vw - 0.36rem) * (2.4132730015), 6.4rem);
  }
}
[data-script-enabled=true] .lp-jumbotron.is-screen-hidden {
  display: none;
}
.lp-jumbotron-content > *:last-child {
  margin-bottom: 0 !important;
}
.lp-jumbotron-titleGroup {
  margin-bottom: 4rem;
  font-weight: normal;
  line-height: 1.3;
}
.lp-jumbotron-title {
  display: block;
  margin-bottom: 1.6rem;
  font-size: 5.6rem;
}
@media only screen and (max-width: 1920px) {
  .lp-jumbotron-title {
    font-size: calc(3.6rem + (1vw - 1.023rem) * (2.2296544036));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-title {
    font-size: max(2.4rem + (1vw - 0.36rem) * (1.8099547511), 2.4rem);
  }
}
@media only screen and (min-width: 1366px) and (max-height: 900px) {
  .lp-jumbotron-title {
    font-size: max(3.6rem + (1vh - 0.624rem) * (7.2463768116), 3.6rem);
  }
}
.lp-jumbotron-title.of-small {
  font-size: 3.4rem;
}
@media only screen and (max-width: 1920px) {
  .lp-jumbotron-title.of-small {
    font-size: calc(2.8rem + (1vw - 1.023rem) * (0.6688963211));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-title.of-small {
    font-size: max(2.4rem + (1vw - 0.36rem) * (0.6033182504), 2.4rem);
  }
}
@media only screen and (min-width: 1366px) and (max-height: 900px) {
  .lp-jumbotron-title.of-small {
    font-size: max(2.8rem + (1vh - 0.624rem) * (2.1739130435), 2.8rem);
  }
}
.lp-jumbotron-seriesGroup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-seriesGroup {
    flex-direction: column;
  }
}
.lp-jumbotron-seriesName {
  font-size: 2rem;
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-seriesName {
    font-size: 1.5rem;
  }
}
.lp-jumbotron-series {
  display: inline-block;
}

[data-script-enabled=true] .lp-section.is-screen-hidden {
  display: none;
}
.lp-section-content {
  display: grid;
  grid-template-rows: auto max-content;
  grid-template-columns: auto;
}
.lp-section-content > *:last-child {
  margin-bottom: 0 !important;
}

.lp-label {
  display: block;
  margin-bottom: 1.2rem;
  color: var(--lp-color-red);
  font-weight: bold;
  font-size: 2rem;
}
@media only screen and (max-width: 1023px) {
  .lp-label {
    font-size: 1.6rem;
  }
}
.lp-label.of-primary {
  padding: 0.3rem 1.2rem;
  border: 0.1rem solid currentColor;
  border-radius: 0.2rem;
  color: currentColor;
  font-weight: normal;
  font-size: 1.5rem;
  text-align: left;
}
@media only screen and (max-width: 1365px) {
  .lp-label.of-primary {
    font-size: 1.3rem;
  }
}
.lp-label-outer {
  flex-shrink: 0;
  max-width: 12rem;
}
.lp-label-outer > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1365px) {
  .lp-label-outer.of-primary {
    max-width: none;
  }
}

.lp-image {
  overflow: hidden;
  border-radius: 0.8rem;
}

.lp-media {
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 1365px) {
  .lp-media {
    display: flex;
    flex-direction: column-reverse;
    gap: 2.4rem;
  }
}
@media only screen and (max-width: 1023px) {
  .lp-media {
    max-width: 70rem;
    margin-inline: auto;
    gap: max(1rem + (1vw - 0.36rem) * (2.1116138763), 1rem);
  }
}
.lp-media-imageGroup {
  display: grid;
  position: fixed;
  top: 2rem;
  right: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  max-width: 33.3333vw;
  height: calc(100vh - 4rem);
  overflow: hidden;
  border-radius: 2rem;
  background-image: var(--lp-backgroundImage-primary);
}
@media only screen and (max-width: 1920px) {
  .lp-media-imageGroup {
    max-width: calc(32rem + (1vw - 1.365rem) * (57.6576576577));
  }
}
@media only screen and (max-width: 1365px) {
  .lp-media-imageGroup {
    position: static;
    max-width: none;
    height: 32rem;
  }
}
@media only screen and (max-width: 1023px) {
  .lp-media-imageGroup {
    height: max(19.7rem + (1vw - 0.36rem) * (18.5520361991), 19.7rem);
  }
}
@media only screen and (min-width: 1366px) {
  [data-script-enabled=true] .lp-media-imageGroup .lp-media-image[class*=of-animation-] {
    opacity: 0;
  }
}
[data-script-enabled=true] .lp-media-imageGroup.is-animated .lp-media-image.of-animation-primary {
  animation: imageFadeIn 0.4s forwards;
}
[data-script-enabled=true] .lp-media-imageGroup.is-animated .lp-media-image.of-animation-secondary {
  animation: imageFadeIn 1.2s forwards 0.8s;
}
[data-script-enabled=true] .lp-media-imageGroup.is-animated .lp-media-image.of-animation-tertiary {
  animation: imageFadeIn 1.2s forwards 1.8s;
}
.lp-media-image {
  display: grid;
  grid-row: 1/2;
  grid-column: 1/2;
  align-items: center;
  justify-content: center;
}
.lp-media-image img {
  height: 100%;
  max-height: 88rem;
  object-fit: cover;
}
@media only screen and (max-width: 1920px) {
  .lp-media-image img {
    max-height: calc(50rem + (1vw - 1.365rem) * (68.4684684685));
  }
}
@media only screen and (max-width: 1365px) {
  .lp-media-image img {
    max-height: 32rem;
    object-fit: contain;
  }
}
@media only screen and (max-width: 1023px) {
  .lp-media-image img {
    max-height: max(19.7rem + (1vw - 0.36rem) * (18.5520361991), 19.7rem);
  }
}

.lp-mediaFeature {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 4rem;
  gap: 0.8rem 2.4rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1023px) {
  .lp-mediaFeature {
    margin-bottom: 2.4rem;
  }
}
.lp-mediaFeature.of-flexDirection-rowReverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1023px) {
  .lp-mediaFeature.of-flexDirection-rowReverse {
    flex-direction: column-reverse;
  }
}
.lp-mediaFeature-body {
  max-width: 59.6rem;
}
.lp-mediaFeature-body > *:last-child {
  margin-bottom: 0 !important;
}
.lp-mediaFeature-body.of-primary {
  max-width: 43.2rem;
}
.lp-mediaFeature-body.of-secondary {
  max-width: 34.6rem;
}
@media only screen and (max-width: 1023px) {
  .lp-mediaFeature-body.of-secondary {
    max-width: none;
  }
}
.lp-mediaFeature-body.of-tertiary {
  max-width: none;
}
.lp-mediaFeature-title {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.6rem;
}
.lp-mediaFeature-title.of-primary {
  margin-bottom: 0.8rem;
}
.lp-mediaFeature.of-numbering {
  gap: 1.2rem;
}
.lp-mediaFeature.of-numbering .lp-mediaFeature-title {
  position: relative;
  padding-left: 4.4rem;
}
.lp-mediaFeature.of-numbering .lp-mediaFeature-title::before {
  display: block;
  position: absolute;
  top: -0.4rem;
  left: 0;
  padding: 0.5rem 0.7rem;
  border-radius: 0.4rem;
  background-color: var(--lp-color-blue);
  content: counter(number, decimal-leading-zero);
  color: var(--lp-color-white);
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
}
.lp-mediaFeature-imageGroup {
  display: flex;
  gap: 0.8rem;
}
.lp-mediaFeature-image > img {
  border-radius: 0.8rem;
}

.lp-mediaNavigation {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 2.4rem;
  gap: 0.8rem;
}
@media only screen and (max-width: 1365px) {
  .lp-mediaNavigation {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 900px) {
  .lp-mediaNavigation {
    flex-direction: row-reverse;
  }
}
.lp-mediaNavigation-body {
  flex-grow: 1;
}
.lp-mediaNavigation-body > *:last-child {
  margin-bottom: 0 !important;
}
.lp-mediaNavigation-text {
  text-align: center;
}
@media only screen and (max-width: 1365px) {
  .lp-mediaNavigation-text {
    text-align: left;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 900px) {
  .lp-mediaNavigation-text {
    text-align: left;
  }
}
.lp-mediaNavigation-image {
  flex-shrink: 0;
}
@media only screen and (max-width: 1365px) {
  .lp-mediaNavigation-image {
    max-width: 11rem;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 900px) {
  .lp-mediaNavigation-image {
    max-width: 11rem;
  }
}

.lp-cardNavigation {
  display: grid;
  position: relative;
  grid-template-rows: subgrid;
  grid-row: span 2;
  margin-bottom: 2.4rem;
  padding: 1.6rem 2.4rem 2.4rem;
  gap: 1.6rem;
  border: 0.1rem solid transparent;
  border-radius: 0.8rem;
  background-color: var(--lp-backgroundColor-primary);
  color: var(--lp-color-grey);
}
.lp-cardNavigation > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1365px) {
  .lp-cardNavigation {
    padding: 1.6rem;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 900px) {
  .lp-cardNavigation {
    padding: 1.6rem;
  }
}
.lp-cardNavigation:has(.lp-buttonNavigation:hover) {
  border: 0.1rem solid var(--lp-color-white);
  background-color: var(--lp-backgroundColor-secondary);
  box-shadow: 0rem 0rem 1.6rem rgba(var(--lp-shadowColor-primary-rgb), 0.231);
}
.lp-cardNavigation-outer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 4rem;
  gap: 2.4rem;
}
@media only screen and (max-width: 1365px) {
  .lp-cardNavigation-outer {
    margin-bottom: 2.4rem;
  }
}
@media only screen and (max-width: 1023px) {
  .lp-cardNavigation-outer {
    grid-template-columns: auto;
    max-width: 48rem;
    margin-inline: auto;
  }
}
.lp-cardNavigation-outer .lp-cardNavigation {
  margin-bottom: 0;
}
.lp-cardNavigation-header {
  align-self: center;
}
.lp-cardNavigation-header > *:last-child {
  margin-bottom: 0 !important;
}
.lp-cardNavigation-body > *:last-child {
  margin-bottom: 0 !important;
}

.lp-cardPanel {
  margin-bottom: 8rem;
}
[data-script-enabled=true] .lp-cardPanel {
  grid-row: 2/3;
  grid-column: 1/2;
  margin-bottom: 0;
}
@media only screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-cardPanel {
    grid-row: auto;
    grid-column: auto;
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-cardPanel {
    margin-bottom: 6.4rem;
  }
}
[data-script-enabled=true] .lp-cardPanel[aria-hidden=true] {
  display: block;
  visibility: hidden;
}

.lp-step {
  display: grid;
  justify-content: center;
  margin-bottom: 4rem;
  gap: 3.2rem;
  counter-reset: number;
}
@media only screen and (min-width: 1366px) and (max-height: 900px) {
  .lp-step {
    margin-bottom: max(2rem + (1vh - 0.624rem) * (7.2463768116), 2rem);
  }
}
.lp-step.of-column-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1023px) {
  .lp-step.of-column-3 {
    grid-template-columns: auto;
    gap: 5.2rem;
  }
}
.lp-step.of-column-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1023px) {
  .lp-step.of-column-4 {
    grid-template-columns: auto;
    gap: 5.2rem;
  }
}
.lp-step-column {
  counter-increment: number;
}
.lp-step-column > *:last-child {
  margin-bottom: 0 !important;
}
.lp-step.of-arrow .lp-step-column + .lp-step-column {
  position: relative;
}
.lp-step.of-arrow .lp-step-column + .lp-step-column::before, .lp-step.of-arrow .lp-step-column + .lp-step-column::after {
  display: block;
  position: absolute;
  left: -2.2rem;
  width: 1.3rem;
  height: 0.3rem;
  border-radius: 0.8rem;
  background: currentColor;
  content: "";
}
@media only screen and (max-width: 1023px) {
  .lp-step.of-arrow .lp-step-column + .lp-step-column::before, .lp-step.of-arrow .lp-step-column + .lp-step-column::after {
    width: 2.2rem;
    height: 0.6rem;
  }
}
.lp-step.of-arrow .lp-step-column + .lp-step-column::before {
  top: calc(50% - 0.55rem);
  transform: rotate(45deg);
}
@media only screen and (max-width: 1023px) {
  .lp-step.of-arrow .lp-step-column + .lp-step-column::before {
    top: -2.8rem;
    left: calc(50% - 0.5rem);
    transform: rotate(-45deg);
  }
}
.lp-step.of-arrow .lp-step-column + .lp-step-column::after {
  bottom: calc(50% - 0.55rem);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 1023px) {
  .lp-step.of-arrow .lp-step-column + .lp-step-column::after {
    top: -2.8rem;
    right: calc(50% - 0.5rem);
    bottom: auto;
    left: auto;
    transform: rotate(45deg);
  }
}
.lp-step.of-arrow.of-primary .lp-step-column + .lp-step-column::before, .lp-step.of-arrow.of-primary .lp-step-column + .lp-step-column::after {
  content: none;
}
.lp-step.of-arrow.of-primary .lp-step-column + .lp-step-column .lp-mediaFeature-image {
  position: relative;
}
.lp-step.of-arrow.of-primary .lp-step-column + .lp-step-column .lp-mediaFeature-image::before, .lp-step.of-arrow.of-primary .lp-step-column + .lp-step-column .lp-mediaFeature-image::after {
  display: block;
  position: absolute;
  left: -2.2rem;
  width: 1.3rem;
  height: 0.3rem;
  border-radius: 0.8rem;
  background: currentColor;
  content: "";
}
@media only screen and (max-width: 1023px) {
  .lp-step.of-arrow.of-primary .lp-step-column + .lp-step-column .lp-mediaFeature-image::before, .lp-step.of-arrow.of-primary .lp-step-column + .lp-step-column .lp-mediaFeature-image::after {
    width: 2.2rem;
    height: 0.6rem;
  }
}
.lp-step.of-arrow.of-primary .lp-step-column + .lp-step-column .lp-mediaFeature-image::before {
  top: calc(50% - 0.55rem);
  transform: rotate(45deg);
}
@media only screen and (max-width: 1023px) {
  .lp-step.of-arrow.of-primary .lp-step-column + .lp-step-column .lp-mediaFeature-image::before {
    top: -2.8rem;
    left: calc(50% - 0.5rem);
    transform: rotate(-45deg);
  }
}
.lp-step.of-arrow.of-primary .lp-step-column + .lp-step-column .lp-mediaFeature-image::after {
  bottom: calc(50% - 0.55rem);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 1023px) {
  .lp-step.of-arrow.of-primary .lp-step-column + .lp-step-column .lp-mediaFeature-image::after {
    top: -2.8rem;
    right: calc(50% - 0.5rem);
    bottom: auto;
    left: auto;
    transform: rotate(45deg);
  }
}

.lp-stepFeature {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.lp-stepFeature-icon {
  width: 2.4rem;
  height: 1.7rem;
  fill: var(--lp-color-red);
}
@media only screen and (max-width: 1023px) {
  .lp-stepFeature-icon {
    width: max(1.3rem + (1vw - 0.36rem) * (1.6591251885), 1.3rem);
  }
}

.lp-headingLevel2 {
  display: block;
  flex-shrink: 0;
  max-width: 24rem;
  margin-bottom: 2.4rem;
  color: var(--lp-color-black);
  font-size: 2.8rem;
}
@media only screen and (max-width: 1023px) {
  .lp-headingLevel2 {
    font-size: max(1.8rem + (1vw - 0.36rem) * (1.5082956259), 1.8rem);
  }
}
@media only screen and (min-width: 1366px) and (max-height: 900px) {
  .lp-headingLevel2 {
    font-size: max(2.4rem + (1vh - 0.624rem) * (1.4492753623), 2.4rem);
  }
}
.lp-theme-dark .lp-headingLevel2 {
  color: currentColor;
}
.lp-headingLevel2.of-primary {
  max-width: none;
  color: var(--lp-color-grey);
  font-weight: normal;
}
.lp-headingLevel2-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
  gap: 2.4rem;
}
.lp-headingLevel2-group > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1365px) {
  .lp-headingLevel2-group {
    margin-bottom: 2.4rem;
  }
}
@media only screen and (max-width: 1023px) {
  .lp-headingLevel2-group {
    flex-direction: column;
    margin-bottom: 1.6rem;
    gap: 0.8rem;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 900px) {
  .lp-headingLevel2-group {
    margin-bottom: max(2rem + (1vh - 0.624rem) * (7.2463768116), 2rem);
  }
}
.lp-headingLevel2-group .lp-headingLevel2 {
  margin-bottom: 0;
}
.lp-headingLevel2-subtitle {
  display: block;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1023px) {
  .lp-headingLevel2-subtitle {
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 900px) {
  .lp-headingLevel2-subtitle {
    font-size: max(1.8rem + (1vh - 0.624rem) * (1.4492753623), 1.8rem);
  }
}
.lp-headingLevel2-subtitle.of-border {
  padding-left: 2.4rem;
  border-left: 0.1rem solid var(--lp-borderColor-secondary);
}
@media only screen and (max-width: 1023px) {
  .lp-headingLevel2-subtitle.of-border {
    padding-top: 0.8rem;
    padding-left: 0;
    border-top: 0.1rem solid var(--lp-borderColor-secondary);
    border-left: none;
  }
}

.lp-listButton {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 1023px) {
  .lp-listButton {
    margin-bottom: 4rem;
  }
}
.lp-listButton.of-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.4rem 1.6rem;
}
@media only screen and (max-width: 1365px) {
  .lp-listButton.of-flex {
    gap: 2.4rem 0.8rem;
  }
}
.lp-listButton.of-justifyContent-center {
  justify-content: center;
}
.lp-listButton-outer > *:last-child {
  margin-bottom: 0 !important;
}

.lp-listAnnotation {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.4rem;
  gap: 1.2rem;
  font-size: 1.3rem;
}

.lp-buttonNavigation {
  display: block;
  max-width: 100%;
  max-width: 24rem;
  margin: 0 auto 1.6rem;
  border-radius: 2rem;
  background-color: var(--lp-color-blue);
  color: #fff;
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 1365px) {
  .lp-buttonNavigation {
    font-size: 1.6rem;
    pointer-events: none;
  }
}
.lp-buttonNavigation::after {
  position: absolute;
  inset: -0.1rem;
  border-radius: 0.8rem;
  content: "";
}
@media only screen and (max-width: 1365px) {
  .lp-buttonNavigation::after {
    content: none;
  }
}
.lp-buttonNavigation-body {
  display: block;
  padding: 0.6rem 2rem;
}
@media only screen and (max-width: 1365px) {
  .lp-buttonNavigation-body {
    padding: 0.9rem 2rem 0.8rem;
  }
}
.lp-buttonNavigation-text {
  display: inline-block;
  position: relative;
  padding-left: 1.6rem;
}
@media only screen and (max-width: 1365px) {
  .lp-buttonNavigation-text {
    padding-left: 0;
  }
}
.lp-buttonNavigation-text::before, .lp-buttonNavigation-text::after {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 0.8rem;
  height: 0.3rem;
  border-radius: 0.8rem;
  background: currentColor;
  content: "";
}
@media only screen and (max-width: 1365px) {
  .lp-buttonNavigation-text::before, .lp-buttonNavigation-text::after {
    content: none;
  }
}
.lp-buttonNavigation-text::before {
  top: calc(50% - 0.35rem);
  transform: rotate(45deg);
}
.lp-buttonNavigation-text::after {
  bottom: calc(50% - 0.35rem);
  transform: rotate(-45deg);
}

.lp-navigationTab {
  display: none;
  grid-row: 1/2;
  grid-column: 1/2;
  margin-bottom: 4rem;
  text-align: center;
}
[data-script-enabled=true] .lp-navigationTab {
  display: block;
}
@media only screen and (min-width: 1366px) and (max-height: 900px) {
  .lp-navigationTab {
    margin-bottom: max(2rem + (1vh - 0.624rem) * (7.2463768116), 2rem);
  }
}
.lp-navigationTab-content {
  display: inline grid;
  grid-template-columns: 1fr 3fr;
  border-radius: 3.6rem;
  background-color: var(--lp-backgroundColor-tertiary);
}
.lp-navigationTab-list {
  display: inline grid;
  position: relative;
  grid-template-columns: repeat(3, minmax(0, var(--lp-tabButton-width)));
  align-items: center;
  margin-inline: auto;
  padding: 0.8rem;
  border-radius: 3.6rem;
  background-color: var(--lp-backgroundColor-tertiary);
}
@media only screen and (min-width: 1366px) and (max-height: 900px) {
  .lp-navigationTab-list {
    padding: max(0.6rem + (1vh - 0.624rem) * (0.7246376812), 0.6rem);
  }
}
.lp-navigationTab-list::before {
  display: block;
  position: absolute;
  left: 0.8rem;
  width: calc((100% - 1.6rem) / 3);
  height: calc(100% - 1.6rem);
  border-radius: 3.6rem;
  background-color: var(--lp-color-blue);
  content: "";
  transition: background-color 0.6s, left 0.3s;
}
.lp-navigationTab-list[data-current-index="1"]::before {
  left: calc((100% - 1.6rem) / 3 + 0.8rem);
}
.lp-navigationTab-list[data-current-index="2"]::before {
  left: calc((100% - 1.6rem) / 3 * 2 + 0.8rem);
}
.lp-navigationTab-list > li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.lp-navigationTab-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.8rem 2.4rem;
  color: var(--lp-color-grey);
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
}
@media only screen and (min-width: 1366px) and (max-height: 900px) {
  .lp-navigationTab-button {
    padding: max(0.6rem + (1vh - 0.624rem) * (0.7246376812), 0.6rem) 2rem;
  }
}
.lp-navigationTab-button.is-tab-current {
  color: var(--lp-color-white);
  transition: 0.4s;
}
.lp-navigationTab-button:not(.is-tab-current):hover .lp-navigationTab-buttonText {
  text-decoration: underline;
  text-decoration-thickness: 0.2rem;
  text-underline-offset: 0.3rem;
}
.lp-navigationTab-buttonText {
  display: inline-block;
  position: relative;
  padding-left: 1.6rem;
}
.lp-navigationTab-buttonText::before, .lp-navigationTab-buttonText::after {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 0.8rem;
  height: 0.3rem;
  border-radius: 0.8rem;
  background: currentColor;
  content: "";
}
.lp-navigationTab-buttonText::before {
  top: calc(50% - 0.4rem);
  transform: rotate(45deg);
}
.lp-navigationTab-buttonText::after {
  bottom: calc(50% - 0.4rem);
  transform: rotate(-45deg);
}

.lp-textPhoneLink {
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  text-align: center;
}
.lp-textPhoneLink > *:last-child {
  margin-bottom: 0 !important;
}
.lp-textPhoneLink-numberGroup {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.lp-textPhoneLink-number {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.2;
}
.lp-textPhoneLink-number > a {
  cursor: default;
}
.lp-textPhoneLink .AutoPhoneCall {
  color: currentColor;
  text-decoration: none;
}
.lp-textPhoneLink .lp-icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: -0.4rem;
  fill: currentColor;
  vertical-align: middle;
}

.lp-dialog {
  margin-bottom: 4rem;
  border: none;
  border-radius: 0.8rem;
  background-color: var(--lp-color-white);
  color: var(--lp-color-grey);
}
:root:not([data-script-enabled]) .lp-dialog {
  display: block;
  position: static;
}
[data-script-enabled=true] .lp-dialog {
  margin: auto;
}
.lp-dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}
.lp-dialog-outer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4rem;
  gap: 4rem;
}
:root:not([data-script-enabled]) .lp-dialog-outer > *:last-child {
  margin-bottom: 0 !important;
}
.lp-dialog-content {
  overflow: auto;
  scrollbar-gutter: stable;
}
.lp-dialog-content > *:last-child {
  margin-bottom: 0 !important;
}
[data-script-enabled=true] .lp-dialog-content {
  max-width: min(100vw - 4rem, 96rem);
  max-height: calc(100dvh - 4rem);
}
.lp-dialog-inner {
  position: relative;
  padding: 6.4rem 4rem 4rem;
  overscroll-behavior: contain;
}
.lp-dialog-inner > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .lp-dialog-inner {
    padding: max(5.6rem + (1vw - 0.36rem) * (1.2066365008), 5.6rem) max(2rem + (1vw - 0.36rem) * (3.0165912519), 2rem) max(2rem + (1vw - 0.36rem) * (3.0165912519), 2rem);
  }
}
.lp-dialog-body > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .lp-dialog-body {
    max-width: 42.8rem;
  }
}
.lp-dialog-button {
  color: currentColor;
}
:root:not([data-script-enabled]) .lp-dialog-button {
  cursor: inherit;
}
.lp-dialog-buttonContent {
  display: flex;
  align-items: center;
  padding: 0.8rem 0.8rem 0.8rem 2.4rem;
  gap: 4rem;
}
.lp-dialog-buttonContent > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1365px) {
  .lp-dialog-buttonContent {
    padding: 1.6rem 1.6rem 1.6rem 2.4rem;
    gap: 2.4rem;
  }
}
.lp-dialog-buttonTextGroup {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media only screen and (max-width: 1365px) {
  .lp-dialog-buttonTextGroup {
    flex-direction: column;
    align-items: flex-start;
  }
}
.lp-dialog-buttonText {
  font-size: 1.6rem;
}
@media only screen and (max-width: 1365px) {
  .lp-dialog-buttonText {
    font-size: 1.5rem;
    text-align: left;
  }
}
.lp-dialog-buttonCloseText {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  clip-path: inset(100%);
}
.lp-dialog-buttonIconOuter {
  display: block;
  position: relative;
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  border-radius: 50%;
  background-image: var(--lp-modalButton-default);
  box-shadow: 0rem 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
:root:not([data-script-enabled]) .lp-dialog-buttonIconOuter {
  display: none;
}
.lp-dialog-buttonIconOuter::before {
  position: absolute;
  inset: 0;
  background-image: var(--lp-modalButton-hover);
  content: "";
  opacity: 0;
  transition: opacity 0.3s;
}
.lp-dialog-button:hover .lp-dialog-buttonIconOuter::before {
  opacity: 1;
}
.lp-dialog-buttonIcon {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.lp-dialog-buttonIcon::before, .lp-dialog-buttonIcon::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.3rem;
  height: 1.4rem;
  background-color: var(--lp-iconColor-secondary);
  content: "";
}
.lp-dialog-buttonIcon::before {
  transform: translate(-50%, -50%);
}
.lp-dialog-buttonIcon::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.lp-dialog-button.of-open {
  border-radius: 2.8rem;
  background-color: var(--lp-color-blue);
  box-shadow: 0rem 0.8rem 1.6rem rgba(0, 79, 169, 0.3);
  color: var(--lp-color-white);
  transition: background-color 0.3s;
}
@media only screen and (max-width: 1365px) {
  .lp-dialog-button.of-open {
    border-radius: 0.8rem;
  }
}
@media only screen and (max-width: 1023px) {
  .lp-dialog-button.of-open {
    max-width: 48rem;
  }
}
[data-script-enabled] .lp-dialog-button.of-open:hover {
  background-color: var(--lp-color-darkBlue);
  box-shadow: none;
}
.lp-dialog-button.of-close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
}
.lp-dialog-button.of-close .lp-dialog-buttonIcon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.lp-dialog-button.of-close .lp-dialog-buttonIcon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.lp-utility-line-break {
  display: block;
}
.lp-utility-textAlign-center {
  text-align: center;
}
.lp-utility-lastChild {
  margin-bottom: 0;
}
.lp-utility-display-none {
  display: none;
}

@media only screen and (min-width: 1366px) {
  .lp-largeScreen-hidden {
    display: none !important;
  }
}

@media only screen and (max-width: 1365px) {
  .lp-smallScreen-hidden {
    display: none !important;
  }
  .lp-smallScreen-lastChild {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .lp-extraSmallScreen-textAlign-center {
    text-align: center;
  }
}
