.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_BLUE {
  syntax: "<color>";
  inherits: false;
  initial-value: #0051a2;
}
@property --COLOR_PRIMARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #dc002f;
}
@property --COLOR_SECONDARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #444a5e;
}
@property --COLOR_BACKGROUND_WHITE {
  syntax: "<color>";
  inherits: false;
  initial-value: #fff;
}
@property --COLOR_BACKGROUND_LIGHTGRAY {
  syntax: "<color>";
  inherits: false;
  initial-value: #fafafa;
}
@property --COLOR_BACKGROUND_BLUE {
  syntax: "<color>";
  inherits: false;
  initial-value: #0051a2;
}
@property --COLOR_BACKGROUND_PRIMARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #597085;
}
@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-textPhone > *:last-child, .lp-listButton > li > *:last-child, .lp-label-outer > *:last-child, .lp-textSeries-outer > *:last-child, .lp-card > *:last-child, .lp-media-body > *:last-child, .lp-section-body > *:last-child, .lp-section-header > *:last-child, .lp-section-content > *:last-child, .lp-layout-header-utilityList > li > *:last-child, .lp-layout-header-content > *:last-child, .lp-layout-container.of-narrow > *:last-child {
  margin-bottom: 0;
}

.lp-layout-container {
  margin-inline: auto;
}
.lp-layout-container.of-outermost {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 969px) {
  .lp-layout-container.of-outermost {
    display: block;
    height: auto;
    overflow: visible;
  }
}
@media screen and (min-width: 1920px) and (max-height: 1200px) {
  .lp-layout-container.of-outermost {
    overflow: visible;
  }
}
@media screen and (min-width: 970px) and (max-height: 900px) {
  .lp-layout-container.of-outermost {
    overflow: visible;
  }
}
.lp-layout-container.of-narrow {
  max-width: 440px;
}

.lp-layout-header {
  background-color: var(--COLOR_BACKGROUND_LIGHTGRAY);
  color: var(--COLOR_DARK);
}
.lp-layout-header-content {
  display: flex;
  align-items: center;
  max-width: 1960px;
  margin: 0 auto;
  padding: 22px 140px;
}
@media screen and (max-width: 1920px) {
  .lp-layout-header-content {
    padding: 22px calc(2rem + (1vw - 0.97rem) * (12.6315789474));
  }
}
@media screen and (max-width: 969px) {
  .lp-layout-header-content {
    justify-content: center;
    padding: 20px 20px 24px;
  }
}
.lp-layout-header-logo {
  margin-bottom: 0;
  line-height: 1;
}
.lp-layout-header-logo a {
  display: inline-block;
}
.lp-layout-header-logo img {
  width: 126px;
}
@media screen and (max-width: 969px) {
  .lp-layout-header-logo img {
    width: 104px;
  }
}
.lp-layout-header-utilityGroup {
  flex: 1;
  margin-left: 24px;
}
.lp-layout-header-utilityList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-top: -16px;
  margin-right: -16px;
}
.lp-layout-header-utilityList > li {
  margin-top: 16px;
  padding-right: 16px;
}

.lp-layout-main {
  display: flex;
  position: relative;
  flex: 1;
  flex-direction: column;
  overflow: hidden;
  background-color: var(--COLOR_BACKGROUND_LIGHTGRAY);
  color: var(--COLOR_DARK);
}
@media screen and (max-width: 969px) {
  .lp-layout-main {
    display: block;
    flex: none;
    overflow: visible;
  }
}
@media screen and (min-width: 1920px) and (max-height: 1200px) {
  .lp-layout-main {
    overflow: visible;
  }
}
@media screen and (min-width: 970px) and (max-height: 900px) {
  .lp-layout-main {
    overflow: visible;
  }
}

.lp-layout-footer {
  background-color: var(--COLOR_BACKGROUND_LIGHTGRAY);
  color: var(--COLOR_DARK);
  font-size: 1.3rem;
  line-height: 1.53;
}
.lp-layout-footer-content {
  max-width: 1960px;
  margin: 0 auto;
  padding: 12px 20px;
}
@media screen and (max-width: 969px) {
  .lp-layout-footer-content {
    padding: 16px 20px;
  }
}
.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: -8px;
  text-align: center;
}
.lp-layout-footer-list > li {
  position: relative;
  margin-top: 8px;
  margin-left: 36px;
  line-height: 1.2;
}
.lp-layout-footer-list > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -18px;
  width: 1px;
  height: 19px;
  transform: translateY(-50%);
  background-color: var(--COLOR_DARK);
}
.lp-layout-footer-list > li a {
  color: var(--COLOR_DARK);
  font-size: 1.3rem;
  line-height: 1;
  text-decoration: none;
}
.lp-layout-footer-list > li a:hover {
  text-decoration: underline;
}
.lp-layout-footer-list > li:first-child::before {
  content: none;
}
@media screen and (max-width: 969px) {
  .lp-layout-footer-list > li.lp-layout-footer-copyright {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 969px) {
  .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-section {
  display: flex;
  flex: 1;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 969px) {
  .lp-section {
    display: block;
    overflow: visible;
  }
}
.lp-section-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 969px) {
  .lp-section-content {
    display: block;
  }
}
.lp-section-header {
  padding: 0 80px 40px;
}
@media screen and (max-width: 1920px) {
  .lp-section-header {
    padding: 0 20px calc(2.4rem + (1vw - 0.36rem) * (1.0256410256));
  }
}
.lp-section-body {
  display: flex;
  flex: 1;
  align-items: flex-start;
  justify-content: center;
}
.lp-section-footer {
  padding: 40px 20px;
}

.lp-media {
  display: grid;
  position: relative;
}
.lp-media-body, .lp-media-image {
  grid-area: 1/-1;
}
.lp-media-body {
  z-index: 1;
  align-self: end;
  margin-top: 320px;
}
@media screen and (max-width: 969px) {
  .lp-media-body {
    margin-top: calc(25rem + (1vw - 0.36rem) * (80.3278688525));
  }
}
.lp-media-image {
  overflow: hidden;
}
.lp-media-image.of-primary {
  background-color: #b0b9c7;
}
.lp-media-image.of-secondary {
  background-color: #e6f0fb;
}
.lp-media-image.of-tertiary {
  background-color: #d1d8df;
}
.lp-media-image > img {
  transform: scale(1);
  transition: transform 0.4s ease-in-out;
}
.lp-media:has(.lp-buttonConversion.of-feature:hover) .lp-media-image > img, .lp-media:has(.lp-buttonConversion.of-feature:active) .lp-media-image > img, .lp-media:has(.lp-buttonConversion.of-feature:focus) .lp-media-image > img {
  transform: scale(1.1);
}
.lp-media-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  height: 100%;
}
@media screen and (max-width: 969px) {
  .lp-media-group {
    grid-template-columns: repeat(1, 1fr);
  }
}

.lp-card {
  margin-bottom: 40px;
  padding: 24px 64px;
  background: rgba(234, 240, 243, 0.8);
}
@media screen and (max-width: 1920px) {
  .lp-card {
    padding: 24px calc(1.4rem + (1vw - 1.44rem) * (10.4166666667));
  }
}
@media screen and (max-width: 1439px) {
  .lp-card {
    padding: 24px calc(1.4rem + (1vw - 0.97rem) * (10.6382978723));
  }
}
@media screen and (max-width: 969px) {
  .lp-card {
    padding: 16px 40px;
  }
}

.lp-headingLevel1 {
  margin-bottom: 32px;
  font-size: 4.8rem;
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .lp-headingLevel1 {
    font-size: calc(3.2rem + (1vw - 0.97rem) * (1.6842105263));
  }
}
@media screen and (max-width: 969px) {
  .lp-headingLevel1 {
    margin-bottom: 32px;
    font-size: calc(2.4rem + (1vw - 0.36rem) * (1.3114754098));
    line-height: 1.3;
  }
}

.lp-headingLevel2 {
  margin-bottom: 8px;
  font-size: 2.4rem;
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
  line-height: 1.33;
}
@media screen and (max-width: 969px) {
  .lp-headingLevel2 {
    font-size: calc(1.8rem + (1vw - 0.36rem) * (0.9836065574));
  }
}
.lp-headingLevel2-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: -8px;
  margin-bottom: 8px;
  margin-left: -8px;
}
@media screen and (max-width: 1439px) {
  .lp-headingLevel2-group {
    align-items: center;
  }
}
.lp-headingLevel2-group > * {
  margin-top: 8px;
  margin-bottom: 0 !important;
  margin-left: 8px;
}

.lp-textSeries {
  margin-bottom: 16px;
  font-size: 1.6rem;
  line-height: 1.57;
}
@media screen and (max-width: 969px) {
  .lp-textSeries {
    margin-bottom: 12px;
    font-size: calc(1.4rem + (1vw - 0.36rem) * (0.3278688525));
  }
}
.lp-textSeries-outer {
  max-width: 720px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 969px) {
  .lp-textSeries-outer {
    margin: 0 auto 12px;
  }
}
.lp-textSeries > em {
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
}

.lp-label {
  display: inline-block;
  margin-bottom: 8px;
  padding: 6px 18px;
  border-radius: 20px;
  background-color: var(--COLOR_BACKGROUND_PRIMARY);
  color: var(--COLOR_LIGHT);
  font-size: 1.8rem;
  font-weight: var(--FONT_WEIGHT_NORMAL);
  line-height: 1.33;
}
@media screen and (max-width: 969px) {
  .lp-label {
    font-size: 1.4rem;
  }
}
.lp-label-outer {
  margin-bottom: 8px;
  line-height: 1;
}

.lp-listButton {
  display: grid;
  grid-auto-flow: column;
  margin-bottom: 24px;
  column-gap: 8px;
  row-gap: 12px;
}
.lp-listButton.of-column-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1439px) {
  .lp-listButton.of-column-2 {
    grid-auto-flow: row;
    grid-template-columns: repeat(1, 1fr);
  }
}
.lp-listButton.of-column-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1439px) {
  .lp-listButton.of-column-3 {
    grid-auto-flow: row;
    grid-template-columns: repeat(1, 1fr);
  }
}
.lp-listButton.of-column-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1439px) {
  .lp-listButton.of-column-4 {
    grid-auto-flow: row;
    grid-template-columns: repeat(1, 1fr);
  }
}
.lp-listButton.of-primary {
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (max-width: 969px) {
  .lp-listButton.of-primary {
    max-width: calc(23rem + (1vw - 0.36rem) * (37.7049180328));
  }
}

.lp-buttonConversion {
  width: 100%;
  font-size: 1.8rem;
}
@media screen and (max-width: 1920px) {
  .lp-buttonConversion {
    font-size: calc(1.4rem + (1vw - 1.44rem) * (0.8333333333));
  }
}
@media screen and (max-width: 1439px) {
  .lp-buttonConversion {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 969px) {
  .lp-buttonConversion {
    font-size: 1.6rem;
  }
}
.lp-buttonConversion-text {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .lp-buttonConversion .lp-buttonConversion-body {
    padding: 11px 7px 11px 52px;
  }
}
.lp-buttonConversion.of-download {
  position: relative;
  z-index: 100;
}
.lp-buttonConversion.of-feature {
  border: 1px solid var(--COLOR_BACKGROUND_BLUE);
  background-color: var(--COLOR_BACKGROUND_BLUE);
  color: var(--COLOR_LIGHT);
}
.lp-buttonConversion.of-feature::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
}
.lp-buttonConversion.of-feature .lp-buttonConversion-body {
  padding: 11px 7px 11px 52px;
}
@media screen and (max-width: 640px) {
  .lp-buttonConversion.of-feature .lp-buttonConversion-body {
    padding: 10px 7px 10px 52px;
  }
}
@media (hover: hover) {
  .lp-buttonConversion.of-feature:hover, .lp-buttonConversion.of-feature:active, .lp-buttonConversion.of-feature:focus {
    transition: background-color 0.4s linear 0s, color 0.4s linear 0s;
    background-color: var(--COLOR_BACKGROUND_WHITE);
    color: var(--COLOR_BLUE);
  }
  .lp-buttonConversion.of-feature:hover .lp-buttonConversion-body::before, .lp-buttonConversion.of-feature:active .lp-buttonConversion-body::before, .lp-buttonConversion.of-feature:focus .lp-buttonConversion-body::before {
    transition: border-color 0.4s linear 0s;
    border-color: transparent transparent transparent var(--COLOR_BLUE);
  }
}

@media screen and (max-width: 969px) {
  .lp-textPhoneLink {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.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_SECONDARY);
}
.lp-textPhoneLink-icon {
  width: 3.8rem;
  height: 3.8rem;
  fill: #333;
  vertical-align: middle;
}

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

a.lp-textPhone-body.of-textColor-primary,
a:hover.lp-textPhone-body.of-textColor-primary {
  color: var(--COLOR_LIGHT);
}

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

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

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

.lp-utility-fontWeight-bold {
  font-weight: var(--FONT_WEIGHT_BOLD);
}

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

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

@media screen and (max-width: 969px) {
  .lp-smallScreen-height-auto {
    height: auto !important;
  }
}

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

@media screen and (min-width: 970px) {
  .lp-largeScreen-lastChild {
    margin-bottom: 0;
  }
}

.lp-extraLargeScreen-line-noBreak {
  display: block;
}
@media screen and (min-width: 1440px) {
  .lp-extraLargeScreen-line-noBreak {
    display: inline;
  }
}
