@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;
  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: #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#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-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#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;
}

.section {
  margin-bottom: 0;
}

#LoginForm > *:only-child {
  margin-bottom: 0;
}

.lp-layout-container {
  padding: 0 150px;
}

@media only screen and (max-width: 1279px) {
  .lp-layout-container {
    padding: 0 calc((150 * 100vw) / 1280);
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-container {
    padding: 0;
  }
}

.lp-layout-container > *:last-child {
  margin-bottom: 0;
}

.lp-layout-grid {
  display: flex;
  margin: -32px 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: -32px 0 40px -8px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid.of-primary {
    flex-direction: row;
  }
}

.lp-layout-grid-column {
  min-height: 0%;
  margin-top: 32px;
  padding-left: 40px;
}

@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: 32px;
    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.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%;
}

@media only screen and (max-width: 969px) {
  .lp-layout-grid.of-column-5 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 33.33333% !important;
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid.of-column-5 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 50% !important;
  }
}

.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;
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid.of-column-5 {
    margin-top: -24px;
    margin-left: -24px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid.of-column-5 .lp-layout-grid-column {
    margin-top: 24px;
    padding-left: 24px;
  }
}

.lp-jumbotron {
  overflow: hidden;
  background: linear-gradient(90deg, #e9e8e8 0%, #f8f8f8 100%);
  color: #333;
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron {
    background: linear-gradient(180deg, #e9e8e8 0%, #f8f8f8 100%);
  }
}

.lp-jumbotron-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  max-width: calc(1280px + (20px * 2));
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-content {
    flex-direction: column-reverse;
    padding: 24px 20px 32px;
  }
}

.lp-jumbotron-body {
  flex: 1;
  padding: 30px 0;
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-body {
    flex: none;
    width: 100%;
    padding: 0;
  }
}

.lp-jumbotron-body > *:last-child {
  margin-bottom: 0;
}

.lp-jumbotron-titleGroup {
  margin-bottom: 16px;
  line-height: 1.3;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: 24px;
  }
}

.lp-jumbotron-titleGroup > *:last-child {
  margin-bottom: 0;
}

.lp-jumbotron-title {
  display: block;
  font-size: 4.8rem;
  margin-bottom: 8px;
  font-weight: 600;
}

@media only screen and (max-width: 1279px) {
  .lp-jumbotron-title {
    font-size: calc(3.4rem + (1vw - 0.768rem) * (2.7397260274));
  }
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-title {
    font-weight: bold;
    font-size: 3rem;
  }
}

.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-list {
  margin-bottom: 48px;
  font-size: 2rem;
  line-height: 1.5;
}

@media only screen and (max-width: 1279px) {
  .lp-list {
    font-size: calc(1.7rem + (1vw - 0.768rem) * (0.5870841487));
  }
}

@media only screen and (max-width: 767px) {
  .lp-list {
    margin-bottom: 24px;
    font-size: 1.7rem;
  }
}

.lp-list > li {
  position: relative;
  margin-bottom: 4px;
  padding-left: 12px;
}

@media only screen and (max-width: 767px) {
  .lp-list > li {
    margin-bottom: 0;
  }
}

.lp-list > li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
  content: "";
}

.lp-list > *:last-child {
  margin-bottom: 0;
}

.lp-jumbotron-series {
  display: block;
  margin-bottom: 16px;
  font-size: 2.8rem;
  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;
  display: block;
  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 {
  margin-right: 128px;
  max-width: 100%;
}

@media only screen and (max-width: 1279px) {
  .lp-jumbotron-image {
    margin-right: calc(2rem + ((1vw - 0.768rem) * (3.90625)));
    max-width: calc((510 * 100vw) / 1280);
  }
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-image {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 28px;
  }
}

.lp-section {
  color: #333;
  line-height: 1.2;
}

.lp-section.of-primary {
  background-color: #e9e8e8;
}

.lp-section-content {
  max-width: calc(1280px + (20px * 2));
  margin: 0 auto;
  padding: 56px 20px 62px;
}

@media only screen and (max-width: 767px) {
  .lp-section-content {
    padding: 32px 20px;
  }
}

.lp-section-content > *:last-child {
  margin-bottom: 0;
}

.lp-media {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}

@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: 1.8rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .lp-media-title:not([class*="of-secondary"]) {
    height: auto !important;
  }
}

.lp-media-title.of-primary {
  font-size: 2.4rem;
}

@media only screen and (max-width: 1279px) {
  .lp-media-title.of-primary {
    font-size: calc(2rem + (1vw - 0.768rem) * (0.782778865));
  }
}

@media only screen and (max-width: 767px) {
  .lp-media-title.of-primary {
    font-size: 2.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .lp-media-title.of-secondary {
    margin-bottom: 8px;
  }
}

.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-listImage {
  position: relative;
  width: 620px;
  margin: 0 auto;
}

@media only screen and (max-width: 1279px) {
  .lp-listImage {
    width: calc((620 * 100vw) / 1280);
  }
}

@media only screen and (max-width: 767px) {
  .lp-listImage {
    width: 620px;
  }
}

@media only screen and (max-width: 620px) {
  .lp-listImage {
    width: calc((620 * 100vw) / 620);
  }
}

[data-script-enabled="true"] .lp-listImage {
  height: 440px;
}

@media only screen and (max-width: 1279px) {
  [data-script-enabled="true"] .lp-listImage {
    height: calc((504 * 100vw) / 1280);
  }
}

@media only screen and (max-width: 767px) {
  [data-script-enabled="true"] .lp-listImage {
    height: 504px;
  }
}

@media only screen and (max-width: 620px) {
  [data-script-enabled="true"] .lp-listImage {
    height: calc((504 * 100vw) / 620);
  }
}

@media only screen and (max-width: 376px) {
  [data-script-enabled="true"] .lp-listImage.of-secondary {
    height: calc((320 * 100vw) / 376);
  }
}

[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 {
  opacity: 1;
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  margin: -24px 0 62px -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;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 40px;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .lp-mediaSeries {
    justify-content: center;
  }
}

.lp-mediaSeries-body > *:last-child {
  margin-bottom: 0;
}

.lp-mediaSeries-image {
  max-width: 242px;
  flex-shrink: 0;
}

@media only screen and (max-width: 1279px) {
  .lp-mediaSeries-image {
    width: calc((250 * 100vw) / 1280);
    margin-right: calc(2rem + ((1vw - 0.768rem) * (3.90625)));
  }
}

.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-headingLevel2 {
  font-size: 3rem;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .lp-headingLevel2 {
    font-size: 2.3rem;
    margin-bottom: 16px;
  }
}

.lp-textLead {
  font-size: 2.8rem;
  line-height: 1.28;
}

@media screen and (min-width: 769px) {
  .lp-largeScreen-alignItems-center {
    align-items: center;
  }
  .lp-largeScreen-justifyContent-center {
    justify-content: center;
  }
  .lp-largeScreen-display-flex {
    display: flex;
  }
}

.lp-utility-color-primary {
  color: #dc002f;
}

.lp-utility-color-secondary {
  color: #0071bc;
}

.lp-utility-textAlign-center {
  text-align: center;
}

.lp-utility-justifyContent-center {
  justify-content: center;
}

.lp-utility-line-break {
  display: block;
}

.lp-utility-marginRight-4 {
  margin-right: 40px;
}

.lp-utility-marginBottom-0 {
  margin-bottom: 0;
}

.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;
  }
}

@media only screen and (max-width: 767px) {
  .lp-extraSmallScreen-hide {
    display: none;
  }
  .lp-extraSmallScreen-textAlign-center {
    text-align: center;
  }
  .lp-extraSmallScreen-marginTop-none {
    margin-top: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .lp-extraSmallScreen-show {
    display: none;
  }
}

.lp-generalSlider .swiper-autoplay-button {
  border: 1px solid #484f57;
}

.lp-generalSlider .swiper-autoplay-button::before {
  background-color: #484f57;
}

.lp-generalSlider .swiper-autoplay-button::after {
  background-color: #484f57;
}

.lp-generalSlider .swiper-autoplay-button:not(.is-swiper-playing)::before {
  border-color: transparent transparent transparent #484f57;
}

.lp-generalSlider .swiper-pagination-bullet {
  border: 1px solid #484f57;
}

.lp-generalSlider .swiper-pagination-bullet-active {
  background: #484f57;
  color: #484f57;
}
