@charset "UTF-8";

.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;
}

@media only screen and (max-width: 640px) {
  .lp-buttonConversion {
    font-size: 1.6rem;
  }
}

.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;
}

.lp-buttonConversion.of-secondary {
  background: #1a90db;
}

.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.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-size: 1.1rem;
  font-weight: normal;
  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.lp-navigationSeries-title {
  margin-bottom: 0;
  color: #999;
  font-size: 11px;
  line-height: 1.3;
  text-transform: none;
}

div.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.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.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.lp-navigationSeries-linkList > li > a:link {
  color: #999;
}

div.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-container {
  padding: 0 150px;
}
.lp-layout-container.of-narrow {
  padding: 0 90px;
}

@media only screen and (max-width: 1279px) {
  .lp-layout-container {
    padding: 0 calc((150 * 100vw) / 1280);
  }
}

@media only screen and (max-width: 1279px) {
  .lp-layout-container.of-narrow {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-container {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-container.of-narrow {
    padding: 0;
  }
}

.lp-layout-container > *:last-child {
  margin-bottom: 0;
}

.lp-layout-cluster {
  display: flex;
  flex-wrap: wrap;
  margin-top: -24px;
  margin-bottom: 24px;
}

.lp-layout-cluster > *:last-child {
  margin-bottom: 0;
}

.lp-layout-cluster-column {
  width: 33.33333%;
  margin-top: 24px;
}

.lp-layout-cluster-column > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .lp-layout-cluster-column {
    width: 100%;
  }
}

.lp-layout-cluster-column.of-border {
  border-right: 1px solid #b1b1b1;
}

.lp-layout-cluster-column.of-border:nth-of-type(3n + 1) {
  border-left: 1px solid #b1b1b1;
}

@media only screen and (max-width: 767px) {
  .lp-layout-cluster-column.of-border {
    border: none;
  }
  .lp-layout-cluster-column.of-border:nth-of-type(3n + 1) {
    border: none;
  }
}

.lp-layout-grid {
  display: flex;
  margin: -48px 0 40px -40px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1279px) {
  .lp-layout-grid {
    margin-left: calc(-40vw * 100 / 1280);
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid {
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    margin: -24px 0 24px -8px;
  }
}

.lp-layout-grid-column {
  min-height: 0%;
  margin-top: 48px;
  padding-left: 40px;
  position: relative;
}

@media only screen and (max-width: 1279px) {
  .lp-layout-grid-column {
    padding-left: calc(40vw * 100 / 1280);
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid-column {
    margin-top: 24px;
    padding-left: 8px;
  }
}

.lp-layout-grid-column:not([class*="of-column-"]) {
  width: 100%;
}

.lp-layout-grid-column.of-flex {
  display: flex;
  flex-wrap: wrap;
}

.lp-layout-grid-column.of-flex > * {
  width: 100%;
}

.lp-layout-grid-column > *:last-child {
  margin-bottom: 0;
}

.lp-layout-grid-column.of-border::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  width: 1px;
  height: 100%;
  background: #b1b1b1;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 50%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 33.33333%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 25%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 20%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 16.66667%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 14.28571%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 12.5%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 11.11111%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 10%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 9.09091%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 8.33333%;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column.of-column-2 {
  width: 100%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-2 {
  width: 66.66667%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-3 {
  width: 100%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-2 {
  width: 50%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-3 {
  width: 75%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-4 {
  width: 100%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-2 {
  width: 40%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-3 {
  width: 60%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-4 {
  width: 80%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-5 {
  width: 100%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-2 {
  width: 33.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-3 {
  width: 50%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-4 {
  width: 66.66667%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-5 {
  width: 83.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-6 {
  width: 100%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-2 {
  width: 28.57143%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-3 {
  width: 42.85714%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-4 {
  width: 57.14286%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-5 {
  width: 71.42857%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-6 {
  width: 85.71429%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-7 {
  width: 100%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-2 {
  width: 25%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-3 {
  width: 37.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-4 {
  width: 50%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-5 {
  width: 62.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-6 {
  width: 75%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-7 {
  width: 87.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-8 {
  width: 100%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-2 {
  width: 22.22222%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-3 {
  width: 33.33333%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-4 {
  width: 44.44444%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-5 {
  width: 55.55556%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-6 {
  width: 66.66667%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-7 {
  width: 77.77778%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-8 {
  width: 88.88889%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-9 {
  width: 100%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-2 {
  width: 20%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-3 {
  width: 30%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-4 {
  width: 40%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-5 {
  width: 50%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-6 {
  width: 60%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-7 {
  width: 70%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-8 {
  width: 80%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-9 {
  width: 90%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-10 {
  width: 100%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-2 {
  width: 18.18182%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-3 {
  width: 27.27273%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-4 {
  width: 36.36364%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-5 {
  width: 45.45455%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-6 {
  width: 54.54545%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-7 {
  width: 63.63636%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-8 {
  width: 72.72727%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-9 {
  width: 81.81818%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-10 {
  width: 90.90909%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-11 {
  width: 100%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-2 {
  width: 16.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-3 {
  width: 25%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-4 {
  width: 33.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-5 {
  width: 41.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-6 {
  width: 50%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-7 {
  width: 58.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-8 {
  width: 66.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-9 {
  width: 75%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-10 {
  width: 83.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-11 {
  width: 91.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-12 {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid[class*="of-column-"] > .lp-layout-grid-column:not([class*="of-column-"]),
  .lp-layout-grid[class*="of-column-"] > .lp-layout-grid-column[class*="of-column-"] {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column:not([class*="of-column-"]),
  .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column[class*="of-column-"] {
    width: 50%;
  }
  .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column:not([class*="of-column-"]),
  .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column[class*="of-column-"] {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid.lp-smallScreen-column-2 {
    flex-direction: inherit;
    align-items: flex-start;
    justify-content: center;
  }
}

.lp-layout-grid.of-column-5 {
  margin-left: -20px;
}

@media only screen and (max-width: 1279px) {
  .lp-layout-grid.of-column-5 {
    margin-left: calc(-20vw * 100 / 1280);
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid.of-column-5 {
    margin-left: -8px;
  }
}

.lp-layout-grid.of-column-5 .lp-layout-grid-column {
  padding-left: 20px;
}

@media only screen and (max-width: 1279px) {
  .lp-layout-grid.of-column-5 .lp-layout-grid-column {
    padding-left: calc(20vw * 100 / 1280);
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid.of-column-5 .lp-layout-grid-column {
    margin-top: 25px;
    padding-left: 8px;
  }
}

.lp-jumbotron {
  position: relative;
  overflow: hidden;
  background: #383d43;
  color: #333;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron {
    background: #fff;
  }

  .lp-jumbotron::before {
    content: none;
  }
}

.lp-jumbotron > *:last-child {
  margin-bottom: 0;
}

.lp-jumbotron-content {
  display: flex;
  position: relative;
  align-items: center;
  max-width: calc(1280px + (20px * 2));
  margin: 0 auto;
  padding: 0 20px;
}

.lp-jumbotron-content::before {
  display: block;
  content: "";
  position: absolute;
  background: #fff;
  width: 100vw;
  height: 100%;
  right: 50%;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-content {
    flex-direction: column-reverse;
    align-items: center;
    padding: 0;
  }
  .lp-jumbotron-content::before {
    content: none;
  }
}

.lp-jumbotron-content > *:last-child {
  margin-bottom: 0;
}

.lp-jumbotron-body {
  z-index: 3;
  flex: 1;
  padding: 56px 36px 48px 0;
}

@media only screen and (max-width: 1279px) {
  .lp-jumbotron-body {
    padding: calc((40 * 100vw) / 1280) 36px calc((48 * 100vw) / 1280) 0;
  }
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-body {
    flex: none;
    width: 100%;
    padding: 24px 20px 30px;
  }
}

.lp-jumbotron-body > *:last-child {
  margin-bottom: 0;
}

.lp-jumbotron-titleGroup {
  margin-bottom: 16px;
  line-height: 1.2;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-titleGroup {
    text-align: center;
    margin-bottom: 16px;
  }
}

.lp-jumbotron-titleGroup > *:last-child {
  margin-bottom: 0;
}

.lp-jumbotron-title {
  display: block;
  font-size: 4.6rem;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1279px) {
  .lp-jumbotron-title {
    font-size: calc(2.4rem + ((1vw - 0.36rem) * (2.3913)));
    margin-bottom: 8px;
  }
}

.lp-jumbotron-title.of-text-small {
  font-size: 4.2rem;
}

@media only screen and (max-width: 1279px) {
  .lp-jumbotron-title.of-text-small {
    font-size: calc(2rem + ((1vw - 0.36rem) * (2.3913)));
  }
}

.lp-jumbotron-series {
  display: block;
  margin-bottom: 16px;
  font-size: 2.2rem;
  line-height: 1.5;
}

@media only screen and (max-width: 1279px) {
  .lp-jumbotron-series {
    font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.43478)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-series {
    font-size: 2rem;
  }
}

.lp-jumbotron-text {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1279px) {
  .lp-jumbotron-text {
    font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.43478)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-text {
    font-size: 1.8rem;
  }
}

.lp-jumbotron-image {
  width: 50%;
  height: 100%;
  padding: 20px 24px;
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-image {
    width: 100%;
    height: 100%;
    background: #383d43;
    margin: 0;
    padding: 16px 0 16px 0;
    text-align: center;
  }
}

.lp-section {
  background: #fff;
  color: #333;
  line-height: 1.2;
}

.lp-section.of-primary {
  background: #e9e9e9;
}

.lp-section.of-secondary {
  line-height: 1.33;
}

.lp-section.of-tertiary {
  background: #17191a;
  color: #fff;
}

.lp-section-content {
  max-width: calc(1280px + (20px * 2));
  margin: 0 auto;
  padding: 48px 20px 56px;
}

@media only screen and (max-width: 767px) {
  .lp-section-content {
    padding: 24px 20px 30px;
  }
}

.lp-section-content > *:last-child {
  margin-bottom: 0;
}

.lp-section > *:last-child {
  margin-bottom: 0;
}

.lp-list {
  margin-bottom: 24px;
  font-size: 2rem;
  line-height: 1.5;
}

.lp-list.of-primary {
  font-size: 1.6rem;
  line-height: 1.3;
}

@media only screen and (max-width: 1279px) {
  .lp-list {
    font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.43478)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-list {
    font-size: 1.8rem;
  }
}

.lp-list > li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 12px;
}

.lp-list.of-primary > li {
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .lp-list > li {
    margin-bottom: 8px;
  }
}

.lp-list > li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
  content: "";
}

.lp-list.of-primary > li::before {
  top: 0.5em;
}

.lp-list > *:last-child {
  margin-bottom: 0;
}

.lp-list.of-primary > *:last-child {
  margin-bottom: 0;
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  margin: -24px 0 24px -24px;
}

@media only screen and (max-width: 767px) {
  .lp-listButton {
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .lp-listButton {
    margin-bottom: 40px;
  }
}

.lp-listButton > li {
  margin: 24px 0 0 24px;
}

.lp-mediaSeries {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .lp-mediaSeries {
    justify-content: center;
  }
}

.lp-mediaSeries-body {
  max-width: 300px;
}

@media only screen and (max-width: 767px) {
  .lp-mediaSeries-body {
    width: 100%;
    text-align: center;
  }
}

.lp-mediaSeries-body > *:last-child {
  margin-bottom: 0;
}

.lp-mediaSeries-image {
  width: 242px;
  min-height: 0%;
  margin-left: 80px;
}

.lp-mediaSeries > *:last-child {
  margin-bottom: 0;
}

.lp-media {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.lp-media.of-primary {
  padding: 0 16px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .lp-media {
    min-height: 0%;
  }
}

.lp-media-body {
  max-width: 100%;
}

.lp-media-body > *:last-child {
  margin-bottom: 0;
}

.lp-media-title {
  order: -2;
  max-width: 100%;
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .lp-media-title {
    height: auto !important;
  }
}

.lp-media-text {
  margin-bottom: 5px;
  font-size: 1.6rem;
}

.lp-media-image {
  order: -1;
  width: 100%;
  min-height: 0%;
  margin-bottom: 16px;
  text-align: center;
}

.lp-mediaAsset {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 40px 0;
}

@media only screen and (max-width: 767px) {
  .lp-mediaAsset {
    flex-direction: column-reverse;
    margin: 0 0 25px;
  }
}

.lp-mediaAsset-body {
  flex: 1;
  margin: 0 40px;
  text-align: center;
}

@media only screen and (max-width: 1279px) {
  .lp-mediaAsset-body {
    margin: 0 calc((40 * 100vw) / 1280);
  }
}

@media only screen and (max-width: 767px) {
  .lp-mediaAsset-body {
    flex: none;
    width: 100%;
    margin: 32px 0 24px 0;
  }
}

.lp-mediaAsset-body > *:last-child {
  margin-bottom: 0;
}

.lp-mediaAsset-textGroup {
  margin-bottom: 32px;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .lp-mediaAsset-textGroup {
    margin-bottom: 32px;
  }
}

.lp-mediaAsset-textGroup > *:last-child {
  margin-bottom: 0;
}

.lp-mediaAsset-series {
  display: block;
  margin-bottom: 8px;
  font-size: 2.4rem;
  line-height: 1.25;
}

@media only screen and (max-width: 1279px) {
  .lp-mediaAsset-series {
    font-size: calc(2rem + ((1vw - 0.36rem) * (0.43478)));
  }
}

.lp-mediaAsset-seriesName {
  display: block;
  margin-bottom: 16px;
  font-size: 3rem;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .lp-mediaAsset-seriesName {
    margin-bottom: 8px;
    font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.4742)));
  }
}

.lp-mediaAsset-image {
  width: 280px;
  text-align: right;
  min-height: 0%;
}

@media only screen and (max-width: 1279px) {
  .lp-mediaAsset-image {
    width: calc((280 * 100vw) / 1280);
  }
}

@media only screen and (max-width: 767px) {
  .lp-mediaAsset-image {
    width: 100%;
    text-align: center;
  }
}

.lp-mediaAsset > *:last-child {
  margin-bottom: 0;
}

.lp-mediaConversion {
  display: flex;
  align-items: center;
  margin: 40px 0;
}
.lp-mediaConversion.of-primary {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .lp-mediaConversion {
    flex-direction: column;
    margin: 0 0 25px;
  }
}

.lp-mediaConversion-body {
  flex: 1;
  margin: 0 40px;
}

.lp-mediaConversion-body > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1279px) {
  .lp-mediaConversion-body {
    margin: 0 calc((40 * 100vw) / 1280);
  }
}

@media only screen and (max-width: 767px) {
  .lp-mediaConversion-body {
    flex: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.lp-mediaConversion-textGroup {
  margin-bottom: 32px;
}

.lp-mediaConversion-textGroup > *:last-child {
  margin-bottom: 0;
}

.lp-mediaConversion-series {
  display: block;
  margin-bottom: 8px;
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: bold;
}

@media only screen and (max-width: 1279px) {
  .lp-mediaConversion-series {
    font-size: calc(2rem + ((1vw - 0.36rem) * (0.43478)));
  }
}

.lp-mediaConversion-seriesName {
  display: block;
  margin-bottom: 16px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .lp-mediaConversion-seriesName {
    margin-bottom: 8px;
    font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.4742)));
  }
}

.lp-mediaConversion-image {
  width: 260px;
  min-height: 0%;
}

@media only screen and (max-width: 1279px) {
  .lp-mediaConversion-image {
    width: calc((260 * 100vw) / 1280);
  }
}

@media only screen and (max-width: 767px) {
  .lp-mediaConversion-image {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }
}

.lp-mediaConversion-image.of-primary {
  order: -1;
}

@media only screen and (max-width: 767px) {
  .lp-mediaConversion-image.of-primary {
    width: 234px;
  }
}

.lp-mediaConversion-image.of-secondary {
  padding-left: 16px;
}

@media only screen and (max-width: 767px) {
  .lp-mediaConversion-image.of-secondary {
    padding: 0;
    order: -1;
  }
}

.lp-textLead {
  font-size: 2.8rem;
  line-height: 1.28;
}

[data-script-enabled="true"] .lp-listImage {
  position: relative;
  width: 620px;
  height: 570px;
  overflow: hidden;
}

[data-script-enabled="true"] .lp-listImage > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1.5s;
}

[data-script-enabled="true"] .lp-listImage > li.is-active {
  z-index: 1;
  opacity: 1;
}

@media only screen and (max-width: 1279px) {
  [data-script-enabled="true"] .lp-listImage {
    width: calc((620 * 100vw) / 1280);
    height: calc((550 * 100vw) / 1280);
  }
}

@media only screen and (max-width: 767px) {
  [data-script-enabled="true"] .lp-listImage {
    width: calc(36rem + ((1vw - 0.36rem) * (63.88206)));
    height: calc(33rem + ((1vw - 0.36rem) * (58.96806)));
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1279px) {
  .lp-buttonConversion {
    font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.43478)));
  }
}

.lp-utility-textAlign-center {
  text-align: center;
}

.lp-utility-justifyContent-center {
  justify-content: center;
}

.lp-utility-textAlign-left {
  text-align: left;
}

.lp-utility-line-break {
  display: block;
}

.lp-utility-marginLeft-4 {
  margin-left: 40px;
}

.lp-divider {
  border-top: 1px solid #ccc;
}

.lp-divider.of-color-primary {
  border-top: 1px solid #b5b5b5;
}

.lp-divider.of-color-secondary {
  border-top: 1px solid #999;
}

.lp-smallScreen-show {
  display: none;
}

@media only screen and (max-width: 767px) {
  .lp-smallScreen-show {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .lp-smallScreen-hide {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .lp-smallScreen-textAlign-center {
    text-align: center;
  }
}

.lp-largeScreen-show {
  display: block;
}

@media only screen and (max-width: 1279px) {
  .lp-largeScreen-show {
    display: none;
  }
}

.lp-largeScreen-hide {
  display: none;
}

@media only screen and (max-width: 767px) {
  .lp-largeScreen-hide {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .lp-largeScreen-lastChild {
    margin-bottom: 0;
  }
}

.lp-generalSlider .swiper-autoplay-button,
.lp-generalSlider .swiper-pagination-bullet {
  border-color: #fff;
}

.lp-generalSlider .swiper-pagination-bullet-active,
.lp-generalSlider .swiper-autoplay-button::after,
.lp-generalSlider .swiper-autoplay-button::before {
  background: #fff;
}

.lp-generalSlider .swiper-autoplay-button:not(.is-swiper-playing)::before {
  border-color: transparent transparent transparent #fff;
}

.swiper-slide {
  background: #383d43;
}

@media only screen and (max-width: 767px) {
  .swiper-slide > img {
    padding: 0 40px;
  }
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  text-align: center;
}

.lp-headingLevel2 {
  color: #143d66;
  margin-bottom: 12px;
  font-size: 2rem;
}
