.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-layout-footer-content > *:last-child, .lp-layout-footer > *:last-child, .lp-figure > *:last-child, .lp-layout-cluster-column > *:last-child, .lp-card-body > *:last-child, .lp-card-header > *:last-child, .lp-card-content > *:last-child, .lp-mediaAsset-body > *:last-child, .lp-media-image > *:last-child, .lp-media-textGroup > *:last-child, .lp-media-titleGroup > *:last-child, .lp-media-body > *:last-child, .lp-media > *:last-child, .lp-headingLevel2-outer > *:last-child, .lp-headingLevel2-group > *:last-child, .lp-layout-grid-column > *:last-child, .lp-section-content > *:last-child, .lp-section > *:last-child, .lp-listButton > li > *:last-child, .lp-jumbotron-seriesGroup > *:last-child, .lp-jumbotron-titleGroup > *:last-child, .lp-jumbotron-body > *:last-child, .lp-jumbotron-content > *:last-child, .lp-jumbotron > *:last-child, .lp-textPhone-body > *:last-child, .lp-textPhone > *:last-child, .lp-layout-header-utilityList li > *:last-child, .lp-layout-header-utilityGroup > *:last-child, .lp-layout-header-content > *:last-child, .lp-layout-header > *:last-child, .lp-layout-container > *:last-child {
  margin-bottom: 0;
}

:root {
  --lp-color-white: #fff;
  --lp-color-blue: #0075db;
  --lp-color-deepBlue: #00549e;
  --lp-color-lightBlue: #ebf6ff;
  --lp-color-conversion: #dc002f;
  --lp-color-conversionHover: #be0029;
  --lp-color-primary: #565c73;
  --lp-color-secondary: #7797a1;
  --lp-color-tertiary: #484b4c;
  --lp-color-quaternary: #0071bc;
  --lp-gradient-primary: linear-gradient(180deg, #ffffff5c 0%, #ffffff 17%, #ffffff 85%, #ffffff00 100%);
}

.lp-layout-container {
  position: relative;
  overflow: hidden;
  background-color: var(--lp-color-white);
}
.lp-layout-container a {
  text-decoration: none;
}
.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1540px;
  margin: 0 auto 24px;
  padding: 20px;
  gap: 40px;
}
@media only screen and (max-width: 1365px) {
  .lp-layout-header-content {
    justify-content: center;
  }
}
.lp-layout-header-logo a {
  display: inline-block;
}
.lp-layout-header-logo img {
  width: 103px;
  min-width: 103px;
}
@media only screen and (max-width: 1365px) {
  .lp-layout-header-logo img {
    width: 86px;
    min-width: 86px;
  }
}
.lp-layout-header-utilityGroup {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1365px) {
  .lp-layout-header-utilityGroup {
    display: none;
  }
}
.lp-layout-header-utilityList {
  margin-bottom: 16px;
}
.lp-textPhone {
  margin-bottom: 16px;
  color: var(--lp-color-tertiary);
}
.lp-textPhone.of-color-primary {
  color: var(--lp-color-primary);
}
.lp-textPhone-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1365px) {
  .lp-textPhone-body {
    flex-direction: column;
  }
}
.lp-textPhone-body.of-flexDirection-column {
  flex-direction: column;
}
.lp-textPhone-body.of-flexDirection-column .lp-textPhone-note {
  margin-right: 0;
  margin-bottom: 8px;
}
.lp-textPhone-note {
  margin-right: 8px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1365px) {
  .lp-textPhone-note {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.lp-textPhone-icon {
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  fill: currentColor;
}
.lp-textPhone-numberGroup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 1365px) {
  .lp-textPhone-numberGroup {
    font-size: 2rem;
  }
}
.lp-textPhone-numberGroup > a {
  text-decoration: none;
  cursor: inherit;
}
.lp-textPhone-numberGroup > a,
.lp-textPhone-numberGroup > .AutoPhoneCall {
  color: inherit;
}

.lp-jumbotron-content {
  display: flex;
  position: relative;
  align-items: center;
  max-width: 1540px;
  margin: 0 auto 24px;
  padding: 28px 20px 0;
  gap: 36px;
}
@media only screen and (max-width: 1365px) {
  .lp-jumbotron-content {
    flex-direction: column-reverse;
    max-width: 920px;
    padding: calc(20rem + (1vw - 0.36rem) * (19.8807157058)) 20px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .lp-jumbotron-content {
    padding-right: calc(2rem + (1vw - 0.36rem) * (19.6078431373));
    padding-left: calc(2rem + (1vw - 0.36rem) * (19.6078431373));
  }
}
@media only screen and (max-width: 360px) {
  .lp-jumbotron-content {
    padding: 200px 20px 30px;
  }
}
.lp-jumbotron-body {
  flex: 1;
  min-width: 528px;
}
@media only screen and (max-width: 1365px) {
  .lp-jumbotron-body {
    position: relative;
    z-index: 100;
    min-width: auto;
    padding-top: calc(4rem + (1vw - 0.36rem) * (2.3856858847));
  }
  .lp-jumbotron-body::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    background: var(--lp-gradient-primary);
  }
}
.lp-jumbotron-title {
  display: block;
  margin-bottom: 24px;
  font-size: 8.8rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1919px) {
  .lp-jumbotron-title {
    font-size: calc(8rem + (1vw - 1.366rem) * (1.4440433213));
  }
}
@media only screen and (max-width: 1365px) {
  .lp-jumbotron-title {
    margin-bottom: calc(2.4rem + (1vw - 0.36rem) * (0.7952286282));
    font-size: calc(4rem + (1vw - 0.36rem) * (3.9761431412));
    line-height: 1.2;
  }
}
@media only screen and (max-width: 360px) {
  .lp-jumbotron-title {
    margin-bottom: 24px;
    font-size: 4rem;
  }
}
.lp-jumbotron-title.of-fontSize-primary {
  font-size: 10.8rem;
}
@media only screen and (max-width: 1919px) {
  .lp-jumbotron-title.of-fontSize-primary {
    font-size: calc(8rem + (1vw - 1.366rem) * (5.0541516245));
  }
}
@media only screen and (max-width: 1365px) {
  .lp-jumbotron-title.of-fontSize-primary {
    font-size: calc(4rem + (1vw - 0.36rem) * (3.9761431412));
  }
}
@media only screen and (max-width: 360px) {
  .lp-jumbotron-title.of-fontSize-primary {
    font-size: 4rem;
  }
}
.lp-jumbotron-title.of-fontSize-secondary {
  font-size: 7.2rem;
}
@media only screen and (max-width: 1919px) {
  .lp-jumbotron-title.of-fontSize-secondary {
    font-size: calc(7rem + (1vw - 1.366rem) * (0.3610108303));
  }
}
@media only screen and (max-width: 1365px) {
  .lp-jumbotron-title.of-fontSize-secondary {
    font-size: calc(4rem + (1vw - 0.36rem) * (2.9821073559));
  }
}
@media only screen and (max-width: 360px) {
  .lp-jumbotron-title.of-fontSize-secondary {
    font-size: 4rem;
  }
}
.lp-jumbotron-titleGroup {
  margin-bottom: 40px;
  color: var(--lp-color-primary);
  font-weight: normal;
}
@media only screen and (max-width: 1365px) {
  .lp-jumbotron-titleGroup {
    width: fit-content;
    margin: 0 auto 40px;
  }
}
.lp-jumbotron-subtitle {
  position: relative;
  padding-right: 12px;
  padding-left: 12px;
}
@media only screen and (max-width: 1365px) {
  .lp-jumbotron-subtitle {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.lp-jumbotron-subtitle::before {
  content: "[";
  position: absolute;
  top: -1px;
  left: 2px;
}
.lp-jumbotron-subtitle::after {
  content: "]";
  position: absolute;
  top: -1px;
  right: 2px;
}
.lp-jumbotron-subtitleGroup {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  padding-left: 16px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  gap: 9px;
}
@media only screen and (max-width: 1365px) {
  .lp-jumbotron-subtitleGroup {
    margin-bottom: 4px;
    padding-left: 6px;
    font-size: calc(1.5rem + (1vw - 0.36rem) * (0.8946322068));
    gap: 8px;
  }
}
@media only screen and (max-width: 360px) {
  .lp-jumbotron-subtitleGroup {
    font-size: 1.5rem;
  }
}
.lp-jumbotron-subtitleGroup.of-primary {
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  gap: 0;
}
.lp-jumbotron-subtitleGroup.of-decoration-none .lp-jumbotron-subtitle {
  padding-right: 0;
  padding-left: 0;
}
.lp-jumbotron-subtitleGroup.of-decoration-none .lp-jumbotron-subtitle::before, .lp-jumbotron-subtitleGroup.of-decoration-none .lp-jumbotron-subtitle::after {
  content: none;
}
@media only screen and (max-width: 767px) {
  .lp-jumbotron-subtitleGroup.lp-extraSmallScreen-decoration-none .lp-jumbotron-subtitle {
    padding-right: 0;
    padding-left: 0;
  }
  .lp-jumbotron-subtitleGroup.lp-extraSmallScreen-decoration-none .lp-jumbotron-subtitle::before, .lp-jumbotron-subtitleGroup.lp-extraSmallScreen-decoration-none .lp-jumbotron-subtitle::after {
    content: none;
  }
}
.lp-jumbotron-series {
  margin-bottom: 16px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
}
@media only screen and (max-width: 1365px) {
  .lp-jumbotron-series {
    font-size: calc(1.5rem + (1vw - 0.36rem) * (0.2982107356));
  }
}
@media only screen and (max-width: 360px) {
  .lp-jumbotron-series {
    font-size: 1.5rem;
  }
}
.lp-jumbotron-seriesGroup {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .lp-jumbotron-seriesGroup.of-primary {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .lp-jumbotron-seriesGroup.of-primary .lp-label {
    margin-bottom: 8px;
  }
}
.lp-jumbotron-seriesGroup > .lp-label {
  flex-shrink: 0;
}
.lp-jumbotron-seriesName {
  display: inline-block;
}
@media only screen and (max-width: 1365px) {
  .lp-jumbotron-seriesName {
    display: block;
  }
}
.lp-jumbotron-image {
  max-width: 100%;
}
@media only screen and (max-width: 1919px) {
  .lp-jumbotron-image {
    max-width: calc(48rem + (1vw - 1.366rem) * (45.4873646209));
  }
}
@media only screen and (max-width: 1365px) {
  .lp-jumbotron-image {
    position: absolute;
    top: calc(0.6rem + (1vw - 0.36rem) * (3.37972167));
    right: calc(2rem + (1vw - 0.768rem) * (-11.7056856187));
    max-width: calc(31.7rem + (1vw - 0.36rem) * (36.083499006));
  }
}
@media only screen and (max-width: 767px) {
  .lp-jumbotron-image {
    right: calc(-5rem + (1vw - 0.36rem) * (17.1568627451));
  }
}
@media only screen and (max-width: 360px) {
  .lp-jumbotron-image {
    top: 6px;
    right: -50px;
    max-width: 317px;
  }
}

.lp-label {
  display: inline-block;
  width: fit-content;
  min-width: 62px;
  max-width: 120px;
  margin-right: 8px;
  padding: 4px 16px;
  border: 1px solid var(--lp-color-conversion);
  border-radius: 4px;
  background-color: var(--lp-color-white);
  color: var(--lp-color-conversion);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
}
.lp-label.of-primary {
  margin-bottom: 4px;
  background-color: var(--lp-color-conversion);
  color: var(--lp-color-white);
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  margin: -16px 0 40px -16px;
}
.lp-listButton > li {
  margin-top: 16px;
  padding-left: 16px;
}
@media only screen and (max-width: 1365px) {
  .lp-listButton {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .lp-listButton {
    margin-bottom: 24px;
  }
}

.lp-buttonConversion.of-download .lp-buttonConversion-body {
  padding-left: 49px;
}
.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-arrow {
  background-color: #13778f;
}
.lp-buttonConversion.of-arrow:hover {
  background-color: #116b81;
}
.lp-buttonConversion-text {
  margin-right: 11px;
}

.lp-section-content {
  max-width: 1540px;
  margin: 0 auto 24px;
  padding: 80px 20px;
}
@media only screen and (max-width: 1365px) {
  .lp-section-content {
    max-width: 920px;
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .lp-section-content {
    padding-right: calc(2rem + (1vw - 0.36rem) * (19.6078431373));
    padding-left: calc(2rem + (1vw - 0.36rem) * (19.6078431373));
  }
}
@media only screen and (max-width: 360px) {
  .lp-section-content {
    padding: 30px 20px;
  }
}
.lp-section-content.of-primary {
  padding-bottom: 104px;
}
@media only screen and (max-width: 1365px) {
  .lp-section-content.of-primary {
    padding-bottom: 40px;
  }
}

.lp-layout-grid {
  display: grid;
  gap: 16px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .lp-layout-grid {
    gap: 24px;
  }
}
@media only screen and (max-width: 360px) {
  .lp-layout-grid {
    margin-bottom: 24px;
  }
}
.lp-layout-grid.of-column-2 {
  grid-template-columns: repeat(2, 1fr);
}
.lp-layout-grid.of-column-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
@media only screen and (max-width: 1365px) {
  .lp-layout-grid.of-column-3 {
    gap: calc(1.6rem + (1vw - 0.768rem) * (3.3444816054));
  }
}
@media only screen and (max-width: 767px) {
  .lp-layout-grid.of-column-3 {
    gap: 24px;
  }
}
@media only screen and (max-width: 1365px) {
  .lp-layout-grid.lp-smallScreen-column-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .lp-layout-grid.lp-extraSmallScreen-column-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .lp-layout-grid.of-gap-primary {
    gap: 20px;
  }
}
.lp-layout-grid.of-gap-secondary {
  gap: 60px 36px;
}
.lp-headingLevel2 {
  margin-bottom: 23px;
  color: var(--lp-color-primary);
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.3;
}
@media only screen and (max-width: 1365px) {
  .lp-headingLevel2 {
    margin-bottom: calc(1.6rem + (1vw - 0.36rem) * (0.6958250497));
  }
}
@media only screen and (max-width: 360px) {
  .lp-headingLevel2 {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 1499px) {
  .lp-headingLevel2.of-fontSize-primary {
    font-size: calc(3.6rem + (1vw - 1.366rem) * (2.9850746269));
  }
}
@media only screen and (max-width: 1365px) {
  .lp-headingLevel2.of-fontSize-primary {
    font-size: calc(2rem + (1vw - 0.36rem) * (1.9880715706));
  }
}
@media only screen and (max-width: 360px) {
  .lp-headingLevel2.of-fontSize-primary {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1365px) {
  .lp-headingLevel2.of-fontSize-secondary {
    font-size: calc(2.2rem + (1vw - 0.36rem) * (1.7892644135));
  }
}
@media only screen and (max-width: 360px) {
  .lp-headingLevel2.of-fontSize-secondary {
    font-size: 2.2rem;
  }
}
.lp-headingLevel2-group {
  display: flex;
  flex-direction: column;
  max-width: 400px;
}
@media only screen and (max-width: 1520px) {
  .lp-headingLevel2-group {
    max-width: calc(26rem + (1vw - 1.366rem) * (80.4597701149));
  }
}
@media only screen and (max-width: 1365px) {
  .lp-headingLevel2-group {
    max-width: 50%;
  }
}
.lp-headingLevel2-group > .lp-label.of-primary {
  max-width: 100%;
}
.lp-headingLevel2-outer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1365px) {
  .lp-headingLevel2-outer {
    justify-content: center;
    margin-bottom: calc(1.6rem + (1vw - 0.36rem) * (0.7952286282));
  }
}
@media only screen and (max-width: 360px) {
  .lp-headingLevel2-outer {
    margin-bottom: 16px;
  }
}
.lp-headingLevel2-outer .lp-headingLevel2 > em {
  display: inline-block;
  font-size: 12rem;
  line-height: 1.2;
}
@media only screen and (max-width: 1499px) {
  .lp-headingLevel2-outer .lp-headingLevel2 > em {
    font-size: calc(11.6rem + (1vw - 1.366rem) * (2.9850746269));
  }
}
@media only screen and (max-width: 1365px) {
  .lp-headingLevel2-outer .lp-headingLevel2 > em {
    font-size: calc(4.8rem + (1vw - 0.36rem) * (5.1689860835));
    line-height: 1.3;
  }
}
@media only screen and (max-width: 360px) {
  .lp-headingLevel2-outer .lp-headingLevel2 > em {
    font-size: 4.8rem;
  }
}
.lp-headingLevel2-outer.of-primary {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
@media only screen and (max-width: 1365px) {
  .lp-headingLevel2-outer.of-primary {
    align-items: center;
  }
}
.lp-headingLevel2-outer.of-primary .lp-headingLevel2-group {
  max-width: 100%;
}
@media only screen and (max-width: 1365px) {
  .lp-headingLevel2-outer.of-primary .lp-headingLevel2-group {
    align-items: center;
  }
}
.lp-headingLevel2-outer.of-primary .lp-headingLevel2 > em {
  font-size: 8rem;
}
@media only screen and (max-width: 1365px) {
  .lp-headingLevel2-outer.of-primary .lp-headingLevel2 > em {
    font-size: calc(3.2rem + (1vw - 0.36rem) * (0.7952286282));
  }
}
@media only screen and (max-width: 360px) {
  .lp-headingLevel2-outer.of-primary .lp-headingLevel2 > em {
    font-size: 3.2rem;
  }
}
.lp-headingLevel2-outer.of-primary .lp-label.of-primary {
  margin-bottom: 16px;
  padding: 8px 16px 6px;
}

.lp-media {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.lp-media.of-flexDirection-rowReverse {
  flex-direction: row-reverse;
}
.lp-media.of-primary {
  gap: 24px;
}
.lp-media.of-primary > .lp-media-body {
  display: flex;
  flex-direction: row;
  justify-content: left;
}
@media only screen and (max-width: 1365px) {
  .lp-media.of-primary > .lp-media-body {
    flex-direction: column;
  }
}
.lp-media.of-primary > .lp-media-body .lp-text {
  flex: 1;
}
.lp-media.of-primary > .lp-media-body.of-primary {
  flex-direction: column;
}
@media screen and (min-width: 1366px) {
  .lp-media.of-primary > .lp-media-body.of-primary .lp-media-titleGroup {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 49px;
  }
  .lp-media.of-primary > .lp-media-body.of-primary .lp-media-titleGroup::after {
    top: auto;
    bottom: -24px;
    left: 0;
    width: 100%;
    height: 1px;
  }
}
.lp-media.of-primary > .lp-media-body.of-primary .lp-text {
  flex: initial;
}
.lp-media.of-primary .lp-figure {
  max-width: 400px;
  gap: 8px;
}
.lp-media.of-primary .lp-figure.of-maxWidth-primary {
  max-width: 150px;
}
.lp-media.of-secondary {
  gap: 36px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1365px) {
  .lp-media.of-secondary {
    gap: 24px;
  }
}
.lp-media.of-secondary .lp-media-body {
  flex: 1;
}
@media only screen and (max-width: 1499px) {
  .lp-media.of-secondary .lp-media-image {
    max-width: calc(66rem + (1vw - 1.366rem) * (53.7313432836));
  }
}
@media only screen and (max-width: 1365px) {
  .lp-media.of-secondary .lp-media-image {
    max-width: 100%;
  }
}
.lp-media.of-gap-primary {
  gap: 36px;
}
.lp-media.of-marginBottom-primary {
  margin-bottom: 24px;
}
.lp-media-body {
  width: 100%;
}
@media only screen and (max-width: 1365px) {
  .lp-media-body {
    flex: 1;
    width: auto;
  }
}
.lp-media-titleGroup {
  position: relative;
  max-width: 50%;
  margin-right: 33px;
}
.lp-media-titleGroup::after {
  content: "";
  position: absolute;
  top: 0;
  right: -16px;
  width: 1px;
  height: 100%;
  background-color: var(--lp-color-secondary);
}
@media only screen and (max-width: 1365px) {
  .lp-media-titleGroup {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 33px;
  }
  .lp-media-titleGroup::after {
    top: auto;
    bottom: -16px;
    left: 0;
    width: 100%;
    height: 1px;
  }
}
.lp-mediaAsset {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 36px;
}
.lp-mediaAsset-body {
  flex: 1;
}
.lp-mediaAsset-image.of-shadow img {
  box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.16);
}

.lp-card {
  margin-bottom: 40px;
}
.lp-card-content {
  padding: 40px;
  border-radius: 4px;
  background-color: var(--lp-color-lightBlue);
}
@media only screen and (max-width: 1365px) {
  .lp-card-content {
    padding: 20px;
  }
}
.lp-card-header {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1365px) {
  .lp-card-header {
    margin-bottom: 32px;
  }
}
.lp-card-body {
  width: fit-content;
  margin-inline: auto;
}

.lp-layout-cluster {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media only screen and (max-width: 1365px) {
  .lp-layout-cluster {
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .lp-layout-cluster {
    flex-direction: column;
  }
}
.lp-figure {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lp-figure.of-borderRadius-primary .lp-figure-image > img {
  border-radius: 4px;
}
.lp-figure.of-flexDirection-columnReverse {
  flex-direction: column-reverse;
}
.lp-figure-caption {
  color: var(--lp-color-primary);
  font-size: 1.6rem;
  line-height: 1.3;
}
.lp-figure-caption.of-bold {
  font-weight: bold;
}

.lp-text {
  color: var(--lp-color-primary);
  font-size: 1.8rem;
}
@media only screen and (max-width: 1365px) {
  .lp-text {
    font-size: calc(1.5rem + (1vw - 0.36rem) * (0.2982107356));
  }
}
@media only screen and (max-width: 360px) {
  .lp-text {
    font-size: 1.5rem;
  }
}
.lp-text.of-fontSize-primary {
  font-size: 2rem;
}
@media only screen and (max-width: 1365px) {
  .lp-text.of-fontSize-primary {
    font-size: calc(1.5rem + (1vw - 0.36rem) * (0.4970178926));
  }
}
@media only screen and (max-width: 360px) {
  .lp-text.of-fontSize-primary {
    font-size: 1.5rem;
  }
}
.lp-text.of-bold {
  font-weight: bold;
}
.lp-textAnnotation {
  position: relative;
  width: fit-content;
  max-width: 730px;
  margin-inline-start: auto;
  padding-left: 13px;
  color: var(--lp-color-primary);
  font-size: 1.2rem;
  line-height: 1.3;
}
.lp-textAnnotation-marker {
  position: absolute;
  top: 0;
  left: 0;
}

.lp-layout-footer {
  position: relative;
  z-index: 10;
  margin-bottom: 24px;
  background-color: #0b1224;
}
.lp-layout-footer-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1540px;
  margin: 0 auto 24px;
  padding: 17px 20px 12px;
  gap: 24px 40px;
}
@media only screen and (max-width: 1365px) {
  .lp-layout-footer-content {
    flex-direction: column;
    padding: 27px 20px 16px;
  }
}
.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  gap: 10px 23px;
}
@media only screen and (max-width: 767px) {
  .lp-layout-footer-list {
    text-align: center;
  }
}
.lp-layout-footer-list li {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.3;
}
.lp-layout-footer-list li a {
  color: var(--lp-color-white);
}
.lp-layout-footer-list li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -12px;
  width: 1px;
  height: 1lh;
  transform: translateY(-50%);
  background-color: var(--lp-color-white);
}
.lp-layout-footer-list li:first-child::before {
  content: none;
}
@media only screen and (max-width: 767px) {
  .lp-layout-footer-list li:last-child::before {
    content: none;
  }
}
.lp-layout-footer-copyright {
  color: var(--lp-color-white);
}
@media only screen and (max-width: 767px) {
  .lp-layout-footer-copyright {
    width: 100%;
  }
}

.lp-navigationSeries {
  border: 0;
  color: var(--lp-color-white);
}
.lp-navigationSeries-linkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 23px;
}
.lp-navigationSeries-linkList > li {
  display: flex;
  position: relative;
  align-items: center;
  color: var(--lp-color-white);
  font-size: 1.2rem;
  line-height: 1.3;
}
.lp-navigationSeries-linkList > li::after {
  content: "";
  display: block;
  position: absolute;
  right: -11px;
  width: 1px;
  height: 1lh;
  border-left: 1px solid var(--lp-color-white);
}
.lp-navigationSeries-linkList > li:last-child::after {
  display: none;
}
.lp-navigationSeries-linkList > li > a {
  padding-left: 0;
  color: var(--lp-color-white);
}
.lp-navigationSeries-linkList > li > a::after {
  display: none;
}

.lp-utility-line-break {
  display: block;
}

.lp-utility-color-primary {
  color: var(--lp-color-blue);
}

.lp-utility-color-secondary {
  color: var(--lp-color-quaternary);
}

.lp-utility-fontSize-primary {
  font-size: 1.8rem;
}
.lp-utility-fontSize-secondary {
  font-size: 2.2rem;
}
@media only screen and (max-width: 1365px) {
  .lp-utility-fontSize-secondary {
    font-size: calc(1.5rem + (1vw - 0.36rem) * (0.6958250497));
  }
}
@media only screen and (max-width: 360px) {
  .lp-utility-fontSize-secondary {
    font-size: 1.5rem;
  }
}
.lp-utility-fontSize-tertiary {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1365px) {
  .lp-utility-fontSize-tertiary {
    font-size: calc(1.8rem + (1vw - 0.36rem) * (0.5964214712));
  }
}
@media only screen and (max-width: 360px) {
  .lp-utility-fontSize-tertiary {
    font-size: 1.8rem;
  }
}
.lp-utility-fontSize-quaternary {
  font-size: 1.5rem;
}

.lp-utility-fontWeight-semibold {
  font-weight: 600;
}

.lp-utility-textAlign-center {
  text-align: center;
}

.lp-utility-marginBottom-primary {
  margin-bottom: 16px;
}
@media only screen and (max-width: 1365px) {
  .lp-utility-marginBottom-primary {
    margin-bottom: 8px;
  }
}
.lp-utility-marginBottom-secondary {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1365px) {
  .lp-utility-marginBottom-secondary {
    margin-bottom: calc(2.4rem + (1vw - 0.36rem) * (1.5904572565));
  }
}
@media only screen and (max-width: 360px) {
  .lp-utility-marginBottom-secondary {
    margin-bottom: 24px;
  }
}
.lp-utility-marginBottom-tertiary {
  margin-bottom: 40px;
}
.lp-utility-marginBottom-quaternary {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .lp-utility-marginBottom-quaternary {
    margin-bottom: 24px;
  }
}

.lp-utility-justifyContent-center {
  justify-content: center;
}

.lp-largeScreen-flexDirection-rowReverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1365px) {
  .lp-largeScreen-flexDirection-rowReverse {
    flex-direction: column;
  }
}

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

@media screen and (min-width: 1366px) {
  .lp-largeScreen-line-break {
    display: block;
  }
}

@media screen and (min-width: 1366px) {
  .lp-largeScreen-alignItems-flexStart {
    align-items: flex-start;
  }
}

@media only screen and (max-width: 1365px) {
  .lp-smallScreen-marginBottom-primary {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-extraSmallScreen-hight-auto {
    height: auto !important;
  }
}

@media only screen and (max-width: 1365px) {
  .lp-smallScreen-maxWidth-primary {
    max-width: 1080px !important;
  }
}

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

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

@media only screen and (max-width: 1365px) {
  .lp-smallScreen-hide {
    display: none;
  }
}
