* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

.theme-KJ {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
.theme-KJ body {
  min-width: 320px;
  background: #fff;
  color: #333;
  font-size: 1.6rem;
  font-family: source-han-sans-japanese, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: anywhere;
}

main {
  display: block;
}

p {
  margin-bottom: 16px;
}

ul,
ol {
  list-style: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-size: 1em;
  font-family: monospace;
}

a {
  background-color: transparent;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
          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-size: 1em;
  font-family: monospace;
}

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-size: 100%;
  line-height: inherit;
  font-family: 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;
}

video {
  display: block;
  max-width: 100%;
}

:root {
  --LP_COLOR_BASE_BLACK: #333;
  --LP_COLOR_BASE_WHITE: #fff;
  --LP_COLOR_BASE_WHITE_RGB: 255 255 255;
  --LP_COLOR_BLACK: #000;
  --LP_COLOR_BLACK_RGB: 0 0 0;
  --LP_COLOR_BLUE: #000841;
  --LP_COLOR_BACKGROUND_DARKBLUE: #0c1735;
  --LP_COLOR_BACKGROUND_BLUE: #0c2e85;
  --LP_BUTTON_COLOR_RGB: 0 16 127;
  --LP_HOVER_COLOR: rgba(0 8 65 / 75%);
  --LP_BUTTON_SHADOW: inset 0rem 0.3rem 0.6rem rgba(255 255 255 / 30%), 1rem 1rem 3rem rgba(43 83 216 / 75%);
  --LP-HOVER_SHADOW: inset 0rem 0.3rem 0.6rem rgba(255 255 255 / 30%), 1rem 1rem 3rem rgba(0 35 152 / 75%);
  --LP_FONT_WEIGHT_BOLD: bold;
  --LP_FONT_WEIGHT_REGULAR: normal;
  --LP_TEXT_SHADOW: 0rem 0rem 0.4rem var(--LP_COLOR_BLUE);
}

@property --start {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
@property --spread {
  syntax: "<number>";
  inherits: true;
  initial-value: 60;
}
@property --blur {
  syntax: "<number>";
  inherits: true;
  initial-value: 20;
}
@property --opacity {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 192rem;
  margin-inline: auto;
  padding: 3.2rem 4rem 2.1rem;
  gap: 2.4rem;
}
.lp-layout-header-content > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1023px) {
  .lp-layout-header-content {
    justify-content: center;
    padding: 2.4rem 2rem;
  }
}
.lp-layout-header-logo {
  flex-shrink: 0;
  margin-bottom: 0;
}
.lp-layout-header-logo > a {
  display: block;
  line-height: 1;
}
.lp-layout-header-logo img {
  width: 12rem;
}
@media screen and (max-width: 1023px) {
  .lp-layout-header-logo img {
    width: 9rem;
  }
}
.lp-layout-header-utilityGroup > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1023px) {
  .lp-layout-header-utilityGroup {
    display: none;
  }
}

.lp-layout-footer-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 143.2rem;
  margin-inline: auto;
  padding: 2rem 4rem 2.4rem;
  gap: 1.2rem 2.5rem;
}
.lp-layout-footer-content > *:last-child {
  margin-bottom: 0 !important;
}
.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.5rem;
  font-size: 1.2rem;
}
.lp-layout-footer-list li {
  position: relative;
}
.lp-layout-footer-list li::before {
  display: block;
  position: absolute;
  top: 50%;
  right: -1.2rem;
  width: 0.1rem;
  height: 1.6rem;
  transform: translateY(-50%);
  background-color: var(--LP_COLOR_BASE_WHITE);
  content: "";
}
@media screen and (max-width: 1023px) {
  .lp-layout-footer-list li:last-child::before {
    content: none;
  }
}
.lp-layout-footer-list a {
  color: var(--LP_COLOR_BASE_WHITE);
  text-decoration: none;
}
.lp-layout-footer-copyright {
  font-size: 1.1rem;
}
@media screen and (max-width: 1023px) {
  .lp-layout-footer-copyright {
    width: 100%;
    text-align: center;
  }
}

.lp-layout-container {
  background-color: var(--LP_COLOR_BASE_WHITE);
  color: var(--LP_COLOR_BASE_BLACK);
  font-size: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .lp-layout-container {
    font-size: 1.4rem;
  }
}
.lp-layout-container.of-backgroundColor-primary {
  z-index: 10;
  position: relative;
  background-color: #00062a;
  box-shadow: 0rem 0.3rem 0.6rem rgba(var(--LP_COLOR_BASE_BLACK_RGB)/16%);
  color: var(--LP_COLOR_BASE_WHITE);
}
.lp-layout-container.of-backgroundColor-primary::before {
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100dvh;
  inset: 0;
  background-image: radial-gradient(closest-side at 50% 50%, #003aaf 0%, #00062a 100%);
  content: "";
}
.lp-layout-container.of-backgroundColor-secondary {
  background-image: radial-gradient(closest-side at 50% 36%, #2c64dc 0%, #14366c 100%);
  color: var(--LP_COLOR_BASE_WHITE);
}
@media screen and (max-width: 1023px) {
  .lp-layout-container.of-backgroundColor-secondary {
    background-image: radial-gradient(closest-side at 50% 17%, #2c64dc 0%, #14366c 100%);
  }
}
.lp-layout-container.of-primary {
  border-radius: 5.2rem 5.2rem 0 0;
}
@media screen and (max-width: 1023px) {
  .lp-layout-container.of-primary {
    border-radius: 3.2rem 3.2rem 0 0;
  }
}

.lp-layout-grid {
  display: grid;
  grid-template-rows: repeat(14, minmax(3.5rem, auto));
  grid-template-columns: repeat(24, 1fr);
  gap: 1.5rem 1.6rem;
  counter-reset: number;
}
@media screen and (max-width: 1599px) {
  .lp-layout-grid {
    grid-template-rows: repeat(14, minmax(calc(2rem + (1vw - 1.024rem) * (2.6041666667)), auto));
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.lp-layout-grid-column {
  z-index: 0;
  counter-increment: number;
}
.lp-layout-grid-column > *:last-child {
  margin-bottom: 0 !important;
}
.lp-layout-grid-column.of-column-primary {
  grid-row: 4/7;
  grid-column: 2/10;
}
@media screen and (max-width: 1023px) {
  .lp-layout-grid-column.of-column-primary {
    grid-row: 2/3;
    grid-column: auto;
  }
}
.lp-layout-grid-column.of-column-secondary {
  grid-row: 10/13;
  grid-column: 1/9;
}
@media screen and (max-width: 1023px) {
  .lp-layout-grid-column.of-column-secondary {
    grid-row: 3/4;
    grid-column: auto;
  }
}
.lp-layout-grid-column.of-column-tertiary {
  grid-row: 11/14;
  grid-column: -10/-2;
}
@media screen and (max-width: 1023px) {
  .lp-layout-grid-column.of-column-tertiary {
    grid-row: 4/5;
    grid-column: auto;
  }
}
.lp-layout-grid-column.of-column-quaternary {
  grid-row: 1/-1;
  grid-column: 9/21;
}
@media screen and (max-width: 1023px) {
  .lp-layout-grid-column.of-column-quaternary {
    grid-row: 1/2;
    grid-column: auto;
  }
}

.lp-jumbotron-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  max-width: 168.8rem;
  margin-inline: auto;
  padding: 0 4rem 8rem;
  gap: 4rem;
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-content {
    flex-direction: column-reverse;
    padding: 1.6rem calc(2rem + (1vw - 0.36rem) * (21.0843373494)) 5rem;
    gap: 0.4rem;
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-content {
    padding: 1.6rem 2rem 5rem;
  }
}
.lp-jumbotron-body {
  flex: 1;
}
.lp-jumbotron-body > *:last-child {
  margin-bottom: 0 !important;
}
.lp-jumbotron-titleGroup {
  z-index: 1;
  position: relative;
  margin-bottom: 4rem;
}
.lp-jumbotron-titleGroup > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: calc(3.6rem + (1vw - 0.36rem) * (0.6024096386));
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: 3.6rem;
  }
}
.lp-jumbotron-title {
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(105deg, #ff8600, #ffd000);
          background-clip: text;
  font-size: 9.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 1599px) {
  .lp-jumbotron-title {
    font-size: calc(4.7rem + (1vw - 0.36rem) * (3.9516129032));
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-title {
    font-size: 4.7rem;
  }
}
.lp-jumbotron-title::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: attr(data-text);
  color: transparent;
  text-shadow: var(--LP_TEXT_SHADOW);
}
.lp-jumbotron-subtitle {
  display: block;
  margin-bottom: 5.6rem;
  font-size: 4.8rem;
  text-shadow: var(--LP_TEXT_SHADOW);
}
@media screen and (max-width: 1599px) {
  .lp-jumbotron-subtitle {
    margin-bottom: calc(3.6rem + (1vw - 0.36rem) * (1.6129032258));
    font-size: calc(3.2rem + (1vw - 1.024rem) * (2.7777777778));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-subtitle {
    font-size: calc(2rem + (1vw - 0.36rem) * (1.8072289157));
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-subtitle {
    margin-bottom: 3.6rem;
    font-size: 2rem;
  }
}
.lp-jumbotron-seriesGroup {
  display: flex;
  align-items: center;
  margin-bottom: 2.4rem;
  gap: 1.6rem;
}
.lp-jumbotron-seriesGroup > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-seriesGroup {
    justify-content: center;
    gap: calc(0.8rem + (1vw - 0.36rem) * (1.2048192771));
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-seriesGroup {
    gap: 0.8rem;
  }
}
.lp-jumbotron-series {
  display: block;
  font-weight: var(--LP_FONT_WEIGHT_REGULAR);
  font-size: 2.4rem;
  line-height: 1.3;
  text-shadow: var(--LP_TEXT_SHADOW);
}
@media screen and (max-width: 1599px) {
  .lp-jumbotron-series {
    font-size: calc(1.4rem + (1vw - 0.36rem) * (0.8064516129));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-series {
    text-align: left;
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-series {
    font-size: 1.4rem;
  }
}
.lp-jumbotron-seriesName {
  display: block;
  font-size: 3rem;
}
@media screen and (max-width: 1599px) {
  .lp-jumbotron-seriesName {
    font-size: calc(1.8rem + (1vw - 0.36rem) * (0.9677419355));
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-seriesName {
    font-size: 1.8rem;
  }
}
.lp-jumbotron-seriesName em {
  font-size: 5.2rem;
  line-height: 1.1;
}
@media screen and (max-width: 1599px) {
  .lp-jumbotron-seriesName em {
    font-size: calc(3.2rem + (1vw - 0.36rem) * (1.6129032258));
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-seriesName em {
    font-size: 3.2rem;
  }
}
.lp-jumbotron-image > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1599px) {
  .lp-jumbotron-image {
    max-width: calc(40rem + (1vw - 1.024rem) * (66.3194444444));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-image {
    max-width: calc(20.5rem + (1vw - 0.36rem) * (29.3674698795));
  }
}

.lp-section-content {
  max-width: 168.8rem;
  margin-inline: auto;
  padding: 8rem 4rem;
}
.lp-section-content > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1023px) {
  .lp-section-content {
    padding: 5rem calc(2rem + (1vw - 0.36rem) * (21.0843373494));
  }
}
@media screen and (max-width: 360px) {
  .lp-section-content {
    padding: 5rem 2rem;
  }
}
.lp-section-inner {
  max-width: 135.2rem;
  margin-inline: auto;
}
.lp-section-inner > *:last-child {
  margin-bottom: 0 !important;
}
.lp-section.of-primary .lp-section-content {
  padding: 8rem 4rem 16rem;
}
@media screen and (max-width: 1023px) {
  .lp-section.of-primary .lp-section-content {
    padding: 5rem calc(2rem + (1vw - 0.36rem) * (3.0120481928)) 10rem;
  }
}
@media screen and (max-width: 768px) {
  .lp-section.of-primary .lp-section-content {
    padding: 5rem calc(2rem + (1vw - 0.36rem) * (21.0843373494)) 10rem;
  }
}
@media screen and (max-width: 360px) {
  .lp-section.of-primary .lp-section-content {
    padding: 5rem 2rem 10rem;
  }
}
.lp-section.of-secondary .lp-section-content {
  padding: 6rem 4rem;
}
@media screen and (max-width: 1023px) {
  .lp-section.of-secondary .lp-section-content {
    padding: 4rem calc(2rem + (1vw - 0.36rem) * (21.0843373494));
  }
}
@media screen and (max-width: 360px) {
  .lp-section.of-secondary .lp-section-content {
    padding: 4rem 2rem;
  }
}
.lp-section.of-tertiary .lp-section-content {
  padding: 2rem 4rem;
}
@media screen and (max-width: 1023px) {
  .lp-section.of-tertiary .lp-section-content {
    padding: 4rem calc(2rem + (1vw - 0.36rem) * (21.0843373494));
  }
}
@media screen and (max-width: 360px) {
  .lp-section.of-tertiary .lp-section-content {
    padding: 4rem 2rem 2rem;
  }
}

.lp-button {
  display: inline-block;
  min-width: 28rem;
  padding: 1.5rem;
  border: 0.1rem solid var(--LP_COLOR_BLUE);
  border-radius: 0.4rem;
  background-color: rgba(var(--LP_BUTTON_COLOR_RGB)/60%);
  box-shadow: var(--LP_BUTTON_SHADOW);
  color: var(--LP_COLOR_BASE_WHITE);
  text-align: center;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: background-color, border-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-backdrop-filter: blur(3rem);
          backdrop-filter: blur(3rem);
}
.lp-button:hover, .lp-button:active, .lp-button:focus {
  border-color: #00062d;
  background-color: var(--LP_HOVER_COLOR);
  box-shadow: var(--LP-HOVER_SHADOW);
}
@media screen and (max-width: 1599px) {
  .lp-button {
    min-width: calc(23rem + (1vw - 1.024rem) * (8.6805555556));
  }
}
@media screen and (max-width: 1023px) {
  .lp-button {
    min-width: 23rem;
    padding: 1.2rem;
  }
}
.lp-button-body > *:last-child {
  margin-bottom: 0 !important;
}
.lp-button-text {
  font-size: 1.8rem;
}
@media screen and (max-width: 1023px) {
  .lp-button-text {
    font-size: 1.6rem;
  }
}

.lp-buttonEngagement {
  display: inline-block;
  width: 100%;
  border: 0.1rem solid var(--LP_COLOR_BLUE);
  border-radius: 0.4rem;
  background-color: rgba(var(--LP_BUTTON_COLOR_RGB)/80%);
  box-shadow: var(--LP_BUTTON_SHADOW);
  color: var(--LP_COLOR_BASE_WHITE);
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: background-color, border-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-backdrop-filter: blur(3rem);
          backdrop-filter: blur(3rem);
}
.lp-buttonEngagement:hover, .lp-buttonEngagement:active, .lp-buttonEngagement:focus {
  border-color: #00062d;
  background-color: var(--LP_HOVER_COLOR);
  box-shadow: var(--LP-HOVER_SHADOW);
}
.lp-buttonEngagement-body {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 5.4rem;
  gap: 4rem;
}
@media screen and (max-width: 1599px) {
  .lp-buttonEngagement-body {
    padding: 1.6rem calc(1.6rem + (1vw - 1.024rem) * (6.5972222222));
    gap: calc(2rem + (1vw - 1.024rem) * (3.4722222222));
  }
}
@media screen and (max-width: 1023px) {
  .lp-buttonEngagement-body {
    padding: 1.6rem;
    gap: 1.6rem;
  }
}
@media screen and (max-width: 360px) {
  .lp-buttonEngagement-body {
    gap: 1.6rem;
  }
}
.lp-buttonEngagement-textGroup {
  display: block;
  flex: 1;
  max-width: 27.2rem;
  text-align: center;
}
.lp-buttonEngagement-textGroup > *:last-child {
  margin-bottom: 0 !important;
}
.lp-buttonEngagement-textLead {
  display: block;
  margin-bottom: 0.8rem;
  padding: 0.4rem 2rem;
  border-radius: 0.4rem;
  background-color: rgba(var(--LP_COLOR_BASE_WHITE_RGB)/86%);
  color: #001188;
  font-size: 2.4rem;
  text-align: center;
  transition-duration: 0.2s;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 1599px) {
  .lp-buttonEngagement-textLead {
    font-size: calc(1.4rem + (1vw - 0.36rem) * (0.8064516129));
  }
}
@media screen and (max-width: 360px) {
  .lp-buttonEngagement-textLead {
    padding: 0.4rem 2.2rem;
    font-size: 1.4rem;
  }
}
.lp-buttonEngagement-image > *:last-child {
  margin-bottom: 0 !important;
}
.lp-buttonEngagement-text {
  display: inline-block;
  position: relative;
  font-size: 2.6rem;
}
@media screen and (max-width: 1599px) {
  .lp-buttonEngagement-text {
    font-size: calc(2rem + (1vw - 1.024rem) * (1.0416666667));
  }
}
@media screen and (max-width: 1023px) {
  .lp-buttonEngagement-text {
    font-size: calc(1.6rem + (1vw - 0.36rem) * (0.6024096386));
  }
}
@media screen and (max-width: 360px) {
  .lp-buttonEngagement-text {
    font-size: 1.6rem;
  }
}
.lp-buttonEngagement.of-download:hover, .lp-buttonEngagement.of-download:active, .lp-buttonEngagement.of-download:focus {
  border-color: #a80039;
  background-color: #cf002c;
  box-shadow: inset 0rem 0.6rem 1.3rem rgba(var(--LP_COLOR_BASE_WHITE_RGB)/45%), 1rem 1rem 3rem rgba(238, 74, 140, 0.75);
}
.lp-buttonEngagement.of-download .lp-buttonEngagement-body {
  justify-content: flex-end;
  padding: 4rem 5.4rem;
  gap: 3.6rem;
}
@media screen and (max-width: 1599px) {
  .lp-buttonEngagement.of-download .lp-buttonEngagement-body {
    padding: calc(2.4rem + (1vw - 1.024rem) * (2.7777777778)) calc(2rem + (1vw - 1.024rem) * (5.9027777778));
    gap: calc(2rem + (1vw - 1.024rem) * (2.0833333333));
  }
}
@media screen and (max-width: 1023px) {
  .lp-buttonEngagement.of-download .lp-buttonEngagement-body {
    padding: calc(1.4rem + (1vw - 0.36rem) * (1.5060240964)) calc(1.6rem + (1vw - 0.36rem) * (0.6024096386));
    gap: calc(0.6rem + (1vw - 0.36rem) * (2.1084337349));
  }
}
@media screen and (max-width: 360px) {
  .lp-buttonEngagement.of-download .lp-buttonEngagement-body {
    padding: 1.4rem 1.6rem;
    gap: 0.6rem;
  }
}
.lp-buttonEngagement.of-download .lp-buttonEngagement-text {
  padding-left: 5rem;
}
@media screen and (max-width: 1599px) {
  .lp-buttonEngagement.of-download .lp-buttonEngagement-text {
    padding-left: calc(2.8rem + (1vw - 0.36rem) * (1.7741935484));
  }
}
@media screen and (max-width: 360px) {
  .lp-buttonEngagement.of-download .lp-buttonEngagement-text {
    padding-left: 2.8rem;
  }
}
.lp-buttonEngagement.of-download .lp-buttonEngagement-text::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 3.4rem;
  height: 3.2rem;
  transform: translateY(-50%);
  background: url("../../../../img/products/vl-800/177986001/177986001_icon_img_01.png") no-repeat center center;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 1599px) {
  .lp-buttonEngagement.of-download .lp-buttonEngagement-text::before {
    width: calc(2rem + (1vw - 0.36rem) * (1.1290322581));
    height: calc(2rem + (1vw - 0.36rem) * (0.9677419355));
  }
}
@media screen and (max-width: 360px) {
  .lp-buttonEngagement.of-download .lp-buttonEngagement-text::before {
    width: 2rem;
    height: 2rem;
  }
}
.lp-buttonEngagement.of-download .lp-buttonEngagement-image {
  flex-shrink: 0;
  max-width: 10.6rem;
  margin: -5.5rem 0;
}
@media screen and (max-width: 1599px) {
  .lp-buttonEngagement.of-download .lp-buttonEngagement-image {
    max-width: calc(4.5rem + (1vw - 0.36rem) * (4.9193548387));
  }
}
@media screen and (max-width: 360px) {
  .lp-buttonEngagement.of-download .lp-buttonEngagement-image {
    max-width: 4.5rem;
    margin: -2rem 0;
  }
}
.lp-buttonEngagement.of-demo:hover, .lp-buttonEngagement.of-demo:active, .lp-buttonEngagement.of-demo:focus {
  border-color: #005c74;
  background-color: #00718d;
  box-shadow: inset 0rem 0.6rem 1.3rem rgba(var(--LP_COLOR_BASE_WHITE_RGB)/45%), 1rem 1rem 3rem rgba(51, 153, 178, 0.7490196078);
}
.lp-buttonEngagement.of-demo:hover .lp-buttonEngagement-textLead, .lp-buttonEngagement.of-demo:active .lp-buttonEngagement-textLead, .lp-buttonEngagement.of-demo:focus .lp-buttonEngagement-textLead {
  color: #13778f;
}
@media screen and (max-width: 1023px) {
  .lp-buttonEngagement.of-demo .lp-buttonEngagement-body {
    padding: calc(1.2rem + (1vw - 0.36rem) * (0.6024096386));
    gap: calc(1.6rem + (1vw - 0.36rem) * (0.6024096386));
  }
}
@media screen and (max-width: 360px) {
  .lp-buttonEngagement.of-demo .lp-buttonEngagement-body {
    padding: 1.2rem;
    gap: 1.6rem;
  }
}
.lp-buttonEngagement.of-demo .lp-buttonEngagement-text {
  padding-left: 4.3rem;
}
@media screen and (max-width: 1599px) {
  .lp-buttonEngagement.of-demo .lp-buttonEngagement-text {
    padding-left: calc(2.4rem + (1vw - 0.36rem) * (1.5322580645));
  }
}
@media screen and (max-width: 360px) {
  .lp-buttonEngagement.of-demo .lp-buttonEngagement-text {
    padding-left: 2.4rem;
  }
}
.lp-buttonEngagement.of-demo .lp-buttonEngagement-text::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.1rem;
  height: 2.1rem;
  transform: translateY(-50%);
  background-color: var(--LP_COLOR_BASE_WHITE);
  content: "";
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 1599px) {
  .lp-buttonEngagement.of-demo .lp-buttonEngagement-text::before {
    width: calc(1.3rem + (1vw - 0.36rem) * (0.7258064516));
    height: calc(1.3rem + (1vw - 0.36rem) * (0.7258064516));
  }
}
@media screen and (max-width: 360px) {
  .lp-buttonEngagement.of-demo .lp-buttonEngagement-text::before {
    width: 1.3rem;
    height: 1.3rem;
  }
}
@media screen and (max-width: 1023px) {
  .lp-buttonEngagement.of-demo .lp-buttonEngagement-image {
    max-width: calc(8.3rem + (1vw - 0.36rem) * (11.5963855422));
  }
}
@media screen and (max-width: 360px) {
  .lp-buttonEngagement.of-demo .lp-buttonEngagement-image {
    max-width: 8.3rem;
  }
}

.lp-card {
  margin-bottom: 2.4rem;
  border-radius: 0.8rem;
  background-color: var(--LP_COLOR_BACKGROUND_BLUE);
  color: var(--LP_COLOR_BASE_WHITE);
}
.lp-card[class*=of-cube-] {
  position: relative;
}
.lp-card[class*=of-cube-]::before {
  display: block;
  position: absolute;
  top: 0;
  width: 19rem;
  height: 16rem;
  transform: translateY(-50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  opacity: 0.8;
}
@media screen and (max-width: 1599px) {
  .lp-card[class*=of-cube-]::before {
    width: calc(12rem + (1vw - 1.024rem) * (12.1527777778));
    height: calc(9.6rem + (1vw - 1.024rem) * (10.4166666667));
  }
}
@media screen and (max-width: 1023px) {
  .lp-card[class*=of-cube-]::before {
    width: calc(7.8rem + (1vw - 0.36rem) * (6.3253012048));
    height: calc(6.4rem + (1vw - 0.36rem) * (4.8192771084));
  }
}
@media screen and (max-width: 360px) {
  .lp-card[class*=of-cube-]::before {
    width: 7.8rem;
    height: 6.4rem;
  }
}
.lp-card.of-cube-primary::before {
  right: 24.5rem;
  background-image: url("../../../../img/products/vl-800/177986001/177986001_bg_01.png");
}
@media screen and (max-width: 1599px) {
  .lp-card.of-cube-primary::before {
    right: calc(2rem + (1vw - 1.024rem) * (39.0625));
  }
}
@media screen and (max-width: 1023px) {
  .lp-card.of-cube-primary::before {
    right: 2rem;
  }
}
.lp-card.of-cube-secondary::before {
  left: 20.4rem;
  background-image: url("../../../../img/products/vl-800/177986001/177986001_bg_02.png");
}
@media screen and (max-width: 1599px) {
  .lp-card.of-cube-secondary::before {
    left: calc(2rem + (1vw - 1.024rem) * (31.9444444444));
  }
}
@media screen and (max-width: 1023px) {
  .lp-card.of-cube-secondary::before {
    left: 2rem;
  }
}
.lp-card.of-backgroundColor-primary {
  background-image: linear-gradient(270deg, var(--LP_COLOR_BACKGROUND_DARKBLUE) 0%, var(--LP_COLOR_BACKGROUND_BLUE) 100%);
}
.lp-card.of-backgroundColor-secondary {
  background-image: linear-gradient(90deg, var(--LP_COLOR_BACKGROUND_DARKBLUE) 0%, var(--LP_COLOR_BACKGROUND_BLUE) 100%);
}
.lp-card-content {
  padding: 8rem 12.8rem;
}
.lp-card-content > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1599px) {
  .lp-card-content {
    padding: calc(6rem + (1vw - 1.024rem) * (3.4722222222)) calc(2rem + (1vw - 1.024rem) * (18.75));
  }
}
@media screen and (max-width: 1023px) {
  .lp-card-content {
    padding: 3.2rem calc(2rem + (1vw - 0.36rem) * (9.0361445783));
  }
}
@media screen and (max-width: 360px) {
  .lp-card-content {
    padding: 3.2rem 2rem;
  }
}

.lp-cardAsset {
  margin-bottom: 4rem;
  border-radius: 1rem;
  background-color: rgba(var(--LP_COLOR_BASE_WHITE_RGB)/80%);
  color: var(--LP_COLOR_BASE_BLACK);
}
.lp-cardAsset-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6.4rem 4rem;
  gap: 8rem;
}
@media screen and (max-width: 1599px) {
  .lp-cardAsset-content {
    gap: calc(4rem + (1vw - 1.024rem) * (6.9444444444));
  }
}
@media screen and (max-width: 1023px) {
  .lp-cardAsset-content {
    flex-direction: column;
    padding: 2.4rem 2rem;
    gap: 2.8rem;
  }
}
.lp-cardAsset-body > *:last-child {
  margin-bottom: 0 !important;
}
.lp-cardAsset-body.of-width-wide {
  flex: 1 0 auto;
  max-width: 60rem;
}
@media screen and (max-width: 1599px) {
  .lp-cardAsset-body.of-width-wide {
    max-width: calc(42rem + (1vw - 1.024rem) * (31.25));
  }
}
@media screen and (max-width: 1023px) {
  .lp-cardAsset-body.of-width-wide {
    max-width: calc(32rem + (1vw - 0.36rem) * (12.0481927711));
  }
}
@media screen and (max-width: 360px) {
  .lp-cardAsset-body.of-width-wide {
    max-width: 32rem;
  }
}
.lp-cardAsset-textGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
.lp-cardAsset-textGroup > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1023px) {
  .lp-cardAsset-textGroup {
    flex-direction: row;
    gap: calc(0.8rem + (1vw - 0.36rem) * (1.2048192771));
  }
}
@media screen and (max-width: 360px) {
  .lp-cardAsset-textGroup {
    gap: 0.8rem;
  }
}
.lp-cardAsset-Group > *:last-child {
  margin-bottom: 0 !important;
}
.lp-cardAsset-seriesName {
  display: block;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  font-size: 3.2rem;
}
@media screen and (max-width: 1599px) {
  .lp-cardAsset-seriesName {
    font-size: calc(2.4rem + (1vw - 1.024rem) * (1.3888888889));
  }
}
@media screen and (max-width: 1023px) {
  .lp-cardAsset-seriesName {
    font-size: calc(1.6rem + (1vw - 0.36rem) * (1.2048192771));
  }
}
@media screen and (max-width: 360px) {
  .lp-cardAsset-seriesName {
    font-size: 1.6rem;
  }
}
.lp-cardAsset-series {
  display: block;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  font-size: 4rem;
}
@media screen and (max-width: 1599px) {
  .lp-cardAsset-series {
    font-size: calc(2.8rem + (1vw - 1.024rem) * (2.0833333333));
  }
}
@media screen and (max-width: 1023px) {
  .lp-cardAsset-series {
    font-size: calc(2rem + (1vw - 0.36rem) * (1.0542168675));
  }
}
@media screen and (max-width: 360px) {
  .lp-cardAsset-series {
    font-size: 2rem;
  }
}
.lp-cardAsset-series em {
  font-size: 7.2rem;
  line-height: 1.1;
}
@media screen and (max-width: 1599px) {
  .lp-cardAsset-series em {
    font-size: calc(5.6rem + (1vw - 1.024rem) * (2.7777777778));
  }
}
@media screen and (max-width: 1023px) {
  .lp-cardAsset-series em {
    font-size: calc(3.6rem + (1vw - 0.36rem) * (3.0120481928));
  }
}
@media screen and (max-width: 360px) {
  .lp-cardAsset-series em {
    font-size: 3.6rem;
  }
}

.lp-cardFeature {
  --lp_border_color: #1663bb;
  --lp_background_color_blue: #172272;
  --lp_background_color_yellow: #ffdd00;
  --lp_border_width_small: 0.2rem;
  --lp_border_width_large: 0.6rem;
  --lp_border_radius: 0.8rem;
  container-type: inline-size;
  position: relative;
  margin-bottom: 2.4rem;
  border: solid var(--lp_border_width_small) var(--lp_border_color);
  border-radius: var(--lp_border_radius);
  background-color: var(--lp_background_color_blue);
  color: var(--LP_COLOR_BASE_WHITE);
}
.lp-cardFeature:is(:hover, :focus-visible) {
  z-index: 2;
}
.lp-cardFeature::before, .lp-cardFeature::after {
  position: absolute;
  inset: calc(var(--lp_border_width_small) * -1);
  border: var(--lp_border_width_small) solid transparent;
  border-radius: var(--lp_border_radius);
  content: "";
  pointer-events: none;
  transition: opacity 1s;
  -webkit-mask-clip: padding-box, border-box;
          mask-clip: padding-box, border-box;
  -webkit-mask-composite: source-in, xor;
          mask-composite: intersect;
}
.lp-cardFeature::before {
  background-color: var(--lp_border_color);
  opacity: var(--opacity);
  -webkit-mask-image: linear-gradient(transparent, transparent), conic-gradient(from calc((var(--start) + var(--spread) * 0.25 - var(--spread) * 1.5) * 1deg), rgba(var(--LP_COLOR_BASE_WHITE_RGB)/15%) 0deg, var(--LP_COLOR_BASE_WHITE), rgba(var(--LP_COLOR_BASE_WHITE_RGB)/15%) calc(var(--spread) * 2.5deg));
          mask-image: linear-gradient(transparent, transparent), conic-gradient(from calc((var(--start) + var(--spread) * 0.25 - var(--spread) * 1.5) * 1deg), rgba(var(--LP_COLOR_BASE_WHITE_RGB)/15%) 0deg, var(--LP_COLOR_BASE_WHITE), rgba(var(--LP_COLOR_BASE_WHITE_RGB)/15%) calc(var(--spread) * 2.5deg));
}
.lp-cardFeature::after {
  background-size: 100%;
  background-color: var(--lp_background_color_yellow);
  opacity: var(--opacity, 0);
  -webkit-mask-image: linear-gradient(transparent, transparent), conic-gradient(from calc((var(--start) + var(--spread) * 0.25 - var(--spread) * 0.5) * 1deg), transparent 0deg, var(--LP_COLOR_BASE_WHITE), transparent calc(var(--spread) * 0.5deg));
  filter: brightness(1.5);
          mask-image: linear-gradient(transparent, transparent), conic-gradient(from calc((var(--start) + var(--spread) * 0.25 - var(--spread) * 0.5) * 1deg), transparent 0deg, var(--LP_COLOR_BASE_WHITE), transparent calc(var(--spread) * 0.5deg));
}
.lp-cardFeature-outer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 6.4rem;
  gap: 4rem;
}
@media screen and (max-width: 1599px) {
  .lp-cardFeature-outer {
    gap: calc(2rem + (1vw - 0.769rem) * (2.4067388688));
  }
}
@media screen and (max-width: 768px) {
  .lp-cardFeature-outer {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 4.8rem;
    gap: 2rem;
  }
}
.lp-cardFeature-outer .lp-cardFeature {
  margin-bottom: 0;
}
.lp-cardFeature-content {
  padding: 1.8rem;
  border-radius: inherit;
}
.lp-cardFeature-glowArea {
  position: absolute;
  inset: 0;
  filter: blur(calc(var(--blur) * 0.1rem));
  pointer-events: none;
  will-change: filter;
}
.lp-cardFeature-glowArea::before, .lp-cardFeature-glowArea::after {
  position: absolute;
  inset: calc(var(--lp_border_width_large) / -2);
  border: var(--lp_border_width_large) solid transparent;
  border-radius: var(--lp_border_radius);
  background-color: var(--lp_background_color_yellow);
  content: "";
  opacity: var(--opacity);
  transition: opacity 1s;
  -webkit-mask-image: linear-gradient(transparent, transparent), conic-gradient(from calc((var(--start) - var(--spread) * 0.5) * 1deg), var(--LP_COLOR_BLACK) 0deg, var(--LP_COLOR_BASE_WHITE), transparent calc(var(--spread) * 1deg));
          mask-image: linear-gradient(transparent, transparent), conic-gradient(from calc((var(--start) - var(--spread) * 0.5) * 1deg), var(--LP_COLOR_BLACK) 0deg, var(--LP_COLOR_BASE_WHITE), transparent calc(var(--spread) * 1deg));
  -webkit-mask-composite: source-in, xor;
          mask-composite: intersect;
  -webkit-mask-clip: padding-box, border-box;
          mask-clip: padding-box, border-box;
}

@container (max-width: 360px) {
  .lp-extraSmallScreen-line-break {
    display: block;
  }
}
.lp-cardList {
  margin-bottom: 2.4rem;
  border-radius: 0.5rem;
  background-color: rgba(var(--LP_COLOR_BASE_WHITE_RGB)/82%);
  box-shadow: 0rem 0rem 1.2rem #d5d7e2;
  color: var(--LP_COLOR_BASE_BLACK);
}
.lp-cardList.of-numbering {
  position: relative;
}
.lp-cardList.of-numbering::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
  content: "0" counter(number);
  color: #2ab6ff;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  font-size: 6rem;
}
@media screen and (max-width: 1599px) {
  .lp-cardList.of-numbering::before {
    font-size: calc(4rem + (1vw - 0.36rem) * (1.6129032258));
  }
}
@media screen and (max-width: 360px) {
  .lp-cardList.of-numbering::before {
    font-size: 4rem;
  }
}
.lp-cardList-content {
  padding: 3.6rem 2rem;
}
.lp-cardList-content > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1599px) {
  .lp-cardList-content {
    padding: calc(2.4rem + (1vw - 1.024rem) * (2.0833333333)) 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .lp-cardList-content {
    padding: calc(2rem + (1vw - 0.36rem) * (0.6024096386)) 1.6rem;
  }
}
@media screen and (max-width: 360px) {
  .lp-cardList-content {
    padding: 2rem 1.6rem;
  }
}
.lp-cardList-body > *:last-child {
  margin-bottom: 0 !important;
}
.lp-cardList-text {
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  font-size: 2rem;
}
@media screen and (max-width: 1599px) {
  .lp-cardList-text {
    font-size: calc(1.4rem + (1vw - 1.024rem) * (1.0416666667));
  }
}
@media screen and (max-width: 1023px) {
  .lp-cardList-text {
    font-size: 1.6rem;
  }
}
.lp-cardList-text em {
  font-size: 2.4rem;
}
@media screen and (max-width: 1599px) {
  .lp-cardList-text em {
    font-size: calc(2rem + (1vw - 1.024rem) * (0.6944444444));
  }
}
@media screen and (max-width: 1023px) {
  .lp-cardList-text em {
    font-size: 2rem;
  }
}

.lp-headingLevel2 {
  margin-bottom: 2.4rem;
  font-weight: var(--LP_FONT_WEIGHT_REGULAR);
  font-size: 4.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 1599px) {
  .lp-headingLevel2 {
    font-size: calc(3.2rem + (1vw - 1.024rem) * (2.7777777778));
  }
}
@media screen and (max-width: 1023px) {
  .lp-headingLevel2 {
    margin-bottom: calc(1.6rem + (1vw - 0.36rem) * (1.2048192771));
    font-size: calc(2.6rem + (1vw - 0.36rem) * (0.9036144578));
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  .lp-headingLevel2 {
    margin-bottom: 1.6rem;
    font-size: 2.6rem;
  }
}
.lp-headingLevel2.of-primary, .lp-headingLevel2.of-secondary {
  margin-bottom: 6.4rem;
  font-size: 6.4rem;
  text-shadow: var(--LP_TEXT_SHADOW);
}
@media screen and (max-width: 1599px) {
  .lp-headingLevel2.of-primary, .lp-headingLevel2.of-secondary {
    font-size: calc(2.6rem + (1vw - 0.36rem) * (3.064516129));
  }
}
@media screen and (max-width: 1599px) {
  .lp-headingLevel2.of-primary {
    margin-bottom: calc(2.2rem + (1vw - 0.36rem) * (3.3870967742));
  }
}
@media screen and (max-width: 360px) {
  .lp-headingLevel2.of-primary {
    margin-bottom: 2.2rem;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1599px) {
  .lp-headingLevel2.of-secondary {
    margin-bottom: calc(4rem + (1vw - 0.36rem) * (1.935483871));
  }
}
@media screen and (max-width: 360px) {
  .lp-headingLevel2.of-secondary {
    margin-bottom: 4rem;
    font-size: 2.6rem;
  }
}
.lp-headingLevel2.of-tertiary {
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  font-size: 14.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 1599px) {
  .lp-headingLevel2.of-tertiary {
    font-size: calc(10rem + (1vw - 1.024rem) * (7.6388888889));
  }
}
@media screen and (max-width: 1023px) {
  .lp-headingLevel2.of-tertiary {
    margin-bottom: calc(0.8rem + (1vw - 0.36rem) * (2.4096385542));
    font-size: calc(3.4rem + (1vw - 0.36rem) * (5.421686747));
  }
}
@media screen and (max-width: 360px) {
  .lp-headingLevel2.of-tertiary {
    margin-bottom: 0.8rem;
    font-size: 3.4rem;
  }
}
.lp-headingLevel2-outer {
  margin-bottom: -9rem;
}
.lp-headingLevel2-outer > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1599px) {
  .lp-headingLevel2-outer {
    margin-bottom: calc(-7.2rem + (1vw - 1.024rem) * (-3.125));
  }
}
@media screen and (max-width: 1023px) {
  .lp-headingLevel2-outer {
    margin-bottom: 0.8rem;
  }
}

.lp-headingLevel3 {
  margin-bottom: 2.4rem;
  font-size: 2.2rem;
}
@media screen and (max-width: 1023px) {
  .lp-headingLevel3 {
    font-size: calc(1.6rem + (1vw - 0.36rem) * (0.9036144578));
  }
}
@media screen and (max-width: 360px) {
  .lp-headingLevel3 {
    font-size: 1.6rem;
  }
}
.lp-headingLevel3-group {
  display: flex;
  align-items: center;
  margin-bottom: 6.4rem;
  gap: 1.6rem;
}
.lp-headingLevel3-group > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1023px) {
  .lp-headingLevel3-group {
    justify-content: center;
    margin-bottom: calc(3.2rem + (1vw - 0.36rem) * (5.5722891566));
    gap: calc(0.8rem + (1vw - 0.36rem) * (1.2048192771));
  }
}
@media screen and (max-width: 360px) {
  .lp-headingLevel3-group {
    margin-bottom: 3.2rem;
    gap: 0.8rem;
  }
}

.lp-image {
  margin-bottom: 2.4rem;
  margin-inline: auto;
}
.lp-image > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1599px) {
  .lp-image {
    max-width: calc(46.4rem + (1vw - 1.024rem) * (35.4166666667));
  }
}
@media screen and (max-width: 1023px) {
  .lp-image {
    max-width: calc(23.5rem + (1vw - 0.36rem) * (34.4879518072));
  }
}
@media screen and (max-width: 360px) {
  .lp-image {
    max-width: 23.5rem;
  }
}

.lp-label {
  flex-shrink: 0;
  max-width: 20rem;
  padding: 0.8rem 2.4rem;
  border-radius: 0.5rem;
  background-image: linear-gradient(119deg, #ffbb00 0%, #f7ff00 100%);
  box-shadow: 0rem 0rem 0.7rem #ffff00;
  color: var(--LP_COLOR_BASE_BLACK);
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 1599px) {
  .lp-label {
    padding: calc(0.4rem + (1vw - 0.36rem) * (0.3225806452)) calc(1.2rem + (1vw - 0.36rem) * (0.9677419355));
    font-size: calc(1.2rem + (1vw - 0.36rem) * (0.3225806452));
  }
}
@media screen and (max-width: 360px) {
  .lp-label {
    padding: 0.4rem 1.2rem;
    font-size: 1.2rem;
  }
}
.lp-label em {
  font-size: 3rem;
  line-height: 1.3;
}
@media screen and (max-width: 1599px) {
  .lp-label em {
    font-size: calc(2.2rem + (1vw - 0.36rem) * (0.6451612903));
  }
}
@media screen and (max-width: 360px) {
  .lp-label em {
    font-size: 2.2rem;
  }
}
.lp-label.of-primary {
  padding: 0.6rem 1.6rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 1599px) {
  .lp-label.of-primary {
    padding: calc(0.4rem + (1vw - 0.36rem) * (0.1612903226)) calc(1.2rem + (1vw - 0.36rem) * (0.3225806452));
    font-size: calc(1.4rem + (1vw - 0.36rem) * (0.3225806452));
  }
}
@media screen and (max-width: 360px) {
  .lp-label.of-primary {
    padding: 0.4rem 1.2rem;
    font-size: 1.4rem;
  }
}
.lp-label.of-secondary {
  padding: 0.4rem 2.4rem;
  font-size: 2.8rem;
}
@media screen and (max-width: 1599px) {
  .lp-label.of-secondary {
    padding: 0.4rem calc(1.2rem + (1vw - 0.36rem) * (0.9677419355));
    font-size: calc(1.4rem + (1vw - 0.36rem) * (1.1290322581));
  }
}
@media screen and (max-width: 360px) {
  .lp-label.of-secondary {
    padding: 0.4rem 1.2rem;
    font-size: 1.4rem;
  }
}
.lp-label.of-tertiary {
  padding: 2rem 2.4rem;
}
@media screen and (max-width: 1599px) {
  .lp-label.of-tertiary {
    padding: calc(1.2rem + (1vw - 0.36rem) * (0.6451612903)) calc(1.2rem + (1vw - 0.36rem) * (0.9677419355));
  }
}
@media screen and (max-width: 360px) {
  .lp-label.of-tertiary {
    padding: 1.2rem;
  }
}

.lp-listTag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.6rem;
  gap: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .lp-listTag {
    gap: 1.2rem;
  }
}
.lp-listTag > li {
  padding: 0.6rem 1.6rem;
  background-color: var(--LP_COLOR_BLACK);
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  font-size: 1.4rem;
}
.lp-listTag > li > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1023px) {
  .lp-listTag > li {
    padding: 0.4rem 1.2rem;
  }
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (max-width: 1023px) {
  .lp-listButton {
    justify-content: center;
    gap: 1.6rem;
    text-align: center;
  }
}
.lp-listButton > li > *:last-child {
  margin-bottom: 0 !important;
}
.lp-listButton.of-justifyContent-center {
  justify-content: center;
}
.lp-listButton.of-width-full > li {
  width: 100%;
}
.lp-listButton:has(.lp-buttonEngagement) {
  gap: 1.7rem;
}
@media screen and (max-width: 1023px) {
  .lp-listButton:has(.lp-buttonEngagement) {
    gap: 2rem;
  }
}

.lp-media {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  margin-bottom: 2.4rem;
  gap: 4rem;
}
@media screen and (max-width: 1023px) {
  .lp-media {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.lp-media-body {
  grid-row: 1/2;
  grid-column: 2/3;
}
.lp-media-body > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1023px) {
  .lp-media-body {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.lp-media-image {
  grid-row: 1/2;
  grid-column: 1/2;
}
.lp-media-image > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1023px) {
  .lp-media-image {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}

.lp-mediaFeature {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .lp-mediaFeature {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 0.8rem;
  }
}
.lp-mediaFeature-body {
  flex: 1;
  text-align: center;
}
.lp-mediaFeature-body > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .lp-mediaFeature-body {
    text-align: left;
  }
}
.lp-mediaFeature-title {
  margin-bottom: 1.6rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .lp-mediaFeature-title {
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .lp-mediaFeature-image {
    max-width: 12rem;
  }
}

.lp-mediaMeasurement {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 4rem;
  color: var(--LP_COLOR_BASE_WHITE);
}
@media screen and (max-width: 1023px) {
  .lp-mediaMeasurement {
    flex-direction: column-reverse;
  }
}
.lp-mediaMeasurement-body {
  position: relative;
  flex: 1;
  margin-left: -23.2rem;
  padding: 8rem 8rem 8rem 23.2rem;
}
.lp-mediaMeasurement-body > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1599px) {
  .lp-mediaMeasurement-body {
    margin-left: calc(-17rem + (1vw - 1.024rem) * (-10.7638888889));
    padding: 8rem calc(2rem + (1vw - 1.024rem) * (10.4166666667)) 8rem calc(13rem + (1vw - 1.024rem) * (17.7083333333));
  }
}
@media screen and (max-width: 1023px) {
  .lp-mediaMeasurement-body {
    width: 100%;
    margin-top: -9rem;
    margin-left: 0;
    padding: 6.4rem calc(2rem + (1vw - 0.36rem) * (9.0361445783)) 3.2rem;
  }
}
@media screen and (max-width: 360px) {
  .lp-mediaMeasurement-body {
    padding: 6.4rem 2rem 3.2rem;
  }
}
.lp-mediaMeasurement-body::before {
  display: block;
  z-index: -1;
  position: absolute;
  inset: 0;
  border-radius: 0.8rem;
  background-image: linear-gradient(270deg, var(--LP_COLOR_BACKGROUND_DARKBLUE) 0%, var(--LP_COLOR_BACKGROUND_BLUE) 100%);
  content: "";
}
.lp-mediaMeasurement-image {
  position: relative;
}
.lp-mediaMeasurement-image > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1599px) {
  .lp-mediaMeasurement-image {
    max-width: calc(48rem + (1vw - 1.024rem) * (50.6944444444));
  }
}
@media screen and (max-width: 1023px) {
  .lp-mediaMeasurement-image {
    max-width: none;
  }
}
.lp-mediaMeasurement-image::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54rem;
  height: 72.4rem;
  transform: translate(-50%, -50%);
  border-radius: 0.8rem;
  background-image: linear-gradient(323deg, #000fdf 0%, #00f6ff 100%);
  content: "";
}
@media screen and (max-width: 1599px) {
  .lp-mediaMeasurement-image::before {
    width: calc(33.5rem + (1vw - 1.024rem) * (35.5902777778));
    height: calc(45rem + (1vw - 1.024rem) * (47.5694444444));
  }
}
@media screen and (max-width: 1023px) {
  .lp-mediaMeasurement-image::before {
    width: calc(28rem + (1vw - 0.36rem) * (39.156626506));
    height: calc(32rem + (1vw - 0.36rem) * (60.843373494));
  }
}
@media screen and (max-width: 360px) {
  .lp-mediaMeasurement-image::before {
    width: 28rem;
    height: 32rem;
  }
}
.lp-mediaMeasurement-group {
  margin-bottom: 6.4rem;
}
.lp-mediaMeasurement-group > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1023px) {
  .lp-mediaMeasurement-group {
    margin-bottom: calc(4.8rem + (1vw - 0.36rem) * (2.4096385542));
  }
}
@media screen and (max-width: 360px) {
  .lp-mediaMeasurement-group {
    margin-bottom: 4.8rem;
  }
}
.lp-mediaMeasurement-title {
  position: relative;
  margin-bottom: 1.6rem;
  padding-left: 1.2rem;
  font-weight: var(--LP_FONT_WEIGHT_REGULAR);
  font-size: 3rem;
}
@media screen and (max-width: 1599px) {
  .lp-mediaMeasurement-title {
    font-size: calc(1.9rem + (1vw - 0.36rem) * (0.8870967742));
  }
}
@media screen and (max-width: 1023px) {
  .lp-mediaMeasurement-title {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .lp-mediaMeasurement-title {
    font-size: 1.9rem;
  }
}
.lp-mediaMeasurement-title::before {
  display: block;
  position: absolute;
  top: calc((1lh - 3.2rem) / 2);
  left: 0;
  width: 0.4rem;
  height: 3.2rem;
  background-color: #0088e2;
  content: "";
}
@media screen and (max-width: 1023px) {
  .lp-mediaMeasurement-title::before {
    height: 3rem;
  }
}
.lp-mediaMeasurement-title.of-primary::before {
  background-color: #40ebff;
}
.lp-mediaMeasurement-title.of-secondary::before {
  background-color: #7bff88;
}
.lp-mediaMeasurement-text {
  line-height: 1.625;
}
@media screen and (max-width: 1023px) {
  .lp-mediaMeasurement-text {
    line-height: 1.85;
  }
}

.lp-text {
  margin-bottom: 6.4rem;
  font-size: 1.8rem;
  line-height: 1.78;
}
@media screen and (max-width: 1023px) {
  .lp-text {
    margin-bottom: calc(4.8rem + (1vw - 0.36rem) * (2.4096385542));
    font-size: calc(1.4rem + (1vw - 0.36rem) * (0.6024096386));
    line-height: 1.5;
  }
}
@media screen and (max-width: 360px) {
  .lp-text {
    margin-bottom: 4.8rem;
    font-size: 1.4rem;
  }
}

.lp-textPhoneLink {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2.4rem;
  gap: 0.4rem 0.8rem;
}
@media screen and (max-width: 1023px) {
  .lp-textPhoneLink {
    flex-direction: column-reverse;
  }
}
.lp-textPhoneLink-notes {
  display: block;
  font-size: 1.2rem;
}
.lp-textPhoneLink-numberGroup {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}
.lp-textPhoneLink-number {
  color: var(--LP_COLOR_BASE_WHITE);
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  font-size: 2.4rem;
}
.lp-textPhoneLink-icon {
  width: 3.6rem;
  min-width: 3.6rem;
  height: 2rem;
  min-height: 2rem;
}
.lp-textPhoneLink-icon .of-iconColor-primary {
  fill: #00a23f;
}
.lp-textPhoneLink-icon .of-iconColor-secondary {
  fill: #fe8800;
}
.lp-textPhoneLink-icon .of-iconColor-tertiary {
  fill: #0086b1;
}
.lp-textPhoneLink-icon .of-iconColor-quaternary {
  fill: #838079;
}
.lp-textPhoneLink-icon .of-iconColor-quinary {
  fill: #1e1c1c;
}

.lp-utility-line-break {
  display: block;
}
.lp-utility-fontColor-primary {
  color: #ffe600;
}
.lp-utility-textAlign-center {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .lp-largeScreen-textAlign-center {
    text-align: center;
  }
  .lp-largeScreen-hide {
    display: none;
  }
  .lp-largeScreen-lastChild {
    margin-bottom: 0 !important;
  }
  .lp-largeScreen-line-break {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .lp-smallScreen-textAlign-center {
    text-align: center;
  }
  .lp-smallScreen-hide {
    display: none;
  }
  .lp-smallScreen-line-break {
    display: block;
  }
}
