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

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

@property --COLOR_DARK {
  syntax: "<color>";
  inherits: false;
  initial-value: #333;
}
@property --COLOR_LIGHT {
  syntax: "<color>";
  inherits: false;
  initial-value: #fff;
}
@property --COLOR_PRIMARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #dc002f;
}
@property --COLOR_SECONDARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #1677a8;
}
@property --COLOR_TERTIARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #595959;
}
@property --COLOR_QUATERNARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #444a5e;
}
@property --COLOR_BACKGROUND_PRIMARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #e6ecef;
}
@property --COLOR_BACKGROUND_SECONDARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #fbfbfb;
}
@property --COLOR_BACKGROUND_TERTIARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #f8f8f8;
}
@property --COLOR_BACKGROUND_QUATERNARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #eee;
}
@property --FONT_WEIGHT_BOLD {
  syntax: "<number>";
  inherits: false;
  initial-value: 700;
}
@property --FONT_WEIGHT_SEMIBOLD {
  syntax: "<number>";
  inherits: false;
  initial-value: 600;
}
@property --FONT_WEIGHT_NORMAL {
  syntax: "<number>";
  inherits: false;
  initial-value: 400;
}
.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

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

.lp-textLead-outer > *:last-child, .lp-cardFeature > *:last-child, .lp-card > *:last-child, .lp-mediaAsset-image > *:last-child, .lp-mediaAsset-body > *:last-child, .lp-mediaAsset > *:last-child, .lp-media-image > *:last-child, .lp-media-body > *:last-child, .lp-listFeature > li > *:last-child, .lp-listFeature > *:last-child, .lp-listButton > li > *:last-child, .lp-listButton > *:last-child, .lp-layout-cluster > *:last-child, .lp-headingLevel3-outer > *:last-child, .lp-headingLevel3-group > *:last-child, .lp-section-content > *:last-child, .lp-section > *:last-child, .lp-jumbotron-seriesGroup > *:last-child, .lp-jumbotron-titleGroup > *:last-child, .lp-jumbotron-imageGroup > *:last-child, .lp-jumbotron-image > *:last-child, .lp-jumbotron-body > *:last-child, .lp-jumbotron-inner > *:last-child, .lp-jumbotron-content > *:last-child, .lp-layout-footer-content > *:last-child, .lp-layout-footer > *:last-child, .lp-layout-header-utilityList > li > *:last-child, .lp-layout-header-utilityList > *:last-child, .lp-layout-header-utilityGroup > *:last-child, .lp-layout-header-content > *:last-child, .lp-layout-container > *:last-child, .lp-layout-main > *:last-child {
  margin-bottom: 0;
}

.lp-layout-main {
  background: var(--COLOR_BACKGROUND_PRIMARY);
  color: var(--COLOR_DARK);
}

.lp-layout-container:not([class*=of-]) {
  border-radius: 0 0 40px 40px;
  background-color: var(--COLOR_BACKGROUND_TERTIARY);
  color: var(--COLOR_TERTIARY);
}
.lp-layout-container.of-primary {
  margin: 0 auto;
}
.lp-layout-container.of-primary > *:last-child {
  margin-bottom: 0 !important;
}
.lp-layout-container.of-primary:has(+ .lp-listButton) {
  margin: 0 auto 48px;
}
@media screen and (max-width: 1365px) {
  .lp-layout-container.of-primary:has(+ .lp-listButton) {
    margin: 0 auto 34px;
  }
}
@media screen and (max-width: 1365px) {
  .lp-layout-container.of-primary {
    max-width: 696px;
  }
}
.lp-layout-container.of-secondary {
  margin: 0 auto;
}
.lp-layout-container.of-secondary > *:last-child {
  margin-bottom: 0 !important;
}
.lp-layout-container.of-secondary:has(+ .lp-listButton) {
  margin: 0 auto 48px;
}
@media screen and (max-width: 1365px) {
  .lp-layout-container.of-secondary:has(+ .lp-listButton) {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 1365px) {
  .lp-layout-container.of-secondary {
    max-width: 696px;
  }
}

.lp-layout-header {
  position: relative;
  z-index: 10;
}
.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
  padding: 30px 80px 20px;
}
@media screen and (max-width: 1919px) {
  .lp-layout-header-content {
    padding: 30px calc(4rem + (1vw - 1.024rem) * (4.4642857143)) 20px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-header-content {
    justify-content: center;
    padding: 24px;
  }
}
.lp-layout-header-logo {
  margin-bottom: 0;
}
.lp-layout-header-logo > a {
  display: block;
  line-height: 1;
}
.lp-layout-header-logo img {
  width: 125px;
}
@media screen and (max-width: 1023px) {
  .lp-layout-header-logo img {
    width: 92px;
  }
}
.lp-layout-header-utilityGroup {
  flex: 1;
  margin-bottom: 16px;
  padding-left: 16px;
}
.lp-layout-header-utilityList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: -8px 0 16px -16px;
}
.lp-layout-header-utilityList > li {
  margin-top: 8px;
  padding-left: 16px;
}

.lp-layout-footer-content {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
}
.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -12px 0 0 -24px;
  font-size: 1.2rem;
  font-weight: var(--FONT_WEIGHT_NORMAL);
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1365px) {
  .lp-layout-footer-list {
    font-size: 1.4rem;
  }
}
.lp-layout-footer-list > li {
  position: relative;
  margin: 12px 0 0 24px;
}
.lp-layout-footer-list > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -12px;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background-color: #b4b4b4;
}
.lp-layout-footer-list > li:first-child::before {
  display: none;
}
.lp-layout-footer-list > li a {
  color: var(--COLOR_DARK);
  text-decoration: none;
}
@media (hover) {
  .lp-layout-footer-list > li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-footer-list > li:last-child {
    flex-shrink: 0;
    width: calc(100% - 40px);
  }
  .lp-layout-footer-list > li:last-child::before {
    content: none;
  }
}

.lp-jumbotron {
  background-color: var(--COLOR_BACKGROUND_SECONDARY);
  color: var(--COLOR_TERTIARY);
}
.lp-jumbotron-inner {
  display: grid;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.lp-jumbotron-body {
  z-index: 10;
  grid-column: 1/2;
  grid-row: 1/2;
  max-width: 930px;
  margin: auto 0;
  padding: 30px 80px;
}
@media screen and (max-width: 1919px) {
  .lp-jumbotron-body {
    max-width: calc(48rem + (1vw - 1.024rem) * (30.8035714286) + (4rem + (1vw - 1.024rem) * (5.2455357143)) * 2);
    padding: calc(2rem + (1vw - 1.024rem) * (1.1160714286)) calc(4rem + (1vw - 1.024rem) * (4.4642857143));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-body {
    display: flex;
    grid-row: 2/3;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    padding: calc(2rem + (1vw - 0.36rem) * (1.8072289157)) calc(2rem + (1vw - 0.36rem) * (5.9642147117)) 40px;
    background-color: var(--COLOR_BACKGROUND_TERTIARY);
  }
}
.lp-jumbotron-body:nth-child(n+2) {
  padding: 0;
}
.lp-jumbotron-image {
  position: relative;
}
.lp-jumbotron-image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, var(--COLOR_BACKGROUND_SECONDARY) 90%, var(--COLOR_BACKGROUND_SECONDARY) 100%);
}
@media screen and (max-width: 1919px) {
  .lp-jumbotron-image::before {
    content: none;
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-image > img {
    object-fit: cover;
    object-position: 100%;
    aspect-ratio: 4/3;
    width: 100%;
  }
}
.lp-jumbotron-imageGroup {
  grid-column: 1/2;
  grid-row: 1/2;
  max-width: 1920px;
  margin: auto 0;
  background-color: var(--COLOR_BACKGROUND_SECONDARY);
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-imageGroup {
    max-width: 100%;
  }
}
.lp-jumbotron-title {
  display: block;
  margin-bottom: 24px;
  font-size: 7rem;
  line-height: 1.2;
}
.lp-jumbotron-title:has(+ .lp-jumbotron-title) {
  margin-bottom: 0;
}
.lp-jumbotron-title:has(+ .lp-jumbotron-title.of-primary), .lp-jumbotron-title:has(+ .lp-jumbotron-title.of-secondary) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1919px) {
  .lp-jumbotron-title:has(+ .lp-jumbotron-title.of-primary), .lp-jumbotron-title:has(+ .lp-jumbotron-title.of-secondary) {
    margin-bottom: calc(0.8rem + (1vw - 1.024rem) * (0.8928571429));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-title:has(+ .lp-jumbotron-title.of-primary), .lp-jumbotron-title:has(+ .lp-jumbotron-title.of-secondary) {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1919px) {
  .lp-jumbotron-title {
    font-size: calc(3.2rem + (1vw - 0.36rem) * (2.4358974359));
  }
}
.lp-jumbotron-title.of-primary {
  font-size: 6.2rem;
  font-weight: normal;
}
.lp-jumbotron-title.of-primary:has(+ .lp-jumbotron-title) {
  margin-bottom: 0;
}
@media screen and (max-width: 1919px) {
  .lp-jumbotron-title.of-primary {
    margin-bottom: calc(1.6rem + (1vw - 1.024rem) * (0.8928571429));
    font-size: calc(2.8rem + (1vw - 0.36rem) * (2.1794871795));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-title.of-primary {
    margin-bottom: 4px;
  }
}
.lp-jumbotron-title.of-secondary {
  font-size: 4rem;
  font-weight: var(--FONT_WEIGHT_NORMAL);
}
.lp-jumbotron-title.of-secondary:has(+ .lp-jumbotron-title.of-secondary) {
  margin-bottom: 0;
}
@media screen and (max-width: 1919px) {
  .lp-jumbotron-title.of-secondary {
    margin-bottom: calc(1.6rem + (1vw - 1.024rem) * (0.8928571429));
    font-size: calc(1.6rem + (1vw - 0.36rem) * (1.5384615385));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-title.of-secondary {
    margin-bottom: 4px;
    line-height: 1;
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-title.of-secondary {
    font-size: 1.6rem;
  }
}
.lp-jumbotron-titleGroup {
  margin-bottom: 48px;
  line-height: 1;
}
@media screen and (max-width: 1919px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: calc(3.4rem + (1vw - 0.36rem) * (0.8974358974));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-titleGroup {
    text-align: center;
  }
}
.lp-jumbotron-series {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 3rem;
  line-height: 1.3;
}
@media screen and (max-width: 1919px) {
  .lp-jumbotron-series {
    margin-bottom: calc(0.4rem + (1vw - 0.36rem) * (0.7692307692));
    font-size: calc(1.8rem + (1vw - 0.36rem) * (0.7692307692));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-series {
    display: block;
  }
}
.lp-jumbotron-seriesName {
  display: block;
  font-size: 2.8rem;
  font-weight: var(--FONT_WEIGHT_NORMAL);
  line-height: 1.5;
}
@media screen and (max-width: 1919px) {
  .lp-jumbotron-seriesName {
    font-size: calc(1.6rem + (1vw - 0.36rem) * (0.7692307692));
  }
}
.lp-jumbotron-seriesGroup {
  display: block;
  margin-bottom: 16px;
  line-height: 1;
}

.lp-section-content {
  max-width: 1920px;
  margin: 0 auto;
  padding: 75px 240px 75px;
}
@media screen and (max-width: 1919px) {
  .lp-section-content {
    padding: calc(4rem + (1vw - 0.36rem) * (2.2435897436)) calc(8rem + (1vw - 1.366rem) * (28.880866426)) calc(4rem + (1vw - 0.36rem) * (2.2435897436));
  }
}
@media screen and (max-width: 1365px) {
  .lp-section-content {
    padding-right: calc(2rem + (1vw - 0.36rem) * (5.9642147117));
    padding-left: calc(2rem + (1vw - 0.36rem) * (5.9642147117));
  }
}
@media screen and (max-width: 360px) {
  .lp-section-content {
    padding: 40px 20px;
  }
}
.lp-section.of-primary > .lp-section-content {
  padding-bottom: 178px;
}
@media screen and (max-width: 1919px) {
  .lp-section.of-primary > .lp-section-content {
    padding-bottom: calc(4rem + (1vw - 0.36rem) * (5.1282051282));
  }
}
@media screen and (max-width: 360px) {
  .lp-section.of-primary > .lp-section-content {
    padding-bottom: 40px;
  }
}
.lp-section.of-secondary {
  background: var(--COLOR_BACKGROUND_PRIMARY);
}
.lp-section.of-secondary > .lp-section-content {
  padding: 80px 0 0;
}
@media screen and (max-width: 1919px) {
  .lp-section.of-secondary > .lp-section-content {
    padding: calc(4rem + (1vw - 1.366rem) * (7.2202166065)) 0 0;
  }
}
@media screen and (max-width: 1365px) {
  .lp-section.of-secondary > .lp-section-content {
    padding: 0;
  }
}
.lp-section.of-tertiary > .lp-section-content {
  padding-top: 144px;
}
@media screen and (max-width: 1919px) {
  .lp-section.of-tertiary > .lp-section-content {
    padding-top: calc(4rem + (1vw - 0.36rem) * (6.6666666667));
  }
}
@media screen and (max-width: 360px) {
  .lp-section.of-tertiary > .lp-section-content {
    padding-top: 40px;
  }
}

.lp-label {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--COLOR_PRIMARY);
  font-size: 3rem;
  line-height: 1.3;
}
@media screen and (max-width: 1919px) {
  .lp-label {
    margin-bottom: calc(0.4rem + (1vw - 0.36rem) * (0.7692307692));
    font-size: calc(1.4rem + (1vw - 0.36rem) * (1.0256410256));
  }
}
@media screen and (max-width: 360px) {
  .lp-label {
    font-size: 1.4rem;
  }
}
.lp-label.of-primary {
  position: relative;
  margin-bottom: 12px;
  padding: 4px 16px;
  background: linear-gradient(283deg, #0055a2 0%, #00afec 100%);
  color: var(--COLOR_LIGHT);
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 1919px) {
  .lp-label.of-primary {
    font-size: calc(1.4rem + (1vw - 0.36rem) * (0.1282051282));
  }
}
@media screen and (max-width: 1365px) {
  .lp-label.of-primary {
    padding: 8px 16px;
  }
}
@media screen and (max-width: 360px) {
  .lp-label.of-primary {
    font-size: 1.4rem;
  }
}
.lp-label.of-primary::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -888;
  top: 4px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: linear-gradient(283deg, #0055a2 0%, #00afec 100%);
  filter: blur(4px);
}

.lp-headingLevel2 {
  margin-bottom: 42px;
  font-size: 4.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 1919px) {
  .lp-headingLevel2 {
    margin-bottom: calc(3.2rem + (1vw - 0.36rem) * (0.641025641));
    font-size: calc(2.6rem + (1vw - 0.36rem) * (1.4102564103));
  }
}
@media screen and (max-width: 1365px) {
  .lp-headingLevel2 {
    line-height: 1.5;
  }
}
@media screen and (max-width: 360px) {
  .lp-headingLevel2 {
    font-size: 2.6rem;
  }
}
.lp-headingLevel2:has(+ :is(.lp-headingLevel3, .lp-headingLevel3-group)), .lp-headingLevel2:has(+ :is(.lp-headingLevel3, .lp-headingLevel3-outer)) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1919px) {
  .lp-headingLevel2:has(+ :is(.lp-headingLevel3, .lp-headingLevel3-group)), .lp-headingLevel2:has(+ :is(.lp-headingLevel3, .lp-headingLevel3-outer)) {
    margin-bottom: calc(1.2rem + (1vw - 0.36rem) * (0.2564102564));
  }
}

.lp-headingLevel3 {
  margin-bottom: 20px;
  color: var(--COLOR_SECONDARY);
  font-size: 2.2rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
  line-height: 1.4;
}
@media screen and (max-width: 1919px) {
  .lp-headingLevel3 {
    margin-bottom: calc(1rem + (1vw - 0.36rem) * (0.641025641));
    font-size: calc(1.8rem + (1vw - 0.36rem) * (0.2564102564));
  }
}
@media screen and (max-width: 360px) {
  .lp-headingLevel3 {
    font-size: 1.8rem;
  }
}
.lp-headingLevel3.of-primary {
  margin-bottom: 40px;
}
@media screen and (max-width: 1919px) {
  .lp-headingLevel3.of-primary {
    margin-bottom: calc(1rem + (1vw - 0.36rem) * (1.9230769231));
  }
}
@media screen and (max-width: 360px) {
  .lp-headingLevel3.of-primary {
    margin-bottom: 10px;
  }
}
.lp-headingLevel3-group {
  margin-bottom: 20px;
}
@media screen and (max-width: 1919px) {
  .lp-headingLevel3-group {
    margin-bottom: calc(1rem + (1vw - 0.36rem) * (0.641025641));
  }
}
.lp-headingLevel3-group:has(.lp-label) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1365px) {
  .lp-headingLevel3-group:has(.lp-label) {
    flex-direction: column;
    gap: 14px;
  }
}
.lp-headingLevel3-group:has(.lp-label) .lp-label {
  flex: 0 0 auto;
  max-width: 180px;
  margin-bottom: 0;
  color: #fff;
}
.lp-headingLevel3-outer {
  margin-bottom: 20px;
}
@media screen and (max-width: 1919px) {
  .lp-headingLevel3-outer {
    margin-bottom: calc(1rem + (1vw - 0.36rem) * (0.641025641));
  }
}

.lp-layout-cluster {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 32px;
  gap: 8px 24px;
}
@media screen and (max-width: 1365px) {
  .lp-layout-cluster {
    margin-bottom: 56px;
  }
}
.lp-layout-cluster.of-center {
  justify-content: center;
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  margin: -24px 0 38px -16px;
}
@media screen and (max-width: 1365px) {
  .lp-listButton {
    margin: -24px 0 32px -16px;
  }
}
.lp-listButton.of-center {
  justify-content: center;
}
.lp-listButton > li {
  margin-top: 24px;
  padding-left: 16px;
}
.lp-listButton.of-column-2 > li:not([class*=of-column-]) {
  width: 50%;
}
.lp-listButton.of-column-3 > li:not([class*=of-column-]) {
  width: 33.3333333333%;
}
.lp-listButton.of-column-4 > li:not([class*=of-column-]) {
  width: 25%;
}
.lp-listButton.of-column-5 > li:not([class*=of-column-]) {
  width: 20%;
}
.lp-listButton.of-column-6 > li:not([class*=of-column-]) {
  width: 16.6666666667%;
}
.lp-listButton.of-column-7 > li:not([class*=of-column-]) {
  width: 14.2857142857%;
}
.lp-listButton.of-column-8 > li:not([class*=of-column-]) {
  width: 12.5%;
}
.lp-listButton.of-column-9 > li:not([class*=of-column-]) {
  width: 11.1111111111%;
}
.lp-listButton.of-column-10 > li:not([class*=of-column-]) {
  width: 10%;
}
.lp-listButton.of-column-11 > li:not([class*=of-column-]) {
  width: 9.0909090909%;
}
.lp-listButton.of-column-12 > li:not([class*=of-column-]) {
  width: 8.3333333333%;
}
.lp-listButton.of-column-2 > li.of-column-2 {
  width: 100%;
}
.lp-listButton.of-column-3 > li.of-column-2 {
  width: 66.6666666667%;
}
.lp-listButton.of-column-3 > li.of-column-3 {
  width: 100%;
}
.lp-listButton.of-column-4 > li.of-column-2 {
  width: 50%;
}
.lp-listButton.of-column-4 > li.of-column-3 {
  width: 75%;
}
.lp-listButton.of-column-4 > li.of-column-4 {
  width: 100%;
}
.lp-listButton.of-column-5 > li.of-column-2 {
  width: 40%;
}
.lp-listButton.of-column-5 > li.of-column-3 {
  width: 60%;
}
.lp-listButton.of-column-5 > li.of-column-4 {
  width: 80%;
}
.lp-listButton.of-column-5 > li.of-column-5 {
  width: 100%;
}
.lp-listButton.of-column-6 > li.of-column-2 {
  width: 33.3333333333%;
}
.lp-listButton.of-column-6 > li.of-column-3 {
  width: 50%;
}
.lp-listButton.of-column-6 > li.of-column-4 {
  width: 66.6666666667%;
}
.lp-listButton.of-column-6 > li.of-column-5 {
  width: 83.3333333333%;
}
.lp-listButton.of-column-6 > li.of-column-6 {
  width: 100%;
}
.lp-listButton.of-column-7 > li.of-column-2 {
  width: 28.5714285714%;
}
.lp-listButton.of-column-7 > li.of-column-3 {
  width: 42.8571428571%;
}
.lp-listButton.of-column-7 > li.of-column-4 {
  width: 57.1428571429%;
}
.lp-listButton.of-column-7 > li.of-column-5 {
  width: 71.4285714286%;
}
.lp-listButton.of-column-7 > li.of-column-6 {
  width: 85.7142857143%;
}
.lp-listButton.of-column-7 > li.of-column-7 {
  width: 100%;
}
.lp-listButton.of-column-8 > li.of-column-2 {
  width: 25%;
}
.lp-listButton.of-column-8 > li.of-column-3 {
  width: 37.5%;
}
.lp-listButton.of-column-8 > li.of-column-4 {
  width: 50%;
}
.lp-listButton.of-column-8 > li.of-column-5 {
  width: 62.5%;
}
.lp-listButton.of-column-8 > li.of-column-6 {
  width: 75%;
}
.lp-listButton.of-column-8 > li.of-column-7 {
  width: 87.5%;
}
.lp-listButton.of-column-8 > li.of-column-8 {
  width: 100%;
}
.lp-listButton.of-column-9 > li.of-column-2 {
  width: 22.2222222222%;
}
.lp-listButton.of-column-9 > li.of-column-3 {
  width: 33.3333333333%;
}
.lp-listButton.of-column-9 > li.of-column-4 {
  width: 44.4444444444%;
}
.lp-listButton.of-column-9 > li.of-column-5 {
  width: 55.5555555556%;
}
.lp-listButton.of-column-9 > li.of-column-6 {
  width: 66.6666666667%;
}
.lp-listButton.of-column-9 > li.of-column-7 {
  width: 77.7777777778%;
}
.lp-listButton.of-column-9 > li.of-column-8 {
  width: 88.8888888889%;
}
.lp-listButton.of-column-9 > li.of-column-9 {
  width: 100%;
}
.lp-listButton.of-column-10 > li.of-column-2 {
  width: 20%;
}
.lp-listButton.of-column-10 > li.of-column-3 {
  width: 30%;
}
.lp-listButton.of-column-10 > li.of-column-4 {
  width: 40%;
}
.lp-listButton.of-column-10 > li.of-column-5 {
  width: 50%;
}
.lp-listButton.of-column-10 > li.of-column-6 {
  width: 60%;
}
.lp-listButton.of-column-10 > li.of-column-7 {
  width: 70%;
}
.lp-listButton.of-column-10 > li.of-column-8 {
  width: 80%;
}
.lp-listButton.of-column-10 > li.of-column-9 {
  width: 90%;
}
.lp-listButton.of-column-10 > li.of-column-10 {
  width: 100%;
}
.lp-listButton.of-column-11 > li.of-column-2 {
  width: 18.1818181818%;
}
.lp-listButton.of-column-11 > li.of-column-3 {
  width: 27.2727272727%;
}
.lp-listButton.of-column-11 > li.of-column-4 {
  width: 36.3636363636%;
}
.lp-listButton.of-column-11 > li.of-column-5 {
  width: 45.4545454545%;
}
.lp-listButton.of-column-11 > li.of-column-6 {
  width: 54.5454545455%;
}
.lp-listButton.of-column-11 > li.of-column-7 {
  width: 63.6363636364%;
}
.lp-listButton.of-column-11 > li.of-column-8 {
  width: 72.7272727273%;
}
.lp-listButton.of-column-11 > li.of-column-9 {
  width: 81.8181818182%;
}
.lp-listButton.of-column-11 > li.of-column-10 {
  width: 90.9090909091%;
}
.lp-listButton.of-column-11 > li.of-column-11 {
  width: 100%;
}
.lp-listButton.of-column-12 > li.of-column-2 {
  width: 16.6666666667%;
}
.lp-listButton.of-column-12 > li.of-column-3 {
  width: 25%;
}
.lp-listButton.of-column-12 > li.of-column-4 {
  width: 33.3333333333%;
}
.lp-listButton.of-column-12 > li.of-column-5 {
  width: 41.6666666667%;
}
.lp-listButton.of-column-12 > li.of-column-6 {
  width: 50%;
}
.lp-listButton.of-column-12 > li.of-column-7 {
  width: 58.3333333333%;
}
.lp-listButton.of-column-12 > li.of-column-8 {
  width: 66.6666666667%;
}
.lp-listButton.of-column-12 > li.of-column-9 {
  width: 75%;
}
.lp-listButton.of-column-12 > li.of-column-10 {
  width: 83.3333333333%;
}
.lp-listButton.of-column-12 > li.of-column-11 {
  width: 91.6666666667%;
}
.lp-listButton.of-column-12 > li.of-column-12 {
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .lp-listButton[class*=of-column-] > li:not([class*=of-column-]),
  .lp-listButton[class*=of-column-] > li[class*=of-column-] {
    width: 100%;
  }
}
@media screen and (max-width: 1366px) {
  .lp-listButton.lp-largeScreen-column-2 > li:not([class*=of-column-]),
  .lp-listButton.lp-largeScreen-column-2 > li[class*=of-column-] {
    width: 50%;
  }
  .lp-listButton.lp-largeScreen-column-3 > li:not([class*=of-column-]),
  .lp-listButton.lp-largeScreen-column-3 > li[class*=of-column-] {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 1023px) {
  .lp-listButton.lp-smallScreen-center {
    justify-content: center;
  }
}

.lp-listFeature {
  display: grid;
  width: 100%;
  margin-bottom: 16px;
  gap: 16px;
}
.lp-listFeature.of-primary {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1365px) {
  .lp-listFeature.of-primary {
    flex-direction: column;
  }
}
.lp-listFeature.of-primary > li {
  max-width: fit-content;
}
@media screen and (max-width: 1365px) {
  .lp-listFeature.of-primary > li {
    max-width: 100%;
  }
}

.lp-media {
  display: flex;
  gap: 58px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1919px) {
  .lp-media {
    gap: calc(3.2rem + (1vw - 1.366rem) * (2.8880866426));
  }
}
@media screen and (max-width: 1365px) {
  .lp-media {
    gap: 24px;
    flex-direction: column;
    align-items: center;
  }
}
.lp-media.of-primary {
  margin-bottom: 80px;
}
@media screen and (max-width: 1365px) {
  .lp-media.of-primary {
    align-items: center;
    margin-bottom: calc(4rem + (1vw - 0.36rem) * (2.9821073559));
  }
}
@media screen and (max-width: 360px) {
  .lp-media.of-primary {
    margin-bottom: 40px;
  }
}
.lp-media.of-primary .lp-media-body {
  flex: 1;
  order: 1;
}
@media screen and (max-width: 1365px) {
  .lp-media.of-primary .lp-media-body {
    order: 0;
  }
}
.lp-media-body {
  flex: 1;
  order: 0;
}
.lp-media-image {
  max-width: fit-content;
  height: fit-content;
  object-fit: cover;
}
.lp-media-image.of-shadow-primary, .lp-media-image.of-shadow-secondary {
  position: relative;
}
.lp-media-image.of-shadow-primary::after, .lp-media-image.of-shadow-secondary::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -888;
  right: 0;
  bottom: -40px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  filter: blur(30px);
}
@media screen and (max-width: 1365px) {
  .lp-media-image.of-shadow-primary::after, .lp-media-image.of-shadow-secondary::after {
    bottom: -10px;
  }
}
.lp-media-image:has(.lp-video) {
  width: 100%;
  max-width: 672px;
}
@media screen and (max-width: 1919px) {
  .lp-media-image:has(.lp-video) {
    max-width: calc(60rem + (1vw - 1.366rem) * (12.9963898917));
  }
}
@media screen and (max-width: 1365px) {
  .lp-media-image:has(.lp-video) {
    max-width: 672px;
  }
}
.lp-media-image:has(.lp-video.of-primary) {
  width: 100%;
  max-width: 544px;
}
@media screen and (max-width: 1919px) {
  .lp-media-image:has(.lp-video.of-primary) {
    max-width: calc(52rem + (1vw - 1.366rem) * (4.3321299639));
  }
}
@media screen and (max-width: 1365px) {
  .lp-media-image:has(.lp-video.of-primary) {
    max-width: 544px;
  }
}

.lp-mediaAsset {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 32px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1365px) {
  .lp-mediaAsset {
    justify-content: center;
  }
}
.lp-mediaAsset-body {
  max-width: 884px;
  margin-left: -40px;
  padding: 40px 240px 144px 16px;
}
@media screen and (max-width: 1919px) {
  .lp-mediaAsset-body {
    margin-left: calc(-52rem + (1vw - 1.366rem) * (79.4223826715));
    padding-right: calc(4rem + (1vw - 1.366rem) * (36.1010830325));
    padding-bottom: calc(8rem + (1vw - 1.366rem) * (11.5523465704));
  }
}
@media screen and (max-width: 1365px) {
  .lp-mediaAsset-body {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding: calc(4rem + (1vw - 0.36rem) * (3.9761431412)) calc(2rem + (1vw - 0.36rem) * (5.9642147117)) 24px;
  }
}
.lp-mediaAsset-image {
  max-width: 1240px;
  height: 100%;
  margin-right: -40px;
  margin-left: -140px;
}
@media screen and (max-width: 1919px) {
  .lp-mediaAsset-image {
    margin-right: calc(38rem + (1vw - 1.366rem) * (-75.8122743682));
    margin-left: calc(-12rem + (1vw - 1.366rem) * (-3.6101083032));
  }
}
@media screen and (max-width: 1365px) {
  .lp-mediaAsset-image {
    display: none;
  }
}
.lp-mediaAsset-image > img {
  height: auto;
  object-fit: contain;
  object-position: bottom;
}
.lp-mediaAsset-text {
  margin-bottom: 40px;
  font-size: 4.2rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
  line-height: 1.5;
}
@media screen and (max-width: 1919px) {
  .lp-mediaAsset-text {
    font-size: calc(2.6rem + (1vw - 0.36rem) * (1.0256410256));
  }
}

.lp-card {
  margin-bottom: 24px;
  padding: 40px;
  background-color: var(--COLOR_LIGHT);
}
@media screen and (max-width: 1365px) {
  .lp-card {
    padding: calc(2.4rem + (1vw - 0.36rem) * (1.5904572565)) calc(1rem + (1vw - 0.36rem) * (2.9821073559));
  }
}
@media screen and (max-width: 360px) {
  .lp-card {
    padding: 24px 10px;
  }
}
.lp-card > .lp-media {
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 1365px) {
  .lp-card > .lp-media {
    flex-direction: column;
    gap: 24px;
  }
}
.lp-card .lp-media-body {
  flex: 1;
}
@media screen and (max-width: 1365px) {
  .lp-card .lp-media-image {
    margin: 0 auto;
  }
}
.lp-cardFeature {
  margin-bottom: 16px;
  padding: 10px 14px;
  border: 1px solid var(--COLOR_SECONDARY);
  background-color: #f2f6f8;
}
@media screen and (max-width: 1365px) {
  .lp-cardFeature {
    padding: calc(0.8rem + (1vw - 0.36rem) * (0.1988071571)) calc(0.8rem + (1vw - 0.36rem) * (0.5964214712));
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  .lp-cardFeature {
    padding: 8px;
  }
}
.lp-cardFeature-text {
  color: var(--COLOR_SECONDARY);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.lp-buttonConversion.of-border-primary {
  border-radius: 8px;
}
.lp-buttonConversion.of-border-primary .lp-buttonConversion-body {
  padding-top: 14px;
  padding-bottom: 14px;
}

.lp-text {
  margin-bottom: 40px;
  font-size: 1.8rem;
  line-height: 1.8;
}
.lp-text.of-center {
  text-align: center;
}
@media screen and (max-width: 1919px) {
  .lp-text {
    margin-bottom: calc(2.4rem + (1vw - 0.36rem) * (1.0256410256));
  }
}
@media screen and (max-width: 1365px) {
  .lp-text {
    line-height: 1.5;
  }
}
.lp-textLead {
  margin-bottom: 24px;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 1919px) {
  .lp-textLead {
    font-size: calc(1.8rem + (1vw - 0.36rem) * (0.1282051282));
  }
}
.lp-textLead-outer {
  margin-bottom: 0;
}

.lp-textScroll {
  position: absolute;
  top: calc(50% - 84px);
  right: -60px;
  width: auto;
  height: auto;
  margin-bottom: 158px;
  transform: rotate(90deg) translateY(-50%);
  font-size: 1.4rem;
}
.lp-textScroll > span {
  display: block;
  position: relative;
  margin-right: 158px;
}
.lp-textScroll > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -158px;
  width: 143px;
  height: 8px;
  transform: translateY(-50%) skew(45deg);
  border-right: 1px solid var(--COLOR_TERTIARY);
  border-bottom: 1px solid var(--COLOR_TERTIARY);
}

.lp-textPhoneLink {
  display: block;
  margin-bottom: 24px;
}
.lp-textPhoneLink > *:last-child {
  margin-bottom: 0;
}
.lp-textPhoneLink-body > *:last-child {
  margin-bottom: 0;
}
.lp-textPhoneLink-number {
  font-size: 2rem;
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
  line-height: 1;
}
.lp-textPhoneLink-number.of-primary > a, .lp-textPhoneLink-number.of-primary > .prd-inlineLink[href] {
  color: var(--COLOR_QUATERNARY);
}
.lp-textPhoneLink-numberGroup {
  display: flex;
  align-items: flex-start;
  margin-top: 0 !important;
  margin-bottom: 8px;
}
.lp-textPhoneLink-icon {
  width: 3.8rem;
  height: 3.8rem;
  fill: #333;
  vertical-align: middle;
}
.lp-textPhoneLink.of-center {
  text-align: center;
}
.lp-textPhoneLink.of-center .lp-textPhoneLink-numberGroup {
  justify-content: center;
}

a.lp-textPhoneLink-body,
a:hover.lp-textPhoneLink-body {
  display: inline-block;
  opacity: 1;
  color: var(--COLOR_DARK);
  text-decoration: none;
  cursor: default;
}

.lp-utility-line-break {
  display: block;
}
.lp-utility-inline-block {
  display: inline-block;
}
.lp-utility-textAlign-center {
  text-align: center;
}
.lp-utility-fontWeight-bold {
  font-weight: var(--FONT_WEIGHT_BOLD);
}
.lp-utility-textColor-primary {
  color: var(--COLOR_SECONDARY);
}
.lp-utility-fontSize-primary {
  font-size: 8.8rem;
}
@media screen and (max-width: 1919px) {
  .lp-utility-fontSize-primary {
    font-size: calc(3.2rem + (1vw - 0.36rem) * (3.5897435897));
  }
}
@media screen and (max-width: 360px) {
  .lp-utility-fontSize-primary {
    font-size: 3.2rem;
  }
}

.lp-extraLargeScreen-line-break {
  display: block;
}
@media screen and (max-width: 1365px) {
  .lp-extraLargeScreen-line-break {
    display: inline;
  }
}

.lp-largeScreen-show {
  display: none;
}
@media screen and (min-width: 1366px) {
  .lp-largeScreen-show {
    display: block;
  }
}
@media screen and (min-width: 1366px) {
  .lp-largeScreen-textAlign-center {
    text-align: center !important;
  }
  .lp-largeScreen-textAlign-left {
    text-align: left !important;
  }
  .lp-largeScreen-line-break {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .lp-smallScreen-hide {
    display: none;
  }
}
@media screen and (max-width: 1365px) {
  .lp-smallScreen-textAlign-center {
    text-align: center !important;
  }
}
@media screen and (max-width: 1023px) {
  .lp-smallScreen-display-inlineBlock {
    display: inline-block !important;
  }
}

@media screen and (max-width: 768px) {
  .lp-extraSmallScreen-line-break {
    display: block;
  }
  .lp-extraSmallScreen-textAlign-center {
    text-align: center !important;
  }
  .lp-extraSmallScreen-textAlign-left {
    text-align: left !important;
  }
}

[data-script-enabled=true] .lp-layout-main {
  position: relative;
}
[data-script-enabled=true] .lp-jumbotron-title {
  position: relative;
  color: #ccc;
}
@media screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-jumbotron-title {
    color: var(--COLOR_TERTIARY);
  }
}
[data-script-enabled=true] .lp-jumbotron-title::before {
  content: attr(data-animation-text);
  position: absolute;
  top: 0;
  left: 0;
  animation: revealText 0.3s linear forwards;
  color: var(--COLOR_TERTIARY);
  clip-path: inset(0 100% 0 0);
}
@media screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-jumbotron-title::before {
    content: none;
  }
}
[data-script-enabled=true] .lp-jumbotron-title:nth-child(1)::before {
  animation-delay: 1.7s;
}
[data-script-enabled=true] .lp-jumbotron-title:nth-child(2)::before {
  animation-delay: 2s;
}
[data-script-enabled=true] .lp-jumbotron-title:nth-child(3)::before {
  animation-delay: 2.3s;
}
[data-script-enabled=true] .lp-jumbotron-title:nth-child(4)::before {
  animation-delay: 2.6s;
}
[data-script-enabled=true] .lp-jumbotron-title.is-animated::before {
  width: 100%;
}
[data-script-enabled=true] .lp-layout-container:not([class*=of-]) {
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-layout-container:not([class*=of-]) {
    position: relative;
  }
}
[data-script-enabled=true] .lp-section.of-secondary {
  position: fixed;
  z-index: 10;
  inset: auto 0 0;
}
@media screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-section.of-secondary {
    position: relative;
  }
}
@keyframes revealText {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
[data-script-enabled=true] html.lenis,
[data-script-enabled=true] html.lenis body {
  height: auto;
}
[data-script-enabled=true] .lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
[data-script-enabled=true] .lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
[data-script-enabled=true] .lenis.lenis-stopped {
  overflow: hidden;
}
[data-script-enabled=true] .lenis.lenis-smooth iframe {
  pointer-events: none;
}
