@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: #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-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;
}

:root {
  font-size: 10px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  min-width: 320px;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.5;
  word-break: break-word;
  overflow-wrap: anywhere;
}

main {
  display: block;
}

p {
  margin-bottom: 16px;
}

ul,
ol {
  list-style: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

em {
  font-style: normal;
  font-weight: bold;
}

dfn,
cite {
  font-style: normal;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 100%;
}

i {
  font-style: italic;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
}

table {
  width: 100%;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  border-radius: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  border: 0;
  background: none;
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

video {
  display: block;
  max-width: 100%;
}

#main p {
  margin-top: 0;
}

a {
  text-decoration: none;
}

.lp-jumbotron {
  background-color: #00172a;
  background-image: url("../../../../img/products/bz-x1000/190221009/190221009_bg_01.png");
  background-position: top left;
  background-repeat: repeat-x;
}

@media only screen and (max-width: 960px) {
  .lp-jumbotron {
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.lp-jumbotron > *:last-child {
  margin-bottom: 0;
}

.lp-jumbotron-content {
  display: flex;
  flex-direction: row-reverse;
  max-width: calc(1540px + 40px);
  margin: 0 auto;
  padding: 441px 20px 48px;
}

.lp-jumbotron-content > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1076px) {
  .lp-jumbotron-content {
    padding-top: calc(30rem + ((1vw - 0.768rem) * (45.77922)));
  }
}

@media only screen and (max-width: 768px) {
  .lp-jumbotron-content {
    padding-top: calc(14.8rem + ((1vw - 0.36rem) * (37.2549)));
    padding-bottom: calc(4rem + ((1vw - 0.36rem) * (1.96078)));
  }
}

.lp-jumbotron-body {
  flex: 1;
  margin-bottom: 24px;
  text-align: center;
}

.lp-jumbotron-body > *:last-child {
  margin-bottom: 0;
}

.lp-jumbotron-title {
  display: inline-block;
  max-width: 840px;
  margin-bottom: 16px;
}

.lp-jumbotron-titleGroup {
  margin-bottom: 40px;
}

.lp-jumbotron-titleGroup > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 960px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (2.66667)));
  }
}

.lp-textSeries {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 960px) {
  .lp-textSeries {
    font-size: calc(1.6rem + ((1vw - 0.768rem) * (2.08333)));
  }
}

@media only screen and (max-width: 768px) {
  .lp-textSeries {
    font-size: 1.6rem;
  }
}

.lp-textSeries-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
}

@media only screen and (max-width: 768px) {
  .lp-textSeries-group {
    margin-bottom: 24px;
  }
}

.lp-textSupplement {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: bold;
}

.lp-label {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.lp-labelOuter {
  position: relative;
  min-width: 60px;
  margin-right: 20px;
  padding: 4px 10px 5px;
  background-color: #c5000f;
}

@media only screen and (max-width: 768px) {
  .lp-labelOuter {
    padding: 7px 9px 7px;
  }
}

.lp-labelOuter::before,
.lp-labelOuter::after {
  position: absolute;
  top: 0;
  width: 8px;
  height: 100%;
  content: "";
}

.lp-labelOuter::before {
  left: -8px;
  background: linear-gradient(to bottom right, transparent 50%, #c5000f 0%) top
      left/100% 100% no-repeat,
    linear-gradient(to top right, transparent 100%, #c5000f 50%) bottom
      left/100% 100% no-repeat;
}

.lp-labelOuter::after {
  right: -8px;
  background: linear-gradient(to bottom left, transparent 0%, #c5000f 0%) top
      left/100% 0% no-repeat,
    linear-gradient(to top left, transparent 50%, #c5000f 0%) bottom left/100%
      100% no-repeat;
}

@media only screen and (max-width: 960px) {
  .lp-label {
    font-size: calc(1.6rem + ((1vw - 0.768rem) * (2.08333)));
  }
}

@media only screen and (max-width: 768px) {
  .lp-label {
    font-size: 1.6rem;
  }
}

.lp-listButton {
  margin: -24px 0 32px -16px;
}

@media only screen and (max-width: 768px) {
  .lp-listButton {
    margin-top: -22px;
  }
}

.lp-listButton > li {
  margin-bottom: 0;
  padding: 24px 0 0 16px;
}

@media only screen and (max-width: 768px) {
  .lp-listButton > li {
    padding-top: 22px;
  }
}

.lp-listButton.of-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.lp-buttonConversion.of-download.of-feature-primary,
.lp-buttonConversion.of-arrow.of-feature-secondary {
  border-radius: 36px;
}

.lp-buttonConversion.of-download.of-feature-primary {
  background: linear-gradient(90deg, #f5be08, #f57f08);
}

.lp-buttonConversion.of-download.of-feature-primary:hover {
  background: linear-gradient(90deg, #f57f08, #f5be08);
}

.lp-buttonConversion.of-feature-secondary {
  background: linear-gradient(90deg, #ff2300, #d8004a);
}

.lp-buttonConversion.of-feature-secondary:hover {
  background: linear-gradient(90deg, #d8004a, #ff2300);
}

.lp-buttonConversion-body.of-feature-primary {
  padding: 6px 30px 6px 89px !important;
}

@media only screen and (max-width: 960px) {
  .lp-buttonConversion-body.of-feature-primary {
    padding: 15px 16px 14px 59px !important;
  }
}

.lp-buttonConversion-body.of-feature-primary::before {
  left: 58px !important;
}

@media only screen and (max-width: 960px) {
  .lp-buttonConversion-body.of-feature-primary::before {
    left: 28px !important;
  }
}

.lp-buttonConversion-body.of-feature-primary .lp-buttonConversion-image > img {
  min-width: 46px;
  max-width: 68px;
}

@media only screen and (max-width: 960px) {
  .lp-buttonConversion-body.of-feature-primary
    .lp-buttonConversion-image
    > img {
    max-width: 46px;
  }
}

.lp-buttonConversion-body.of-feature-secondary {
  padding: 19px 44px 19px 89px !important;
}

@media only screen and (max-width: 960px) {
  .lp-buttonConversion-body.of-feature-secondary {
    padding: 15px 15px 14px 58px !important;
  }
}

.lp-buttonConversion-body.of-feature-secondary::before {
  left: 63px !important;
}

@media only screen and (max-width: 960px) {
  .lp-buttonConversion-body.of-feature-secondary::before {
    left: 33px !important;
  }
}

.lp-section {
  background: linear-gradient(135deg, #0c54a5 0%, #08205a),
    url("../../../../img/products/bz-x1000/190221009/190221009_bg_02.png");
  background-blend-mode: screen;
  background-size: 100%;
}

@media only screen and (max-width: 768px) {
  .lp-section {
    background: linear-gradient(135deg, #0c54a5 0%, #08205a);
  }
}

.lp-section > *:last-child {
  margin-bottom: 0;
}

.lp-section-content {
  max-width: calc(1366px + 40px);
  margin: 0 auto 24px;
  padding: 96px 20px 95px;
}

.lp-section-content > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 960px) {
  .lp-section-content {
    padding-top: calc(4.8rem + ((1vw - 0.768rem) * (25)));
    padding-bottom: calc(4.8rem + ((1vw - 0.768rem) * (25)));
  }
}

@media only screen and (max-width: 768px) {
  .lp-section-content {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.lp-headingLevel2 {
  display: block;
  margin-bottom: 64px;
  color: #fff;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .lp-headingLevel2 {
    margin-bottom: calc(4rem + ((1vw - 0.768rem) * (12.5)));
    font-size: calc(2.8rem + ((1vw - 0.768rem) * (10.41667)));
  }
}

@media only screen and (max-width: 768px) {
  .lp-headingLevel2 {
    margin-bottom: 40px;
    font-size: 2.8rem;
  }
}

.lp-headingLevel2-image {
  display: inline-block;
  vertical-align: bottom;
}

@media only screen and (max-width: 960px) {
  .lp-headingLevel2-image {
    width: calc(6.4rem + ((1vw - 0.768rem) * (25)));
    min-width: 64px;
  }
}

.lp-headingLevel3 {
  margin-bottom: 16px;
}

.lp-headingLevel3 > *:last-child {
  margin-bottom: 0;
}

.lp-headingLevel3-image {
  display: flex;
  width: 100%;
  height: 66px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 960px) {
  .lp-headingLevel3-image {
    height: calc(3.2rem + ((1vw - 0.36rem) * (5.66667)));
    margin-bottom: calc(2.2rem + ((1vw - 0.768rem) * (7.29167)));
  }
}

@media only screen and (max-width: 768px) {
  .lp-headingLevel3-image {
    min-height: 32px;
    margin-bottom: 20px;
  }
}

.lp-headingLevel3-title {
  display: block;
  margin-bottom: 16px;
  font-size: 3.6rem;
  line-height: 1.5;
}

@media only screen and (max-width: 960px) {
  .lp-headingLevel3-title {
    font-size: calc(2.6rem + ((1vw - 0.768rem) * (5.20833)));
  }
}

@media only screen and (max-width: 768px) {
  .lp-headingLevel3-title {
    font-size: 2.2rem;
  }
}

.lp-card {
  margin-bottom: 48px;
  border-radius: 20px;
  background-color: #eef3f8;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.4);
}

.lp-card > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .lp-card {
    margin-bottom: 24px;
  }
}

.lp-media {
  margin-bottom: 24px;
}

.lp-media > *:last-child {
  margin-bottom: 0;
}

.lp-media-content {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  padding: 64px;
}

.lp-media-content > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1160px) {
  .lp-media-content {
    flex-direction: column;
  }
}

@media only screen and (max-width: 960px) {
  .lp-media-content {
    padding-top: calc(3.2rem + ((1vw - 0.768rem) * (16.66667)));
    padding-right: calc(2rem + ((1vw - 0.768rem) * (22.91667)));
    padding-bottom: calc(3.2rem + ((1vw - 0.768rem) * (16.66667)));
    padding-left: calc(2rem + ((1vw - 0.768rem) * (22.91667)));
  }
}

@media only screen and (max-width: 768px) {
  .lp-media-content {
    padding: 32px 20px;
  }
}

.lp-media-body {
  flex: 1;
  width: 100%;
  margin-right: 64px;
}

.lp-media-body.of-primary {
  margin-right: 0;
}

.lp-media-body > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1160px) {
  .lp-media-body {
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.lp-media-text {
  font-size: 1.8rem;
  line-height: 1.8;
}

@media only screen and (max-width: 1160px) {
  .lp-media-text {
    margin-bottom: 26px;
  }
}

@media only screen and (max-width: 960px) {
  .lp-media-text {
    font-size: calc(1.6rem + ((1vw - 0.768rem) * (1.04167)));
  }
}

@media only screen and (max-width: 768px) {
  .lp-media-text {
    font-size: 1.6rem;
  }
}

.lp-media-image {
  max-width: 50%;
  margin-bottom: 24px;
}

.lp-media-image > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1160px) {
  .lp-media-image {
    max-width: 100%;
  }
}

.lp-media.of-row-reverse > .lp-media-content {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 1160px) {
  .lp-media.of-row-reverse > .lp-media-content {
    flex-direction: column;
  }
}

.lp-media.of-row-reverse .lp-media-image {
  margin-right: 64px;
}

@media only screen and (max-width: 1160px) {
  .lp-media.of-row-reverse .lp-media-image {
    margin-right: 0;
  }
}

.lp-media.of-row-reverse .lp-media-body {
  padding-right: 0;
}

.lp-mediaProduct {
  margin-bottom: 24px;
}

.lp-mediaProduct > *:last-child {
  margin-bottom: 0;
}

.lp-mediaProduct-body > *:last-child {
  margin-bottom: 0;
}

.lp-mediaProduct-content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-bottom: 24px;
}

.lp-mediaProduct-content > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .lp-mediaProduct-content {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.lp-mediaProduct-image {
  min-width: 240px;
  max-width: 240px;
  margin-right: 64px;
}

@media only screen and (max-width: 768px) {
  .lp-mediaProduct-image {
    min-width: 180px;
    max-width: calc(18rem + ((1vw - 0.36rem) * (14.70588)));
    margin: 0 auto 16px;
    padding-bottom: 16px;
  }
}

.lp-figure {
  display: flex;
  flex: 1 0 auto;
  justify-content: start;
  margin-bottom: 16px;
  text-align: center;
}

.lp-figure.of-flexDirection-column {
  flex-direction: column;
}

.lp-figure.of-flexDirection-columnReverse {
  flex-direction: column-reverse;
}

.lp-figure.of-primary {
  padding: 5px 5px 12px 5px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 101, 187, 0.2);
}

.lp-figure > img {
  margin-bottom: 16px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 101, 187, 0.2);
}

.lp-figure-image {
  margin-bottom: 12px;
}

.lp-figure-image > img {
  border-radius: 10px;
}

.lp-figure-body > *:last-child {
  margin-bottom: 0;
}

.lp-figure-caption {
  display: block;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .lp-figure-caption {
    font-size: calc(1.6rem + ((1vw - 0.768rem) * (1.04167)));
  }
}

@media only screen and (max-width: 768px) {
  .lp-figure-caption {
    font-size: 1.6rem;
  }
}

.lp-mediaAsset {
  background-color: #09111a;
}

.lp-mediaAsset > *:last-child {
  margin-bottom: 0;
}

.lp-mediaAsset-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  max-width: calc(900px + 40px);
  margin: 0 auto 24px;
  padding: 64px 20px;
}

.lp-mediaAsset-content > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .lp-mediaAsset-content {
    flex-direction: column-reverse;
    padding: 32px 28px;
  }
}

.lp-mediaAsset-body {
  text-align: center;
}

.lp-mediaAsset-body > *:last-child {
  margin-bottom: 0;
}

.lp-mediaAsset-body > .lp-listButton {
  margin-left: -12px;
}

.lp-mediaAsset-body > .lp-listButton > li {
  padding-left: 12px;
}

.lp-mediaAsset-text {
  margin-bottom: 24px;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 960px) {
  .lp-mediaAsset-text {
    font-size: calc(2.4rem + ((1vw - 0.768rem) * (8.33333)));
  }
}

@media only screen and (max-width: 768px) {
  .lp-mediaAsset-text {
    font-size: 2.4rem;
  }
}

.lp-mediaAsset-image {
  margin-right: 64px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
  .lp-mediaAsset-image {
    margin-right: 0;
    padding-bottom: 20px;
  }
}

.lp-layout-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -24px 0 32px -32px;
}

@media only screen and (max-width: 768px) {
  .lp-layout-grid {
    flex-direction: column;
    justify-content: center;
    margin: -16px 0 24px -24px;
  }
}

.lp-layout-grid > .lp-layout-grid-column {
  display: flex;
  flex-direction: column;
  max-width: 342px;
  margin-top: 24px;
  padding-left: 32px;
}

@media only screen and (max-width: 1160px) {
  .lp-layout-grid > .lp-layout-grid-column {
    max-width: calc(31.2rem + ((1vw - 0.768rem) * (7.65306)));
  }
}

@media only screen and (max-width: 768px) {
  .lp-layout-grid > .lp-layout-grid-column {
    max-width: 304px;
    margin-top: 16px;
    padding-left: 24px;
  }
}

.lp-layout-grid > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 100%;
}

.lp-layout-grid > .lp-layout-grid-column.of-flex {
  display: flex;
  flex-wrap: wrap;
}

.lp-layout-grid > .lp-layout-grid-column.of-flex > * {
  width: 100%;
}

.lp-layout-grid > .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%;
}

.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 screen and (max-width: 768px) {
  .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 screen and (max-width: 768px) {
  .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%;
  }
}

.lp-step {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 17px -52px;
}

@media only screen and (max-width: 768px) {
  .lp-step {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: -44px 0 24px;
  }
}

.lp-step-outer {
  display: flex;
  flex-direction: column-reverse;
}

.lp-step > .lp-step-column {
  display: flex;
  flex-direction: column;
  max-width: 362px;
  margin-top: 32px;
  padding-left: 52px;
}

@media only screen and (max-width: 1160px) {
  .lp-step > .lp-step-column {
    max-width: calc(33.2rem + ((1vw - 0.768rem) * (7.65306)));
  }
}

@media only screen and (max-width: 768px) {
  .lp-step > .lp-step-column {
    max-width: 280px;
    margin-top: 44px;
    padding-left: 0;
  }
}

.lp-step > .lp-step-column.of-arrow {
  position: relative;
}

.lp-step > .lp-step-column.of-arrow::after {
  position: absolute;
  top: 50%;
  right: -37px;
  width: 20px;
  height: 30px;
  transform: translateY(-50%);
  background: linear-gradient(to bottom left, transparent 49%, #e60012 50%) top
      left/100% 50.3% no-repeat,
    linear-gradient(to top left, transparent 49%, #e60012 50%) bottom left/100%
      50.3% no-repeat;
  content: "";
}

@media only screen and (max-width: 768px) {
  .lp-step > .lp-step-column.of-arrow {
    justify-content: center;
  }
  .lp-step > .lp-step-column.of-arrow::after {
    top: auto;
    bottom: -32px;
    left: 50%;
    width: 30px;
    height: 20px;
    transform: translateX(-50%);
    background: linear-gradient(to bottom left, #e60012 47%, transparent 50%)
        top left/50% 100% no-repeat,
      linear-gradient(to bottom right, #e60012 47%, transparent 50%) top
        right/50% 100% no-repeat;
    content: "";
  }
}

.lp-step > .lp-step-column:not([class*="of-column-"]) {
  width: 100%;
}

.lp-step > .lp-step-column.of-flex {
  display: flex;
  flex-wrap: wrap;
}

.lp-step > .lp-step-column.of-flex > * {
  width: 100%;
}

.lp-step > .lp-step-column > *:last-child {
  margin-bottom: 0;
}

.lp-step.of-column-2 > .lp-step-column:not([class*="of-column-"]) {
  width: 50%;
}

.lp-step.of-column-3 > .lp-step-column:not([class*="of-column-"]) {
  width: 33.33333%;
}

.lp-step.of-column-4 > .lp-step-column:not([class*="of-column-"]) {
  width: 25%;
}

.lp-step.of-column-5 > .lp-step-column:not([class*="of-column-"]) {
  width: 20%;
}

.lp-step.of-column-6 > .lp-step-column:not([class*="of-column-"]) {
  width: 16.66667%;
}

.lp-step.of-column-7 > .lp-step-column:not([class*="of-column-"]) {
  width: 14.28571%;
}

.lp-step.of-column-8 > .lp-step-column:not([class*="of-column-"]) {
  width: 12.5%;
}

.lp-step.of-column-9 > .lp-step-column:not([class*="of-column-"]) {
  width: 11.11111%;
}

.lp-step.of-column-10 > .lp-step-column:not([class*="of-column-"]) {
  width: 10%;
}

.lp-step.of-column-11 > .lp-step-column:not([class*="of-column-"]) {
  width: 9.09091%;
}

.lp-step.of-column-12 > .lp-step-column:not([class*="of-column-"]) {
  width: 8.33333%;
}

.lp-step.of-column-2 > .lp-step-column.of-column-2 {
  width: 100%;
}

.lp-step.of-column-3 > .lp-step-column.of-column-2 {
  width: 66.66667%;
}

.lp-step.of-column-3 > .lp-step-column.of-column-3 {
  width: 100%;
}

.lp-step.of-column-4 > .lp-step-column.of-column-2 {
  width: 50%;
}

.lp-step.of-column-4 > .lp-step-column.of-column-3 {
  width: 75%;
}

.lp-step.of-column-4 > .lp-step-column.of-column-4 {
  width: 100%;
}

.lp-step.of-column-5 > .lp-step-column.of-column-2 {
  width: 40%;
}

.lp-step.of-column-5 > .lp-step-column.of-column-3 {
  width: 60%;
}

.lp-step.of-column-5 > .lp-step-column.of-column-4 {
  width: 80%;
}

.lp-step.of-column-5 > .lp-step-column.of-column-5 {
  width: 100%;
}

.lp-step.of-column-6 > .lp-step-column.of-column-2 {
  width: 33.33333%;
}

.lp-step.of-column-6 > .lp-step-column.of-column-3 {
  width: 50%;
}

.lp-step.of-column-6 > .lp-step-column.of-column-4 {
  width: 66.66667%;
}

.lp-step.of-column-6 > .lp-step-column.of-column-5 {
  width: 83.33333%;
}

.lp-step.of-column-6 > .lp-step-column.of-column-6 {
  width: 100%;
}

.lp-step.of-column-7 > .lp-step-column.of-column-2 {
  width: 28.57143%;
}

.lp-step.of-column-7 > .lp-step-column.of-column-3 {
  width: 42.85714%;
}

.lp-step.of-column-7 > .lp-step-column.of-column-4 {
  width: 57.14286%;
}

.lp-step.of-column-7 > .lp-step-column.of-column-5 {
  width: 71.42857%;
}

.lp-step.of-column-7 > .lp-step-column.of-column-6 {
  width: 85.71429%;
}

.lp-step.of-column-7 > .lp-step-column.of-column-7 {
  width: 100%;
}

.lp-step.of-column-8 > .lp-step-column.of-column-2 {
  width: 25%;
}

.lp-step.of-column-8 > .lp-step-column.of-column-3 {
  width: 37.5%;
}

.lp-step.of-column-8 > .lp-step-column.of-column-4 {
  width: 50%;
}

.lp-step.of-column-8 > .lp-step-column.of-column-5 {
  width: 62.5%;
}

.lp-step.of-column-8 > .lp-step-column.of-column-6 {
  width: 75%;
}

.lp-step.of-column-8 > .lp-step-column.of-column-7 {
  width: 87.5%;
}

.lp-step.of-column-8 > .lp-step-column.of-column-8 {
  width: 100%;
}

.lp-step.of-column-9 > .lp-step-column.of-column-2 {
  width: 22.22222%;
}

.lp-step.of-column-9 > .lp-step-column.of-column-3 {
  width: 33.33333%;
}

.lp-step.of-column-9 > .lp-step-column.of-column-4 {
  width: 44.44444%;
}

.lp-step.of-column-9 > .lp-step-column.of-column-5 {
  width: 55.55556%;
}

.lp-step.of-column-9 > .lp-step-column.of-column-6 {
  width: 66.66667%;
}

.lp-step.of-column-9 > .lp-step-column.of-column-7 {
  width: 77.77778%;
}

.lp-step.of-column-9 > .lp-step-column.of-column-8 {
  width: 88.88889%;
}

.lp-step.of-column-9 > .lp-step-column.of-column-9 {
  width: 100%;
}

.lp-step.of-column-10 > .lp-step-column.of-column-2 {
  width: 20%;
}

.lp-step.of-column-10 > .lp-step-column.of-column-3 {
  width: 30%;
}

.lp-step.of-column-10 > .lp-step-column.of-column-4 {
  width: 40%;
}

.lp-step.of-column-10 > .lp-step-column.of-column-5 {
  width: 50%;
}

.lp-step.of-column-10 > .lp-step-column.of-column-6 {
  width: 60%;
}

.lp-step.of-column-10 > .lp-step-column.of-column-7 {
  width: 70%;
}

.lp-step.of-column-10 > .lp-step-column.of-column-8 {
  width: 80%;
}

.lp-step.of-column-10 > .lp-step-column.of-column-9 {
  width: 90%;
}

.lp-step.of-column-10 > .lp-step-column.of-column-10 {
  width: 100%;
}

.lp-step.of-column-11 > .lp-step-column.of-column-2 {
  width: 18.18182%;
}

.lp-step.of-column-11 > .lp-step-column.of-column-3 {
  width: 27.27273%;
}

.lp-step.of-column-11 > .lp-step-column.of-column-4 {
  width: 36.36364%;
}

.lp-step.of-column-11 > .lp-step-column.of-column-5 {
  width: 45.45455%;
}

.lp-step.of-column-11 > .lp-step-column.of-column-6 {
  width: 54.54545%;
}

.lp-step.of-column-11 > .lp-step-column.of-column-7 {
  width: 63.63636%;
}

.lp-step.of-column-11 > .lp-step-column.of-column-8 {
  width: 72.72727%;
}

.lp-step.of-column-11 > .lp-step-column.of-column-9 {
  width: 81.81818%;
}

.lp-step.of-column-11 > .lp-step-column.of-column-10 {
  width: 90.90909%;
}

.lp-step.of-column-11 > .lp-step-column.of-column-11 {
  width: 100%;
}

.lp-step.of-column-12 > .lp-step-column.of-column-2 {
  width: 16.66667%;
}

.lp-step.of-column-12 > .lp-step-column.of-column-3 {
  width: 25%;
}

.lp-step.of-column-12 > .lp-step-column.of-column-4 {
  width: 33.33333%;
}

.lp-step.of-column-12 > .lp-step-column.of-column-5 {
  width: 41.66667%;
}

.lp-step.of-column-12 > .lp-step-column.of-column-6 {
  width: 50%;
}

.lp-step.of-column-12 > .lp-step-column.of-column-7 {
  width: 58.33333%;
}

.lp-step.of-column-12 > .lp-step-column.of-column-8 {
  width: 66.66667%;
}

.lp-step.of-column-12 > .lp-step-column.of-column-9 {
  width: 75%;
}

.lp-step.of-column-12 > .lp-step-column.of-column-10 {
  width: 83.33333%;
}

.lp-step.of-column-12 > .lp-step-column.of-column-11 {
  width: 91.66667%;
}

.lp-step.of-column-12 > .lp-step-column.of-column-12 {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .lp-step[class*="of-column-"] > .lp-step-column:not([class*="of-column-"]),
  .lp-step[class*="of-column-"] > .lp-step-column[class*="of-column-"] {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .lp-step.lp-smallScreen-column-2 > .lp-step-column:not([class*="of-column-"]),
  .lp-step.lp-smallScreen-column-2 > .lp-step-column[class*="of-column-"] {
    width: 50%;
  }
  .lp-step.lp-smallScreen-column-3 > .lp-step-column:not([class*="of-column-"]),
  .lp-step.lp-smallScreen-column-3 > .lp-step-column[class*="of-column-"] {
    width: 33.33333%;
  }
}

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

.lp-utility-marginBottom-primary {
  margin-bottom: 32px;
}

@media only screen and (max-width: 960px) {
  .lp-utility-marginBottom-primary {
    margin-bottom: calc(1.2rem + ((1vw - 0.768rem) * (10.41667)));
  }
}

@media only screen and (max-width: 768px) {
  .lp-utility-marginBottom-primary {
    margin-bottom: 12px;
  }
}

.lp-utility-marginBottom-secondary {
  margin-bottom: 10px;
}

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

.lp-utility-fontWeight-bold {
  font-weight: bold;
}

.lp-utility-fontSize-primary {
  font-size: 8rem;
}

@media only screen and (max-width: 960px) {
  .lp-utility-fontSize-primary {
    font-size: calc(4rem + ((1vw - 0.768rem) * (20.83333)));
  }
}

@media only screen and (max-width: 768px) {
  .lp-utility-fontSize-primary {
    font-size: 4rem;
  }
}

.lp-utility-fontSize-secondary {
  font-size: 1.4rem;
}

.section {
  margin-bottom: -32px;
}
