:root {
  --LP_COLOR_BASE_BLACK: #333;
  --LP_COLOR_BASE_WHITE: #fff;
  --LP_COLOR_BLACK: #000;
  --LP_COLOR_BLUE: #000841;
  --LP_COLOR_GREEN: #1ba3c4;
  --LP_COLOR_RED: #ef005a;
  --LP_BUTTON_SHADOW_GREEN: 0 0.2rem 2.4rem rgba(20, 115, 187, 0.6);
  --LP_BUTTON_SHADOW_RED: 0 0.2rem 2.4rem rgba(255, 49, 105, 0.6);
  --LP_HOVER_SHADOW_GREEN: 0 0.2rem 2.4rem rgba(9, 99, 168, 0.6);
  --LP_HOVER_SHADOW_RED: 0 0.2rem 2.4rem rgba(242, 26, 85, 0.6);
  --LP_FONT_WEIGHT_BOLD: bold;
  --LP_FONT_WEIGHT_SEMIBOLD: 600;
  --LP_FONT_WEIGHT_REGULAR: normal;
  --LP_TEXT_SHADOW: 0rem 0rem 0.4rem var(--LP_COLOR_BLUE);
}

.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 192rem;
  margin-inline: auto;
  padding: 2.4rem 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;
  }
}

.theme-KC .lp-layout-header-content {
  padding: 2.5rem 4rem;
}
@media screen and (max-width: 1023px) {
  .theme-KC .lp-layout-header-content {
    padding: 2.4rem 2rem;
  }
}
.theme-KC .lp-layout-header-logo img {
  width: 260px;
}
@media screen and (max-width: 1023px) {
  .theme-KC .lp-layout-header-logo img {
    width: max(133px, 13.3rem + (1vw - 0.36rem) * (4.9698795181));
  }
}

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

.lp-layout-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: var(--LP_COLOR_BASE_WHITE);
  color: var(--LP_COLOR_BASE_BLACK);
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .lp-layout-container {
    display: block;
    min-height: auto;
    font-size: 1.6rem;
  }
}
.lp-layout-container.of-backgroundColor-primary {
  position: relative;
  z-index: 10;
  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 {
  content: "";
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100dvh;
  background-image: radial-gradient(closest-side at 50% 50%, #003aaf 0%, #00062a 100%);
  inset: 0;
}

.lp-layout-main {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .lp-layout-main {
    display: block;
  }
}

.lp-navigationSeries {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1240px;
  margin: 0 auto;
  padding: 4px 10px;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .lp-navigationSeries {
    margin: 0 auto 16px;
  }
}
div#MainContent .lp-navigationSeries {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries {
    flex-direction: column;
    align-items: center;
  }
}
.lp-navigationSeries-title {
  max-width: 600px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.6;
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries-title {
    width: 100%;
    max-width: none;
    margin-bottom: 3px;
    text-align: center;
  }
}
.lp-navigationSeries-title + .lp-navigationSeries-linkList {
  margin-left: 10px;
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: -10px;
  }
}
div#MainContent .lp-navigationSeries-title {
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
  text-transform: none;
}
div#MainContent .lp-navigationSeries-title + .lp-navigationSeries-linkList {
  margin-left: 10px;
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries-seriesNameText, .lp-navigationSeries-seriesText {
    display: block;
  }
}
.lp-navigationSeries-linkList {
  display: flex;
  flex-wrap: wrap;
  margin: -3px 0 0 -10px;
  color: #fff;
}
div#MainContent .lp-navigationSeries-linkList {
  margin: -3px 0 0 -10px;
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries-linkList {
    justify-content: center;
    width: 100%;
  }
}
.lp-navigationSeries-linkList > li {
  display: flex;
  position: relative;
  margin-top: 3px;
  margin-left: 9px;
  background: none;
  font-size: 1.2rem;
  font-weight: var(--LP_FONT_WEIGHT_REGULAR);
  line-height: 1.6;
}
div#MainContent .lp-navigationSeries-linkList > li {
  margin: 3px 0 0 10px;
  padding: 0;
  background: none;
  font-size: 12px;
}
.lp-navigationSeries-linkList > li > a {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 10px;
  color: #fff;
  line-height: 1.6;
  text-decoration: none;
}
.lp-navigationSeries-linkList > li > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -0.1rem;
  width: 0.1rem;
  height: 1.6rem;
  transform: translateY(-50%);
  background-color: var(--LP_COLOR_BASE_WHITE);
}
div#MainContent .lp-navigationSeries-linkList > li > a:link {
  color: #fff;
}
div#MainContent .lp-navigationSeries-linkList > li > a::before {
  top: 0.3em;
}
.lp-navigationSeries-linkList > li:first-child a::before {
  content: none;
}

.lp-jumbotron-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  max-width: 168.8rem;
  margin-inline: auto;
  padding: 0 4rem;
  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)) 3.2rem;
    gap: 0.4rem;
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-content {
    padding: 1.6rem 2rem 3.2rem;
  }
}
.lp-jumbotron-body {
  flex: 1;
  padding: 2rem 0;
}
.lp-jumbotron-body > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-body {
    padding: 0;
  }
}
.lp-jumbotron-titleGroup {
  position: relative;
  z-index: 1;
  margin-bottom: 4rem;
  line-height: 1.4;
}
.lp-jumbotron-titleGroup > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: calc(3.2rem + (1vw - 0.36rem) * (1.2048192771));
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: 3.2rem;
  }
}
.lp-jumbotron-titleGroup.of-primary .lp-jumbotron-title {
  -webkit-text-fill-color: currentColor;
  font-size: min(3.8rem + (1vw - 1.024rem) * (2.34375), 5.9rem);
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-titleGroup.of-primary .lp-jumbotron-title {
    font-size: calc(2.4rem + (1vw - 0.36rem) * (2.1084337349));
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-titleGroup.of-primary .lp-jumbotron-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-titleGroup.of-primary .lp-jumbotron-subtitle {
    font-size: calc(1.8rem + (1vw - 0.36rem) * (1.1290322581));
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-titleGroup.of-primary .lp-jumbotron-subtitle {
    font-size: 1.8rem;
  }
}
.lp-jumbotron-title {
  display: inline-block;
  position: relative;
  margin-bottom: 1.6rem;
  background-clip: text;
  background-image: linear-gradient(105deg, #ff8600, #ffd000);
  font-size: min(4.2rem + (1vw - 1.024rem) * (2.4553571429), 6.4rem);
  font-weight: var(--LP_FONT_WEIGHT_SEMIBOLD);
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-title {
    font-size: calc(3.2rem + (1vw - 0.36rem) * (1.5060240964));
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-title {
    font-size: 3.2rem;
  }
}
.lp-jumbotron-title::before {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  color: transparent;
  text-shadow: var(--LP_TEXT_SHADOW);
  white-space: pre-wrap;
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-title.of-primary {
    font-size: calc(2.6rem + (1vw - 0.36rem) * (2.4096385542));
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-title.of-primary {
    font-size: 2.6rem;
  }
}
.lp-jumbotron-subtitle {
  display: block;
  margin-bottom: 5.6rem;
  font-size: min(2.6rem + (1vw - 1.024rem) * (0.6696428571), 3.2rem);
  font-weight: var(--LP_FONT_WEIGHT_SEMIBOLD);
  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));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-subtitle {
    font-size: calc(2rem + (1vw - 0.36rem) * (0.9677419355));
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-subtitle {
    margin-bottom: 3.6rem;
    font-size: 2rem;
  }
}
.lp-jumbotron-seriesGroup {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  margin-bottom: 2.4rem;
}
.lp-jumbotron-seriesGroup > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-seriesGroup {
    flex-direction: column;
    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-size: 2.4rem;
  font-weight: var(--LP_FONT_WEIGHT_REGULAR);
  text-shadow: var(--LP_TEXT_SHADOW);
}
@media screen and (max-width: 1599px) {
  .lp-jumbotron-series {
    font-size: calc(2rem + (1vw - 0.36rem) * (0.3225806452));
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-series {
    font-size: 2rem;
  }
}
.lp-jumbotron-seriesName {
  display: inline-block;
  position: relative;
  padding-left: 0.7em;
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-seriesName {
    display: block;
    padding-left: 0;
  }
}
.lp-jumbotron-seriesName::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.2em;
  width: 0.1em;
  height: 1em;
  transform: translateY(-50%);
  background-color: var(--LP_COLOR_BASE_WHITE);
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-seriesName::before {
    content: none;
  }
}
@media screen and (max-width: 1599px) {
  .lp-jumbotron-seriesName.of-primary {
    display: block;
    padding-left: 0;
  }
}
@media screen and (max-width: 1599px) {
  .lp-jumbotron-seriesName.of-primary::before {
    content: none;
  }
}
.lp-jumbotron-image {
  max-width: min(34.8rem + (1vw - 1.024rem) * (57.2916666667), 678px);
  margin: 0 min(2.6rem + (1vw - 1.024rem) * (4.5138888889), 52px);
}
.lp-jumbotron-image > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-image {
    max-width: max(20.5rem + (1vw - 0.36rem) * (29.3674698795), 205px);
    margin: 0 0 1.6rem;
  }
}

.lp-section-content {
  max-width: 168.8rem;
  margin-inline: auto;
  padding: 3.2rem 4rem;
}
.lp-section-content > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1023px) {
  .lp-section-content {
    padding: 3.2rem calc(2rem + (1vw - 0.36rem) * (21.0843373494));
  }
}
@media screen and (max-width: 360px) {
  .lp-section-content {
    padding: 3.2rem 2rem;
  }
}

.lp-button {
  display: block;
  position: relative;
  z-index: 0;
  min-width: 24.4rem;
  padding: 1.2rem 0.8rem;
  border: 0.1rem solid var(--LP_COLOR_GREEN);
  border-radius: 0.4rem;
  background-color: transparent;
  color: var(--LP_COLOR_BASE_WHITE);
  text-align: center;
  text-decoration: none;
  backdrop-filter: blur(3rem);
}
.lp-button:before, .lp-button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-property: opacity, border-color, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.lp-button:before {
  z-index: -1;
  background-image: linear-gradient(180deg, rgba(23, 178, 168, 0.7), rgba(19, 119, 143, 0.7));
  box-shadow: var(--LP_BUTTON_SHADOW_GREEN);
}
.lp-button:after {
  z-index: -2;
  opacity: 0;
  background-image: linear-gradient(180deg, rgba(20, 158, 149, 0.6), rgba(8, 97, 119, 0.6));
  box-shadow: var(--LP_HOVER_SHADOW_GREEN);
}
.lp-button:hover::before {
  z-index: -2;
  opacity: 0;
}
.lp-button:hover::after {
  z-index: -1;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  .lp-button {
    min-width: calc(23.5rem + (1vw - 1.024rem) * (1.5625));
  }
}
@media screen and (max-width: 1023px) {
  .lp-button {
    min-width: 23.5rem;
  }
}
.lp-button.of-download {
  border: 0.1rem solid var(--LP_COLOR_RED);
}
.lp-button.of-download::before {
  background-image: linear-gradient(180deg, rgba(255, 38, 82, 0.7), rgba(190, 0, 41, 0.7));
  box-shadow: var(--LP_BUTTON_SHADOW_RED);
}
.lp-button.of-download:after {
  background-image: linear-gradient(180deg, rgba(235, 25, 68, 0.6), rgba(159, 0, 34, 0.6));
  box-shadow: var(--LP_HOVER_SHADOW_RED);
}
.lp-button-body > *:last-child {
  margin-bottom: 0 !important;
}
.lp-button-text {
  font-size: 2.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .lp-button-text {
    font-size: 1.8rem;
  }
}

.lp-label {
  flex-shrink: 0;
  max-width: 20rem;
  padding: 0.2rem 1.6rem;
  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-size: 2rem;
  font-weight: var(--LP_FONT_WEIGHT_SEMIBOLD);
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 1599px) {
  .lp-label {
    font-size: calc(1.6rem + (1vw - 0.36rem) * (0.3225806452));
  }
}
@media screen and (max-width: 360px) {
  .lp-label {
    padding: 0.2rem 1.2rem;
    font-size: 1.6rem;
  }
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
  gap: 2rem;
}
@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-textPhoneLink {
  font-size: 1.6rem;
  font-weight: var(--FONT_WEIGHT_NORMAL);
  text-align: center;
}
.lp-textPhoneLink > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 970px) {
  .lp-textPhoneLink {
    max-width: 448px;
    margin-inline: auto;
  }
}
.lp-textPhoneLink-note {
  display: block;
  font-size: 1.6rem;
  line-height: 1.6;
}
.lp-textPhoneLink-number {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.8rem 0;
  padding-left: 8px;
  font-size: 2.4rem;
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
}
@media screen and (max-width: 970px) {
  .lp-textPhoneLink-number {
    padding-left: 0;
  }
}
.lp-textPhoneLink-number > a {
  cursor: default;
}
.lp-textPhoneLink-number > .TelSlsh {
  line-height: 1;
}
.lp-textPhoneLink-number.of-primary .AutoPhoneCall {
  color: var(--LP_COLOR_BASE_WHITE);
}
.lp-textPhoneLink-number.of-primary .lp-icon {
  fill: var(--LP_COLOR_BASE_WHITE);
}
@media screen and (max-width: 970px) {
  .lp-textPhoneLink .lp-textPhoneLink-notes {
    width: 100%;
    margin-bottom: 4px;
  }
}
.lp-textPhoneLink .AutoPhoneCall {
  color: #484b4c;
  font-size: 2.4rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  line-height: 1;
  text-decoration: none;
}
.lp-textPhoneLink .AutoPhoneCall > em {
  font-weight: inherit;
}
.lp-textPhoneLink .lp-icon {
  width: 3rem;
  height: 3rem;
  margin-bottom: -4px;
  fill: #484b4c;
  vertical-align: middle;
}
.lp-textPhoneLink.of-flex .lp-textPhoneLink-body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1023px) {
  .lp-textPhoneLink.of-flex .lp-textPhoneLink-body {
    display: block;
  }
}
.lp-textPhoneLink.of-flex .lp-textPhoneLink-note {
  margin-right: 8px;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .lp-textPhoneLink.of-flex .lp-textPhoneLink-note {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-textPhoneLink.of-flex .lp-textPhoneLink-number {
    padding-left: 0;
  }
}

.lp-utility-line-break {
  display: block;
}
.lp-utility-textAlign-center {
  text-align: center;
}
.lp-utility-justifyContent-center {
  justify-content: center;
}

@media not screen and (max-width: 1023px) {
  .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;
  }
}
