.section {
    margin-bottom: 0;
}
.prd-utility-marginBottom-6 {
    margin-bottom: 0;
}

.lp-listButton, .lp-listButton > li, .lp-media, .lp-section-body, .lp-jumbotron-body, .lp-jumbotron-inner, .lp-layout-container, .lp-layout-footer-list {
  margin-bottom: 24px;
}
@media screen and (max-width: 1365px) {
  .lp-listButton, .lp-listButton > li, .lp-media, .lp-section-body, .lp-jumbotron-body, .lp-jumbotron-inner, .lp-layout-container, .lp-layout-footer-list {
    margin-bottom: calc(1.6rem + (1vw - 0.969rem) * (2.0202020202));
  }
}
@media screen and (max-width: 1023px) {
  .lp-listButton, .lp-listButton > li, .lp-media, .lp-section-body, .lp-jumbotron-body, .lp-jumbotron-inner, .lp-layout-container, .lp-layout-footer-list {
    margin-bottom: 16px;
  }
}

.lp-textGroup > *:last-child, .lp-list > *:last-child, .lp-list > li > *:last-child, .lp-listButton > *:last-child, .lp-card-body > *:last-child, .lp-media-body > *:last-child, .lp-section-body > *:last-child, .lp-section-content > *:last-child, .lp-section:not(.of-conversion) .lp-section-header > *:last-child, .lp-jumbotron-body > *:last-child, .lp-jumbotron-inner > *:last-child, .lp-jumbotron-titleGroup > *:last-child, .lp-layout-container > *:last-child, .lp-layout-main > *:last-child, .lp-layout-footer-content > *:last-child, .lp-layout-footer-list > *:last-child, .lp-layout-footer-list > li > *:last-child {
  margin-bottom: 0 !important;
}

.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;
}

.lp-layout-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(#000 0%, transparent 100%);
}
.lp-layout-header-content {
  max-width: 1700px;
  margin: auto;
  padding: 30px;
}
@media screen and (max-width: 1023px) {
  .lp-layout-header-content {
    padding: calc(2rem + (1vw - 0.36rem) * (1.5082956259));
  }
}
.lp-layout-header-logo {
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .lp-layout-header-logo {
    text-align: center;
  }
}
.lp-layout-header-logo img {
  width: 115px;
  height: 22px;
}
@media screen and (max-width: 1023px) {
  .lp-layout-header-logo img {
    width: calc(9rem + (1vw - 0.36rem) * (3.7707390649));
    height: calc(1.6rem + (1vw - 0.36rem) * (0.9049773756));
  }
}

.lp-layout-footer {
  background-color: #020224;
}
.lp-layout-footer-content {
  display: flex;
  align-items: center;
  max-width: 1365px;
  margin: auto;
  padding: 8px 30px;
  color: #fff;
  font-size: 1.2rem;
}
@media screen and (max-width: 1023px) {
  .lp-layout-footer-content {
    flex-direction: column;
    padding: 24px 20px 16px;
  }
}
.lp-layout-footer-list {
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .lp-layout-footer-list {
    margin-left: 0;
    text-align: center;
  }
}
.lp-layout-footer-list a {
  color: #fff;
}
.lp-layout-footer-list > li {
  margin-bottom: 4px;
}
@media screen and (max-width: 1023px) {
  .lp-layout-footer-list > li {
    margin-bottom: 8px;
  }
}
.lp-layout-footer-list > li > .lp-layout-footer-list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .lp-layout-footer-list > li > .lp-layout-footer-list {
    justify-content: center;
  }
}
.lp-layout-footer-list > li > .lp-layout-footer-list > li {
  margin-bottom: 0;
}
.lp-layout-footer-list > li > .lp-layout-footer-list > li + li {
  position: relative;
  margin-left: 24px;
}
.lp-layout-footer-list > li > .lp-layout-footer-list > li + li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  width: 1px;
  height: 1em;
  transform: translateY(-50%);
  background-color: #fff;
}

.lp-layout-main {
  overflow: hidden;
}

.lp-layout-container {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  padding: 270px 0 100px;
  background-color: #020224;
  background-image: url("../../../../../img/products/vr-6000/186485002/186485002_bg_img_01.png");
  background-repeat: repeat-y;
  background-position: top center;
  color: #fff;
}
@media screen and (max-width: 1640px) {
  .lp-layout-container {
    padding-top: calc(18rem + (1vw - 1.023rem) * (14.5867098865));
    padding-bottom: calc(8rem + (1vw - 1.023rem) * (3.2414910859));
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-container {
    padding-top: calc(9rem + (1vw - 0.36rem) * (10.5580693816));
    padding-bottom: calc(4rem + (1vw - 0.36rem) * (6.0331825038));
  }
}
.lp-layout-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 270px;
  background: linear-gradient(#020224 0, transparent 100%);
}
@media screen and (max-width: 1640px) {
  .lp-layout-container::after {
    height: calc(18rem + (1vw - 1.023rem) * (14.5867098865));
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-container::after {
    height: calc(9rem + (1vw - 0.36rem) * (10.5580693816));
  }
}

.lp-jumbotron {
  position: relative;
  z-index: 0;
  width: 100%;
  height: calc(100vh - 72px);
  overflow: hidden;
  background-color: #020224;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron {
    height: 100%;
    padding-top: calc(4rem + (1vw - 0.36rem) * (6.0331825038));
    overflow: visible;
  }
}
@media screen and (max-width: 1365px) and (max-height: 670px) {
  .lp-jumbotron {
    padding-top: 21.1111111111vw;
  }
}
.lp-jumbotron-content {
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-content {
    display: flex;
    position: relative;
    flex-direction: column-reverse;
    height: auto;
  }
}
.lp-jumbotron-body {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-body {
    flex-direction: column;
    padding: 0;
  }
}
.lp-jumbotron-body::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-body::before {
    content: none;
  }
}
.lp-jumbotron-body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-body::after {
    content: none;
  }
}
.lp-jumbotron-inner {
  display: flex;
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  flex-direction: column;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-inner {
    position: static;
    margin: calc(4.5rem + (1vw - 0.768rem) * (-3.9215686275)) auto 0;
  }
}
@media screen and (max-width: 768px) {
  .lp-jumbotron-inner {
    bottom: -260px;
    margin-top: calc(11.6rem + (1vw - 0.36rem) * (-19.8529411765));
  }
}
@media screen and (max-width: 1365px) and (max-height: 670px) {
  .lp-jumbotron-inner {
    margin-top: 100px;
  }
}
.lp-jumbotron-imageGroup {
  position: relative;
  bottom: -280px;
  width: 1550px;
  height: 100%;
  margin: 0;
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-imageGroup {
    bottom: -170px;
    width: calc(133rem + (1vw - 1.64rem) * (110.7142857143));
  }
}
@media screen and (max-width: 1640px) {
  .lp-jumbotron-imageGroup {
    width: calc(145rem + (1vw - 1.023rem) * (16.2074554295));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-imageGroup {
    width: calc(103rem + (1vw - 0.36rem) * (25.641025641));
    min-height: calc(66.4rem + (1vw - 0.768rem) * (52.9411764706));
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .lp-jumbotron-imageGroup {
    min-height: calc(42.2rem + (1vw - 0.36rem) * (59.068627451));
  }
}
@media screen and (max-width: 1365px) and (max-height: 670px) {
  .lp-jumbotron-imageGroup {
    width: 530px;
    min-height: 400px;
  }
}
@media screen and (min-width: 1366px) and (max-height: 740px) {
  .lp-jumbotron-imageGroup {
    width: 1100px;
  }
}
@media screen and (orientation: portrait) {
  .lp-jumbotron-imageGroup {
    min-height: calc(42.2rem + (1vw - 0.36rem) * (59.068627451));
  }
}
.lp-jumbotron-image {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  min-height: 0%;
  margin: auto;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-image {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1366px) and (max-height: 740px) {
  .lp-jumbotron-image {
    bottom: -160px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-image.of-primary {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-image.of-secondary {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.lp-jumbotron-titleGroup {
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1290px;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.2);
  font-weight: 500;
}
@media screen and (max-width: 1640px) {
  .lp-jumbotron-titleGroup {
    padding: 30px calc(2rem + (1vw - 1.023rem) * (1.6207455429));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-titleGroup {
    flex-direction: column-reverse;
    max-width: 100%;
    padding: calc(2rem + (1vw - 0.36rem) * (1.5082956259)) 15px;
  }
}
.lp-jumbotron-title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 1640px) {
  .lp-jumbotron-title {
    font-size: calc(2.4rem + (1vw - 1.023rem) * (0.9724473258));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-title {
    margin-top: 8px;
    font-size: 1.6rem;
  }
}
.lp-jumbotron-title > em {
  font-size: 5.6rem;
  font-weight: 600;
}
@media screen and (max-width: 1640px) {
  .lp-jumbotron-title > em {
    font-size: calc(2.6rem + (1vw - 1.023rem) * (3.5656401945));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-title > em {
    font-size: 2.8rem;
  }
}
.lp-jumbotron-seriesGroup {
  min-width: 280px;
  max-width: 280px;
  margin-right: 40px;
  text-align: center;
}
@media screen and (max-width: 1640px) {
  .lp-jumbotron-seriesGroup {
    min-width: calc(20rem + (1vw - 1.023rem) * (12.9659643436));
    max-width: calc(20rem + (1vw - 1.023rem) * (12.9659643436));
    margin-right: calc(6rem + (1vw - 1.023rem) * (11.3452188006));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-seriesGroup {
    min-width: 230px;
    max-width: 230px;
    margin-right: 0;
  }
}
.lp-jumbotron-series {
  display: block;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 1640px) {
  .lp-jumbotron-series {
    font-size: calc(1.4rem + (1vw - 1.023rem) * (0.9724473258));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-series {
    font-size: 1.6rem;
  }
}
.lp-jumbotron-seriesName {
  line-height: 1;
}

.lp-movie {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.7777778vh;
  min-width: 100%;
  height: 56.25vw;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1023px) {
  .lp-movie {
    width: 200vh;
    min-width: 350%;
  }
}
@media screen and (orientation: landscape) and (max-width: 1365px) {
  .lp-movie {
    min-width: 350%;
  }
}
.lp-movie-outer {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.lp-section:not(.of-conversion) {
  position: relative;
  max-width: 1700px;
  margin: auto;
  padding: 0 30px;
}
@media screen and (max-width: 1023px) {
  .lp-section:not(.of-conversion) {
    padding: 0 calc(2rem + (1vw - 0.36rem) * (1.5082956259));
  }
}
.lp-section:not(.of-conversion) .lp-section-content {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 83.171%;
  min-height: 800px;
  margin-left: auto;
  padding-bottom: 60px;
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1640px) {
  .lp-section:not(.of-conversion) .lp-section-content {
    min-height: calc(60rem + (1vw - 1.023rem) * (32.414910859));
  }
}
@media screen and (max-width: 1023px) {
  .lp-section:not(.of-conversion) .lp-section-content {
    width: 100%;
    padding: calc(2rem + (1vw - 0.36rem) * (6.0331825038)) 24px 30px;
  }
}
.lp-section:not(.of-conversion) .lp-section-header {
  z-index: 5;
  width: 100%;
  max-width: 675px;
  margin-bottom: 36px;
  margin-left: -138px;
  padding-top: 180px;
}
@media screen and (max-width: 1640px) {
  .lp-section:not(.of-conversion) .lp-section-header {
    max-width: calc(35rem + (1vw - 1.023rem) * (52.6742301459));
    padding-top: calc(13rem + (1vw - 1.023rem) * (8.1037277147));
  }
}
@media screen and (max-width: 1023px) {
  .lp-section:not(.of-conversion) .lp-section-header {
    max-width: 100%;
    padding-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .lp-section:not(.of-conversion) .lp-section-header.of-primary {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-section:not(.of-conversion) .lp-section-header.of-secondary {
    margin-bottom: calc(2.4rem + (1vw - 0.36rem) * (5.4298642534));
  }
}
@media screen and (max-width: 1023px) {
  .lp-section:not(.of-conversion) .lp-section-header.of-tertiary {
    margin-bottom: calc(2.4rem + (1vw - 0.36rem) * (1.8099547511));
  }
}
@media screen and (max-width: 1023px) {
  .lp-section:not(.of-conversion) .lp-section-header.of-quaternary {
    margin-bottom: calc(2.4rem + (1vw - 0.36rem) * (1.8099547511));
  }
}
@media screen and (max-width: 1640px) {
  .lp-section:not(.of-primary) .lp-section-header {
    margin-left: calc(-9.8rem + (1vw - 1.023rem) * (-6.4829821718));
  }
}
@media screen and (max-width: 1023px) {
  .lp-section:not(.of-primary) .lp-section-header {
    margin-left: 0;
  }
}
.lp-section:not(.of-primary) .lp-section-body {
  width: 100%;
  max-width: 675px;
  margin-left: -138px;
}
@media screen and (max-width: 1640px) {
  .lp-section:not(.of-primary) .lp-section-body {
    max-width: calc(35rem + (1vw - 1.023rem) * (52.6742301459));
    margin-left: calc(-9.8rem + (1vw - 1.023rem) * (-6.4829821718));
  }
}
@media screen and (max-width: 1023px) {
  .lp-section:not(.of-primary) .lp-section-body {
    max-width: 100%;
    margin-left: 0;
  }
}
.lp-section.of-primary .lp-section-content {
  align-items: flex-end;
  margin-left: 0;
}
@media screen and (max-width: 1023px) {
  .lp-section.of-primary .lp-section-content {
    align-items: flex-start;
  }
}
.lp-section.of-primary .lp-section-header {
  margin-right: -279px;
  margin-left: 0;
}
@media screen and (max-width: 1640px) {
  .lp-section.of-primary .lp-section-header {
    margin-right: calc(-12rem + (1vw - 1.023rem) * (-25.7698541329));
  }
}
@media screen and (max-width: 1023px) {
  .lp-section.of-primary .lp-section-header {
    margin-right: 0;
  }
}
.lp-section.of-primary .lp-section-body {
  width: 100%;
  max-width: 675px;
  margin-right: -279px;
}
@media screen and (max-width: 1640px) {
  .lp-section.of-primary .lp-section-body {
    max-width: calc(35rem + (1vw - 1.023rem) * (52.6742301459));
    margin-right: calc(-12rem + (1vw - 1.023rem) * (-25.7698541329));
  }
}
@media screen and (max-width: 1023px) {
  .lp-section.of-primary .lp-section-body {
    max-width: 100%;
    margin-right: 0;
  }
}
.lp-section + .lp-section:not(.of-conversion) {
  margin-top: 200px;
}
@media screen and (max-width: 1640px) {
  .lp-section + .lp-section:not(.of-conversion) {
    margin-top: calc(13rem + (1vw - 1.023rem) * (11.3452188006));
  }
}
.lp-section.of-conversion {
  position: relative;
  margin-top: 326px;
  padding: 32px 0 64px;
  background-color: #dc002f;
}
@media screen and (max-width: 1640px) {
  .lp-section.of-conversion {
    margin-top: calc(22rem + (1vw - 1.023rem) * (17.1799027553));
    padding: calc(1.6rem + (1vw - 1.023rem) * (2.5931928687)) 0 calc(3.2rem + (1vw - 1.023rem) * (5.1863857374));
  }
}
@media screen and (max-width: 1023px) {
  .lp-section.of-conversion {
    padding: 24px 0 calc(3rem + (1vw - 0.36rem) * (2.2624434389));
  }
}
.lp-section.of-conversion::after {
  content: "";
  position: absolute;
  top: -246px;
  left: 0;
  width: 100%;
  height: 246px;
  background: linear-gradient(to top right, #dc002f 50%, transparent 51%);
}
@media screen and (max-width: 1640px) {
  .lp-section.of-conversion::after {
    top: calc(-15rem + (1vw - 1.023rem) * (-15.5591572123));
    height: calc(15rem + (1vw - 1.023rem) * (15.5591572123));
  }
}
.lp-section.of-conversion .lp-section-content {
  max-width: 1700px;
  margin: auto;
  padding: 0 30px;
}
@media screen and (max-width: 1023px) {
  .lp-section.of-conversion .lp-section-content {
    padding: 0 calc(2rem + (1vw - 0.36rem) * (1.5082956259));
  }
}
.lp-section.of-conversion .lp-listButton {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .lp-section.of-conversion .lp-listButton {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .lp-media {
    display: flex;
  }
}
.lp-media.of-primary .lp-media-imageGroup {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1640px) {
  .lp-media.of-primary .lp-media-imageGroup {
    width: calc(48rem + (1vw - 1.023rem) * (53.8087520259));
  }
}
@media screen and (max-width: 1023px) {
  .lp-media.of-primary .lp-media-imageGroup {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    margin-bottom: 75px;
    transform: none;
    text-align: center;
  }
}
.lp-media.of-primary .lp-media-image.of-primary {
  position: relative;
}
.lp-media.of-primary .lp-media-image.of-secondary {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.lp-media.of-secondary .lp-media-imageGroup {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1640px) {
  .lp-media.of-secondary .lp-media-imageGroup {
    width: calc(53rem + (1vw - 1.023rem) * (45.7050243112));
  }
}
@media screen and (max-width: 1023px) {
  .lp-media.of-secondary .lp-media-imageGroup {
    position: relative;
    top: inherit;
    right: inherit;
    width: 100%;
    margin-bottom: 75px;
    padding: 0 10px;
    text-align: center;
  }
}
.lp-media.of-secondary .lp-media-imageProductGroup {
  position: relative;
  overflow: hidden;
}
.lp-media.of-secondary .lp-media-imageProduct {
  margin-top: -100px;
}
@media screen and (max-width: 1023px) {
  .lp-media.of-secondary .lp-media-imageProduct {
    margin-top: 0;
  }
}
.lp-media.of-secondary .lp-media-imageProduct.of-primary {
  position: relative;
}
.lp-media.of-secondary .lp-media-imageProduct.of-secondary {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .lp-media.of-secondary .lp-media-imageProduct.of-secondary {
    width: 100%;
  }
}
.lp-media.of-secondary .lp-media-image {
  position: absolute;
  right: 32px;
  bottom: -40px;
}
@media screen and (max-width: 1640px) {
  .lp-media.of-secondary .lp-media-image {
    right: calc(2.4rem + (1vw - 1.023rem) * (1.2965964344));
    bottom: calc(-5.5rem + (1vw - 1.023rem) * (2.4311183144));
    width: calc(36rem + (1vw - 1.023rem) * (45.5429497569));
  }
}
@media screen and (max-width: 1023px) {
  .lp-media.of-secondary .lp-media-image {
    right: 0;
    bottom: -30px;
    width: 90%;
  }
}
.lp-media.of-tertiary .lp-media-imageGroup {
  display: flex;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1640px) {
  .lp-media.of-tertiary .lp-media-imageGroup {
    left: calc(1rem + (1vw - 1.023rem) * (3.2414910859));
    width: calc(50rem + (1vw - 1.023rem) * (45.3808752026));
  }
}
@media screen and (max-width: 1023px) {
  .lp-media.of-tertiary .lp-media-imageGroup {
    position: relative;
    top: inherit;
    left: inherit;
    justify-content: center;
    width: 100%;
    margin-bottom: calc(7.5rem + (1vw - 0.36rem) * (15.8371040724));
    transform: none;
    text-align: center;
  }
}
.lp-media.of-tertiary .lp-media-image {
  position: relative;
}
.lp-media.of-tertiary .lp-media-image.of-primary {
  position: relative;
  bottom: -170px;
}
@media screen and (max-width: 1640px) {
  .lp-media.of-tertiary .lp-media-image.of-primary {
    bottom: calc(-3rem + (1vw - 1.023rem) * (-22.6904376013));
  }
}
@media screen and (max-width: 1023px) {
  .lp-media.of-tertiary .lp-media-image.of-primary {
    bottom: calc(-3.5rem + (1vw - 0.36rem) * (-7.5414781297));
  }
}
.lp-media.of-tertiary .lp-media-image.of-secondary {
  position: relative;
  top: -160px;
}
@media screen and (max-width: 1640px) {
  .lp-media.of-tertiary .lp-media-image.of-secondary {
    top: calc(-18rem + (1vw - 1.023rem) * (3.2414910859));
  }
}
@media screen and (max-width: 1023px) {
  .lp-media.of-tertiary .lp-media-image.of-secondary {
    top: 0;
  }
}
.lp-media.of-tertiary .lp-media-image.of-tertiary {
  position: relative;
  bottom: -120px;
}
@media screen and (max-width: 1640px) {
  .lp-media.of-tertiary .lp-media-image.of-tertiary {
    bottom: calc(-0.5rem + (1vw - 1.023rem) * (-18.6385737439));
  }
}
@media screen and (max-width: 1023px) {
  .lp-media.of-tertiary .lp-media-image.of-tertiary {
    bottom: calc(-8.5rem + (1vw - 0.36rem) * (-23.3785822021));
  }
}
.lp-media.of-quaternary .lp-media-imageGroup {
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  flex-wrap: wrap;
  max-width: 812px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1640px) {
  .lp-media.of-quaternary .lp-media-imageGroup {
    width: calc(47rem + (1vw - 1.023rem) * (55.4294975689));
  }
}
@media screen and (max-width: 1023px) {
  .lp-media.of-quaternary .lp-media-imageGroup {
    position: relative;
    top: inherit;
    right: inherit;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: calc(4rem + (1vw - 0.36rem) * (6.0331825038));
    padding: 0 10px;
    transform: none;
    text-align: center;
  }
}
.lp-media.of-quaternary .lp-media-image {
  width: 50%;
  min-height: 300px;
}
@media screen and (max-width: 1640px) {
  .lp-media.of-quaternary .lp-media-image {
    min-height: calc(20rem + (1vw - 1.023rem) * (16.2074554295));
  }
}
.lp-media.of-quaternary .lp-media-image.of-secondary, .lp-media.of-quaternary .lp-media-image.of-quaternary {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  .lp-media.of-quaternary .lp-media-image.of-secondary, .lp-media.of-quaternary .lp-media-image.of-quaternary {
    align-items: flex-start;
    justify-content: center;
  }
}
@media screen and (max-width: 1023px) {
  .lp-media.of-quaternary .lp-media-image.of-primary, .lp-media.of-quaternary .lp-media-image.of-tertiary {
    padding-right: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-media-content {
    padding: 24px 20px;
  }
}
.lp-media-body {
  max-width: 537px;
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 1640px) {
  .lp-media-body {
    font-size: calc(1.8rem + (1vw - 1.023rem) * (0.3241491086));
  }
}
@media screen and (max-width: 1023px) {
  .lp-media-body {
    max-width: 100%;
  }
}

.lp-headingLevel2 {
  position: relative;
  z-index: 10;
  font-size: 4.2rem;
  font-weight: 400;
}
@media screen and (max-width: 1640px) {
  .lp-headingLevel2 {
    font-size: calc(2.4rem + (1vw - 1.023rem) * (2.9173419773));
  }
}
@media screen and (max-width: 1023px) {
  .lp-headingLevel2 {
    font-size: calc(1.8rem + (1vw - 0.36rem) * (0.9049773756));
    text-align: center;
  }
}
.lp-headingLevel2.of-download {
  opacity: 0.3;
}
@media screen and (max-width: 1023px) {
  .lp-headingLevel2 > span {
    margin-bottom: 5px;
  }
}

.lp-buttonKeyvisual {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding: 10px 24px;
  transition: background-color 0.2s;
  background-color: rgba(220, 0, 47, 0.4);
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1640px) {
  .lp-buttonKeyvisual {
    justify-content: center;
  }
}
@media screen and (max-width: 1023px) {
  .lp-buttonKeyvisual {
    flex-direction: row-reverse;
    padding: calc(2rem + (1vw - 0.36rem) * (1.5082956259)) 20px;
  }
}
.lp-buttonKeyvisual:hover {
  background-color: rgba(220, 0, 47, 0.5);
}
.lp-buttonKeyvisual:hover::before {
  opacity: 0.5;
}
.lp-buttonKeyvisual:hover::after {
  background-color: rgba(220, 0, 47, 0.5);
}
.lp-buttonKeyvisual-outer {
  flex: 1 0 auto;
  max-width: 322px;
}
@media screen and (max-width: 1023px) {
  .lp-buttonKeyvisual-outer {
    max-width: 100%;
    margin-left: 0;
  }
}
.lp-buttonKeyvisual-outer.of-price .lp-buttonKeyvisual {
  background-color: rgba(19, 84, 106, 0.6);
}
.lp-buttonKeyvisual-outer.of-price .lp-buttonKeyvisual:hover {
  background-color: rgba(27, 109, 136, 0.6);
}
.lp-buttonKeyvisual-group {
  display: flex;
  flex: 1 0 auto;
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .lp-buttonKeyvisual-group {
    flex-direction: column;
    justify-content: center;
  }
}
.lp-buttonKeyvisual-body {
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .lp-buttonKeyvisual-body {
    flex: 0 1 auto;
    width: calc(18rem + (1vw - 0.36rem) * (9.0497737557));
    text-align: left;
  }
}
.lp-buttonKeyvisual-text {
  font-size: 20px;
}
@media screen and (max-width: 1640px) {
  .lp-buttonKeyvisual-text {
    font-size: calc(1.6rem + (1vw - 1.023rem) * (0.6482982172));
  }
}
@media screen and (max-width: 1023px) {
  .lp-buttonKeyvisual-text {
    font-size: calc(1.4rem + (1vw - 0.36rem) * (0.9049773756));
  }
}

.lp-buttonController-outer {
  display: none;
}

[data-script-enabled=true] .lp-buttonController {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
[data-script-enabled=true] .lp-buttonController::before, [data-script-enabled=true] .lp-buttonController::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  top: 50%;
  width: 3px;
  height: 10px;
  transform: translateY(-50%);
  background-color: #3c99bc;
}
@media screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-buttonController::before, [data-script-enabled=true] .lp-buttonController::after {
    width: 2px;
    height: 6px;
  }
}
[data-script-enabled=true] .lp-buttonController::before {
  left: 15px;
}
@media screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-buttonController::before {
    left: 12px;
  }
}
[data-script-enabled=true] .lp-buttonController::after {
  right: 15px;
}
@media screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-buttonController::after {
    right: 12px;
  }
}
[data-script-enabled=true] .lp-buttonController.is-paused::before {
  left: 17px;
  width: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-buttonController.is-paused::before {
    left: 13px;
    width: 6px;
    height: 7px;
  }
}
[data-script-enabled=true] .lp-buttonController.is-paused::after {
  content: none;
}
[data-script-enabled=true] .lp-buttonController-outer {
  display: block;
  position: absolute;
  top: -8px;
  right: 20px;
  width: 40px;
  height: 40px;
  transform: translateY(-100%);
  border-radius: 8px;
  background-color: #272d32;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-buttonController-outer {
    top: -12px;
    width: 30px;
    height: 30px;
  }
}
[data-script-enabled=true] .lp-buttonController-outer::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  border: solid 2px #3c99bc;
  border-radius: 50%;
}
@media screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-buttonController-outer::before {
    width: 20px;
    height: 20px;
    border: solid 1px #3c99bc;
  }
}
[data-script-enabled=true] .lp-buttonController > span {
  position: absolute;
  right: 100%;
  white-space: nowrap;
}

.lp-buttonConversion.of-download, .lp-buttonConversion.of-anchor {
  display: block;
  width: 537px;
  padding: 16px;
  transition: background-color 0.2s;
  background-color: rgba(220, 0, 47, 0.8);
  box-shadow: 8px 8px 32px rgba(216, 12, 12, 0.6);
  color: #fff;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 1640px) {
  .lp-buttonConversion.of-download, .lp-buttonConversion.of-anchor {
    width: calc(36rem + (1vw - 1.023rem) * (28.6871961102));
    padding: calc(1.2rem + (1vw - 1.023rem) * (0.6482982172)) 16px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-buttonConversion.of-download, .lp-buttonConversion.of-anchor {
    width: 100%;
    min-width: 240px;
    padding: 16px 20px 16px 20px;
  }
}
.lp-buttonConversion.of-download:hover, .lp-buttonConversion.of-anchor:hover {
  background-color: rgb(220, 0, 47);
}
.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body {
  justify-content: center;
  padding: 0;
}
.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  position: relative;
  left: -10px;
  min-width: 25px;
  transform: none;
}
.lp-buttonConversion.of-download .lp-buttonConversion-text, .lp-buttonConversion.of-anchor .lp-buttonConversion-text {
  margin-right: 0;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 1640px) {
  .lp-buttonConversion.of-download .lp-buttonConversion-text, .lp-buttonConversion.of-anchor .lp-buttonConversion-text {
    font-size: calc(1.8rem + (1vw - 1.023rem) * (0.3241491086));
  }
}
.lp-buttonConversion.of-download.of-fullClickable::after, .lp-buttonConversion.of-anchor.of-fullClickable::after {
  content: "";
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lp-card {
  display: flex;
  position: relative;
  flex-direction: column-reverse;
  align-items: center;
  width: 100%;
  max-width: 1364px;
  margin: -80px auto 0;
  padding: 50px 60px;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1640px) {
  .lp-card {
    max-width: calc(87rem + (1vw - 1.023rem) * (80.0648298217));
    margin-top: calc(-4rem + (1vw - 1.023rem) * (-6.4829821718));
    padding: calc(3rem + (1vw - 1.023rem) * (3.2414910859)) calc(4rem + (1vw - 1.023rem) * (3.2414910859));
  }
}
@media screen and (max-width: 1023px) {
  .lp-card {
    max-width: calc(100% - 40px);
    margin-top: 30px;
    padding: 30px calc(2rem + (1vw - 0.36rem) * (3.0165912519)) calc(2rem + (1vw - 0.36rem) * (1.5082956259));
  }
}
.lp-card-imageGroup {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 1640px) {
  .lp-card-imageGroup {
    margin-bottom: calc(1rem + (1vw - 1.023rem) * (3.2414910859));
  }
}
@media screen and (max-width: 1023px) {
  .lp-card-imageGroup {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 20px;
  }
}
.lp-card-image:not(.of-primary) {
  z-index: 10;
  max-width: 520px;
  margin-right: -30px;
}
@media screen and (max-width: 1640px) {
  .lp-card-image:not(.of-primary) {
    max-width: calc(36rem + (1vw - 1.023rem) * (25.9319286872));
  }
}
@media screen and (max-width: 1023px) {
  .lp-card-image:not(.of-primary) {
    width: calc(23rem + (1vw - 0.36rem) * (43.7405731523));
    max-width: 100%;
    margin-top: calc(-5.5rem + (1vw - 0.36rem) * (-7.5414781297));
    margin-right: 0;
  }
}
.lp-card-image {
  min-height: 0%;
}
.lp-card-image.of-primary {
  margin-top: -150px;
  margin-left: -60px;
  transform: rotate(12deg);
}
@media screen and (max-width: 1640px) {
  .lp-card-image.of-primary {
    margin-top: calc(-10rem + (1vw - 1.023rem) * (-8.1037277147));
    margin-left: calc(-3rem + (1vw - 1.023rem) * (-4.8622366288));
  }
}
@media screen and (max-width: 1023px) {
  .lp-card-image.of-primary {
    width: calc(31rem + (1vw - 0.36rem) * (31.6742081448));
    margin-top: calc(-8.5rem + (1vw - 0.36rem) * (3.7707390649));
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 1640px) {
  .lp-card-image.of-primary > img {
    max-width: calc(36rem + (1vw - 1.023rem) * (25.7698541329));
  }
}
@media screen and (max-width: 1023px) {
  .lp-card-image.of-primary > img {
    max-width: 100%;
  }
}
.lp-card-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .lp-card-body {
    flex-direction: column;
    padding: 0 20px;
    text-align: center;
  }
}

.lp-figure:not(.of-primary) {
  display: inline-block;
  position: relative;
}
.lp-figure:not(.of-primary) .lp-figure-imageGroup {
  position: relative;
}
.lp-figure:not(.of-primary) .lp-figure-image.of-primary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.lp-figure:not(.of-primary) .lp-figcaption {
  font-size: 2.4rem;
}
@media screen and (max-width: 1640px) {
  .lp-figure:not(.of-primary) .lp-figcaption {
    font-size: calc(1.8rem + (1vw - 1.023rem) * (0.9724473258));
  }
}
@media screen and (max-width: 1023px) {
  .lp-figure:not(.of-primary) .lp-figcaption {
    font-size: calc(1.3rem + (1vw - 0.36rem) * (1.6591251885));
  }
}
.lp-figure:not(.of-primary) .lp-figcaption.of-primary {
  position: absolute;
  top: 185px;
  right: -40px;
}
@media screen and (max-width: 1640px) {
  .lp-figure:not(.of-primary) .lp-figcaption.of-primary {
    top: calc(12rem + (1vw - 1.023rem) * (10.5348460292));
    right: calc(0rem + (1vw - 1.023rem) * (2.4311183144));
  }
}
@media screen and (max-width: 1023px) {
  .lp-figure:not(.of-primary) .lp-figcaption.of-primary {
    position: static;
  }
}
.lp-figure:not(.of-primary) .lp-figcaption.of-secondary {
  position: absolute;
  top: 150px;
  right: -40px;
}
@media screen and (max-width: 1640px) {
  .lp-figure:not(.of-primary) .lp-figcaption.of-secondary {
    top: calc(10rem + (1vw - 1.023rem) * (8.1037277147));
    right: calc(0rem + (1vw - 1.023rem) * (1.6207455429));
  }
}
@media screen and (max-width: 1023px) {
  .lp-figure:not(.of-primary) .lp-figcaption.of-secondary {
    position: static;
  }
}
.lp-figure:not(.of-primary) .lp-figcaption.of-tertiary {
  position: absolute;
  top: 145px;
  right: -40px;
}
@media screen and (max-width: 1640px) {
  .lp-figure:not(.of-primary) .lp-figcaption.of-tertiary {
    top: calc(9rem + (1vw - 1.023rem) * (8.9141004862));
    right: calc(0rem + (1vw - 1.023rem) * (1.6207455429));
  }
}
@media screen and (max-width: 1023px) {
  .lp-figure:not(.of-primary) .lp-figcaption.of-tertiary {
    position: static;
  }
}
.lp-figure.of-primary {
  display: inline-block;
}
.lp-figure.of-primary .lp-figcaption {
  margin-bottom: 8px;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 1640px) {
  .lp-figure.of-primary .lp-figcaption {
    font-size: calc(1.8rem + (1vw - 1.023rem) * (0.9724473258));
  }
}
@media screen and (max-width: 1023px) {
  .lp-figure.of-primary .lp-figcaption {
    font-size: calc(1.3rem + (1vw - 0.36rem) * (1.6591251885));
  }
}

.lp-list {
  margin-bottom: 40px;
}
.lp-list > li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 12px;
  line-height: 1.5;
}
.lp-list > li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}
.lp-list > li > ul {
  margin-top: 8px;
}
.lp-list > li > ul > li {
  margin-bottom: 8px;
}
.lp-listButton {
  margin-top: 36px;
}
.lp-text {
  font-size: 2.8rem;
}
@media screen and (max-width: 1640px) {
  .lp-text {
    font-size: calc(1.6rem + (1vw - 1.023rem) * (1.9448946515));
  }
}
@media screen and (max-width: 1023px) {
  .lp-text {
    font-size: calc(1.6rem + (1vw - 0.36rem) * (1.2066365008));
  }
}
.lp-textGroup {
  margin-right: 40px;
}
@media screen and (max-width: 1640px) {
  .lp-textGroup {
    margin-right: calc(3rem + (1vw - 1.023rem) * (1.6207455429));
  }
}
@media screen and (max-width: 1023px) {
  .lp-textGroup {
    margin-right: 0;
    margin-bottom: calc(1.6rem + (1vw - 0.36rem) * (1.2066365008));
  }
}

.lp-icon {
  width: 54px;
}
@media screen and (max-width: 1640px) {
  .lp-icon {
    width: calc(4rem + (1vw - 1.023rem) * (2.2690437601));
  }
}
@media screen and (max-width: 1023px) {
  .lp-icon {
    display: inline-block;
    width: 45px;
    vertical-align: text-bottom;
  }
}
.lp-iconDownload {
  width: 90px;
  height: 85px;
  opacity: 0.3;
}
@media screen and (max-width: 1640px) {
  .lp-iconDownload {
    width: calc(6rem + (1vw - 1.023rem) * (4.8622366288));
  }
}
@media screen and (max-width: 1023px) {
  .lp-iconDownload {
    width: 45px;
    min-width: 45px;
    height: 40px;
  }
}
.lp-iconDownload-outer {
  margin-left: 24px;
}
@media screen and (max-width: 1023px) {
  .lp-iconDownload-outer {
    margin-right: 24px;
  }
}
.lp-iconPricing {
  width: 90px;
  height: 85px;
}
@media screen and (max-width: 1640px) {
  .lp-iconPricing {
    width: calc(6rem + (1vw - 1.023rem) * (4.8622366288));
  }
}
@media screen and (max-width: 1023px) {
  .lp-iconPricing {
    width: 45px;
    min-width: 45px;
    height: 40px;
  }
}
.lp-iconPricing-outer {
  margin-left: 24px;
}
@media screen and (max-width: 1023px) {
  .lp-iconPricing-outer {
    margin-right: 24px;
  }
}
.lp-iconNumber.of-primary {
  position: absolute;
  z-index: 3;
  top: 40px;
  right: -48px;
  width: 256px;
  height: 285px;
}
@media screen and (max-width: 1640px) {
  .lp-iconNumber.of-primary {
    top: calc(2rem + (1vw - 1.023rem) * (3.2414910859));
    width: calc(18rem + (1vw - 1.023rem) * (12.3176661264));
    height: calc(19.5rem + (1vw - 1.023rem) * (14.5867098865));
  }
}
@media screen and (max-width: 1023px) {
  .lp-iconNumber.of-primary {
    top: calc(-2.5rem + (1vw - 0.36rem) * (-1.5082956259));
    right: calc(-1rem + (1vw - 0.36rem) * (-2.2624434389));
    width: calc(8rem + (1vw - 0.36rem) * (15.0829562594));
  }
}
.lp-iconNumber.of-secondary {
  position: absolute;
  z-index: 3;
  top: 4rem;
  left: -64px;
  width: 286px;
  height: 284px;
}
@media screen and (max-width: 1640px) {
  .lp-iconNumber.of-secondary {
    top: calc(2rem + (1vw - 1.023rem) * (3.2414910859));
    left: calc(-4.3rem + (1vw - 1.023rem) * (-3.4035656402));
    width: calc(18.5rem + (1vw - 1.023rem) * (16.3695299838));
    height: calc(18.5rem + (1vw - 1.023rem) * (16.0453808752));
  }
}
@media screen and (max-width: 1023px) {
  .lp-iconNumber.of-secondary {
    top: calc(-1rem + (1vw - 0.36rem) * (-2.2624434389));
    left: calc(-2rem + (1vw - 0.36rem) * (0.754147813));
    width: calc(8.8rem + (1vw - 0.36rem) * (14.6304675716));
  }
}
.lp-iconNumber.of-tertiary {
  position: absolute;
  z-index: 3;
  top: 40px;
  right: -40px;
  width: 287px;
  height: 284px;
}
@media screen and (max-width: 1640px) {
  .lp-iconNumber.of-tertiary {
    top: calc(2rem + (1vw - 1.023rem) * (3.2414910859));
    width: calc(18rem + (1vw - 1.023rem) * (12.3176661264));
    height: calc(19.5rem + (1vw - 1.023rem) * (14.5867098865));
  }
}
@media screen and (max-width: 1023px) {
  .lp-iconNumber.of-tertiary {
    top: calc(-2rem + (1vw - 0.36rem) * (-2.2624434389));
    right: calc(-0.8rem + (1vw - 0.36rem) * (-1.0558069382));
    width: calc(8.8rem + (1vw - 0.36rem) * (13.8763197587));
  }
}
.lp-iconNumber.of-quaternary {
  position: absolute;
  z-index: 3;
  top: 40px;
  left: -63px;
  width: 294px;
  height: 284px;
}
@media screen and (max-width: 1640px) {
  .lp-iconNumber.of-quaternary {
    top: calc(3rem + (1vw - 1.023rem) * (1.6207455429));
    left: calc(-3.8rem + (1vw - 1.023rem) * (-4.0518638574));
    width: calc(18.5rem + (1vw - 1.023rem) * (17.6661264182));
    height: calc(18rem + (1vw - 1.023rem) * (16.8557536467));
  }
}
@media screen and (max-width: 1023px) {
  .lp-iconNumber.of-quaternary {
    top: calc(-1rem + (1vw - 0.36rem) * (-3.0165912519));
    left: calc(-1.5rem + (1vw - 0.36rem) * (0.4524886878));
    width: calc(9rem + (1vw - 0.36rem) * (13.5746606335));
  }
}

.lp-utility-text-emphasis {
  font-size: 7rem;
  font-weight: 600;
}
@media screen and (max-width: 1640px) {
  .lp-utility-text-emphasis {
    font-size: calc(3.6rem + (1vw - 1.023rem) * (5.510534846));
  }
}
@media screen and (max-width: 1023px) {
  .lp-utility-text-emphasis {
    font-size: calc(2.8rem + (1vw - 0.36rem) * (1.2066365008));
  }
}
@media screen and (max-width: 1023px) {
  .lp-utility-text-emphasis.of-jumbotron {
    font-size: 2.8rem;
  }
}
.lp-utility-line-break {
  display: block;
}
.lp-utility-textShadow-blue {
  text-shadow: 0 0 30px #0af;
}

@media screen and (max-width: 1023px) {
  .lp-smallScreen-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1023px) {
  .lp-smallScreen-textAlign-center {
    text-align: center;
  }
}

[data-script-enabled=true] .lp-jumbotron-inner {
  visibility: hidden;
}
[data-script-enabled=true] .lp-jumbotron-image.of-secondary {
  visibility: hidden;
}
[data-script-enabled=true] .lp-jumbotron.is-show .lp-jumbotron-inner {
  animation: showMainVisualAnimation 2s cubic-bezier(0.13, 0.81, 0.75, 1) 2.8s 1 forwards;
}
[data-script-enabled=true] .lp-jumbotron.is-show .lp-jumbotron-imageGroup {
  left: 50%;
  width: 1830px;
  transform: translateX(-50%);
  animation: pullUpToImageGroup 1.5s cubic-bezier(0.11, 0.73, 0.75, 0.98) 2s 1 forwards;
}
@media screen and (max-width: 1920px) {
  [data-script-enabled=true] .lp-jumbotron.is-show .lp-jumbotron-imageGroup {
    bottom: -280px;
    width: 1830px;
    animation: pullUpToImageGroupMaximum 1.5s cubic-bezier(0.11, 0.73, 0.75, 0.98) 2s 1 forwards;
  }
}
@media screen and (max-width: 1640px) {
  [data-script-enabled=true] .lp-jumbotron.is-show .lp-jumbotron-imageGroup {
    bottom: -280px;
    width: calc(145rem + (1vw - 1.023rem) * (61.5883306321));
    animation: pullUpToImageGroupLarge 1.5s cubic-bezier(0.11, 0.73, 0.75, 0.98) 2s 1 forwards;
  }
}
@media screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-jumbotron.is-show .lp-jumbotron-imageGroup {
    bottom: -360px;
    width: calc(103rem + (1vw - 0.768rem) * (105.8823529412));
    min-height: calc(48rem + (1vw - 0.768rem) * (50.9803921569));
    animation: pullUpToImageGroupMiddle 1.5s cubic-bezier(0.11, 0.73, 0.75, 0.98) 2s 1 forwards;
  }
}
@media screen and (max-width: 768px) {
  [data-script-enabled=true] .lp-jumbotron.is-show .lp-jumbotron-imageGroup {
    bottom: calc(-32rem + (1vw - 0.36rem) * (-24.5098039216));
    width: calc(67rem + (1vw - 0.36rem) * (129.9019607843));
    min-height: calc(19rem + (1vw - 0.36rem) * (71.0784313725));
    animation: pullUpToImageGroupSmall 2s cubic-bezier(0.11, 0.73, 0.75, 0.98) 2s 1 forwards;
  }
}
@media screen and (min-width: 1024px) and (max-height: 740px) {
  [data-script-enabled=true] .lp-jumbotron.is-show .lp-jumbotron-imageGroup {
    bottom: 40px;
    width: 1200px;
    animation: pullUpToImageGroupLapTop 2s cubic-bezier(0.11, 0.73, 0.75, 0.98) 2s 1 forwards;
  }
}
@media screen and (orientation: landscape) and (max-width: 1023px) {
  [data-script-enabled=true] .lp-jumbotron.is-show .lp-jumbotron-imageGroup {
    bottom: calc(-32rem + (1vw - 0.36rem) * (-24.5098039216));
    width: calc(67rem + (1vw - 0.36rem) * (129.9019607843));
    min-height: calc(19rem + (1vw - 0.36rem) * (71.0784313725));
    animation: pullUpToImageGroupLandscape 2s cubic-bezier(0.11, 0.73, 0.75, 0.98) 2s 1 forwards;
  }
}
@media screen and (orientation: portrait) {
  [data-script-enabled=true] .lp-jumbotron.is-show .lp-jumbotron-imageGroup {
    bottom: calc(-32rem + (1vw - 0.36rem) * (-24.5098039216));
    width: calc(67rem + (1vw - 0.36rem) * (129.9019607843));
    min-height: calc(19rem + (1vw - 0.36rem) * (71.0784313725));
    animation: pullUpToImageGroupSmall 2s cubic-bezier(0.11, 0.73, 0.75, 0.98) 2s 1 forwards;
  }
}
[data-script-enabled=true] .lp-jumbotron.is-show .lp-jumbotron-image.of-secondary {
  animation: pullUpSecondary 0.6s cubic-bezier(0.33, 0.77, 0.38, 1) 0.8s 1 forwards;
}
@media screen and (max-width: 1640px) {
  [data-script-enabled=true] .lp-jumbotron.is-show .lp-jumbotron-image.of-secondary {
    animation: pullUpLargeSecondary 0.6s cubic-bezier(0.33, 0.77, 0.38, 1) 0.8s 1 forwards;
  }
}
@media screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-jumbotron.is-show .lp-jumbotron-image.of-secondary {
    animation: pullUpMiddleSecondary 0.6s cubic-bezier(0.33, 0.77, 0.38, 1) 0.8s 1 forwards;
  }
}
@media screen and (max-width: 768px) {
  [data-script-enabled=true] .lp-jumbotron.is-show .lp-jumbotron-image.of-secondary {
    animation: pullUpSmallSecondary 0.6s cubic-bezier(0.33, 0.77, 0.38, 1) 0.8s 1 forwards;
  }
}
@media screen and (min-width: 1024px) and (max-height: 740px) {
  [data-script-enabled=true] .lp-jumbotron.is-show .lp-jumbotron-image.of-secondary {
    animation: pullUpLapTopSecondary 0.6s cubic-bezier(0.33, 0.77, 0.38, 1) 0.8s 1 forwards;
  }
}
@media screen and (orientation: landscape) and (max-width: 1023px) {
  [data-script-enabled=true] .lp-jumbotron.is-show .lp-jumbotron-image.of-secondary {
    animation: pullUpLandscapeSecondary 0.6s cubic-bezier(0.33, 0.77, 0.38, 1) 0.8s 1 forwards;
  }
}
@media screen and (orientation: portrait) {
  [data-script-enabled=true] .lp-jumbotron.is-show .lp-jumbotron-image.of-secondary {
    animation: pullUpSmallSecondary 0.6s cubic-bezier(0.33, 0.77, 0.38, 1) 0.8s 1 forwards;
  }
}
[data-script-enabled=true] .lp-section:not(.of-conversion) {
  opacity: 0;
}
[data-script-enabled=true] .lp-section:not(.of-conversion).is-show {
  animation: fadeUpAnimationOfSection 1.5s cubic-bezier(0.13, 0.81, 0.75, 1) 0s 1 forwards;
}
[data-script-enabled=true] .lp-section:not(.of-conversion).is-show .lp-media.of-primary .lp-media-image.of-primary {
  margin-top: 50px;
  animation: fadeUpAnimation-primary 0s cubic-bezier(0.13, 0.81, 0.75, 1) 0s 1 forwards;
}
@media screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-section:not(.of-conversion).is-show .lp-media.of-primary .lp-media-image.of-primary {
    top: 0;
    margin-top: 0;
    animation: fadeUpAnimationSP 0s cubic-bezier(0.13, 0.81, 0.75, 1) 0s 1 forwards;
  }
}
[data-script-enabled=true] .lp-section:not(.of-conversion).is-show .lp-media.of-primary .lp-media-image.of-secondary {
  animation: fadeInAnimation 1s cubic-bezier(0.13, 0.81, 0.75, 1) 1.5s 1 forwards;
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-section:not(.of-conversion).is-show .lp-media.of-primary .lp-media-image.of-secondary {
    animation: fadeInAnimationSP 1s cubic-bezier(0.13, 0.81, 0.75, 1) 1.5s 1 forwards;
    opacity: 0;
  }
}
[data-script-enabled=true] .lp-section:not(.of-conversion).is-show .lp-media.of-secondary .lp-media-imageProduct.of-primary {
  animation: fadeUpAnimation-secondary 0s cubic-bezier(0.13, 0.81, 0.75, 1) 0s 1 forwards;
}
@media screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-section:not(.of-conversion).is-show .lp-media.of-secondary .lp-media-imageProduct.of-primary {
    top: 0;
    margin-top: 0;
    animation: fadeUpAnimationSP 0s cubic-bezier(0.13, 0.81, 0.75, 1) 0s 1 forwards;
  }
}
[data-script-enabled=true] .lp-section:not(.of-conversion).is-show .lp-media.of-secondary .lp-media-imageProduct.of-secondary {
  animation: fadeInAnimation 1s cubic-bezier(0.13, 0.81, 0.75, 1) 1.5s 1 forwards;
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-section:not(.of-conversion).is-show .lp-media.of-secondary .lp-media-imageProduct.of-secondary {
    animation: fadeInAnimationSP 1s cubic-bezier(0.13, 0.81, 0.75, 1) 1.5s 1 forwards;
    opacity: 0;
  }
}
[data-script-enabled=true] .lp-section:not(.of-conversion).is-show .lp-media.of-secondary .lp-media-image {
  top: auto;
  left: auto;
  transform: none;
  animation: inset-ltr 0.4s cubic-bezier(0.13, 0.81, 0.75, 1) 2.5s 1 forwards;
  clip-path: inset(0 100% 100% 0);
}
@media screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-section:not(.of-conversion).is-show .lp-media.of-secondary .lp-media-image {
    animation: inset-ltrSP 0.4s cubic-bezier(0.13, 0.81, 0.75, 1) 2.5s 1 forwards;
  }
}
[data-script-enabled=true] .lp-section:not(.of-conversion).is-show .lp-media.of-tertiary .lp-figure-image.of-primary {
  animation: fadeInAnimation 1s cubic-bezier(0.13, 0.81, 0.75, 1) 1.5s 1 forwards;
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-section:not(.of-conversion).is-show .lp-media.of-tertiary .lp-figure-image.of-primary {
    animation: fadeInAnimationSP 1s cubic-bezier(0.13, 0.81, 0.75, 1) 1.5s 1 forwards;
    opacity: 0;
  }
}
[data-script-enabled=true] .lp-section:not(.of-conversion).is-show .lp-media.of-quaternary .lp-media-image {
  position: relative;
  min-height: 300px;
  opacity: 0;
}
@media screen and (max-width: 1640px) {
  [data-script-enabled=true] .lp-section:not(.of-conversion).is-show .lp-media.of-quaternary .lp-media-image {
    min-height: calc(9rem + (1vw - 0.36rem) * (16.40625));
  }
}
[data-script-enabled=true] .lp-section:not(.of-conversion).is-show .lp-media.of-quaternary .lp-media-image.of-primary {
  animation: fadeUpAnimationSP 1s cubic-bezier(0.64, 1, 0.51, 1) 1s 1 forwards;
}
[data-script-enabled=true] .lp-section:not(.of-conversion).is-show .lp-media.of-quaternary .lp-media-image.of-secondary {
  animation: fadeUpAnimationSP 1s cubic-bezier(0.64, 1, 0.51, 1) 1.2s 1 forwards;
}
[data-script-enabled=true] .lp-section:not(.of-conversion).is-show .lp-media.of-quaternary .lp-media-image.of-tertiary {
  animation: fadeUpAnimationSP 1s cubic-bezier(0.64, 1, 0.51, 1) 1.4s 1 forwards;
}
[data-script-enabled=true] .lp-section:not(.of-conversion).is-show .lp-media.of-quaternary .lp-media-image.of-quaternary {
  animation: fadeUpAnimationSP 1s cubic-bezier(0.64, 1, 0.51, 1) 1.6s 1 forwards;
}
[data-script-enabled=true] .lp-section:not(.of-conversion).is-show .lp-media.of-quaternary .lp-figure {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

@keyframes pullUpToImageGroup {
  0% {
    bottom: -280px;
    width: calc(133rem + (1vw - 1.64rem) * (110.7142857143));
  }
  100% {
    bottom: -60px;
    width: calc(116rem + (1vw - 1.64rem) * (67.8571428571));
  }
}
@keyframes pullUpToImageGroupMaximum {
  0% {
    bottom: -280px;
    width: 1830px;
  }
  100% {
    bottom: -60px;
    width: 1350px;
  }
}
@keyframes pullUpToImageGroupLarge {
  0% {
    bottom: -280px;
    width: calc(145rem + (1vw - 1.023rem) * (61.5883306321));
  }
  100% {
    bottom: -90px;
    width: calc(120rem + (1vw - 1.023rem) * (24.3111831442));
  }
}
@keyframes pullUpToImageGroupMiddle {
  0% {
    bottom: -360px;
    width: calc(103rem + (1vw - 0.768rem) * (105.8823529412));
  }
  25% {
    bottom: -360px;
    width: calc(103rem + (1vw - 0.768rem) * (105.8823529412));
  }
  100% {
    bottom: -200px;
    width: calc(93rem + (1vw - 0.768rem) * (66.6666666667));
  }
}
@keyframes pullUpToImageGroupSmall {
  0% {
    bottom: calc(-32rem + (1vw - 0.36rem) * (-24.5098039216));
    width: calc(67rem + (1vw - 0.36rem) * (129.9019607843));
  }
  25% {
    bottom: calc(-32rem + (1vw - 0.36rem) * (-24.5098039216));
    width: calc(67rem + (1vw - 0.36rem) * (129.9019607843));
  }
  100% {
    bottom: calc(-21rem + (1vw - 0.36rem) * (-2.4509803922));
    width: calc(54rem + (1vw - 0.36rem) * (100.4901960784));
  }
}
@keyframes pullUpToImageGroupLandscape {
  0% {
    bottom: calc(-32rem + (1vw - 0.36rem) * (-24.5098039216));
    width: calc(67rem + (1vw - 0.36rem) * (129.9019607843));
  }
  25% {
    bottom: calc(-32rem + (1vw - 0.36rem) * (-24.5098039216));
    width: calc(67rem + (1vw - 0.36rem) * (129.9019607843));
  }
  100% {
    bottom: calc(-21rem + (1vw - 0.36rem) * (-2.4509803922));
    width: calc(54rem + (1vw - 0.36rem) * (100.4901960784));
  }
}
@keyframes pullUpToImageGroupLapTop {
  0% {
    bottom: 40px;
    width: 1200px;
  }
  25% {
    bottom: 40px;
    width: 1200px;
  }
  100% {
    bottom: 140px;
    width: 1100px;
  }
}
@keyframes showMainVisualAnimation {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes pullUpSecondary {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes pullUpLargeSecondary {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes pullUpMiddleSecondary {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes pullUpSmallSecondary {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes pullUpLandscapeSecondary {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes pullUpLapTopSecondary {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fadeUpAnimation {
  0% {
    top: 55%;
    opacity: 0;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}
@keyframes fadeUpAnimation-primary {
  0% {
    margin-top: 50px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes fadeUpAnimation-secondary {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeUpAnimation-quaternary {
  0% {
    margin-top: 50px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes fadeUpAnimationSP {
  0% {
    top: 30px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes fadeUpAnimationOfSection {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInAnimationSP {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes inset-ltr {
  0% {
    clip-path: inset(0 100% 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes inset-ltrSP {
  0% {
    clip-path: inset(0 100% 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.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;
}

.theme-KC .lp-layout-container {
  padding: 270px 0 0;
}
.theme-KC .lp-buttonKeyvisual {
  padding-left: 20px;
}
.theme-KC .lp-jumbotron-title {
  font-size: 2.8rem;
  line-height: 1.6;
}
.theme-KC .lp-jumbotron-title > em {
  font-size: 5rem;
}
.theme-KC .lp-iconDownload {
  width: 40px;
  height: 40px;
}
.theme-KC .lp-iconPricing {
  width: 40px;
  height: 40px;
}
.theme-KC .lp-jumbotron-seriesGroup {
  margin-right: 38px;
}

@media screen and (max-width: 1730px) {
  .theme-KC .lp-jumbotron-title {
    font-size: calc(1.6rem + (1vw - 1.024rem) * (1.6997167139));
  }
  .theme-KC .lp-jumbotron-title > em {
    font-size: calc(2.4rem + (1vw - 1.024rem) * (3.3994334278));
  }
  .theme-KC .lp-jumbotron-seriesGroup {
    margin-right: calc(1.8rem + (1vw - 1.024rem) * (2.8328611898));
  }
  .theme-KC .lp-figure:not(.of-primary) .lp-figcaption.of-primary {
    right: -40px;
  }
  .theme-KC .lp-figure:not(.of-primary) .lp-figcaption.of-secondary {
    right: -40px;
  }
  .theme-KC .lp-figure:not(.of-primary) .lp-figcaption.of-tertiary {
    right: -40px;
  }
}
@media screen and (max-width: 1023px) {
  .theme-KC .lp-layout-container {
      padding-top: calc(9rem + (1vw - 0.36rem) * (10.5580693816));
      padding-bottom: 0;
  }
}
@media screen and (max-width: 1640px) {
  .theme-KC .lp-layout-container {
      padding-top: calc(18rem + (1vw - 1.023rem) * (14.5867098865));
      padding-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .theme-KC .lp-jumbotron-title {
    font-size: 1.6rem;
  }
  .theme-KC .lp-jumbotron-title > em {
    font-size: 2.8rem;
  }
}
