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

body {
  min-width: 360px;
  color: #333;
  font-family: source-han-sans-japanese, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: normal;
  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-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

abbr[title] {
  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;
}

video {
  display: block;
  max-width: 100%;
}

:root {
  --LP_COLOR_WHITE: #fff;
  --LP_COLOR_BLACK_RGB: 0 0 0;
  --LP_COLOR_DARKBLUE: #1b3356;
  --LP_FONT_WEIGHT_BOLD: bold;
  --LP_FONT_WEIGHT_NORMAL: 400;
  --LP_FONT_WEIGHT_MEDIUM: 500;
}

.lp-layout-container {
  position: relative;
  background-color: hsl(240, 58%, 13%);
  background-image: radial-gradient(at 99% 1%, hsl(240, 77%, 30%) 0px, transparent 50%), radial-gradient(at 0% 97%, hsl(283, 84%, 38%) 0px, transparent 50%), radial-gradient(at 100% 54%, hsl(224, 89%, 28%) 0px, transparent 50%), radial-gradient(at 47% 47%, hsl(266, 74%, 31%) 0px, transparent 50%), radial-gradient(at 37% 100%, hsla(0, 43%, 65%, 0.46) 0px, transparent 50%), radial-gradient(at 61% 7%, hsl(191, 64%, 31%) 0px, transparent 50%);
  color: var(--LP_COLOR_WHITE);
}

.lp-layout-footer {
  color: var(--LP_COLOR_WHITE);
}
.lp-layout-footer-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 192rem;
  margin-inline: auto;
  padding: 0.8rem 4rem 1.6rem;
  gap: 1.2rem 4.8rem;
}
.lp-layout-footer-content > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .lp-layout-footer-content {
    padding: 0.8rem 2rem;
  }
}
.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  gap: 1.6rem 4.9rem;
}
.lp-layout-footer-list li {
  position: relative;
}
.lp-layout-footer-list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -2.4rem;
  width: 0.1rem;
  height: 1.6rem;
  transform: translateY(-50%);
  background-color: #d9d9d9;
}
.lp-layout-footer-list li:last-child::before {
  content: none;
}
.lp-layout-footer-list a {
  color: inherit;
  text-decoration: none;
}
.lp-layout-footer-copyright {
  position: relative;
  font-size: 1.1rem;
}
.lp-layout-footer-copyright::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -2.4rem;
  width: 0.1rem;
  height: 1.6rem;
  transform: translateY(-50%);
  background-color: #d9d9d9;
}
@media screen and (max-width: 768px) {
  .lp-layout-footer-copyright::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .lp-layout-footer-copyright {
    width: 100%;
    text-align: center;
  }
}

[data-script-enabled=true] .lp-layout-footer {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-layout-footer {
    position: relative;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  [data-script-enabled=true] .lp-layout-footer {
    position: relative;
  }
}

.lp-layout-grid {
  display: grid;
  gap: min(0.8rem + (1vw - 1.366rem) * (2.8880866426), 2.4rem) 0.8rem;
  margin-bottom: 4rem;
}
.lp-layout-grid > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
  .lp-layout-grid {
    gap: 0.8rem;
  }
}
.lp-layout-grid.of-column-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1024px) {
  .lp-layout-grid.lp-largeScreen-column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .lp-layout-grid.of-column-2 {
    grid-template-columns: initial;
  }
  .lp-layout-grid.lp-largeScreen-column-2 {
    grid-template-columns: initial;
  }
}
.lp-layout-grid.of-column-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1024px) {
  .lp-layout-grid.lp-largeScreen-column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .lp-layout-grid.of-column-3 {
    grid-template-columns: initial;
  }
  .lp-layout-grid.lp-largeScreen-column-3 {
    grid-template-columns: initial;
  }
}
.lp-layout-grid.of-column-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1024px) {
  .lp-layout-grid.lp-largeScreen-column-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .lp-layout-grid.of-column-4 {
    grid-template-columns: initial;
  }
  .lp-layout-grid.lp-largeScreen-column-4 {
    grid-template-columns: initial;
  }
}
.lp-layout-grid.of-column-5 {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 1024px) {
  .lp-layout-grid.lp-largeScreen-column-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .lp-layout-grid.of-column-5 {
    grid-template-columns: initial;
  }
  .lp-layout-grid.lp-largeScreen-column-5 {
    grid-template-columns: initial;
  }
}
.lp-layout-grid.of-column-6 {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 1024px) {
  .lp-layout-grid.lp-largeScreen-column-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .lp-layout-grid.of-column-6 {
    grid-template-columns: initial;
  }
  .lp-layout-grid.lp-largeScreen-column-6 {
    grid-template-columns: initial;
  }
}
.lp-layout-grid-column {
  display: grid;
}
.lp-layout-grid-column.of-flex {
  display: flex;
  flex-wrap: wrap;
}
.lp-layout-grid-column.of-flex > * {
  width: 100%;
}
.lp-layout-grid-column.of-display-contents {
  display: contents;
}

.lp-layout-gridFeature {
  display: grid;
  grid-template-areas: "header body" "footer body";
  gap: 4.8rem 2.4rem;
  grid-template-columns: min(38.4rem + (1vw - 1.366rem) * (28.880866426), 54.4rem) 1fr;
}
.lp-layout-gridFeature > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
  .lp-layout-gridFeature {
    grid-template-areas: initial;
    grid-template-columns: initial;
    gap: 2.4rem;
  }
}
.lp-layout-gridFeature-header {
  grid-area: header;
  align-self: end;
}
.lp-layout-gridFeature-header > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
  .lp-layout-gridFeature-header {
    grid-area: initial;
    max-width: initial;
  }
}
.lp-layout-gridFeature-body {
  display: flex;
  grid-area: body;
  align-items: center;
}
.lp-layout-gridFeature-body > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
  .lp-layout-gridFeature-body {
    grid-area: initial;
  }
}
.lp-layout-gridFeature-footer {
  grid-area: footer;
  align-self: start;
}
.lp-layout-gridFeature-footer > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
  .lp-layout-gridFeature-footer {
    grid-area: initial;
  }
}

.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 192rem;
  min-height: 4rem;
  margin-inline: auto;
  padding: 1.8rem 4rem;
  gap: 2.4rem;
}
.lp-layout-header-content > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
  .lp-layout-header-content {
    justify-content: center;
    padding-inline: calc(2rem + (1vw - 0.36rem) * (15.037593985));
  }
}
@media screen and (max-width: 768px) {
  .lp-layout-header-content {
    min-height: 5.6rem;
    padding-block: 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: 9.1rem;
}
@media screen and (max-width: 768px) {
  .lp-layout-header-logo img {
    width: 9rem;
  }
}
.lp-layout-header-utilityGroup > *:last-child {
  margin-bottom: 0 !important;
}
.lp-layout-header-utilityList > *:last-child {
  margin-bottom: 0 !important;
}
.lp-layout-header-utilityList > li {
  margin-bottom: 0.8rem;
}

[data-script-enabled=true] .lp-layout-header {
  position: fixed;
  z-index: 100;
  right: 0;
  left: 0;
}
@media screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-layout-header {
    position: relative;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  [data-script-enabled=true] .lp-layout-header {
    position: relative;
    margin-bottom: 2.4rem;
  }
}

.lp-layout-main > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
  .lp-layout-main {
    padding-bottom: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .lp-layout-main {
    padding-bottom: 1.6rem;
  }
}

[data-script-enabled=true] .lp-layout-main {
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-layout-main {
    height: auto;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  [data-script-enabled=true] .lp-layout-main {
    height: auto;
  }
}

.lp-buttonConversion {
  display: inline-block;
  min-width: 23.9rem;
  max-width: 100%;
  margin-inline: auto;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0.4rem;
  background-color: #dc002f;
  color: var(--LP_COLOR_WHITE);
  font-size: 1.6rem;
  font-weight: var(--LP_FONT_WEIGHT_MEDIUM);
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .lp-buttonConversion {
    display: flex;
    justify-content: center;
    min-width: 28rem;
    max-width: 100%;
  }
}
.lp-buttonConversion:hover {
  background-color: #c6002a;
}
.lp-buttonConversion-body {
  display: flex;
  align-items: center;
  padding: 1rem 2.4rem;
}
.lp-buttonConversion-image {
  margin: -2.2rem 0;
  border: 1px solid #ccc;
}
.lp-buttonConversion-image > img {
  min-width: 4.2rem;
  max-width: 6rem;
}
.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 {
  padding-left: 9.6rem;
}
.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
  left: 6.4rem;
  height: 12px;
  border-width: 7px 0 7px 13px;
  border-style: solid;
  border-color: transparent transparent transparent var(--LP_COLOR_WHITE);
}
@media screen and (max-width: 768px) {
  .lp-buttonConversion.of-arrow .lp-buttonConversion-body {
    padding-left: 4.2rem;
  }
  .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: 0;
  }
}
.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  background: url("../../../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}
.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}
.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
  background: url("../../../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
  background: url("../../../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
  background: url("../../../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
  background: url("../../../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  background: url("../../../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}
.lp-buttonConversion.of-primary {
  background: #13778f;
}
.lp-buttonConversion.of-primary:hover {
  background-color: #116b81;
}
.lp-buttonConversion.of-secondary {
  background: #0065bb;
}

.lp-card {
  border-radius: 0.8rem;
  background: rgba(0, 1, 36, 0.4);
  color: var(--LP_COLOR_WHITE);
}
.lp-card.of-border {
  border: 1px solid #190fad;
  box-shadow: 0 0 24px 0 #39279a;
}
.lp-card.of-shadow {
  box-shadow: 0 0 24px 0 rgba(var(--LP_COLOR_BLACK_RGB), 0.25);
}
.lp-card.of-background-primary {
  background: radial-gradient(80.32% 45.73% at 50% 96.58%, rgba(108, 44, 160, 0.4) 0%, rgba(0, 1, 36, 0.4) 100%);
}
.lp-card.of-background-secondary {
  background: radial-gradient(80.32% 45.73% at 50% 96.58%, rgba(26, 126, 173, 0.4) 0%, rgba(0, 1, 36, 0.4) 100%);
}
.lp-card-content {
  padding: 0.8rem;
}
.lp-card-content > *:last-child {
  margin-bottom: 0 !important;
}

.lp-headingLevel2 {
  margin-bottom: 4.8rem;
  font-size: min(3.2rem + (1vw - 1.366rem) * (2.8880866426), 4.8rem);
  font-weight: var(--LP_FONT_WEIGHT_NORMAL);
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .lp-headingLevel2 {
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .lp-headingLevel2 {
    font-size: 2rem;
  }
}

.lp-label {
  display: flex;
  align-items: center;
  width: fit-content;
  min-width: 0.6rem;
  max-width: 30rem;
  margin-bottom: 0.8rem;
  padding: 0.2rem 1.6rem;
  border-radius: 0.4rem;
  background-color: var(--LP_COLOR_WHITE);
  color: #dc002f;
  font-size: 1.2rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
}
@media screen and (max-width: 768px) {
  .lp-label {
    max-width: initial;
    margin-inline: auto;
  }
}

.lp-list {
  width: 100%;
  margin-bottom: 2.4rem;
}
.lp-list > *:last-child {
  margin-bottom: 0 !important;
}
.lp-list > li {
  position: relative;
  margin-bottom: 1.2rem;
  padding-left: 1.5em;
  font-size: min(1.6rem + (1vw - 1.366rem) * (0.3610108303), 1.8rem);
}
.lp-list > li > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
  .lp-list > li {
    font-size: 1.5rem;
  }
}
.lp-list > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  width: 0.5rem;
  height: 0.5rem;
  transform: translateY(50%);
  border-radius: 50%;
  background-color: var(--LP_COLOR_WHITE);
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.4rem;
  margin-bottom: 4rem;
}
.lp-listButton > *:last-child {
  margin-bottom: 0 !important;
}
.lp-listButton > li > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .lp-listButton > li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .lp-listButton {
    gap: 1.6rem;
  }
}

.lp-pagination {
  display: flex;
  position: fixed;
  z-index: 10;
  top: 50%;
  right: 2.4rem;
  flex-direction: column;
  transform: translateY(-45%);
  gap: 1.6rem;
}
@media screen and (max-width: 1365px) {
  .lp-pagination {
    display: none;
  }
}
.lp-pagination-button {
  position: relative;
  width: 1rem;
  height: 1rem;
  border: 2px solid #9a9a9a;
  border-radius: 50%;
  background-color: var(--LP_COLOR_WHITE);
  font-size: 1.8rem;
}
.lp-pagination-button::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.lp-pagination-button.is-current {
  border: none;
  background-color: #6352ff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg filter='url(%23filter0_d_144_2204)'%3E%3Ccircle cx='13' cy='13' r='5' fill='%236352FF'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_144_2204' x='0' y='0' width='26' height='26' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0.199999 0 0 0 0 1 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_144_2204'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_144_2204' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  filter: drop-shadow(0 0 8px #03f);
}
.lp-pagination-button.is-current:after {
  opacity: 1;
}

.lp-media {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2.4rem;
  gap: 0.8rem;
}
.lp-media > *:last-child {
  margin-bottom: 0 !important;
}
.lp-media.of-flexDirection-columnReverse {
  flex-direction: column-reverse;
}
.lp-media.of-flexDirection-rowReverse {
  flex-direction: row-reverse;
}
.lp-media-body {
  flex: 1;
  padding: 0.8rem;
}
.lp-media-body > *:last-child {
  margin-bottom: 0 !important;
}
.lp-media-body .lp-media-body {
  flex: initial;
  max-width: 27.7rem;
  padding: 0;
}
.lp-media-title {
  margin-bottom: 1.6rem;
  font-size: min(1.8rem + (1vw - 1.366rem) * (1.083032491), 2.4rem);
  font-weight: var(--LP_FONT_WEIGHT_MEDIUM);
  letter-spacing: min(0.18rem + (1vw - 1.366rem) * (0.1083032491), 0.24rem);
}
@media screen and (max-width: 1024px) {
  .lp-media-title {
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
  }
}
@media screen and (max-width: 768px) {
  .lp-media-title {
    text-align: center;
  }
}
.lp-media-image > *:last-child {
  margin-bottom: 0 !important;
}
.lp-media-image.of-backgroundColor-primary {
  background-color: #3617a4;
}
.lp-media-image.of-backgroundColor-secondary {
  background-color: rgba(54, 23, 164, 0.6);
}
.lp-media-image.of-backgroundColor-tertiary {
  background-color: rgba(54, 23, 164, 0.2);
}
.lp-media-image.of-width-primary > img {
  max-width: min(6.9rem + (1vw - 1.366rem) * (16.4259927798), 16rem);
}
@media only screen and (min-width: 1366px) and (max-height: 899px) {
  .lp-media-image.of-width-secondary > img {
    width: calc(34rem + (1vh - 0.59rem) * (63.2258064516));
  }
}
@media only screen and (min-width: 1366px) and (max-height: 899px) {
  .lp-media-image.of-width-tertiary > img {
    width: min(46.1rem + (1vh - 0.59rem) * (24.1935483871), 37.6rem + (1vw - 1.366rem) * (28.880866426));
  }
}
.lp-media.of-primary {
  flex-direction: column-reverse;
  text-align: center;
}
.lp-media.of-primary .lp-media-image > img {
  width: 35rem;
}
@media only screen and (min-width: 1366px) and (max-height: 899px) {
  .lp-media.of-primary .lp-media-image > img {
    width: calc(32rem + (1vh - 0.59rem) * (9.6774193548));
  }
}
@media screen and (max-width: 768px) {
  .lp-media.of-primary .lp-media-image {
    flex: 1 0 0;
  }
}
@media screen and (max-width: 768px) {
  .lp-media.of-primary {
    flex-direction: row-reverse;
    align-items: center;
  }
  .lp-media.of-primary .lp-media-title {
    font-weight: var(--LP_FONT_WEIGHT_BOLD);
  }
}

.lp-mediaAsset {
  display: grid;
  grid-template-areas: "body image" "button image";
  margin-bottom: 4rem;
  gap: min(4rem + (1vw - 1.366rem) * (4.3321299639), 6.4rem) max(5.2rem + (1vw - 1.366rem) * (-5.0541516245), 2.4rem);
}
.lp-mediaAsset > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
  .lp-mediaAsset {
    grid-template-areas: "body image" "button button";
    gap: 4rem 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .lp-mediaAsset {
    grid-template-areas: initial;
    gap: 4rem;
  }
}
.lp-mediaAsset-body {
  grid-area: body;
  align-self: flex-end;
  text-align: center;
}
.lp-mediaAsset-body > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
  .lp-mediaAsset-body {
    align-self: center;
  }
}
@media screen and (max-width: 768px) {
  .lp-mediaAsset-body {
    grid-area: initial;
  }
}
.lp-mediaAsset-title {
  margin-bottom: min(1.6rem + (1vw - 1.366rem) * (1.4440433213), 2.4rem);
  font-size: min(3.2rem + (1vw - 1.366rem) * (1.4440433213), 4rem);
  font-weight: var(--LP_FONT_WEIGHT_NORMAL);
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .lp-mediaAsset-title {
    margin-bottom: 2.4rem;
    font-size: max(2.2rem + (1vw - 1.025rem) * (2.9325513196), 2rem);
    font-size: 2.2rem;
  }
}
.lp-mediaAsset-text {
  font-size: min(1.6rem + (1vw - 1.025rem) * (1.1730205279), 2.4rem);
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .lp-mediaAsset-text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.lp-mediaAsset-button {
  grid-area: button;
}
.lp-mediaAsset-button > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .lp-mediaAsset-button {
    grid-area: initial;
  }
}
.lp-mediaAsset-image {
  grid-area: image;
  width: min(73rem + (1vw - 1.366rem) * (68.9530685921), 111.2rem);
  margin-right: min(2.4rem + (1vw - 1.366rem) * (-4.3321299639), 2.4rem);
}
.lp-mediaAsset-image > img {
  width: 100%;
}
@media screen and (max-width: 1365px) {
  .lp-mediaAsset-image {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .lp-mediaAsset-image {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .lp-mediaAsset-image {
    grid-area: initial;
    order: -1;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 899px) {
  .lp-mediaAsset-image {
    width: min(73rem + (1vh - 0.59rem) * (100), 73rem + (1vw - 1.366rem) * (68.9530685921));
  }
}

[data-script-enabled=true] .lp-slider {
  grid-area: 1/-1;
  width: 100vw;
  height: 100%;
  opacity: 0;
}
@media screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-slider {
    visibility: visible;
    width: 100%;
    height: auto;
    transform: none;
    opacity: 1;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  [data-script-enabled=true] .lp-slider {
    visibility: visible;
    width: 100%;
    height: auto;
    transform: none;
    opacity: 1;
  }
}
[data-script-enabled=true] .lp-slider:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: hsl(240, 58%, 13%);
  background-image: radial-gradient(at 99% 1%, hsl(240, 77%, 30%) 0px, transparent 50%), radial-gradient(at 0% 97%, hsl(283, 84%, 38%) 0px, transparent 50%), radial-gradient(at 100% 54%, hsl(224, 89%, 28%) 0px, transparent 50%), radial-gradient(at 47% 47%, hsl(266, 74%, 31%) 0px, transparent 50%), radial-gradient(at 37% 100%, hsla(0, 43%, 65%, 0.46) 0px, transparent 50%), radial-gradient(at 61% 7%, hsl(191, 64%, 31%) 0px, transparent 50%);
}
@media screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-slider:after {
    display: none;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  [data-script-enabled=true] .lp-slider:after {
    display: none;
  }
}
[data-script-enabled=true] .lp-slider.of-background-primary:after {
  background-color: hsl(240, 58%, 13%);
  background-image: radial-gradient(at 3% 7%, hsl(240, 77%, 30%) 0px, transparent 50%), radial-gradient(at 100% 99%, hsl(283, 84%, 38%) 0px, transparent 50%), radial-gradient(at 40% 42%, hsl(224, 89%, 28%) 0px, transparent 50%), radial-gradient(at 59% 39%, hsl(266, 74%, 31%) 0px, transparent 50%), radial-gradient(at 60% 87%, hsla(0, 43%, 65%, 0.46) 0px, transparent 50%), radial-gradient(at 38% 7%, hsl(191, 64%, 31%) 0px, transparent 50%);
}
@media screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-slider.of-background-primary:after {
    display: none;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  [data-script-enabled=true] .lp-slider.of-background-primary:after {
    display: none;
  }
}
[data-script-enabled=true] .lp-slider.of-background-secondary:after {
  background-color: hsl(240, 58%, 13%);
  background-image: radial-gradient(at 96% 87%, hsl(240, 77%, 30%) 0px, transparent 50%), radial-gradient(at 4% 2%, hsl(283, 84%, 38%) 0px, transparent 50%), radial-gradient(at 98% 42%, hsl(224, 89%, 28%) 0px, transparent 50%), radial-gradient(at 39% 68%, hsl(266, 74%, 31%) 0px, transparent 50%), radial-gradient(at 33% 72%, hsla(0, 43%, 65%, 0.46) 0px, transparent 50%), radial-gradient(at 99% 37%, hsl(191, 64%, 31%) 0px, transparent 50%);
}
@media screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-slider.of-background-secondary:after {
    display: none;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  [data-script-enabled=true] .lp-slider.of-background-secondary:after {
    display: none;
  }
}
[data-script-enabled=true] .lp-slider.of-background-tertiary:after {
  background-color: hsl(240, 58%, 13%);
  background-image: radial-gradient(at 5% 77%, hsl(240, 77%, 30%) 0px, transparent 50%), radial-gradient(at 95% 3%, hsl(283, 84%, 38%) 0px, transparent 50%), radial-gradient(at 45% 87%, hsl(224, 89%, 28%) 0px, transparent 50%), radial-gradient(at 61% 49%, hsl(266, 74%, 31%) 0px, transparent 50%), radial-gradient(at 98% 69%, hsla(0, 43%, 65%, 0.46) 0px, transparent 50%), radial-gradient(at 27% 40%, hsl(191, 64%, 31%) 0px, transparent 50%);
}
@media screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-slider.of-background-tertiary:after {
    display: none;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  [data-script-enabled=true] .lp-slider.of-background-tertiary:after {
    display: none;
  }
}
[data-script-enabled=true] .lp-slider-outer {
  display: grid;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-slider-outer {
    display: block;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  [data-script-enabled=true] .lp-slider-outer {
    display: block;
  }
}

.lp-step {
  display: flex;
  align-items: center;
  margin-bottom: 2.4rem;
  gap: 1.6rem;
}
.lp-step > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .lp-step {
    flex-direction: column;
  }
}
.lp-step-column {
  width: 50%;
  max-width: 64rem;
}
.lp-step-column > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .lp-step-column {
    width: auto;
  }
}
.lp-step-column.of-arrow {
  position: relative;
  width: auto;
  min-width: 6.4rem;
}
@media screen and (max-width: 1365px) {
  .lp-step-column.of-arrow {
    min-width: calc(3.8rem + (1vw - 1.025rem) * (7.6246334311));
  }
}
@media screen and (max-width: 1024px) {
  .lp-step-column.of-arrow {
    min-width: 6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .lp-step-column.of-arrow {
    min-height: 6.4rem;
  }
}
.lp-step-column.of-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6.4rem;
  height: 4.9rem;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='64' height='49' viewBox='0 0 64 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41.3447,2.00415C41.3447,0.132072,43.6865,-0.713966,44.8828,0.72583L63.5391,23.1877C64.1544,23.9286,64.1544,25.0026,63.5391,25.7434L44.8828 48.2053C43.6866 49.6455 41.3449 48.8 41.3447 46.928V36.5901H2C0.895431 36.5901 0 35.6947 0 34.5901V14.3411C0.000258075,13.2367,0.89559,12.3411,2,12.3411H41.3447V2.00415Z' fill='url(%23paint0_linear_82_1869)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_82_1869' x1='0' y1='24.4659' x2='64.0005' y2='24.4659' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%238229EE' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%238229EE'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1365px) {
  .lp-step-column.of-arrow::after {
    width: calc(3.8rem + (1vw - 1.025rem) * (7.6246334311));
  }
}
@media screen and (max-width: 1024px) {
  .lp-step-column.of-arrow::after {
    width: 6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .lp-step-column.of-arrow::after {
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }
}

[data-script-enabled=true] .lp-step-column.of-fadeInAnimation {
  transition: opacity 0.6s ease;
  opacity: 0;
}
@media screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-step-column.of-fadeInAnimation {
    transition: initial;
    opacity: 1;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  [data-script-enabled=true] .lp-step-column.of-fadeInAnimation {
    transition: initial;
    opacity: 1;
  }
}
[data-script-enabled=true] .lp-step-column.of-fadeInAnimation.is-visible {
  transition: opacity 0.6s ease, transform 0.6s ease;
  opacity: 1;
}
[data-script-enabled=true] .lp-step-column.of-fadeInAnimation[data-animation-delay="1"] {
  transition-delay: calc(1s * 0.5);
}
@media screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-step-column.of-fadeInAnimation[data-animation-delay="1"] {
    transition-delay: initial;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  [data-script-enabled=true] .lp-step-column.of-fadeInAnimation[data-animation-delay="1"] {
    transition-delay: initial;
  }
}
[data-script-enabled=true] .lp-step-column.of-fadeInAnimation[data-animation-delay="2"] {
  transition-delay: calc(2s * 0.5);
}
@media screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-step-column.of-fadeInAnimation[data-animation-delay="2"] {
    transition-delay: initial;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  [data-script-enabled=true] .lp-step-column.of-fadeInAnimation[data-animation-delay="2"] {
    transition-delay: initial;
  }
}
[data-script-enabled=true] .lp-step-column.of-fadeInAnimation[data-animation-delay="3"] {
  transition-delay: calc(3s * 0.5);
}
@media screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-step-column.of-fadeInAnimation[data-animation-delay="3"] {
    transition-delay: initial;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  [data-script-enabled=true] .lp-step-column.of-fadeInAnimation[data-animation-delay="3"] {
    transition-delay: initial;
  }
}
[data-script-enabled=true] .lp-step-column.of-fadeInAnimation[data-animation-delay="4"] {
  transition-delay: calc(4s * 0.5);
}
@media screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-step-column.of-fadeInAnimation[data-animation-delay="4"] {
    transition-delay: initial;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  [data-script-enabled=true] .lp-step-column.of-fadeInAnimation[data-animation-delay="4"] {
    transition-delay: initial;
  }
}
[data-script-enabled=true] .lp-step-column.of-fadeInAnimation[data-animation-delay="5"] {
  transition-delay: calc(5s * 0.5);
}
@media screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-step-column.of-fadeInAnimation[data-animation-delay="5"] {
    transition-delay: initial;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  [data-script-enabled=true] .lp-step-column.of-fadeInAnimation[data-animation-delay="5"] {
    transition-delay: initial;
  }
}
[data-script-enabled=true] .lp-step-column.of-fadeInAnimation[data-animation-delay="6"] {
  transition-delay: calc(6s * 0.5);
}
@media screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-step-column.of-fadeInAnimation[data-animation-delay="6"] {
    transition-delay: initial;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  [data-script-enabled=true] .lp-step-column.of-fadeInAnimation[data-animation-delay="6"] {
    transition-delay: initial;
  }
}

.lp-text {
  font-size: min(1.6rem + (1vw - 1.366rem) * (0.3610108303), 1.8rem);
}
@media screen and (max-width: 1024px) {
  .lp-text {
    font-size: 1.5rem;
  }
}

.lp-textPhone {
  display: block;
}
.lp-textPhone > *:last-child {
  margin-bottom: 0 !important;
}
.lp-textPhone-body {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
}
.lp-textPhone-body > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
  .lp-textPhone-body {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
  }
}
.lp-textPhone-number {
  font-size: 1.8rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  line-height: 1;
}
.lp-textPhone-numberGroup {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0;
}
.lp-textPhone-note {
  display: block;
  margin-top: 0 !important;
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
  font-weight: var(--LP_FONT_WEIGHT_NORMAL);
  line-height: 1.3;
}
.lp-textPhone-icon {
  flex-shrink: 0;
  width: 3.5rem;
  height: 2rem;
  margin-bottom: 0.2rem;
}
.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;
}

a.lp-textPhone-body,
a:hover.lp-textPhone-body {
  color: inherit;
  text-decoration: none;
  cursor: default;
}

.lp-video-outer {
  position: absolute;
  top: max(0.8rem + (1vw - 1.366rem) * (-4.6931407942), -1.8rem);
  right: 0;
  width: min(80rem + (1vw - 1.366rem) * (86.642599278), 128rem);
  min-width: 32rem;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1365px) {
  .lp-video-outer {
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .lp-video-outer {
    position: initial;
    width: 100%;
    transform: initial;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 899px) {
  .lp-video-outer {
    top: 0;
    width: min(80rem + (1vh - 0.59rem) * (154.8387096774), 80rem + (1vw - 1.366rem) * (86.642599278));
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  .lp-video-outer {
    width: 80rem;
  }
}
.lp-video-buttonOuter {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 0.8rem;
  background-color: #000;
}
.lp-video-button {
  position: absolute;
  inset: 0.8rem;
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--LP_COLOR_WHITE);
  border-radius: 50%;
}
.lp-video-button::before, .lp-video-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.2rem;
  height: 0.6rem;
  transform: translate(-150%, -50%);
  background-color: var(--LP_COLOR_WHITE);
}
.lp-video-button::after {
  left: calc(50% + 0.4rem);
}
.lp-video-button.is-paused::before {
  width: 0.8rem;
  height: 0.8rem;
  transform: translate(-50%, -50%);
  background-color: var(--LP_COLOR_WHITE);
  clip-path: polygon(10% 0, 100% 50%, 10% 100%);
}
.lp-video-button.is-paused::after {
  content: none;
}
.lp-video-buttonText {
  position: absolute;
  z-index: -10;
  left: -600%;
  white-space: nowrap;
}

.lp-jumbotron > *:last-child {
  margin-bottom: 0 !important;
}
.lp-jumbotron-content {
  display: flex;
  position: relative;
  z-index: 0;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  max-width: 192rem;
  margin-inline: auto;
  padding: 9.3rem min(8.3rem + (1vw - 1.366rem) * (6.678700361), 12rem);
  gap: 1.6rem;
}
.lp-jumbotron-content > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron-content {
    padding-block: 8rem;
  }
}
@media screen and (max-width: 1024px) {
  .lp-jumbotron-content {
    padding: 6.4rem calc(2rem + (1vw - 0.769rem) * (20.3125)) 3.2rem;
    text-align: center;
    gap: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .lp-jumbotron-content {
    flex-direction: column-reverse;
    padding: 2.4rem max(2rem + (1vw - 0.36rem) * (14.6699266504), 2rem) 3.2rem;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 899px) {
  .lp-jumbotron-content {
    padding-block: max(4rem + (1vh - 0.59rem) * (2.5806451613), 4rem);
  }
}
.lp-jumbotron-body {
  flex-shrink: 0;
  max-width: min(38.4rem + (1vw - 1.366rem) * (28.880866426), 54.4rem);
}
.lp-jumbotron-body > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron-body {
    max-width: 38.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .lp-jumbotron-body {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .lp-jumbotron-body {
    width: 100%;
    max-width: 100%;
  }
}
.lp-jumbotron-titleGroup {
  margin-bottom: 4rem;
}
.lp-jumbotron-titleGroup > *:last-child {
  margin-bottom: 0 !important;
}
.lp-jumbotron-title {
  display: block;
  margin-bottom: 1.6rem;
  color: var(--LP_COLOR_WHITE);
  font-size: min(2.4rem + (1vw - 0.769rem) * (5.3601340034), 8rem);
  font-weight: var(--LP_FONT_WEIGHT_NORMAL);
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .lp-jumbotron-title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .lp-jumbotron-title {
    font-size: 2.4rem;
  }
}
.lp-jumbotron-seriesGroup {
  display: block;
  margin-bottom: 1.6rem;
  font-size: min(1.6rem + (1vw - 1.366rem) * (0.7220216606), 2rem);
  font-weight: var(--LP_FONT_WEIGHT_MEDIUM);
}
.lp-jumbotron-seriesGroup > *:last-child {
  margin-bottom: 0 !important;
}
.lp-jumbotron-seriesGroup:has(.lp-label) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .lp-jumbotron-seriesGroup:has(.lp-label) {
    justify-content: center;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .lp-jumbotron-seriesGroup:has(.lp-label) {
    flex-direction: column;
    gap: 0.8rem;
  }
}
.lp-jumbotron-seriesGroup:has(.lp-label) .lp-label {
  margin-bottom: 0;
}
.lp-jumbotron-image {
  position: relative;
  z-index: -1;
  width: min(80rem + (1vw - 1.366rem) * (86.642599278), 128rem);
  aspect-ratio: 16/9;
  min-width: 32rem;
}
@media screen and (max-width: 1024px) {
  .lp-jumbotron-image {
    max-width: calc(36.5rem + (1vw - 0.769rem) * (26.171875));
  }
}
@media screen and (max-width: 768px) {
  .lp-jumbotron-image {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 899px) {
  .lp-jumbotron-image {
    width: min(80rem + (1vh - 0.59rem) * (154.8387096774), 80rem + (1vw - 1.366rem) * (86.642599278));
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  .lp-jumbotron-image {
    width: 80rem;
  }
}

[data-script-enabled=true] .lp-jumbotron {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-jumbotron {
    display: block;
    height: auto;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  [data-script-enabled=true] .lp-jumbotron {
    display: block;
    height: auto;
  }
}

.lp-section-content {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: calc(120rem + (1vw - 1.366rem) * (86.642599278) + 8rem);
  margin-inline: auto;
  padding: 3.4rem 4rem 3.4rem;
}
.lp-section-content > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1365px) {
  .lp-section-content {
    display: block;
    padding-block: 8rem;
  }
}
@media screen and (max-width: 1024px) {
  .lp-section-content {
    max-width: 100%;
    padding: 3.2rem max(2rem + (1vw - 0.769rem) * (20.3125), 2rem);
  }
}
@media screen and (max-width: 768px) {
  .lp-section-content {
    max-width: 100%;
    padding: 3.2rem max(2rem + (1vw - 0.36rem) * (14.6699266504), 2rem);
  }
}
@media only screen and (min-width: 1366px) and (max-height: 899px) {
  .lp-section-content {
    padding-block: calc(0rem + (1vh - 0.59rem) * (10.3225806452));
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  .lp-section-content {
    padding-block: 3.2rem;
  }
}

[data-script-enabled=true] .lp-section {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-section {
    display: block;
    height: auto;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  [data-script-enabled=true] .lp-section {
    display: block;
    height: auto;
  }
}
[data-script-enabled=true] .lp-section-content {
  width: 100%;
  height: 100%;
}

@media not screen and (max-width: 1365px) {
  .lp-extraLargeScreen-hide {
    display: none;
  }
  .lp-extraLargeScreen-line-break {
    display: block;
  }
  .lp-extraLargeScreen-lastChild {
    margin-bottom: 0 !important;
  }
  .lp-extraLargeScreen-textAlign-center {
    text-align: center;
  }
  .lp-extraLargeScreen-fontWeight-bold {
    font-size: var(--LP_FONT_WEIGHT_BOLD);
  }
}
@media not screen and (max-width: 1365px) {
  .lp-extraLargeScreen-show {
    display: block;
  }
}
@media screen and (max-width: 1365px) {
  .lp-extraLargeScreen-show {
    display: none;
  }
}

@media not screen and (max-width: 1024px) {
  .lp-largeScreen-hide {
    display: none;
  }
  .lp-largeScreen-line-break {
    display: block;
  }
  .lp-largeScreen-lastChild {
    margin-bottom: 0 !important;
  }
  .lp-largeScreen-justifyContent-start {
    justify-content: flex-start;
  }
  .lp-largeScreen-textAlign-center {
    text-align: center;
  }
  .lp-largeScreen-fontWeight-bold {
    font-size: var(--LP_FONT_WEIGHT_BOLD);
  }
}

@media screen and (max-width: 1024px) {
  .lp-smallScreen-hide {
    display: none;
  }
  .lp-smallScreen-line-break {
    display: block;
  }
  .lp-smallScreen-flexDirection-rowReverse {
    flex-direction: row-reverse !important;
  }
  .lp-smallScreen-textAlign-center {
    text-align: center;
  }
  .lp-smallScreen-fontWeight-bold {
    font-size: var(--LP_FONT_WEIGHT_BOLD);
  }
}
@media screen and (max-width: 768px) {
  .lp-extraSmallScreen-hide {
    display: none;
  }
  .lp-extraSmallScreen-display-inlineBlock {
    display: inline-block !important;
  }
  .lp-extraSmallScreen-line-break {
    display: block;
  }
  .lp-extraSmallScreen-flexDirection-rowReverse {
    flex-direction: row-reverse !important;
  }
  .lp-extraSmallScreen-textAlign-center {
    text-align: center;
  }
  .lp-extraSmallScreen-fontWeight-bold {
    font-size: var(--LP_FONT_WEIGHT_BOLD);
  }
}
.lp-utility-line-break {
  display: block;
}
.lp-utility-justifyContent-center {
  justify-content: center;
}
.lp-utility-alignItems-center {
  align-items: center;
}
.lp-utility-lastChild {
  margin-bottom: 0;
}
.lp-utility-textAlign-center {
  text-align: center;
}
.lp-utility-fontWeight-medium {
  font-weight: var(--LP_FONT_WEIGHT_MEDIUM);
}
