@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: #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;
}

@font-face {
    src: url("https://library.keyence.com/fonts/NotoSansCJKjp-Regular.eot") format("eot"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
    font-display: swap;
    font-family: notosans;
}

@font-face {
    src: url("https://library.keyence.com/fonts/NotoSansJP-Light.eot") format("eot"), url("https://library.keyence.com/fonts/NotoSansJP-Light.woff") format("woff"), url("https://library.keyence.com/fonts/NotoSansJP-Light.ttf") format("truetype");
    font-display: swap;
    font-family: notosans;
    font-weight: 300;
}

@font-face {
    src: url("https://library.keyence.com/fonts/NotoSansCJKjp-Medium.eot") format("eot"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Medium.ttf") format("truetype");
    font-display: swap;
    font-family: notosans;
    font-weight: 600;
}

@font-face {
    src: url("https://library.keyence.com/fonts/NotoSansCJKjp-Bold.eot") format("eot"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
    font-display: swap;
    font-family: notosans;
    font-weight: bold;
}

:root {
    font-size: 62.5%;
}

* {
    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-family: helvetica, arial, meiryo, sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: anywhere;
}

main {
    display: block;
}

p {
    margin-bottom: 0;
}

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%;
}

.lp-layout-main {
    overflow: hidden;
}

.lp-layout-header > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1920px;
    margin: 0 auto;
    padding: 16px 26px;
}

.lp-layout-header-content > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 970px) {
    .lp-layout-header-content {
        justify-content: center;
        padding: 24px 20px;
    }
}

.lp-layout-header-logo {
    margin-bottom: 0;
}

.lp-layout-header-logo > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-logo img {
    width: 159px;
}

@media screen and (max-width: 970px) {
    .lp-layout-header-logo img {
        width: 126px;
    }
}

.lp-layout-header-utilityGroup > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header.of-primary .lp-layout-header-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media screen and (max-width: 970px) {
    .lp-layout-header.of-primary .lp-layout-header-content {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

.lp-layout-header.of-secondary .lp-layout-header-content {
    padding-top: 22px;
    padding-bottom: 22px;
}

@media screen and (max-width: 970px) {
    .lp-layout-header.of-secondary .lp-layout-header-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.lp-layout-header.of-secondary .lp-layout-header-logo img {
    width: 229px;
}

@media screen and (max-width: 970px) {
    .lp-layout-header.of-secondary .lp-layout-header-logo img {
        width: 231px;
    }
}

.lp-layout-footer {
    background-color: #757575;
}

.lp-layout-footer > *:last-child {
    margin-bottom: 0;
}

.lp-layout-footer-content {
    max-width: 1920px;
    margin: 0 auto;
    padding: 24px 26px;
}

.lp-layout-footer-content > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 970px) {
    .lp-layout-footer-content {
        padding: 24px 20px;
    }
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -14px 0 0 -49px;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
}

@media screen and (max-width: 970px) {
    .lp-layout-footer-list {
        font-size: 1.2rem;
    }
}

.lp-layout-footer-list > li {
    position: relative;
    margin: 14px 0 0 49px;
    color: #fff;
}

.lp-layout-footer-list > li::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -24px;
    width: 1px;
    height: 13px;
    transform: translateY(-50%);
    background-color: #ccc;
    content: "";
}

.lp-layout-footer-list > li:first-child::before {
    display: none;
}

.lp-layout-footer-list > li a {
    color: #fff;
}

@media screen and (max-width: 970px) {
    .lp-layout-footer-list > li:last-child {
        flex-shrink: 0;
        width: calc(100% - 40px);
    }
    .lp-layout-footer-list > li:last-child::before {
        content: none;
    }
}

.lp-layout-footer-copyright {
    font-size: 1.3rem;
}

@media screen and (max-width: 970px) {
    .lp-layout-footer-copyright {
        font-size: 1.2rem;
    }
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
}

.lp-layout-grid-outer {
    max-width: 1280px;
    margin: 0 auto;
}

@media screen and (max-width: 970px) {
    .lp-layout-grid-outer {
        max-width: 620px;
    }
}

.lp-layout-grid.of-column-1 > * {
    width: 100%;
}

.lp-layout-grid.of-column-2 > * {
    width: 50%;
}

.lp-layout-grid.of-column-3 > * {
    width: 33.33333%;
}

.lp-layout-grid.of-column-4 > * {
    width: 25%;
}

.lp-layout-grid.of-column-5 > * {
    width: 20%;
}

.lp-layout-grid.of-column-6 > * {
    width: 16.66667%;
}

@media screen and (max-width: 970px) {
    .lp-layout-grid.lp-smallScreen-column-1 > * {
        width: 100%;
    }
    .lp-layout-grid.lp-smallScreen-column-2 > * {
        width: 50%;
    }
    .lp-layout-grid.lp-smallScreen-column-3 > * {
        width: 33.33333%;
    }
    .lp-layout-grid.lp-smallScreen-column-4 > * {
        width: 25%;
    }
    .lp-layout-grid.lp-smallScreen-column-5 > * {
        width: 20%;
    }
    .lp-layout-grid.lp-smallScreen-column-6 > * {
        width: 16.66667%;
    }
}

@media screen and (max-width: 640px) {
    .lp-layout-grid.lp-extraSmallScreen-column-1 > * {
        width: 100%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-2 > * {
        width: 50%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-3 > * {
        width: 33.33333%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-4 > * {
        width: 25%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-5 > * {
        width: 20%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-6 > * {
        width: 16.66667%;
    }
}

@media screen and (min-width: 971px) {
    .lp-layout-grid.lp-largeScreen-column-1 > * {
        width: 100%;
    }
    .lp-layout-grid.lp-largeScreen-column-2 > * {
        width: 50%;
    }
    .lp-layout-grid.lp-largeScreen-column-3 > * {
        width: 33.33333%;
    }
    .lp-layout-grid.lp-largeScreen-column-4 > * {
        width: 25%;
    }
    .lp-layout-grid.lp-largeScreen-column-5 > * {
        width: 20%;
    }
    .lp-layout-grid.lp-largeScreen-column-6 > * {
        width: 16.66667%;
    }
}

@media screen and (min-width: 1280px) {
    .lp-layout-grid.lp-extraLargeScreen-column-1 > * {
        width: 100%;
    }
    .lp-layout-grid.lp-extraLargeScreen-column-2 > * {
        width: 50%;
    }
    .lp-layout-grid.lp-extraLargeScreen-column-3 > * {
        width: 33.33333%;
    }
    .lp-layout-grid.lp-extraLargeScreen-column-4 > * {
        width: 25%;
    }
    .lp-layout-grid.lp-extraLargeScreen-column-5 > * {
        width: 20%;
    }
    .lp-layout-grid.lp-extraLargeScreen-column-6 > * {
        width: 16.66667%;
    }
}

@media screen and (min-width: 1280px) {
    .lp-layout-grid.lp-extraExtraLargeScreen-column-1 > * {
        width: 100%;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-column-2 > * {
        width: 50%;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-column-3 > * {
        width: 33.33333%;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-column-4 > * {
        width: 25%;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-column-5 > * {
        width: 20%;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-column-6 > * {
        width: 16.66667%;
    }
}

.lp-layout-grid.of-spaceX-0 {
    margin-right: 0;
    margin-left: 0;
}

.lp-layout-grid.of-spaceX-0 > * {
    padding-right: 0;
    padding-left: 0;
}

.lp-layout-grid.of-spaceY-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.lp-layout-grid.of-spaceY-0 > * {
    margin-top: 0;
    margin-bottom: 0;
}

.lp-layout-grid.of-spaceX-1 {
    margin-right: -2px;
    margin-left: -2px;
}

.lp-layout-grid.of-spaceX-1 > * {
    padding-right: 2px;
    padding-left: 2px;
}

.lp-layout-grid.of-spaceY-1 {
    margin-top: -2px;
    margin-bottom: -2px;
}

.lp-layout-grid.of-spaceY-1 > * {
    margin-top: 2px;
    margin-bottom: 2px;
}

.lp-layout-grid.of-spaceX-2 {
    margin-right: -4px;
    margin-left: -4px;
}

.lp-layout-grid.of-spaceX-2 > * {
    padding-right: 4px;
    padding-left: 4px;
}

.lp-layout-grid.of-spaceY-2 {
    margin-top: -4px;
    margin-bottom: -4px;
}

.lp-layout-grid.of-spaceY-2 > * {
    margin-top: 4px;
    margin-bottom: 4px;
}

.lp-layout-grid.of-spaceX-3 {
    margin-right: -8px;
    margin-left: -8px;
}

.lp-layout-grid.of-spaceX-3 > * {
    padding-right: 8px;
    padding-left: 8px;
}

.lp-layout-grid.of-spaceY-3 {
    margin-top: -8px;
    margin-bottom: -8px;
}

.lp-layout-grid.of-spaceY-3 > * {
    margin-top: 8px;
    margin-bottom: 8px;
}

.lp-layout-grid.of-spaceX-4 {
    margin-right: -10px;
    margin-left: -10px;
}

.lp-layout-grid.of-spaceX-4 > * {
    padding-right: 10px;
    padding-left: 10px;
}

.lp-layout-grid.of-spaceY-4 {
    margin-top: -10px;
    margin-bottom: -10px;
}

.lp-layout-grid.of-spaceY-4 > * {
    margin-top: 10px;
    margin-bottom: 10px;
}

.lp-layout-grid.of-spaceX-5 {
    margin-right: -12px;
    margin-left: -12px;
}

.lp-layout-grid.of-spaceX-5 > * {
    padding-right: 12px;
    padding-left: 12px;
}

.lp-layout-grid.of-spaceY-5 {
    margin-top: -12px;
    margin-bottom: -12px;
}

.lp-layout-grid.of-spaceY-5 > * {
    margin-top: 12px;
    margin-bottom: 12px;
}

.lp-layout-grid.of-spaceX-6 {
    margin-right: -13px;
    margin-left: -13px;
}

.lp-layout-grid.of-spaceX-6 > * {
    padding-right: 13px;
    padding-left: 13px;
}

.lp-layout-grid.of-spaceY-6 {
    margin-top: -13px;
    margin-bottom: -13px;
}

.lp-layout-grid.of-spaceY-6 > * {
    margin-top: 13px;
    margin-bottom: 13px;
}

.lp-layout-grid.of-spaceX-7 {
    margin-right: -16px;
    margin-left: -16px;
}

.lp-layout-grid.of-spaceX-7 > * {
    padding-right: 16px;
    padding-left: 16px;
}

.lp-layout-grid.of-spaceY-7 {
    margin-top: -16px;
    margin-bottom: -16px;
}

.lp-layout-grid.of-spaceY-7 > * {
    margin-top: 16px;
    margin-bottom: 16px;
}

.lp-layout-grid.of-spaceX-8 {
    margin-right: -20px;
    margin-left: -20px;
}

.lp-layout-grid.of-spaceX-8 > * {
    padding-right: 20px;
    padding-left: 20px;
}

.lp-layout-grid.of-spaceY-8 {
    margin-top: -20px;
    margin-bottom: -20px;
}

.lp-layout-grid.of-spaceY-8 > * {
    margin-top: 20px;
    margin-bottom: 20px;
}

.lp-layout-grid.of-spaceX-9 {
    margin-right: -24px;
    margin-left: -24px;
}

.lp-layout-grid.of-spaceX-9 > * {
    padding-right: 24px;
    padding-left: 24px;
}

.lp-layout-grid.of-spaceY-9 {
    margin-top: -24px;
    margin-bottom: -24px;
}

.lp-layout-grid.of-spaceY-9 > * {
    margin-top: 24px;
    margin-bottom: 24px;
}

.lp-layout-grid.of-spaceX-10 {
    margin-right: -28px;
    margin-left: -28px;
}

.lp-layout-grid.of-spaceX-10 > * {
    padding-right: 28px;
    padding-left: 28px;
}

.lp-layout-grid.of-spaceY-10 {
    margin-top: -28px;
    margin-bottom: -28px;
}

.lp-layout-grid.of-spaceY-10 > * {
    margin-top: 28px;
    margin-bottom: 28px;
}

.lp-layout-grid.of-spaceX-11 {
    margin-right: -32px;
    margin-left: -32px;
}

.lp-layout-grid.of-spaceX-11 > * {
    padding-right: 32px;
    padding-left: 32px;
}

.lp-layout-grid.of-spaceY-11 {
    margin-top: -32px;
    margin-bottom: -32px;
}

.lp-layout-grid.of-spaceY-11 > * {
    margin-top: 32px;
    margin-bottom: 32px;
}

.lp-layout-grid.of-spaceX-12 {
    margin-right: -36px;
    margin-left: -36px;
}

.lp-layout-grid.of-spaceX-12 > * {
    padding-right: 36px;
    padding-left: 36px;
}

.lp-layout-grid.of-spaceY-12 {
    margin-top: -36px;
    margin-bottom: -36px;
}

.lp-layout-grid.of-spaceY-12 > * {
    margin-top: 36px;
    margin-bottom: 36px;
}

.lp-layout-grid.of-spaceX-13 {
    margin-right: -40px;
    margin-left: -40px;
}

.lp-layout-grid.of-spaceX-13 > * {
    padding-right: 40px;
    padding-left: 40px;
}

.lp-layout-grid.of-spaceY-13 {
    margin-top: -40px;
    margin-bottom: -40px;
}

.lp-layout-grid.of-spaceY-13 > * {
    margin-top: 40px;
    margin-bottom: 40px;
}

.lp-layout-grid.of-spaceX-14 {
    margin-right: -44px;
    margin-left: -44px;
}

.lp-layout-grid.of-spaceX-14 > * {
    padding-right: 44px;
    padding-left: 44px;
}

.lp-layout-grid.of-spaceY-14 {
    margin-top: -44px;
    margin-bottom: -44px;
}

.lp-layout-grid.of-spaceY-14 > * {
    margin-top: 44px;
    margin-bottom: 44px;
}

.lp-layout-grid.of-spaceX-15 {
    margin-right: -48px;
    margin-left: -48px;
}

.lp-layout-grid.of-spaceX-15 > * {
    padding-right: 48px;
    padding-left: 48px;
}

.lp-layout-grid.of-spaceY-15 {
    margin-top: -48px;
    margin-bottom: -48px;
}

.lp-layout-grid.of-spaceY-15 > * {
    margin-top: 48px;
    margin-bottom: 48px;
}

.lp-layout-grid.of-spaceX-16 {
    margin-right: -52px;
    margin-left: -52px;
}

.lp-layout-grid.of-spaceX-16 > * {
    padding-right: 52px;
    padding-left: 52px;
}

.lp-layout-grid.of-spaceY-16 {
    margin-top: -52px;
    margin-bottom: -52px;
}

.lp-layout-grid.of-spaceY-16 > * {
    margin-top: 52px;
    margin-bottom: 52px;
}

.lp-layout-grid.of-spaceX-17 {
    margin-right: -56px;
    margin-left: -56px;
}

.lp-layout-grid.of-spaceX-17 > * {
    padding-right: 56px;
    padding-left: 56px;
}

.lp-layout-grid.of-spaceY-17 {
    margin-top: -56px;
    margin-bottom: -56px;
}

.lp-layout-grid.of-spaceY-17 > * {
    margin-top: 56px;
    margin-bottom: 56px;
}

.lp-layout-grid.of-spaceX-18 {
    margin-right: -60px;
    margin-left: -60px;
}

.lp-layout-grid.of-spaceX-18 > * {
    padding-right: 60px;
    padding-left: 60px;
}

.lp-layout-grid.of-spaceY-18 {
    margin-top: -60px;
    margin-bottom: -60px;
}

.lp-layout-grid.of-spaceY-18 > * {
    margin-top: 60px;
    margin-bottom: 60px;
}

.lp-layout-grid.of-spaceX-19 {
    margin-right: -25px;
    margin-left: -25px;
}

.lp-layout-grid.of-spaceX-19 > * {
    padding-right: 25px;
    padding-left: 25px;
}

.lp-layout-grid.of-spaceY-19 {
    margin-top: -25px;
    margin-bottom: -25px;
}

.lp-layout-grid.of-spaceY-19 > * {
    margin-top: 25px;
    margin-bottom: 25px;
}

.lp-layout-grid.of-spaceX-20 {
    margin-right: -21.5px;
    margin-left: -21.5px;
}

.lp-layout-grid.of-spaceX-20 > * {
    padding-right: 21.5px;
    padding-left: 21.5px;
}

.lp-layout-grid.of-spaceY-20 {
    margin-top: -21.5px;
    margin-bottom: -21.5px;
}

.lp-layout-grid.of-spaceY-20 > * {
    margin-top: 21.5px;
    margin-bottom: 21.5px;
}

.lp-layout-grid.of-spaceX-21 {
    margin-right: -14px;
    margin-left: -14px;
}

.lp-layout-grid.of-spaceX-21 > * {
    padding-right: 14px;
    padding-left: 14px;
}

.lp-layout-grid.of-spaceY-21 {
    margin-top: -14px;
    margin-bottom: -14px;
}

.lp-layout-grid.of-spaceY-21 > * {
    margin-top: 14px;
    margin-bottom: 14px;
}

.lp-layout-grid.of-spaceX-22 {
    margin-right: -21px;
    margin-left: -21px;
}

.lp-layout-grid.of-spaceX-22 > * {
    padding-right: 21px;
    padding-left: 21px;
}

.lp-layout-grid.of-spaceY-22 {
    margin-top: -21px;
    margin-bottom: -21px;
}

.lp-layout-grid.of-spaceY-22 > * {
    margin-top: 21px;
    margin-bottom: 21px;
}

.lp-layout-grid.of-spaceX-23 {
    margin-right: -6px;
    margin-left: -6px;
}

.lp-layout-grid.of-spaceX-23 > * {
    padding-right: 6px;
    padding-left: 6px;
}

.lp-layout-grid.of-spaceY-23 {
    margin-top: -6px;
    margin-bottom: -6px;
}

.lp-layout-grid.of-spaceY-23 > * {
    margin-top: 6px;
    margin-bottom: 6px;
}

@media screen and (max-width: 970px) {
    .lp-layout-grid.lp-smallScreen-spaceX-0 {
        margin-right: 0;
        margin-left: 0;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-0 > * {
        padding-right: 0;
        padding-left: 0;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-0 > * {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-1 {
        margin-right: -2px;
        margin-left: -2px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-1 > * {
        padding-right: 2px;
        padding-left: 2px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-1 {
        margin-top: -2px;
        margin-bottom: -2px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-1 > * {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-2 {
        margin-right: -4px;
        margin-left: -4px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-2 > * {
        padding-right: 4px;
        padding-left: 4px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-2 {
        margin-top: -4px;
        margin-bottom: -4px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-2 > * {
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-3 {
        margin-right: -8px;
        margin-left: -8px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-3 > * {
        padding-right: 8px;
        padding-left: 8px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-3 {
        margin-top: -8px;
        margin-bottom: -8px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-3 > * {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-4 {
        margin-right: -10px;
        margin-left: -10px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-4 > * {
        padding-right: 10px;
        padding-left: 10px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-4 {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-4 > * {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-5 {
        margin-right: -12px;
        margin-left: -12px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-5 > * {
        padding-right: 12px;
        padding-left: 12px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-5 {
        margin-top: -12px;
        margin-bottom: -12px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-5 > * {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-6 {
        margin-right: -13px;
        margin-left: -13px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-6 > * {
        padding-right: 13px;
        padding-left: 13px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-6 {
        margin-top: -13px;
        margin-bottom: -13px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-6 > * {
        margin-top: 13px;
        margin-bottom: 13px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-7 {
        margin-right: -16px;
        margin-left: -16px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-7 > * {
        padding-right: 16px;
        padding-left: 16px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-7 {
        margin-top: -16px;
        margin-bottom: -16px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-7 > * {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-8 {
        margin-right: -20px;
        margin-left: -20px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-8 > * {
        padding-right: 20px;
        padding-left: 20px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-8 {
        margin-top: -20px;
        margin-bottom: -20px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-8 > * {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-9 {
        margin-right: -24px;
        margin-left: -24px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-9 > * {
        padding-right: 24px;
        padding-left: 24px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-9 {
        margin-top: -24px;
        margin-bottom: -24px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-9 > * {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-10 {
        margin-right: -28px;
        margin-left: -28px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-10 > * {
        padding-right: 28px;
        padding-left: 28px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-10 {
        margin-top: -28px;
        margin-bottom: -28px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-10 > * {
        margin-top: 28px;
        margin-bottom: 28px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-11 {
        margin-right: -32px;
        margin-left: -32px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-11 > * {
        padding-right: 32px;
        padding-left: 32px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-11 {
        margin-top: -32px;
        margin-bottom: -32px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-11 > * {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-12 {
        margin-right: -36px;
        margin-left: -36px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-12 > * {
        padding-right: 36px;
        padding-left: 36px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-12 {
        margin-top: -36px;
        margin-bottom: -36px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-12 > * {
        margin-top: 36px;
        margin-bottom: 36px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-13 {
        margin-right: -40px;
        margin-left: -40px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-13 > * {
        padding-right: 40px;
        padding-left: 40px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-13 {
        margin-top: -40px;
        margin-bottom: -40px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-13 > * {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-14 {
        margin-right: -44px;
        margin-left: -44px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-14 > * {
        padding-right: 44px;
        padding-left: 44px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-14 {
        margin-top: -44px;
        margin-bottom: -44px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-14 > * {
        margin-top: 44px;
        margin-bottom: 44px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-15 {
        margin-right: -48px;
        margin-left: -48px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-15 > * {
        padding-right: 48px;
        padding-left: 48px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-15 {
        margin-top: -48px;
        margin-bottom: -48px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-15 > * {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-16 {
        margin-right: -52px;
        margin-left: -52px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-16 > * {
        padding-right: 52px;
        padding-left: 52px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-16 {
        margin-top: -52px;
        margin-bottom: -52px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-16 > * {
        margin-top: 52px;
        margin-bottom: 52px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-17 {
        margin-right: -56px;
        margin-left: -56px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-17 > * {
        padding-right: 56px;
        padding-left: 56px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-17 {
        margin-top: -56px;
        margin-bottom: -56px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-17 > * {
        margin-top: 56px;
        margin-bottom: 56px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-18 {
        margin-right: -60px;
        margin-left: -60px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-18 > * {
        padding-right: 60px;
        padding-left: 60px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-18 {
        margin-top: -60px;
        margin-bottom: -60px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-18 > * {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-19 {
        margin-right: -25px;
        margin-left: -25px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-19 > * {
        padding-right: 25px;
        padding-left: 25px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-19 {
        margin-top: -25px;
        margin-bottom: -25px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-19 > * {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-20 {
        margin-right: -21.5px;
        margin-left: -21.5px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-20 > * {
        padding-right: 21.5px;
        padding-left: 21.5px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-20 {
        margin-top: -21.5px;
        margin-bottom: -21.5px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-20 > * {
        margin-top: 21.5px;
        margin-bottom: 21.5px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-21 {
        margin-right: -14px;
        margin-left: -14px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-21 > * {
        padding-right: 14px;
        padding-left: 14px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-21 {
        margin-top: -14px;
        margin-bottom: -14px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-21 > * {
        margin-top: 14px;
        margin-bottom: 14px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-22 {
        margin-right: -21px;
        margin-left: -21px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-22 > * {
        padding-right: 21px;
        padding-left: 21px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-22 {
        margin-top: -21px;
        margin-bottom: -21px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-22 > * {
        margin-top: 21px;
        margin-bottom: 21px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-23 {
        margin-right: -6px;
        margin-left: -6px;
    }
    .lp-layout-grid.lp-smallScreen-spaceX-23 > * {
        padding-right: 6px;
        padding-left: 6px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-23 {
        margin-top: -6px;
        margin-bottom: -6px;
    }
    .lp-layout-grid.lp-smallScreen-spaceY-23 > * {
        margin-top: 6px;
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 640px) {
    .lp-layout-grid.lp-extraSmallScreen-spaceX-0 {
        margin-right: 0;
        margin-left: 0;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-0 > * {
        padding-right: 0;
        padding-left: 0;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-0 > * {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-1 {
        margin-right: -2px;
        margin-left: -2px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-1 > * {
        padding-right: 2px;
        padding-left: 2px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-1 {
        margin-top: -2px;
        margin-bottom: -2px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-1 > * {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-2 {
        margin-right: -4px;
        margin-left: -4px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-2 > * {
        padding-right: 4px;
        padding-left: 4px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-2 {
        margin-top: -4px;
        margin-bottom: -4px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-2 > * {
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-3 {
        margin-right: -8px;
        margin-left: -8px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-3 > * {
        padding-right: 8px;
        padding-left: 8px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-3 {
        margin-top: -8px;
        margin-bottom: -8px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-3 > * {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-4 {
        margin-right: -10px;
        margin-left: -10px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-4 > * {
        padding-right: 10px;
        padding-left: 10px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-4 {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-4 > * {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-5 {
        margin-right: -12px;
        margin-left: -12px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-5 > * {
        padding-right: 12px;
        padding-left: 12px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-5 {
        margin-top: -12px;
        margin-bottom: -12px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-5 > * {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-6 {
        margin-right: -13px;
        margin-left: -13px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-6 > * {
        padding-right: 13px;
        padding-left: 13px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-6 {
        margin-top: -13px;
        margin-bottom: -13px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-6 > * {
        margin-top: 13px;
        margin-bottom: 13px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-7 {
        margin-right: -16px;
        margin-left: -16px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-7 > * {
        padding-right: 16px;
        padding-left: 16px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-7 {
        margin-top: -16px;
        margin-bottom: -16px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-7 > * {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-8 {
        margin-right: -20px;
        margin-left: -20px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-8 > * {
        padding-right: 20px;
        padding-left: 20px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-8 {
        margin-top: -20px;
        margin-bottom: -20px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-8 > * {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-9 {
        margin-right: -24px;
        margin-left: -24px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-9 > * {
        padding-right: 24px;
        padding-left: 24px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-9 {
        margin-top: -24px;
        margin-bottom: -24px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-9 > * {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-10 {
        margin-right: -28px;
        margin-left: -28px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-10 > * {
        padding-right: 28px;
        padding-left: 28px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-10 {
        margin-top: -28px;
        margin-bottom: -28px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-10 > * {
        margin-top: 28px;
        margin-bottom: 28px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-11 {
        margin-right: -32px;
        margin-left: -32px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-11 > * {
        padding-right: 32px;
        padding-left: 32px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-11 {
        margin-top: -32px;
        margin-bottom: -32px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-11 > * {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-12 {
        margin-right: -36px;
        margin-left: -36px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-12 > * {
        padding-right: 36px;
        padding-left: 36px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-12 {
        margin-top: -36px;
        margin-bottom: -36px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-12 > * {
        margin-top: 36px;
        margin-bottom: 36px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-13 {
        margin-right: -40px;
        margin-left: -40px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-13 > * {
        padding-right: 40px;
        padding-left: 40px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-13 {
        margin-top: -40px;
        margin-bottom: -40px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-13 > * {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-14 {
        margin-right: -44px;
        margin-left: -44px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-14 > * {
        padding-right: 44px;
        padding-left: 44px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-14 {
        margin-top: -44px;
        margin-bottom: -44px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-14 > * {
        margin-top: 44px;
        margin-bottom: 44px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-15 {
        margin-right: -48px;
        margin-left: -48px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-15 > * {
        padding-right: 48px;
        padding-left: 48px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-15 {
        margin-top: -48px;
        margin-bottom: -48px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-15 > * {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-16 {
        margin-right: -52px;
        margin-left: -52px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-16 > * {
        padding-right: 52px;
        padding-left: 52px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-16 {
        margin-top: -52px;
        margin-bottom: -52px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-16 > * {
        margin-top: 52px;
        margin-bottom: 52px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-17 {
        margin-right: -56px;
        margin-left: -56px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-17 > * {
        padding-right: 56px;
        padding-left: 56px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-17 {
        margin-top: -56px;
        margin-bottom: -56px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-17 > * {
        margin-top: 56px;
        margin-bottom: 56px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-18 {
        margin-right: -60px;
        margin-left: -60px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-18 > * {
        padding-right: 60px;
        padding-left: 60px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-18 {
        margin-top: -60px;
        margin-bottom: -60px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-18 > * {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-19 {
        margin-right: -25px;
        margin-left: -25px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-19 > * {
        padding-right: 25px;
        padding-left: 25px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-19 {
        margin-top: -25px;
        margin-bottom: -25px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-19 > * {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-20 {
        margin-right: -21.5px;
        margin-left: -21.5px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-20 > * {
        padding-right: 21.5px;
        padding-left: 21.5px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-20 {
        margin-top: -21.5px;
        margin-bottom: -21.5px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-20 > * {
        margin-top: 21.5px;
        margin-bottom: 21.5px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-21 {
        margin-right: -14px;
        margin-left: -14px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-21 > * {
        padding-right: 14px;
        padding-left: 14px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-21 {
        margin-top: -14px;
        margin-bottom: -14px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-21 > * {
        margin-top: 14px;
        margin-bottom: 14px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-22 {
        margin-right: -21px;
        margin-left: -21px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-22 > * {
        padding-right: 21px;
        padding-left: 21px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-22 {
        margin-top: -21px;
        margin-bottom: -21px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-22 > * {
        margin-top: 21px;
        margin-bottom: 21px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-23 {
        margin-right: -6px;
        margin-left: -6px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceX-23 > * {
        padding-right: 6px;
        padding-left: 6px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-23 {
        margin-top: -6px;
        margin-bottom: -6px;
    }
    .lp-layout-grid.lp-extraSmallScreen-spaceY-23 > * {
        margin-top: 6px;
        margin-bottom: 6px;
    }
}

@media screen and (min-width: 971px) {
    .lp-layout-grid.lp-largeScreen-spaceX-0 {
        margin-right: 0;
        margin-left: 0;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-0 > * {
        padding-right: 0;
        padding-left: 0;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-0 > * {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-1 {
        margin-right: -2px;
        margin-left: -2px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-1 > * {
        padding-right: 2px;
        padding-left: 2px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-1 {
        margin-top: -2px;
        margin-bottom: -2px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-1 > * {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-2 {
        margin-right: -4px;
        margin-left: -4px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-2 > * {
        padding-right: 4px;
        padding-left: 4px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-2 {
        margin-top: -4px;
        margin-bottom: -4px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-2 > * {
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-3 {
        margin-right: -8px;
        margin-left: -8px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-3 > * {
        padding-right: 8px;
        padding-left: 8px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-3 {
        margin-top: -8px;
        margin-bottom: -8px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-3 > * {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-4 {
        margin-right: -10px;
        margin-left: -10px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-4 > * {
        padding-right: 10px;
        padding-left: 10px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-4 {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-4 > * {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-5 {
        margin-right: -12px;
        margin-left: -12px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-5 > * {
        padding-right: 12px;
        padding-left: 12px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-5 {
        margin-top: -12px;
        margin-bottom: -12px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-5 > * {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-6 {
        margin-right: -13px;
        margin-left: -13px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-6 > * {
        padding-right: 13px;
        padding-left: 13px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-6 {
        margin-top: -13px;
        margin-bottom: -13px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-6 > * {
        margin-top: 13px;
        margin-bottom: 13px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-7 {
        margin-right: -16px;
        margin-left: -16px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-7 > * {
        padding-right: 16px;
        padding-left: 16px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-7 {
        margin-top: -16px;
        margin-bottom: -16px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-7 > * {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-8 {
        margin-right: -20px;
        margin-left: -20px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-8 > * {
        padding-right: 20px;
        padding-left: 20px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-8 {
        margin-top: -20px;
        margin-bottom: -20px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-8 > * {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-9 {
        margin-right: -24px;
        margin-left: -24px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-9 > * {
        padding-right: 24px;
        padding-left: 24px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-9 {
        margin-top: -24px;
        margin-bottom: -24px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-9 > * {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-10 {
        margin-right: -28px;
        margin-left: -28px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-10 > * {
        padding-right: 28px;
        padding-left: 28px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-10 {
        margin-top: -28px;
        margin-bottom: -28px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-10 > * {
        margin-top: 28px;
        margin-bottom: 28px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-11 {
        margin-right: -32px;
        margin-left: -32px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-11 > * {
        padding-right: 32px;
        padding-left: 32px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-11 {
        margin-top: -32px;
        margin-bottom: -32px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-11 > * {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-12 {
        margin-right: -36px;
        margin-left: -36px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-12 > * {
        padding-right: 36px;
        padding-left: 36px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-12 {
        margin-top: -36px;
        margin-bottom: -36px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-12 > * {
        margin-top: 36px;
        margin-bottom: 36px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-13 {
        margin-right: -40px;
        margin-left: -40px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-13 > * {
        padding-right: 40px;
        padding-left: 40px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-13 {
        margin-top: -40px;
        margin-bottom: -40px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-13 > * {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-14 {
        margin-right: -44px;
        margin-left: -44px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-14 > * {
        padding-right: 44px;
        padding-left: 44px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-14 {
        margin-top: -44px;
        margin-bottom: -44px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-14 > * {
        margin-top: 44px;
        margin-bottom: 44px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-15 {
        margin-right: -48px;
        margin-left: -48px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-15 > * {
        padding-right: 48px;
        padding-left: 48px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-15 {
        margin-top: -48px;
        margin-bottom: -48px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-15 > * {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-16 {
        margin-right: -52px;
        margin-left: -52px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-16 > * {
        padding-right: 52px;
        padding-left: 52px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-16 {
        margin-top: -52px;
        margin-bottom: -52px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-16 > * {
        margin-top: 52px;
        margin-bottom: 52px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-17 {
        margin-right: -56px;
        margin-left: -56px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-17 > * {
        padding-right: 56px;
        padding-left: 56px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-17 {
        margin-top: -56px;
        margin-bottom: -56px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-17 > * {
        margin-top: 56px;
        margin-bottom: 56px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-18 {
        margin-right: -60px;
        margin-left: -60px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-18 > * {
        padding-right: 60px;
        padding-left: 60px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-18 {
        margin-top: -60px;
        margin-bottom: -60px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-18 > * {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-19 {
        margin-right: -25px;
        margin-left: -25px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-19 > * {
        padding-right: 25px;
        padding-left: 25px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-19 {
        margin-top: -25px;
        margin-bottom: -25px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-19 > * {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-20 {
        margin-right: -21.5px;
        margin-left: -21.5px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-20 > * {
        padding-right: 21.5px;
        padding-left: 21.5px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-20 {
        margin-top: -21.5px;
        margin-bottom: -21.5px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-20 > * {
        margin-top: 21.5px;
        margin-bottom: 21.5px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-21 {
        margin-right: -14px;
        margin-left: -14px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-21 > * {
        padding-right: 14px;
        padding-left: 14px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-21 {
        margin-top: -14px;
        margin-bottom: -14px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-21 > * {
        margin-top: 14px;
        margin-bottom: 14px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-22 {
        margin-right: -21px;
        margin-left: -21px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-22 > * {
        padding-right: 21px;
        padding-left: 21px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-22 {
        margin-top: -21px;
        margin-bottom: -21px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-22 > * {
        margin-top: 21px;
        margin-bottom: 21px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-23 {
        margin-right: -6px;
        margin-left: -6px;
    }
    .lp-layout-grid.lp-largeScreen-spaceX-23 > * {
        padding-right: 6px;
        padding-left: 6px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-23 {
        margin-top: -6px;
        margin-bottom: -6px;
    }
    .lp-layout-grid.lp-largeScreen-spaceY-23 > * {
        margin-top: 6px;
        margin-bottom: 6px;
    }
}

@media screen and (min-width: 1280px) {
    .lp-layout-grid.lp-extraLargeScreen-spaceX-0 {
        margin-right: 0;
        margin-left: 0;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-0 > * {
        padding-right: 0;
        padding-left: 0;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-0 > * {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-1 {
        margin-right: -2px;
        margin-left: -2px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-1 > * {
        padding-right: 2px;
        padding-left: 2px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-1 {
        margin-top: -2px;
        margin-bottom: -2px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-1 > * {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-2 {
        margin-right: -4px;
        margin-left: -4px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-2 > * {
        padding-right: 4px;
        padding-left: 4px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-2 {
        margin-top: -4px;
        margin-bottom: -4px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-2 > * {
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-3 {
        margin-right: -8px;
        margin-left: -8px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-3 > * {
        padding-right: 8px;
        padding-left: 8px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-3 {
        margin-top: -8px;
        margin-bottom: -8px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-3 > * {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-4 {
        margin-right: -10px;
        margin-left: -10px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-4 > * {
        padding-right: 10px;
        padding-left: 10px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-4 {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-4 > * {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-5 {
        margin-right: -12px;
        margin-left: -12px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-5 > * {
        padding-right: 12px;
        padding-left: 12px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-5 {
        margin-top: -12px;
        margin-bottom: -12px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-5 > * {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-6 {
        margin-right: -13px;
        margin-left: -13px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-6 > * {
        padding-right: 13px;
        padding-left: 13px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-6 {
        margin-top: -13px;
        margin-bottom: -13px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-6 > * {
        margin-top: 13px;
        margin-bottom: 13px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-7 {
        margin-right: -16px;
        margin-left: -16px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-7 > * {
        padding-right: 16px;
        padding-left: 16px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-7 {
        margin-top: -16px;
        margin-bottom: -16px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-7 > * {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-8 {
        margin-right: -20px;
        margin-left: -20px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-8 > * {
        padding-right: 20px;
        padding-left: 20px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-8 {
        margin-top: -20px;
        margin-bottom: -20px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-8 > * {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-9 {
        margin-right: -24px;
        margin-left: -24px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-9 > * {
        padding-right: 24px;
        padding-left: 24px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-9 {
        margin-top: -24px;
        margin-bottom: -24px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-9 > * {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-10 {
        margin-right: -28px;
        margin-left: -28px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-10 > * {
        padding-right: 28px;
        padding-left: 28px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-10 {
        margin-top: -28px;
        margin-bottom: -28px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-10 > * {
        margin-top: 28px;
        margin-bottom: 28px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-11 {
        margin-right: -32px;
        margin-left: -32px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-11 > * {
        padding-right: 32px;
        padding-left: 32px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-11 {
        margin-top: -32px;
        margin-bottom: -32px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-11 > * {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-12 {
        margin-right: -36px;
        margin-left: -36px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-12 > * {
        padding-right: 36px;
        padding-left: 36px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-12 {
        margin-top: -36px;
        margin-bottom: -36px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-12 > * {
        margin-top: 36px;
        margin-bottom: 36px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-13 {
        margin-right: -40px;
        margin-left: -40px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-13 > * {
        padding-right: 40px;
        padding-left: 40px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-13 {
        margin-top: -40px;
        margin-bottom: -40px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-13 > * {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-14 {
        margin-right: -44px;
        margin-left: -44px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-14 > * {
        padding-right: 44px;
        padding-left: 44px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-14 {
        margin-top: -44px;
        margin-bottom: -44px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-14 > * {
        margin-top: 44px;
        margin-bottom: 44px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-15 {
        margin-right: -48px;
        margin-left: -48px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-15 > * {
        padding-right: 48px;
        padding-left: 48px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-15 {
        margin-top: -48px;
        margin-bottom: -48px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-15 > * {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-16 {
        margin-right: -52px;
        margin-left: -52px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-16 > * {
        padding-right: 52px;
        padding-left: 52px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-16 {
        margin-top: -52px;
        margin-bottom: -52px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-16 > * {
        margin-top: 52px;
        margin-bottom: 52px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-17 {
        margin-right: -56px;
        margin-left: -56px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-17 > * {
        padding-right: 56px;
        padding-left: 56px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-17 {
        margin-top: -56px;
        margin-bottom: -56px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-17 > * {
        margin-top: 56px;
        margin-bottom: 56px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-18 {
        margin-right: -60px;
        margin-left: -60px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-18 > * {
        padding-right: 60px;
        padding-left: 60px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-18 {
        margin-top: -60px;
        margin-bottom: -60px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-18 > * {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-19 {
        margin-right: -25px;
        margin-left: -25px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-19 > * {
        padding-right: 25px;
        padding-left: 25px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-19 {
        margin-top: -25px;
        margin-bottom: -25px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-19 > * {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-20 {
        margin-right: -21.5px;
        margin-left: -21.5px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-20 > * {
        padding-right: 21.5px;
        padding-left: 21.5px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-20 {
        margin-top: -21.5px;
        margin-bottom: -21.5px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-20 > * {
        margin-top: 21.5px;
        margin-bottom: 21.5px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-21 {
        margin-right: -14px;
        margin-left: -14px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-21 > * {
        padding-right: 14px;
        padding-left: 14px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-21 {
        margin-top: -14px;
        margin-bottom: -14px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-21 > * {
        margin-top: 14px;
        margin-bottom: 14px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-22 {
        margin-right: -21px;
        margin-left: -21px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-22 > * {
        padding-right: 21px;
        padding-left: 21px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-22 {
        margin-top: -21px;
        margin-bottom: -21px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-22 > * {
        margin-top: 21px;
        margin-bottom: 21px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-23 {
        margin-right: -6px;
        margin-left: -6px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceX-23 > * {
        padding-right: 6px;
        padding-left: 6px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-23 {
        margin-top: -6px;
        margin-bottom: -6px;
    }
    .lp-layout-grid.lp-extraLargeScreen-spaceY-23 > * {
        margin-top: 6px;
        margin-bottom: 6px;
    }
}

@media screen and (min-width: 1280px) {
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-0 {
        margin-right: 0;
        margin-left: 0;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-0 > * {
        padding-right: 0;
        padding-left: 0;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-0 > * {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-1 {
        margin-right: -2px;
        margin-left: -2px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-1 > * {
        padding-right: 2px;
        padding-left: 2px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-1 {
        margin-top: -2px;
        margin-bottom: -2px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-1 > * {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-2 {
        margin-right: -4px;
        margin-left: -4px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-2 > * {
        padding-right: 4px;
        padding-left: 4px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-2 {
        margin-top: -4px;
        margin-bottom: -4px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-2 > * {
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-3 {
        margin-right: -8px;
        margin-left: -8px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-3 > * {
        padding-right: 8px;
        padding-left: 8px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-3 {
        margin-top: -8px;
        margin-bottom: -8px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-3 > * {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-4 {
        margin-right: -10px;
        margin-left: -10px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-4 > * {
        padding-right: 10px;
        padding-left: 10px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-4 {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-4 > * {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-5 {
        margin-right: -12px;
        margin-left: -12px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-5 > * {
        padding-right: 12px;
        padding-left: 12px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-5 {
        margin-top: -12px;
        margin-bottom: -12px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-5 > * {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-6 {
        margin-right: -13px;
        margin-left: -13px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-6 > * {
        padding-right: 13px;
        padding-left: 13px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-6 {
        margin-top: -13px;
        margin-bottom: -13px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-6 > * {
        margin-top: 13px;
        margin-bottom: 13px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-7 {
        margin-right: -16px;
        margin-left: -16px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-7 > * {
        padding-right: 16px;
        padding-left: 16px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-7 {
        margin-top: -16px;
        margin-bottom: -16px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-7 > * {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-8 {
        margin-right: -20px;
        margin-left: -20px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-8 > * {
        padding-right: 20px;
        padding-left: 20px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-8 {
        margin-top: -20px;
        margin-bottom: -20px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-8 > * {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-9 {
        margin-right: -24px;
        margin-left: -24px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-9 > * {
        padding-right: 24px;
        padding-left: 24px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-9 {
        margin-top: -24px;
        margin-bottom: -24px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-9 > * {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-10 {
        margin-right: -28px;
        margin-left: -28px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-10 > * {
        padding-right: 28px;
        padding-left: 28px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-10 {
        margin-top: -28px;
        margin-bottom: -28px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-10 > * {
        margin-top: 28px;
        margin-bottom: 28px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-11 {
        margin-right: -32px;
        margin-left: -32px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-11 > * {
        padding-right: 32px;
        padding-left: 32px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-11 {
        margin-top: -32px;
        margin-bottom: -32px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-11 > * {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-12 {
        margin-right: -36px;
        margin-left: -36px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-12 > * {
        padding-right: 36px;
        padding-left: 36px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-12 {
        margin-top: -36px;
        margin-bottom: -36px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-12 > * {
        margin-top: 36px;
        margin-bottom: 36px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-13 {
        margin-right: -40px;
        margin-left: -40px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-13 > * {
        padding-right: 40px;
        padding-left: 40px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-13 {
        margin-top: -40px;
        margin-bottom: -40px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-13 > * {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-14 {
        margin-right: -44px;
        margin-left: -44px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-14 > * {
        padding-right: 44px;
        padding-left: 44px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-14 {
        margin-top: -44px;
        margin-bottom: -44px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-14 > * {
        margin-top: 44px;
        margin-bottom: 44px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-15 {
        margin-right: -48px;
        margin-left: -48px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-15 > * {
        padding-right: 48px;
        padding-left: 48px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-15 {
        margin-top: -48px;
        margin-bottom: -48px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-15 > * {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-16 {
        margin-right: -52px;
        margin-left: -52px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-16 > * {
        padding-right: 52px;
        padding-left: 52px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-16 {
        margin-top: -52px;
        margin-bottom: -52px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-16 > * {
        margin-top: 52px;
        margin-bottom: 52px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-17 {
        margin-right: -56px;
        margin-left: -56px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-17 > * {
        padding-right: 56px;
        padding-left: 56px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-17 {
        margin-top: -56px;
        margin-bottom: -56px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-17 > * {
        margin-top: 56px;
        margin-bottom: 56px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-18 {
        margin-right: -60px;
        margin-left: -60px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-18 > * {
        padding-right: 60px;
        padding-left: 60px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-18 {
        margin-top: -60px;
        margin-bottom: -60px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-18 > * {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-19 {
        margin-right: -25px;
        margin-left: -25px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-19 > * {
        padding-right: 25px;
        padding-left: 25px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-19 {
        margin-top: -25px;
        margin-bottom: -25px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-19 > * {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-20 {
        margin-right: -21.5px;
        margin-left: -21.5px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-20 > * {
        padding-right: 21.5px;
        padding-left: 21.5px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-20 {
        margin-top: -21.5px;
        margin-bottom: -21.5px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-20 > * {
        margin-top: 21.5px;
        margin-bottom: 21.5px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-21 {
        margin-right: -14px;
        margin-left: -14px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-21 > * {
        padding-right: 14px;
        padding-left: 14px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-21 {
        margin-top: -14px;
        margin-bottom: -14px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-21 > * {
        margin-top: 14px;
        margin-bottom: 14px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-22 {
        margin-right: -21px;
        margin-left: -21px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-22 > * {
        padding-right: 21px;
        padding-left: 21px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-22 {
        margin-top: -21px;
        margin-bottom: -21px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-22 > * {
        margin-top: 21px;
        margin-bottom: 21px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-23 {
        margin-right: -6px;
        margin-left: -6px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceX-23 > * {
        padding-right: 6px;
        padding-left: 6px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-23 {
        margin-top: -6px;
        margin-bottom: -6px;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-spaceY-23 > * {
        margin-top: 6px;
        margin-bottom: 6px;
    }
}

.lp-layout-grid.of-nowrap {
    flex-wrap: nowrap;
}

.lp-layout-grid.of-justifyContent-start {
    justify-content: flex-start;
}

.lp-layout-grid.of-justifyContent-end {
    justify-content: flex-end;
}

.lp-layout-grid.of-justifyContent-center {
    justify-content: center;
}

.lp-layout-grid.of-justifyContent-between {
    justify-content: space-between;
}

@media screen and (max-width: 970px) {
    .lp-layout-grid.lp-smallScreen-justifyContent-start {
        justify-content: flex-start;
    }
    .lp-layout-grid.lp-smallScreen-justifyContent-end {
        justify-content: flex-end;
    }
    .lp-layout-grid.lp-smallScreen-justifyContent-center {
        justify-content: center;
    }
    .lp-layout-grid.lp-smallScreen-justifyContent-between {
        justify-content: space-between;
    }
}

@media screen and (max-width: 640px) {
    .lp-layout-grid.lp-extraSmallScreen-justifyContent-start {
        justify-content: flex-start;
    }
    .lp-layout-grid.lp-extraSmallScreen-justifyContent-end {
        justify-content: flex-end;
    }
    .lp-layout-grid.lp-extraSmallScreen-justifyContent-center {
        justify-content: center;
    }
    .lp-layout-grid.lp-extraSmallScreen-justifyContent-between {
        justify-content: space-between;
    }
}

@media screen and (min-width: 971px) {
    .lp-layout-grid.lp-largeScreen-justifyContent-start {
        justify-content: flex-start;
    }
    .lp-layout-grid.lp-largeScreen-justifyContent-end {
        justify-content: flex-end;
    }
    .lp-layout-grid.lp-largeScreen-justifyContent-center {
        justify-content: center;
    }
    .lp-layout-grid.lp-largeScreen-justifyContent-between {
        justify-content: space-between;
    }
}

@media screen and (min-width: 1280px) {
    .lp-layout-grid.lp-extraLargeScreen-justifyContent-start {
        justify-content: flex-start;
    }
    .lp-layout-grid.lp-extraLargeScreen-justifyContent-end {
        justify-content: flex-end;
    }
    .lp-layout-grid.lp-extraLargeScreen-justifyContent-center {
        justify-content: center;
    }
    .lp-layout-grid.lp-extraLargeScreen-justifyContent-between {
        justify-content: space-between;
    }
}

@media screen and (min-width: 1280px) {
    .lp-layout-grid.lp-extraExtraLargeScreen-justifyContent-start {
        justify-content: flex-start;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-justifyContent-end {
        justify-content: flex-end;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-justifyContent-center {
        justify-content: center;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-justifyContent-between {
        justify-content: space-between;
    }
}

.lp-layout-grid.of-alignItems-start {
    align-items: flex-start;
}

.lp-layout-grid.of-alignItems-end {
    align-items: flex-end;
}

.lp-layout-grid.of-alignItems-center {
    align-items: center;
}

.lp-layout-grid.of-alignItems-baseline {
    align-items: baseline;
}

@media screen and (max-width: 970px) {
    .lp-layout-grid.lp-smallScreen-alignItems-start {
        align-items: flex-start;
    }
    .lp-layout-grid.lp-smallScreen-alignItems-end {
        align-items: flex-end;
    }
    .lp-layout-grid.lp-smallScreen-alignItems-center {
        align-items: center;
    }
    .lp-layout-grid.lp-smallScreen-alignItems-baseline {
        align-items: baseline;
    }
}

@media screen and (max-width: 640px) {
    .lp-layout-grid.lp-extraSmallScreen-alignItems-start {
        align-items: flex-start;
    }
    .lp-layout-grid.lp-extraSmallScreen-alignItems-end {
        align-items: flex-end;
    }
    .lp-layout-grid.lp-extraSmallScreen-alignItems-center {
        align-items: center;
    }
    .lp-layout-grid.lp-extraSmallScreen-alignItems-baseline {
        align-items: baseline;
    }
}

@media screen and (min-width: 971px) {
    .lp-layout-grid.lp-largeScreen-alignItems-start {
        align-items: flex-start;
    }
    .lp-layout-grid.lp-largeScreen-alignItems-end {
        align-items: flex-end;
    }
    .lp-layout-grid.lp-largeScreen-alignItems-center {
        align-items: center;
    }
    .lp-layout-grid.lp-largeScreen-alignItems-baseline {
        align-items: baseline;
    }
}

@media screen and (min-width: 1280px) {
    .lp-layout-grid.lp-extraLargeScreen-alignItems-start {
        align-items: flex-start;
    }
    .lp-layout-grid.lp-extraLargeScreen-alignItems-end {
        align-items: flex-end;
    }
    .lp-layout-grid.lp-extraLargeScreen-alignItems-center {
        align-items: center;
    }
    .lp-layout-grid.lp-extraLargeScreen-alignItems-baseline {
        align-items: baseline;
    }
}

@media screen and (min-width: 1280px) {
    .lp-layout-grid.lp-extraExtraLargeScreen-alignItems-start {
        align-items: flex-start;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-alignItems-end {
        align-items: flex-end;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-alignItems-center {
        align-items: center;
    }
    .lp-layout-grid.lp-extraExtraLargeScreen-alignItems-baseline {
        align-items: baseline;
    }
}

.lp-layout-cluster {
    display: flex;
    flex-wrap: wrap;
}

.lp-layout-cluster.of-spaceX-0 {
    margin-right: 0;
    margin-left: 0;
}

.lp-layout-cluster.of-spaceX-0 > * {
    margin-right: 0;
    margin-left: 0;
}

.lp-layout-cluster.of-spaceY-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.lp-layout-cluster.of-spaceY-0 > * {
    margin-top: 0;
    margin-bottom: 0;
}

.lp-layout-cluster.of-spaceX-1 {
    margin-right: -2px;
    margin-left: -2px;
}

.lp-layout-cluster.of-spaceX-1 > * {
    margin-right: 2px;
    margin-left: 2px;
}

.lp-layout-cluster.of-spaceY-1 {
    margin-top: -2px;
    margin-bottom: -2px;
}

.lp-layout-cluster.of-spaceY-1 > * {
    margin-top: 2px;
    margin-bottom: 2px;
}

.lp-layout-cluster.of-spaceX-2 {
    margin-right: -4px;
    margin-left: -4px;
}

.lp-layout-cluster.of-spaceX-2 > * {
    margin-right: 4px;
    margin-left: 4px;
}

.lp-layout-cluster.of-spaceY-2 {
    margin-top: -4px;
    margin-bottom: -4px;
}

.lp-layout-cluster.of-spaceY-2 > * {
    margin-top: 4px;
    margin-bottom: 4px;
}

.lp-layout-cluster.of-spaceX-3 {
    margin-right: -8px;
    margin-left: -8px;
}

.lp-layout-cluster.of-spaceX-3 > * {
    margin-right: 8px;
    margin-left: 8px;
}

.lp-layout-cluster.of-spaceY-3 {
    margin-top: -8px;
    margin-bottom: -8px;
}

.lp-layout-cluster.of-spaceY-3 > * {
    margin-top: 8px;
    margin-bottom: 8px;
}

.lp-layout-cluster.of-spaceX-4 {
    margin-right: -10px;
    margin-left: -10px;
}

.lp-layout-cluster.of-spaceX-4 > * {
    margin-right: 10px;
    margin-left: 10px;
}

.lp-layout-cluster.of-spaceY-4 {
    margin-top: -10px;
    margin-bottom: -10px;
}

.lp-layout-cluster.of-spaceY-4 > * {
    margin-top: 10px;
    margin-bottom: 10px;
}

.lp-layout-cluster.of-spaceX-5 {
    margin-right: -12px;
    margin-left: -12px;
}

.lp-layout-cluster.of-spaceX-5 > * {
    margin-right: 12px;
    margin-left: 12px;
}

.lp-layout-cluster.of-spaceY-5 {
    margin-top: -12px;
    margin-bottom: -12px;
}

.lp-layout-cluster.of-spaceY-5 > * {
    margin-top: 12px;
    margin-bottom: 12px;
}

.lp-layout-cluster.of-spaceX-6 {
    margin-right: -13px;
    margin-left: -13px;
}

.lp-layout-cluster.of-spaceX-6 > * {
    margin-right: 13px;
    margin-left: 13px;
}

.lp-layout-cluster.of-spaceY-6 {
    margin-top: -13px;
    margin-bottom: -13px;
}

.lp-layout-cluster.of-spaceY-6 > * {
    margin-top: 13px;
    margin-bottom: 13px;
}

.lp-layout-cluster.of-spaceX-7 {
    margin-right: -16px;
    margin-left: -16px;
}

.lp-layout-cluster.of-spaceX-7 > * {
    margin-right: 16px;
    margin-left: 16px;
}

.lp-layout-cluster.of-spaceY-7 {
    margin-top: -16px;
    margin-bottom: -16px;
}

.lp-layout-cluster.of-spaceY-7 > * {
    margin-top: 16px;
    margin-bottom: 16px;
}

.lp-layout-cluster.of-spaceX-8 {
    margin-right: -20px;
    margin-left: -20px;
}

.lp-layout-cluster.of-spaceX-8 > * {
    margin-right: 20px;
    margin-left: 20px;
}

.lp-layout-cluster.of-spaceY-8 {
    margin-top: -20px;
    margin-bottom: -20px;
}

.lp-layout-cluster.of-spaceY-8 > * {
    margin-top: 20px;
    margin-bottom: 20px;
}

.lp-layout-cluster.of-spaceX-9 {
    margin-right: -24px;
    margin-left: -24px;
}

.lp-layout-cluster.of-spaceX-9 > * {
    margin-right: 24px;
    margin-left: 24px;
}

.lp-layout-cluster.of-spaceY-9 {
    margin-top: -24px;
    margin-bottom: -24px;
}

.lp-layout-cluster.of-spaceY-9 > * {
    margin-top: 24px;
    margin-bottom: 24px;
}

.lp-layout-cluster.of-spaceX-10 {
    margin-right: -28px;
    margin-left: -28px;
}

.lp-layout-cluster.of-spaceX-10 > * {
    margin-right: 28px;
    margin-left: 28px;
}

.lp-layout-cluster.of-spaceY-10 {
    margin-top: -28px;
    margin-bottom: -28px;
}

.lp-layout-cluster.of-spaceY-10 > * {
    margin-top: 28px;
    margin-bottom: 28px;
}

.lp-layout-cluster.of-spaceX-11 {
    margin-right: -32px;
    margin-left: -32px;
}

.lp-layout-cluster.of-spaceX-11 > * {
    margin-right: 32px;
    margin-left: 32px;
}

.lp-layout-cluster.of-spaceY-11 {
    margin-top: -32px;
    margin-bottom: -32px;
}

.lp-layout-cluster.of-spaceY-11 > * {
    margin-top: 32px;
    margin-bottom: 32px;
}

.lp-layout-cluster.of-spaceX-12 {
    margin-right: -36px;
    margin-left: -36px;
}

.lp-layout-cluster.of-spaceX-12 > * {
    margin-right: 36px;
    margin-left: 36px;
}

.lp-layout-cluster.of-spaceY-12 {
    margin-top: -36px;
    margin-bottom: -36px;
}

.lp-layout-cluster.of-spaceY-12 > * {
    margin-top: 36px;
    margin-bottom: 36px;
}

.lp-layout-cluster.of-spaceX-13 {
    margin-right: -40px;
    margin-left: -40px;
}

.lp-layout-cluster.of-spaceX-13 > * {
    margin-right: 40px;
    margin-left: 40px;
}

.lp-layout-cluster.of-spaceY-13 {
    margin-top: -40px;
    margin-bottom: -40px;
}

.lp-layout-cluster.of-spaceY-13 > * {
    margin-top: 40px;
    margin-bottom: 40px;
}

.lp-layout-cluster.of-spaceX-14 {
    margin-right: -44px;
    margin-left: -44px;
}

.lp-layout-cluster.of-spaceX-14 > * {
    margin-right: 44px;
    margin-left: 44px;
}

.lp-layout-cluster.of-spaceY-14 {
    margin-top: -44px;
    margin-bottom: -44px;
}

.lp-layout-cluster.of-spaceY-14 > * {
    margin-top: 44px;
    margin-bottom: 44px;
}

.lp-layout-cluster.of-spaceX-15 {
    margin-right: -48px;
    margin-left: -48px;
}

.lp-layout-cluster.of-spaceX-15 > * {
    margin-right: 48px;
    margin-left: 48px;
}

.lp-layout-cluster.of-spaceY-15 {
    margin-top: -48px;
    margin-bottom: -48px;
}

.lp-layout-cluster.of-spaceY-15 > * {
    margin-top: 48px;
    margin-bottom: 48px;
}

.lp-layout-cluster.of-spaceX-16 {
    margin-right: -52px;
    margin-left: -52px;
}

.lp-layout-cluster.of-spaceX-16 > * {
    margin-right: 52px;
    margin-left: 52px;
}

.lp-layout-cluster.of-spaceY-16 {
    margin-top: -52px;
    margin-bottom: -52px;
}

.lp-layout-cluster.of-spaceY-16 > * {
    margin-top: 52px;
    margin-bottom: 52px;
}

.lp-layout-cluster.of-spaceX-17 {
    margin-right: -56px;
    margin-left: -56px;
}

.lp-layout-cluster.of-spaceX-17 > * {
    margin-right: 56px;
    margin-left: 56px;
}

.lp-layout-cluster.of-spaceY-17 {
    margin-top: -56px;
    margin-bottom: -56px;
}

.lp-layout-cluster.of-spaceY-17 > * {
    margin-top: 56px;
    margin-bottom: 56px;
}

.lp-layout-cluster.of-spaceX-18 {
    margin-right: -60px;
    margin-left: -60px;
}

.lp-layout-cluster.of-spaceX-18 > * {
    margin-right: 60px;
    margin-left: 60px;
}

.lp-layout-cluster.of-spaceY-18 {
    margin-top: -60px;
    margin-bottom: -60px;
}

.lp-layout-cluster.of-spaceY-18 > * {
    margin-top: 60px;
    margin-bottom: 60px;
}

.lp-layout-cluster.of-spaceX-19 {
    margin-right: -25px;
    margin-left: -25px;
}

.lp-layout-cluster.of-spaceX-19 > * {
    margin-right: 25px;
    margin-left: 25px;
}

.lp-layout-cluster.of-spaceY-19 {
    margin-top: -25px;
    margin-bottom: -25px;
}

.lp-layout-cluster.of-spaceY-19 > * {
    margin-top: 25px;
    margin-bottom: 25px;
}

.lp-layout-cluster.of-spaceX-20 {
    margin-right: -21.5px;
    margin-left: -21.5px;
}

.lp-layout-cluster.of-spaceX-20 > * {
    margin-right: 21.5px;
    margin-left: 21.5px;
}

.lp-layout-cluster.of-spaceY-20 {
    margin-top: -21.5px;
    margin-bottom: -21.5px;
}

.lp-layout-cluster.of-spaceY-20 > * {
    margin-top: 21.5px;
    margin-bottom: 21.5px;
}

.lp-layout-cluster.of-spaceX-21 {
    margin-right: -14px;
    margin-left: -14px;
}

.lp-layout-cluster.of-spaceX-21 > * {
    margin-right: 14px;
    margin-left: 14px;
}

.lp-layout-cluster.of-spaceY-21 {
    margin-top: -14px;
    margin-bottom: -14px;
}

.lp-layout-cluster.of-spaceY-21 > * {
    margin-top: 14px;
    margin-bottom: 14px;
}

.lp-layout-cluster.of-spaceX-22 {
    margin-right: -21px;
    margin-left: -21px;
}

.lp-layout-cluster.of-spaceX-22 > * {
    margin-right: 21px;
    margin-left: 21px;
}

.lp-layout-cluster.of-spaceY-22 {
    margin-top: -21px;
    margin-bottom: -21px;
}

.lp-layout-cluster.of-spaceY-22 > * {
    margin-top: 21px;
    margin-bottom: 21px;
}

.lp-layout-cluster.of-spaceX-23 {
    margin-right: -6px;
    margin-left: -6px;
}

.lp-layout-cluster.of-spaceX-23 > * {
    margin-right: 6px;
    margin-left: 6px;
}

.lp-layout-cluster.of-spaceY-23 {
    margin-top: -6px;
    margin-bottom: -6px;
}

.lp-layout-cluster.of-spaceY-23 > * {
    margin-top: 6px;
    margin-bottom: 6px;
}

@media screen and (max-width: 970px) {
    .lp-layout-cluster.lp-smallScreen-spaceX-0 {
        margin-right: 0;
        margin-left: 0;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-0 > * {
        margin-right: 0;
        margin-left: 0;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-0 > * {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-1 {
        margin-right: -2px;
        margin-left: -2px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-1 > * {
        margin-right: 2px;
        margin-left: 2px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-1 {
        margin-top: -2px;
        margin-bottom: -2px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-1 > * {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-2 {
        margin-right: -4px;
        margin-left: -4px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-2 > * {
        margin-right: 4px;
        margin-left: 4px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-2 {
        margin-top: -4px;
        margin-bottom: -4px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-2 > * {
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-3 {
        margin-right: -8px;
        margin-left: -8px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-3 > * {
        margin-right: 8px;
        margin-left: 8px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-3 {
        margin-top: -8px;
        margin-bottom: -8px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-3 > * {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-4 {
        margin-right: -10px;
        margin-left: -10px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-4 > * {
        margin-right: 10px;
        margin-left: 10px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-4 {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-4 > * {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-5 {
        margin-right: -12px;
        margin-left: -12px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-5 > * {
        margin-right: 12px;
        margin-left: 12px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-5 {
        margin-top: -12px;
        margin-bottom: -12px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-5 > * {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-6 {
        margin-right: -13px;
        margin-left: -13px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-6 > * {
        margin-right: 13px;
        margin-left: 13px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-6 {
        margin-top: -13px;
        margin-bottom: -13px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-6 > * {
        margin-top: 13px;
        margin-bottom: 13px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-7 {
        margin-right: -16px;
        margin-left: -16px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-7 > * {
        margin-right: 16px;
        margin-left: 16px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-7 {
        margin-top: -16px;
        margin-bottom: -16px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-7 > * {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-8 {
        margin-right: -20px;
        margin-left: -20px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-8 > * {
        margin-right: 20px;
        margin-left: 20px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-8 {
        margin-top: -20px;
        margin-bottom: -20px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-8 > * {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-9 {
        margin-right: -24px;
        margin-left: -24px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-9 > * {
        margin-right: 24px;
        margin-left: 24px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-9 {
        margin-top: -24px;
        margin-bottom: -24px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-9 > * {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-10 {
        margin-right: -28px;
        margin-left: -28px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-10 > * {
        margin-right: 28px;
        margin-left: 28px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-10 {
        margin-top: -28px;
        margin-bottom: -28px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-10 > * {
        margin-top: 28px;
        margin-bottom: 28px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-11 {
        margin-right: -32px;
        margin-left: -32px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-11 > * {
        margin-right: 32px;
        margin-left: 32px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-11 {
        margin-top: -32px;
        margin-bottom: -32px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-11 > * {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-12 {
        margin-right: -36px;
        margin-left: -36px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-12 > * {
        margin-right: 36px;
        margin-left: 36px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-12 {
        margin-top: -36px;
        margin-bottom: -36px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-12 > * {
        margin-top: 36px;
        margin-bottom: 36px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-13 {
        margin-right: -40px;
        margin-left: -40px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-13 > * {
        margin-right: 40px;
        margin-left: 40px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-13 {
        margin-top: -40px;
        margin-bottom: -40px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-13 > * {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-14 {
        margin-right: -44px;
        margin-left: -44px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-14 > * {
        margin-right: 44px;
        margin-left: 44px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-14 {
        margin-top: -44px;
        margin-bottom: -44px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-14 > * {
        margin-top: 44px;
        margin-bottom: 44px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-15 {
        margin-right: -48px;
        margin-left: -48px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-15 > * {
        margin-right: 48px;
        margin-left: 48px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-15 {
        margin-top: -48px;
        margin-bottom: -48px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-15 > * {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-16 {
        margin-right: -52px;
        margin-left: -52px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-16 > * {
        margin-right: 52px;
        margin-left: 52px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-16 {
        margin-top: -52px;
        margin-bottom: -52px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-16 > * {
        margin-top: 52px;
        margin-bottom: 52px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-17 {
        margin-right: -56px;
        margin-left: -56px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-17 > * {
        margin-right: 56px;
        margin-left: 56px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-17 {
        margin-top: -56px;
        margin-bottom: -56px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-17 > * {
        margin-top: 56px;
        margin-bottom: 56px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-18 {
        margin-right: -60px;
        margin-left: -60px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-18 > * {
        margin-right: 60px;
        margin-left: 60px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-18 {
        margin-top: -60px;
        margin-bottom: -60px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-18 > * {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-19 {
        margin-right: -25px;
        margin-left: -25px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-19 > * {
        margin-right: 25px;
        margin-left: 25px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-19 {
        margin-top: -25px;
        margin-bottom: -25px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-19 > * {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-20 {
        margin-right: -21.5px;
        margin-left: -21.5px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-20 > * {
        margin-right: 21.5px;
        margin-left: 21.5px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-20 {
        margin-top: -21.5px;
        margin-bottom: -21.5px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-20 > * {
        margin-top: 21.5px;
        margin-bottom: 21.5px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-21 {
        margin-right: -14px;
        margin-left: -14px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-21 > * {
        margin-right: 14px;
        margin-left: 14px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-21 {
        margin-top: -14px;
        margin-bottom: -14px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-21 > * {
        margin-top: 14px;
        margin-bottom: 14px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-22 {
        margin-right: -21px;
        margin-left: -21px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-22 > * {
        margin-right: 21px;
        margin-left: 21px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-22 {
        margin-top: -21px;
        margin-bottom: -21px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-22 > * {
        margin-top: 21px;
        margin-bottom: 21px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-23 {
        margin-right: -6px;
        margin-left: -6px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceX-23 > * {
        margin-right: 6px;
        margin-left: 6px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-23 {
        margin-top: -6px;
        margin-bottom: -6px;
    }
    .lp-layout-cluster.lp-smallScreen-spaceY-23 > * {
        margin-top: 6px;
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 640px) {
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-0 {
        margin-right: 0;
        margin-left: 0;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-0 > * {
        margin-right: 0;
        margin-left: 0;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-0 > * {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-1 {
        margin-right: -2px;
        margin-left: -2px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-1 > * {
        margin-right: 2px;
        margin-left: 2px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-1 {
        margin-top: -2px;
        margin-bottom: -2px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-1 > * {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-2 {
        margin-right: -4px;
        margin-left: -4px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-2 > * {
        margin-right: 4px;
        margin-left: 4px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-2 {
        margin-top: -4px;
        margin-bottom: -4px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-2 > * {
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-3 {
        margin-right: -8px;
        margin-left: -8px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-3 > * {
        margin-right: 8px;
        margin-left: 8px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-3 {
        margin-top: -8px;
        margin-bottom: -8px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-3 > * {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-4 {
        margin-right: -10px;
        margin-left: -10px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-4 > * {
        margin-right: 10px;
        margin-left: 10px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-4 {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-4 > * {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-5 {
        margin-right: -12px;
        margin-left: -12px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-5 > * {
        margin-right: 12px;
        margin-left: 12px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-5 {
        margin-top: -12px;
        margin-bottom: -12px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-5 > * {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-6 {
        margin-right: -13px;
        margin-left: -13px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-6 > * {
        margin-right: 13px;
        margin-left: 13px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-6 {
        margin-top: -13px;
        margin-bottom: -13px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-6 > * {
        margin-top: 13px;
        margin-bottom: 13px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-7 {
        margin-right: -16px;
        margin-left: -16px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-7 > * {
        margin-right: 16px;
        margin-left: 16px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-7 {
        margin-top: -16px;
        margin-bottom: -16px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-7 > * {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-8 {
        margin-right: -20px;
        margin-left: -20px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-8 > * {
        margin-right: 20px;
        margin-left: 20px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-8 {
        margin-top: -20px;
        margin-bottom: -20px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-8 > * {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-9 {
        margin-right: -24px;
        margin-left: -24px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-9 > * {
        margin-right: 24px;
        margin-left: 24px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-9 {
        margin-top: -24px;
        margin-bottom: -24px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-9 > * {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-10 {
        margin-right: -28px;
        margin-left: -28px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-10 > * {
        margin-right: 28px;
        margin-left: 28px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-10 {
        margin-top: -28px;
        margin-bottom: -28px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-10 > * {
        margin-top: 28px;
        margin-bottom: 28px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-11 {
        margin-right: -32px;
        margin-left: -32px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-11 > * {
        margin-right: 32px;
        margin-left: 32px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-11 {
        margin-top: -32px;
        margin-bottom: -32px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-11 > * {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-12 {
        margin-right: -36px;
        margin-left: -36px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-12 > * {
        margin-right: 36px;
        margin-left: 36px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-12 {
        margin-top: -36px;
        margin-bottom: -36px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-12 > * {
        margin-top: 36px;
        margin-bottom: 36px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-13 {
        margin-right: -40px;
        margin-left: -40px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-13 > * {
        margin-right: 40px;
        margin-left: 40px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-13 {
        margin-top: -40px;
        margin-bottom: -40px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-13 > * {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-14 {
        margin-right: -44px;
        margin-left: -44px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-14 > * {
        margin-right: 44px;
        margin-left: 44px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-14 {
        margin-top: -44px;
        margin-bottom: -44px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-14 > * {
        margin-top: 44px;
        margin-bottom: 44px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-15 {
        margin-right: -48px;
        margin-left: -48px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-15 > * {
        margin-right: 48px;
        margin-left: 48px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-15 {
        margin-top: -48px;
        margin-bottom: -48px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-15 > * {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-16 {
        margin-right: -52px;
        margin-left: -52px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-16 > * {
        margin-right: 52px;
        margin-left: 52px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-16 {
        margin-top: -52px;
        margin-bottom: -52px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-16 > * {
        margin-top: 52px;
        margin-bottom: 52px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-17 {
        margin-right: -56px;
        margin-left: -56px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-17 > * {
        margin-right: 56px;
        margin-left: 56px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-17 {
        margin-top: -56px;
        margin-bottom: -56px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-17 > * {
        margin-top: 56px;
        margin-bottom: 56px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-18 {
        margin-right: -60px;
        margin-left: -60px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-18 > * {
        margin-right: 60px;
        margin-left: 60px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-18 {
        margin-top: -60px;
        margin-bottom: -60px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-18 > * {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-19 {
        margin-right: -25px;
        margin-left: -25px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-19 > * {
        margin-right: 25px;
        margin-left: 25px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-19 {
        margin-top: -25px;
        margin-bottom: -25px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-19 > * {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-20 {
        margin-right: -21.5px;
        margin-left: -21.5px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-20 > * {
        margin-right: 21.5px;
        margin-left: 21.5px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-20 {
        margin-top: -21.5px;
        margin-bottom: -21.5px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-20 > * {
        margin-top: 21.5px;
        margin-bottom: 21.5px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-21 {
        margin-right: -14px;
        margin-left: -14px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-21 > * {
        margin-right: 14px;
        margin-left: 14px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-21 {
        margin-top: -14px;
        margin-bottom: -14px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-21 > * {
        margin-top: 14px;
        margin-bottom: 14px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-22 {
        margin-right: -21px;
        margin-left: -21px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-22 > * {
        margin-right: 21px;
        margin-left: 21px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-22 {
        margin-top: -21px;
        margin-bottom: -21px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-22 > * {
        margin-top: 21px;
        margin-bottom: 21px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-23 {
        margin-right: -6px;
        margin-left: -6px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceX-23 > * {
        margin-right: 6px;
        margin-left: 6px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-23 {
        margin-top: -6px;
        margin-bottom: -6px;
    }
    .lp-layout-cluster.lp-extraSmallScreen-spaceY-23 > * {
        margin-top: 6px;
        margin-bottom: 6px;
    }
}

@media screen and (min-width: 971px) {
    .lp-layout-cluster.lp-largeScreen-spaceX-0 {
        margin-right: 0;
        margin-left: 0;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-0 > * {
        margin-right: 0;
        margin-left: 0;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-0 > * {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-1 {
        margin-right: -2px;
        margin-left: -2px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-1 > * {
        margin-right: 2px;
        margin-left: 2px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-1 {
        margin-top: -2px;
        margin-bottom: -2px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-1 > * {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-2 {
        margin-right: -4px;
        margin-left: -4px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-2 > * {
        margin-right: 4px;
        margin-left: 4px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-2 {
        margin-top: -4px;
        margin-bottom: -4px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-2 > * {
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-3 {
        margin-right: -8px;
        margin-left: -8px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-3 > * {
        margin-right: 8px;
        margin-left: 8px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-3 {
        margin-top: -8px;
        margin-bottom: -8px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-3 > * {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-4 {
        margin-right: -10px;
        margin-left: -10px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-4 > * {
        margin-right: 10px;
        margin-left: 10px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-4 {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-4 > * {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-5 {
        margin-right: -12px;
        margin-left: -12px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-5 > * {
        margin-right: 12px;
        margin-left: 12px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-5 {
        margin-top: -12px;
        margin-bottom: -12px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-5 > * {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-6 {
        margin-right: -13px;
        margin-left: -13px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-6 > * {
        margin-right: 13px;
        margin-left: 13px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-6 {
        margin-top: -13px;
        margin-bottom: -13px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-6 > * {
        margin-top: 13px;
        margin-bottom: 13px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-7 {
        margin-right: -16px;
        margin-left: -16px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-7 > * {
        margin-right: 16px;
        margin-left: 16px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-7 {
        margin-top: -16px;
        margin-bottom: -16px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-7 > * {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-8 {
        margin-right: -20px;
        margin-left: -20px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-8 > * {
        margin-right: 20px;
        margin-left: 20px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-8 {
        margin-top: -20px;
        margin-bottom: -20px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-8 > * {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-9 {
        margin-right: -24px;
        margin-left: -24px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-9 > * {
        margin-right: 24px;
        margin-left: 24px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-9 {
        margin-top: -24px;
        margin-bottom: -24px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-9 > * {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-10 {
        margin-right: -28px;
        margin-left: -28px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-10 > * {
        margin-right: 28px;
        margin-left: 28px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-10 {
        margin-top: -28px;
        margin-bottom: -28px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-10 > * {
        margin-top: 28px;
        margin-bottom: 28px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-11 {
        margin-right: -32px;
        margin-left: -32px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-11 > * {
        margin-right: 32px;
        margin-left: 32px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-11 {
        margin-top: -32px;
        margin-bottom: -32px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-11 > * {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-12 {
        margin-right: -36px;
        margin-left: -36px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-12 > * {
        margin-right: 36px;
        margin-left: 36px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-12 {
        margin-top: -36px;
        margin-bottom: -36px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-12 > * {
        margin-top: 36px;
        margin-bottom: 36px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-13 {
        margin-right: -40px;
        margin-left: -40px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-13 > * {
        margin-right: 40px;
        margin-left: 40px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-13 {
        margin-top: -40px;
        margin-bottom: -40px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-13 > * {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-14 {
        margin-right: -44px;
        margin-left: -44px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-14 > * {
        margin-right: 44px;
        margin-left: 44px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-14 {
        margin-top: -44px;
        margin-bottom: -44px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-14 > * {
        margin-top: 44px;
        margin-bottom: 44px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-15 {
        margin-right: -48px;
        margin-left: -48px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-15 > * {
        margin-right: 48px;
        margin-left: 48px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-15 {
        margin-top: -48px;
        margin-bottom: -48px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-15 > * {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-16 {
        margin-right: -52px;
        margin-left: -52px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-16 > * {
        margin-right: 52px;
        margin-left: 52px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-16 {
        margin-top: -52px;
        margin-bottom: -52px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-16 > * {
        margin-top: 52px;
        margin-bottom: 52px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-17 {
        margin-right: -56px;
        margin-left: -56px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-17 > * {
        margin-right: 56px;
        margin-left: 56px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-17 {
        margin-top: -56px;
        margin-bottom: -56px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-17 > * {
        margin-top: 56px;
        margin-bottom: 56px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-18 {
        margin-right: -60px;
        margin-left: -60px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-18 > * {
        margin-right: 60px;
        margin-left: 60px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-18 {
        margin-top: -60px;
        margin-bottom: -60px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-18 > * {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-19 {
        margin-right: -25px;
        margin-left: -25px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-19 > * {
        margin-right: 25px;
        margin-left: 25px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-19 {
        margin-top: -25px;
        margin-bottom: -25px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-19 > * {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-20 {
        margin-right: -21.5px;
        margin-left: -21.5px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-20 > * {
        margin-right: 21.5px;
        margin-left: 21.5px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-20 {
        margin-top: -21.5px;
        margin-bottom: -21.5px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-20 > * {
        margin-top: 21.5px;
        margin-bottom: 21.5px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-21 {
        margin-right: -14px;
        margin-left: -14px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-21 > * {
        margin-right: 14px;
        margin-left: 14px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-21 {
        margin-top: -14px;
        margin-bottom: -14px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-21 > * {
        margin-top: 14px;
        margin-bottom: 14px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-22 {
        margin-right: -21px;
        margin-left: -21px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-22 > * {
        margin-right: 21px;
        margin-left: 21px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-22 {
        margin-top: -21px;
        margin-bottom: -21px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-22 > * {
        margin-top: 21px;
        margin-bottom: 21px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-23 {
        margin-right: -6px;
        margin-left: -6px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceX-23 > * {
        margin-right: 6px;
        margin-left: 6px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-23 {
        margin-top: -6px;
        margin-bottom: -6px;
    }
    .lp-layout-cluster.lp-largeScreen-spaceY-23 > * {
        margin-top: 6px;
        margin-bottom: 6px;
    }
}

@media screen and (min-width: 1280px) {
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-0 {
        margin-right: 0;
        margin-left: 0;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-0 > * {
        margin-right: 0;
        margin-left: 0;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-0 > * {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-1 {
        margin-right: -2px;
        margin-left: -2px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-1 > * {
        margin-right: 2px;
        margin-left: 2px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-1 {
        margin-top: -2px;
        margin-bottom: -2px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-1 > * {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-2 {
        margin-right: -4px;
        margin-left: -4px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-2 > * {
        margin-right: 4px;
        margin-left: 4px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-2 {
        margin-top: -4px;
        margin-bottom: -4px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-2 > * {
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-3 {
        margin-right: -8px;
        margin-left: -8px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-3 > * {
        margin-right: 8px;
        margin-left: 8px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-3 {
        margin-top: -8px;
        margin-bottom: -8px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-3 > * {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-4 {
        margin-right: -10px;
        margin-left: -10px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-4 > * {
        margin-right: 10px;
        margin-left: 10px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-4 {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-4 > * {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-5 {
        margin-right: -12px;
        margin-left: -12px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-5 > * {
        margin-right: 12px;
        margin-left: 12px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-5 {
        margin-top: -12px;
        margin-bottom: -12px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-5 > * {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-6 {
        margin-right: -13px;
        margin-left: -13px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-6 > * {
        margin-right: 13px;
        margin-left: 13px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-6 {
        margin-top: -13px;
        margin-bottom: -13px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-6 > * {
        margin-top: 13px;
        margin-bottom: 13px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-7 {
        margin-right: -16px;
        margin-left: -16px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-7 > * {
        margin-right: 16px;
        margin-left: 16px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-7 {
        margin-top: -16px;
        margin-bottom: -16px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-7 > * {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-8 {
        margin-right: -20px;
        margin-left: -20px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-8 > * {
        margin-right: 20px;
        margin-left: 20px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-8 {
        margin-top: -20px;
        margin-bottom: -20px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-8 > * {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-9 {
        margin-right: -24px;
        margin-left: -24px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-9 > * {
        margin-right: 24px;
        margin-left: 24px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-9 {
        margin-top: -24px;
        margin-bottom: -24px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-9 > * {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-10 {
        margin-right: -28px;
        margin-left: -28px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-10 > * {
        margin-right: 28px;
        margin-left: 28px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-10 {
        margin-top: -28px;
        margin-bottom: -28px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-10 > * {
        margin-top: 28px;
        margin-bottom: 28px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-11 {
        margin-right: -32px;
        margin-left: -32px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-11 > * {
        margin-right: 32px;
        margin-left: 32px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-11 {
        margin-top: -32px;
        margin-bottom: -32px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-11 > * {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-12 {
        margin-right: -36px;
        margin-left: -36px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-12 > * {
        margin-right: 36px;
        margin-left: 36px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-12 {
        margin-top: -36px;
        margin-bottom: -36px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-12 > * {
        margin-top: 36px;
        margin-bottom: 36px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-13 {
        margin-right: -40px;
        margin-left: -40px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-13 > * {
        margin-right: 40px;
        margin-left: 40px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-13 {
        margin-top: -40px;
        margin-bottom: -40px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-13 > * {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-14 {
        margin-right: -44px;
        margin-left: -44px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-14 > * {
        margin-right: 44px;
        margin-left: 44px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-14 {
        margin-top: -44px;
        margin-bottom: -44px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-14 > * {
        margin-top: 44px;
        margin-bottom: 44px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-15 {
        margin-right: -48px;
        margin-left: -48px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-15 > * {
        margin-right: 48px;
        margin-left: 48px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-15 {
        margin-top: -48px;
        margin-bottom: -48px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-15 > * {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-16 {
        margin-right: -52px;
        margin-left: -52px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-16 > * {
        margin-right: 52px;
        margin-left: 52px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-16 {
        margin-top: -52px;
        margin-bottom: -52px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-16 > * {
        margin-top: 52px;
        margin-bottom: 52px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-17 {
        margin-right: -56px;
        margin-left: -56px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-17 > * {
        margin-right: 56px;
        margin-left: 56px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-17 {
        margin-top: -56px;
        margin-bottom: -56px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-17 > * {
        margin-top: 56px;
        margin-bottom: 56px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-18 {
        margin-right: -60px;
        margin-left: -60px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-18 > * {
        margin-right: 60px;
        margin-left: 60px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-18 {
        margin-top: -60px;
        margin-bottom: -60px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-18 > * {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-19 {
        margin-right: -25px;
        margin-left: -25px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-19 > * {
        margin-right: 25px;
        margin-left: 25px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-19 {
        margin-top: -25px;
        margin-bottom: -25px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-19 > * {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-20 {
        margin-right: -21.5px;
        margin-left: -21.5px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-20 > * {
        margin-right: 21.5px;
        margin-left: 21.5px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-20 {
        margin-top: -21.5px;
        margin-bottom: -21.5px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-20 > * {
        margin-top: 21.5px;
        margin-bottom: 21.5px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-21 {
        margin-right: -14px;
        margin-left: -14px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-21 > * {
        margin-right: 14px;
        margin-left: 14px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-21 {
        margin-top: -14px;
        margin-bottom: -14px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-21 > * {
        margin-top: 14px;
        margin-bottom: 14px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-22 {
        margin-right: -21px;
        margin-left: -21px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-22 > * {
        margin-right: 21px;
        margin-left: 21px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-22 {
        margin-top: -21px;
        margin-bottom: -21px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-22 > * {
        margin-top: 21px;
        margin-bottom: 21px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-23 {
        margin-right: -6px;
        margin-left: -6px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceX-23 > * {
        margin-right: 6px;
        margin-left: 6px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-23 {
        margin-top: -6px;
        margin-bottom: -6px;
    }
    .lp-layout-cluster.lp-extraLargeScreen-spaceY-23 > * {
        margin-top: 6px;
        margin-bottom: 6px;
    }
}

@media screen and (min-width: 1280px) {
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-0 {
        margin-right: 0;
        margin-left: 0;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-0 > * {
        margin-right: 0;
        margin-left: 0;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-0 > * {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-1 {
        margin-right: -2px;
        margin-left: -2px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-1 > * {
        margin-right: 2px;
        margin-left: 2px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-1 {
        margin-top: -2px;
        margin-bottom: -2px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-1 > * {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-2 {
        margin-right: -4px;
        margin-left: -4px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-2 > * {
        margin-right: 4px;
        margin-left: 4px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-2 {
        margin-top: -4px;
        margin-bottom: -4px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-2 > * {
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-3 {
        margin-right: -8px;
        margin-left: -8px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-3 > * {
        margin-right: 8px;
        margin-left: 8px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-3 {
        margin-top: -8px;
        margin-bottom: -8px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-3 > * {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-4 {
        margin-right: -10px;
        margin-left: -10px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-4 > * {
        margin-right: 10px;
        margin-left: 10px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-4 {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-4 > * {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-5 {
        margin-right: -12px;
        margin-left: -12px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-5 > * {
        margin-right: 12px;
        margin-left: 12px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-5 {
        margin-top: -12px;
        margin-bottom: -12px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-5 > * {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-6 {
        margin-right: -13px;
        margin-left: -13px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-6 > * {
        margin-right: 13px;
        margin-left: 13px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-6 {
        margin-top: -13px;
        margin-bottom: -13px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-6 > * {
        margin-top: 13px;
        margin-bottom: 13px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-7 {
        margin-right: -16px;
        margin-left: -16px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-7 > * {
        margin-right: 16px;
        margin-left: 16px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-7 {
        margin-top: -16px;
        margin-bottom: -16px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-7 > * {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-8 {
        margin-right: -20px;
        margin-left: -20px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-8 > * {
        margin-right: 20px;
        margin-left: 20px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-8 {
        margin-top: -20px;
        margin-bottom: -20px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-8 > * {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-9 {
        margin-right: -24px;
        margin-left: -24px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-9 > * {
        margin-right: 24px;
        margin-left: 24px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-9 {
        margin-top: -24px;
        margin-bottom: -24px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-9 > * {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-10 {
        margin-right: -28px;
        margin-left: -28px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-10 > * {
        margin-right: 28px;
        margin-left: 28px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-10 {
        margin-top: -28px;
        margin-bottom: -28px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-10 > * {
        margin-top: 28px;
        margin-bottom: 28px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-11 {
        margin-right: -32px;
        margin-left: -32px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-11 > * {
        margin-right: 32px;
        margin-left: 32px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-11 {
        margin-top: -32px;
        margin-bottom: -32px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-11 > * {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-12 {
        margin-right: -36px;
        margin-left: -36px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-12 > * {
        margin-right: 36px;
        margin-left: 36px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-12 {
        margin-top: -36px;
        margin-bottom: -36px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-12 > * {
        margin-top: 36px;
        margin-bottom: 36px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-13 {
        margin-right: -40px;
        margin-left: -40px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-13 > * {
        margin-right: 40px;
        margin-left: 40px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-13 {
        margin-top: -40px;
        margin-bottom: -40px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-13 > * {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-14 {
        margin-right: -44px;
        margin-left: -44px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-14 > * {
        margin-right: 44px;
        margin-left: 44px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-14 {
        margin-top: -44px;
        margin-bottom: -44px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-14 > * {
        margin-top: 44px;
        margin-bottom: 44px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-15 {
        margin-right: -48px;
        margin-left: -48px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-15 > * {
        margin-right: 48px;
        margin-left: 48px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-15 {
        margin-top: -48px;
        margin-bottom: -48px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-15 > * {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-16 {
        margin-right: -52px;
        margin-left: -52px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-16 > * {
        margin-right: 52px;
        margin-left: 52px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-16 {
        margin-top: -52px;
        margin-bottom: -52px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-16 > * {
        margin-top: 52px;
        margin-bottom: 52px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-17 {
        margin-right: -56px;
        margin-left: -56px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-17 > * {
        margin-right: 56px;
        margin-left: 56px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-17 {
        margin-top: -56px;
        margin-bottom: -56px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-17 > * {
        margin-top: 56px;
        margin-bottom: 56px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-18 {
        margin-right: -60px;
        margin-left: -60px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-18 > * {
        margin-right: 60px;
        margin-left: 60px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-18 {
        margin-top: -60px;
        margin-bottom: -60px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-18 > * {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-19 {
        margin-right: -25px;
        margin-left: -25px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-19 > * {
        margin-right: 25px;
        margin-left: 25px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-19 {
        margin-top: -25px;
        margin-bottom: -25px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-19 > * {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-20 {
        margin-right: -21.5px;
        margin-left: -21.5px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-20 > * {
        margin-right: 21.5px;
        margin-left: 21.5px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-20 {
        margin-top: -21.5px;
        margin-bottom: -21.5px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-20 > * {
        margin-top: 21.5px;
        margin-bottom: 21.5px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-21 {
        margin-right: -14px;
        margin-left: -14px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-21 > * {
        margin-right: 14px;
        margin-left: 14px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-21 {
        margin-top: -14px;
        margin-bottom: -14px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-21 > * {
        margin-top: 14px;
        margin-bottom: 14px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-22 {
        margin-right: -21px;
        margin-left: -21px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-22 > * {
        margin-right: 21px;
        margin-left: 21px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-22 {
        margin-top: -21px;
        margin-bottom: -21px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-22 > * {
        margin-top: 21px;
        margin-bottom: 21px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-23 {
        margin-right: -6px;
        margin-left: -6px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceX-23 > * {
        margin-right: 6px;
        margin-left: 6px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-23 {
        margin-top: -6px;
        margin-bottom: -6px;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-spaceY-23 > * {
        margin-top: 6px;
        margin-bottom: 6px;
    }
}

.lp-layout-cluster.of-nowrap {
    flex-wrap: nowrap;
}

.lp-layout-cluster.of-justifyContent-start {
    justify-content: flex-start;
}

.lp-layout-cluster.of-justifyContent-end {
    justify-content: flex-end;
}

.lp-layout-cluster.of-justifyContent-center {
    justify-content: center;
}

.lp-layout-cluster.of-justifyContent-between {
    justify-content: space-between;
}

@media screen and (max-width: 970px) {
    .lp-layout-cluster.lp-smallScreen-justifyContent-start {
        justify-content: flex-start;
    }
    .lp-layout-cluster.lp-smallScreen-justifyContent-end {
        justify-content: flex-end;
    }
    .lp-layout-cluster.lp-smallScreen-justifyContent-center {
        justify-content: center;
    }
    .lp-layout-cluster.lp-smallScreen-justifyContent-between {
        justify-content: space-between;
    }
}

@media screen and (max-width: 640px) {
    .lp-layout-cluster.lp-extraSmallScreen-justifyContent-start {
        justify-content: flex-start;
    }
    .lp-layout-cluster.lp-extraSmallScreen-justifyContent-end {
        justify-content: flex-end;
    }
    .lp-layout-cluster.lp-extraSmallScreen-justifyContent-center {
        justify-content: center;
    }
    .lp-layout-cluster.lp-extraSmallScreen-justifyContent-between {
        justify-content: space-between;
    }
}

@media screen and (min-width: 971px) {
    .lp-layout-cluster.lp-largeScreen-justifyContent-start {
        justify-content: flex-start;
    }
    .lp-layout-cluster.lp-largeScreen-justifyContent-end {
        justify-content: flex-end;
    }
    .lp-layout-cluster.lp-largeScreen-justifyContent-center {
        justify-content: center;
    }
    .lp-layout-cluster.lp-largeScreen-justifyContent-between {
        justify-content: space-between;
    }
}

@media screen and (min-width: 1280px) {
    .lp-layout-cluster.lp-extraLargeScreen-justifyContent-start {
        justify-content: flex-start;
    }
    .lp-layout-cluster.lp-extraLargeScreen-justifyContent-end {
        justify-content: flex-end;
    }
    .lp-layout-cluster.lp-extraLargeScreen-justifyContent-center {
        justify-content: center;
    }
    .lp-layout-cluster.lp-extraLargeScreen-justifyContent-between {
        justify-content: space-between;
    }
}

@media screen and (min-width: 1280px) {
    .lp-layout-cluster.lp-extraExtraLargeScreen-justifyContent-start {
        justify-content: flex-start;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-justifyContent-end {
        justify-content: flex-end;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-justifyContent-center {
        justify-content: center;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-justifyContent-between {
        justify-content: space-between;
    }
}

.lp-layout-cluster.of-alignItems-start {
    align-items: flex-start;
}

.lp-layout-cluster.of-alignItems-end {
    align-items: flex-end;
}

.lp-layout-cluster.of-alignItems-center {
    align-items: center;
}

.lp-layout-cluster.of-alignItems-baseline {
    align-items: baseline;
}

@media screen and (max-width: 970px) {
    .lp-layout-cluster.lp-smallScreen-alignItems-start {
        align-items: flex-start;
    }
    .lp-layout-cluster.lp-smallScreen-alignItems-end {
        align-items: flex-end;
    }
    .lp-layout-cluster.lp-smallScreen-alignItems-center {
        align-items: center;
    }
    .lp-layout-cluster.lp-smallScreen-alignItems-baseline {
        align-items: baseline;
    }
}

@media screen and (max-width: 640px) {
    .lp-layout-cluster.lp-extraSmallScreen-alignItems-start {
        align-items: flex-start;
    }
    .lp-layout-cluster.lp-extraSmallScreen-alignItems-end {
        align-items: flex-end;
    }
    .lp-layout-cluster.lp-extraSmallScreen-alignItems-center {
        align-items: center;
    }
    .lp-layout-cluster.lp-extraSmallScreen-alignItems-baseline {
        align-items: baseline;
    }
}

@media screen and (min-width: 971px) {
    .lp-layout-cluster.lp-largeScreen-alignItems-start {
        align-items: flex-start;
    }
    .lp-layout-cluster.lp-largeScreen-alignItems-end {
        align-items: flex-end;
    }
    .lp-layout-cluster.lp-largeScreen-alignItems-center {
        align-items: center;
    }
    .lp-layout-cluster.lp-largeScreen-alignItems-baseline {
        align-items: baseline;
    }
}

@media screen and (min-width: 1280px) {
    .lp-layout-cluster.lp-extraLargeScreen-alignItems-start {
        align-items: flex-start;
    }
    .lp-layout-cluster.lp-extraLargeScreen-alignItems-end {
        align-items: flex-end;
    }
    .lp-layout-cluster.lp-extraLargeScreen-alignItems-center {
        align-items: center;
    }
    .lp-layout-cluster.lp-extraLargeScreen-alignItems-baseline {
        align-items: baseline;
    }
}

@media screen and (min-width: 1280px) {
    .lp-layout-cluster.lp-extraExtraLargeScreen-alignItems-start {
        align-items: flex-start;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-alignItems-end {
        align-items: flex-end;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-alignItems-center {
        align-items: center;
    }
    .lp-layout-cluster.lp-extraExtraLargeScreen-alignItems-baseline {
        align-items: baseline;
    }
}

.lp-jumbotron-content {
    display: flex;
    flex-direction: row-reverse;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 26px;
}

.lp-jumbotron-content > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1920px) {
    .lp-jumbotron-content {
        padding-right: calc(2rem + ((1vw - 0.97rem) * (0.63158)));
        padding-left: calc(2rem + ((1vw - 0.97rem) * (0.63158)));
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        padding: 0 20px;
    }
}

.lp-jumbotron-body {
    flex: 1;
    min-width: 720px;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1920px) {
    .lp-jumbotron-body {
        min-width: calc(24rem + ((1vw - 0.36rem) * (32.4359)));
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-body {
        width: 100%;
    }
}

.lp-jumbotron-image {
    position: relative;
    width: 100%;
    margin-right: 26px;
    margin-left: -325px;
    padding-top: 30px;
}

.lp-jumbotron-image > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1920px) {
    .lp-jumbotron-image {
        width: calc(68rem + ((1vw - 0.97rem) * (81.68421)));
        margin-left: calc(-15rem + ((1vw - 0.97rem) * (-18.42105)));
        padding-top: calc(0.8rem + ((1vw - 0.97rem) * (2.31579)));
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-image {
        width: calc(43rem + ((1vw - 0.36rem) * (131.14754)));
        margin-right: 0;
        margin-left: calc(-11rem + ((1vw - 0.36rem) * (-27.86885)));
        padding-top: 8px;
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron-image {
        width: 430px;
        margin-left: -110px;
        padding-top: 8px;
    }
}

.lp-jumbotron-image::before {
    display: block;
    position: absolute;
    top: 0;
    right: 211px;
    width: calc(100vw);
    height: 748px;
    background-color: #e3e7eb;
    content: "";
}

@media screen and (max-width: 1920px) {
    .lp-jumbotron-image::before {
        right: calc(2.8rem + ((1vw - 0.36rem) * (11.73077)));
        height: calc(24.5rem + ((1vw - 0.36rem) * (32.24359)));
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron-image::before {
        right: 28px;
        height: 245px;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 24px;
    font-size: 7rem;
    font-weight: normal;
    line-height: 1.3;
}

@media screen and (max-width: 1920px) {
    .lp-jumbotron-title {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (0.51282)));
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (3.07692)));
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron-title {
        margin-bottom: 16px;
        font-size: 2.2rem;
        line-height: 1.4;
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: 32px;
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1920px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(2.6rem + ((1vw - 0.36rem) * (0.38462)));
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 26px;
    }
}

.lp-jumbotron-titleLevel2 {
    font-size: 15rem;
    font-weight: bold;
    line-height: 1.2;
}

@media screen and (max-width: 1920px) {
    .lp-jumbotron-titleLevel2 {
        font-size: calc(6rem + ((1vw - 0.36rem) * (5.76923)));
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron-titleLevel2 {
        font-size: 6rem;
    }
}

.lp-jumbotron-titleLevel3 {
    font-size: 11rem;
    font-weight: bold;
}

@media screen and (max-width: 1920px) {
    .lp-jumbotron-titleLevel3 {
        font-size: calc(4.4rem + ((1vw - 0.36rem) * (4.23077)));
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron-titleLevel3 {
        font-size: 4.4rem;
    }
}

.lp-jumbotron-series {
    display: block;
    font-size: 2.6rem;
    font-weight: normal;
    line-height: 1.15;
}

@media screen and (max-width: 1920px) {
    .lp-jumbotron-series {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.64103)));
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron-series {
        font-size: 1.6rem;
    }
}

.lp-jumbotron-seriesGroup {
    display: block;
}

.lp-jumbotron-seriesGroup > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-seriesGroup.of-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -8px 0 8px -16px;
}

.lp-jumbotron-seriesGroup.of-flex > * {
    margin-top: 8px;
    padding-left: 16px;
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-seriesGroup.of-flex {
        flex-direction: column;
    }
}

.lp-jumbotron-seriesName {
    display: inline-block;
}

.lp-jumbotron-labelGroup {
    display: block;
    padding: 0 60px;
}

.lp-jumbotron-labelGroup > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1920px) {
    .lp-jumbotron-labelGroup {
        padding-right: calc(3.2rem + ((1vw - 0.36rem) * (1.79487)));
        padding-left: calc(3.2rem + ((1vw - 0.36rem) * (1.79487)));
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron-labelGroup {
        padding: 0;
    }
}

.lp-jumbotron-labelGroup.of-primary {
    padding: 0 90px;
}

@media screen and (max-width: 1920px) {
    .lp-jumbotron-labelGroup.of-primary {
        padding-right: calc(0.8rem + ((1vw - 0.36rem) * (5.25641)));
        padding-left: calc(0.8rem + ((1vw - 0.36rem) * (5.25641)));
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron-labelGroup.of-primary {
        padding: 0;
    }
}

.lp-jumbotron-releaseLabel {
    display: block;
    position: relative;
    padding-bottom: 8px;
    color: #e60012;
    font-size: 3rem;
    font-weight: bold;
    text-align: left;
}

@media screen and (max-width: 1920px) {
    .lp-jumbotron-releaseLabel {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.76923)));
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-releaseLabel {
        display: inline-block;
        padding-bottom: 6px;
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron-releaseLabel {
        font-size: 1.8rem;
    }
}

.lp-jumbotron-releaseLabel::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 2px;
    background-color: #e60012;
    content: "";
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-releaseLabel::after {
        min-width: 100%;
        max-width: 100%;
    }
}

.lp-jumbotron-featureLabel {
    font-size: 20rem;
    font-weight: bold;
    line-height: 1.3;
}

@media screen and (max-width: 1920px) {
    .lp-jumbotron-featureLabel {
        font-size: calc(6.2rem + ((1vw - 0.36rem) * (8.84615)));
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron-featureLabel {
        display: block;
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron-featureLabel {
        font-size: 6.2rem;
        line-height: 1.2;
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-body, .lp-jumbotron.of-secondary .lp-jumbotron-body, .lp-jumbotron.of-tertiary .lp-jumbotron-body {
    min-width: 852px;
    padding: 68px 0;
}

@media screen and (max-width: 1920px) {
    .lp-jumbotron.of-primary .lp-jumbotron-body, .lp-jumbotron.of-secondary .lp-jumbotron-body, .lp-jumbotron.of-tertiary .lp-jumbotron-body {
        min-width: calc(24rem + ((1vw - 0.97rem) * (64.42105)));
        padding-top: calc(2rem + ((1vw - 0.97rem) * (5.05263)));
        padding-bottom: calc(2rem + ((1vw - 0.97rem) * (5.05263)));
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron.of-primary .lp-jumbotron-body, .lp-jumbotron.of-secondary .lp-jumbotron-body, .lp-jumbotron.of-tertiary .lp-jumbotron-body {
        width: 100%;
        padding: 0;
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-titleGroup, .lp-jumbotron.of-secondary .lp-jumbotron-titleGroup, .lp-jumbotron.of-tertiary .lp-jumbotron-titleGroup {
    margin-bottom: 50px;
}

.lp-jumbotron.of-primary .lp-jumbotron-title, .lp-jumbotron.of-secondary .lp-jumbotron-title, .lp-jumbotron.of-tertiary .lp-jumbotron-title {
    margin-bottom: 96px;
    font-size: 7.4rem;
    font-weight: 600;
    line-height: 1.17;
}

@media screen and (max-width: 1920px) {
    .lp-jumbotron.of-primary .lp-jumbotron-title, .lp-jumbotron.of-secondary .lp-jumbotron-title, .lp-jumbotron.of-tertiary .lp-jumbotron-title {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (4.61538)));
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (3.33333)));
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron.of-primary .lp-jumbotron-title, .lp-jumbotron.of-secondary .lp-jumbotron-title, .lp-jumbotron.of-tertiary .lp-jumbotron-title {
        line-height: 1.4;
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron.of-primary .lp-jumbotron-title, .lp-jumbotron.of-secondary .lp-jumbotron-title, .lp-jumbotron.of-tertiary .lp-jumbotron-title {
        margin-bottom: 24px;
        font-size: 2.2rem;
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-series, .lp-jumbotron.of-secondary .lp-jumbotron-series, .lp-jumbotron.of-tertiary .lp-jumbotron-series {
    font-size: 2.8rem;
    line-height: 1.3;
}

@media screen and (max-width: 1920px) {
    .lp-jumbotron.of-primary .lp-jumbotron-series, .lp-jumbotron.of-secondary .lp-jumbotron-series, .lp-jumbotron.of-tertiary .lp-jumbotron-series {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.76923)));
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron.of-primary .lp-jumbotron-series, .lp-jumbotron.of-secondary .lp-jumbotron-series, .lp-jumbotron.of-tertiary .lp-jumbotron-series {
        font-size: 1.6rem;
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-image, .lp-jumbotron.of-secondary .lp-jumbotron-image, .lp-jumbotron.of-tertiary .lp-jumbotron-image {
    margin-right: 64px;
    margin-left: -345px;
    padding-top: 0;
}

@media screen and (max-width: 1920px) {
    .lp-jumbotron.of-primary .lp-jumbotron-image, .lp-jumbotron.of-secondary .lp-jumbotron-image, .lp-jumbotron.of-tertiary .lp-jumbotron-image {
        width: calc(60rem + ((1vw - 0.97rem) * (69.47368)));
        margin-right: calc(3.2rem + ((1vw - 0.97rem) * (3.36842)));
        margin-left: calc(-17rem + ((1vw - 0.97rem) * (-18.42105)));
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron.of-primary .lp-jumbotron-image, .lp-jumbotron.of-secondary .lp-jumbotron-image, .lp-jumbotron.of-tertiary .lp-jumbotron-image {
        width: calc(45rem + ((1vw - 0.36rem) * (122.95082)));
        margin-right: 0;
        margin-left: calc(-13rem + ((1vw - 0.36rem) * (-31.14754)));
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron.of-primary .lp-jumbotron-image, .lp-jumbotron.of-secondary .lp-jumbotron-image, .lp-jumbotron.of-tertiary .lp-jumbotron-image {
        width: 450px;
        margin-left: -130px;
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-image::before, .lp-jumbotron.of-secondary .lp-jumbotron-image::before, .lp-jumbotron.of-tertiary .lp-jumbotron-image::before {
    right: 120px;
    height: 748px;
}

@media screen and (max-width: 1920px) {
    .lp-jumbotron.of-primary .lp-jumbotron-image::before, .lp-jumbotron.of-secondary .lp-jumbotron-image::before, .lp-jumbotron.of-tertiary .lp-jumbotron-image::before {
        right: calc(6.6rem + ((1vw - 0.97rem) * (5.68421)));
        height: calc(35.8rem + ((1vw - 0.97rem) * (41.05263)));
    }
}

@media screen and (max-width: 970px) {
    .lp-jumbotron.of-primary .lp-jumbotron-image::before, .lp-jumbotron.of-secondary .lp-jumbotron-image::before, .lp-jumbotron.of-tertiary .lp-jumbotron-image::before {
        right: calc(4.4rem + ((1vw - 0.36rem) * (11.28205)));
        height: calc(26.8rem + ((1vw - 0.36rem) * (73.11475)));
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron.of-primary .lp-jumbotron-image::before, .lp-jumbotron.of-secondary .lp-jumbotron-image::before, .lp-jumbotron.of-tertiary .lp-jumbotron-image::before {
        right: 44px;
        height: 268px;
    }
}

.lp-jumbotron.of-secondary .lp-jumbotron-body {
    padding-top: 0;
}

.lp-jumbotron.of-secondary .lp-jumbotron-title {
    font-size: 10rem;
    line-height: 1.3;
}

@media screen and (max-width: 1920px) {
    .lp-jumbotron.of-secondary .lp-jumbotron-title {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (4.87179)));
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron.of-secondary .lp-jumbotron-title {
        font-size: 2.4rem;
    }
}

.lp-jumbotron.of-tertiary .lp-jumbotron-body {
    padding-top: 0;
}

@media screen and (max-width: 970px) {
    .is-ie11 .lp-jumbotron-body {
        flex: 0 1 auto;
    }
}

.is-ie11 .lp-jumbotron-image {
    min-height: 0%;
}

.lp-section-content {
    max-width: 1920px;
    margin: 0 auto;
    padding: 120px 26px;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1920px) {
    .lp-section-content {
        padding-top: calc(8rem + ((1vw - 0.97rem) * (4.21053)));
        padding-right: calc(2rem + ((1vw - 0.97rem) * (0.63158)));
        padding-bottom: calc(8rem + ((1vw - 0.97rem) * (4.21053)));
        padding-left: calc(2rem + ((1vw - 0.97rem) * (0.63158)));
    }
}

@media screen and (max-width: 970px) {
    .lp-section-content {
        padding: 80px 20px;
    }
}

.lp-section.of-primary > .lp-section-content {
    padding-top: 0;
}

.lp-section.of-secondary {
    background-color: #d8dde1;
}

.lp-section.of-secondary > .lp-section-content {
    padding: 80px 26px;
}

@media screen and (max-width: 1920px) {
    .lp-section.of-secondary > .lp-section-content {
        padding-top: calc(4rem + ((1vw - 0.97rem) * (4.21053)));
        padding-right: calc(2rem + ((1vw - 0.97rem) * (0.63158)));
        padding-bottom: calc(4rem + ((1vw - 0.97rem) * (4.21053)));
        padding-left: calc(2rem + ((1vw - 0.97rem) * (0.63158)));
    }
}

@media screen and (max-width: 970px) {
    .lp-section.of-secondary > .lp-section-content {
        padding: 40px 20px;
    }
}

.lp-section.of-tertiary > .lp-section-content {
    padding-top: 30px;
}

@media screen and (max-width: 1920px) {
    .lp-section.of-tertiary > .lp-section-content {
        padding-top: calc(8rem + ((1vw - 0.97rem) * (-5.26316)));
    }
}

@media screen and (max-width: 970px) {
    .lp-section.of-tertiary > .lp-section-content {
        padding-top: 80px;
    }
}

.lp-section-inner {
    max-width: 717px;
    margin: 0 auto;
}

.lp-section-inner > *:last-child {
    margin-bottom: 0;
}

.lp-section-inner.of-primary {
    max-width: 1280px;
    margin: 0 auto;
}

.lp-section-inner.of-primary > *:last-child {
    margin-bottom: 0;
}

.lp-headingLevel2 {
    margin-bottom: 40px;
    font-size: 8rem;
    font-weight: normal;
    line-height: 1.2;
}

@media screen and (max-width: 1920px) {
    .lp-headingLevel2 {
        font-size: calc(2.6rem + ((1vw - 0.36rem) * (3.46154)));
    }
}

@media screen and (max-width: 360px) {
    .lp-headingLevel2 {
        font-size: 2.6rem;
    }
}

.lp-headingLevel2.of-primary {
    margin-bottom: 16px;
}

@media screen and (max-width: 970px) {
    .lp-headingLevel2.of-primary {
        margin-bottom: 4px;
    }
}

.lp-headingLevel2.of-secondary {
    font-size: 4.6rem;
    font-weight: 600;
    line-height: 1.3;
}

@media screen and (max-width: 1920px) {
    .lp-headingLevel2.of-secondary {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.41026)));
    }
}

@media screen and (max-width: 970px) {
    .lp-headingLevel2.of-secondary {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 360px) {
    .lp-headingLevel2.of-secondary {
        font-size: 2.4rem;
    }
}

.lp-headingLevel2.of-tertiary, .lp-headingLevel2.of-quaternary {
    display: flex;
    justify-content: center;
    margin: -32px 0 8px -32px;
    font-size: 4.6rem;
    font-weight: 600;
    line-height: 1.3;
}

@media screen and (max-width: 1920px) {
    .lp-headingLevel2.of-tertiary, .lp-headingLevel2.of-quaternary {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.41026)));
    }
}

@media screen and (max-width: 970px) {
    .lp-headingLevel2.of-tertiary, .lp-headingLevel2.of-quaternary {
        flex-direction: column;
        align-items: center;
        margin: -16px 0 8px -16px;
    }
}

@media screen and (max-width: 360px) {
    .lp-headingLevel2.of-tertiary, .lp-headingLevel2.of-quaternary {
        font-size: 2.4rem;
    }
}

.lp-headingLevel2.of-tertiary > span, .lp-headingLevel2.of-quaternary > span {
    margin-top: 32px;
    padding-left: 32px;
}

@media screen and (max-width: 970px) {
    .lp-headingLevel2.of-tertiary > span, .lp-headingLevel2.of-quaternary > span {
        margin-top: 16px;
        padding-left: 16px;
    }
}

.lp-headingLevel2.of-quaternary {
    font-size: 5.2rem;
    font-weight: bold;
    line-height: 1.3;
}

@media screen and (max-width: 1920px) {
    .lp-headingLevel2.of-quaternary {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.79487)));
    }
}

@media screen and (max-width: 360px) {
    .lp-headingLevel2.of-quaternary {
        font-size: 2.4rem;
    }
}

.lp-headingLevel3 {
    margin-bottom: 40px;
    font-size: 5.6rem;
    font-weight: normal;
    line-height: 1.4;
}

@media screen and (max-width: 1920px) {
    .lp-headingLevel3 {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (1.02564)));
        font-size: calc(2.6rem + ((1vw - 0.36rem) * (1.92308)));
    }
}

@media screen and (max-width: 360px) {
    .lp-headingLevel3 {
        margin-bottom: 24px;
        font-size: 2.6rem;
    }
}

.lp-headingLevel3 > em {
    font-weight: bold;
}

.lp-headingLevel3.of-primary {
    font-size: 4.6rem;
    line-height: 1.3;
}

@media screen and (max-width: 1920px) {
    .lp-headingLevel3.of-primary {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.41026)));
    }
}

@media screen and (max-width: 360px) {
    .lp-headingLevel3.of-primary {
        font-size: 2.4rem;
    }
}

.lp-headingLevel3.of-primary > em {
    font-weight: 600;
}

.lp-headingLevel3.of-secondary {
    font-size: 5.2rem;
}

@media screen and (max-width: 1920px) {
    .lp-headingLevel3.of-secondary {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.79487)));
    }
}

@media screen and (max-width: 360px) {
    .lp-headingLevel3.of-secondary {
        font-size: 2.4rem;
    }
}

.lp-headingLevel4 {
    margin-bottom: 24px;
    font-size: 2.6rem;
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width: 1920px) {
    .lp-headingLevel4 {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.51282)));
    }
}

@media screen and (max-width: 360px) {
    .lp-headingLevel4 {
        font-size: 1.8rem;
    }
}

.lp-headingLevel4.of-primary {
    font-size: 3.2rem;
    font-weight: 600;
}

@media screen and (max-width: 1920px) {
    .lp-headingLevel4.of-primary {
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (0.64103)));
    }
}

@media screen and (max-width: 360px) {
    .lp-headingLevel4.of-primary {
        font-size: 2.2rem;
    }
}

.lp-headingLevel4.of-secondary {
    font-size: 2.4rem;
}

@media screen and (max-width: 1920px) {
    .lp-headingLevel4.of-secondary {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.38462)));
    }
}

@media screen and (max-width: 360px) {
    .lp-headingLevel4.of-secondary {
        font-size: 1.8rem;
    }
}

.lp-navigationTab {
    display: flex;
    position: relative;
    align-items: center;
    max-width: 840px;
    margin: 0 auto 32px;
}

.lp-navigationTab-text {
    display: inline-block;
    z-index: 10;
    position: relative;
    padding-left: 32px;
    color: #999;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.9;
}

@media screen and (max-width: 1920px) {
    .lp-navigationTab-text {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.64103)));
    }
}

@media screen and (max-width: 360px) {
    .lp-navigationTab-text {
        font-size: 1.8rem;
    }
}

.lp-navigationTab-text::before, .lp-navigationTab-text::after {
    display: block;
    position: absolute;
    left: 8px;
    width: 14px;
    height: 3px;
    border-radius: 3px;
    background-color: #999;
    content: "";
    transition: all 0.2s;
}

@media screen and (max-width: 360px) {
    .lp-navigationTab-text::before, .lp-navigationTab-text::after {
        width: 10px;
        height: 2px;
    }
}

.lp-navigationTab-text::before {
    top: calc(50% + 4px);
    transform: rotate(-45deg);
}

@media screen and (max-width: 360px) {
    .lp-navigationTab-text::before {
        top: calc(50% + 3px);
    }
}

.lp-navigationTab-text::after {
    top: calc(50% - 5px);
    transform: rotate(45deg);
}

@media screen and (max-width: 360px) {
    .lp-navigationTab-text::after {
        top: calc(50% - 4px);
    }
}

.lp-navigationTab-button {
    display: block;
    z-index: 20;
    padding: 16px;
    overflow: hidden;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
}

@media screen and (max-width: 1920px) {
    .lp-navigationTab-button {
        padding: calc(1.2rem + ((1vw - 0.36rem) * (0.25641)));
    }
}

@media screen and (max-width: 360px) {
    .lp-navigationTab-button {
        padding: 12px;
    }
}

.lp-navigationTab-list {
    display: flex;
    z-index: 0;
    position: relative;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px;
    border-radius: 8px;
    background: #e7e7e7;
}

.lp-navigationTab-list > li {
    width: 50%;
}

.lp-navigationTab-item {
    max-width: 1280px;
    margin: 0 auto 32px;
}

.lp-navigationTab-item > *:last-child {
    margin-bottom: 0;
}

[data-script-enabled="true"] .lp-navigationTab-item:not(.is-active) {
    display: none;
}

[data-script-enabled="true"] .lp-navigationTab-item.is-active {
    display: block;
    animation-name: tab-fade-in;
    animation-duration: 1.4s;
    animation-timing-function: ease-out;
    animation-delay: 0.2;
}

[data-script-enabled="true"] .lp-navigationTab-list > li > .lp-navigationTab-button.is-active > .lp-navigationTab-text {
    color: #fff;
}

[data-script-enabled="true"] .lp-navigationTab-list > li > .lp-navigationTab-button.is-active > .lp-navigationTab-text::before, [data-script-enabled="true"] .lp-navigationTab-list > li > .lp-navigationTab-button.is-active > .lp-navigationTab-text::after {
    background: #fff;
}

[data-script-enabled="true"] .lp-navigationTab-list > li > .lp-navigationTab-button.is-active > .lp-navigationTab-text::before {
    top: 50%;
    left: 0;
    transform: rotate(45deg);
}

@media screen and (max-width: 360px) {
    [data-script-enabled="true"] .lp-navigationTab-list > li > .lp-navigationTab-button.is-active > .lp-navigationTab-text::before {
        left: 2px;
    }
}

[data-script-enabled="true"] .lp-navigationTab-list > li > .lp-navigationTab-button.is-active > .lp-navigationTab-text::after {
    top: 50%;
    left: 9px;
    transform: rotate(135deg);
}

[data-script-enabled="true"] .lp-navigationTab-list::before {
    display: block;
    z-index: -5;
    position: absolute;
    top: 0;
    left: 8px;
    width: calc(50% - 8px);
    height: calc(100% - 16px);
    margin-top: 8px;
    margin-right: 8px;
    border-radius: 8px;
    background: #495082;
    content: "";
    transition: left 0.6s;
}

[data-script-enabled="true"] .lp-navigationTab-list.is-last-hover::before, [data-script-enabled="true"] .lp-navigationTab-list.is-last-active::before {
    left: 50%;
    transition: left 0.6s;
}

[data-script-enabled="true"] .lp-navigationTab-list.is-hover > li > .lp-navigationTab-button > .lp-navigationTab-text {
    color: #999;
    transition: 0.6s;
}

[data-script-enabled="true"] .lp-navigationTab-list.is-hover > li > .lp-navigationTab-button > .lp-navigationTab-text::before, [data-script-enabled="true"] .lp-navigationTab-list.is-hover > li > .lp-navigationTab-button > .lp-navigationTab-text::after {
    background: #999;
    transition: 0.6s;
}

[data-script-enabled="true"] .lp-navigationTab-list.is-hover > li > .lp-navigationTab-button > .lp-navigationTab-text::before {
    top: calc(50% + 4px);
    left: 8px;
    transform: rotate(-45deg);
    transition: transform 0.2s;
}

@media screen and (max-width: 360px) {
    [data-script-enabled="true"] .lp-navigationTab-list.is-hover > li > .lp-navigationTab-button > .lp-navigationTab-text::before {
        top: calc(50% + 3px);
    }
}

[data-script-enabled="true"] .lp-navigationTab-list.is-hover > li > .lp-navigationTab-button > .lp-navigationTab-text::after {
    top: calc(50% - 5px);
    left: 8px;
    transform: rotate(45deg);
    transition: transform 0.2s;
}

@media screen and (max-width: 360px) {
    [data-script-enabled="true"] .lp-navigationTab-list.is-hover > li > .lp-navigationTab-button > .lp-navigationTab-text::after {
        top: calc(50% - 4px);
    }
}

[data-script-enabled="true"] .lp-navigationTab-list.is-hover > li > .lp-navigationTab-button:hover > .lp-navigationTab-text {
    color: #fff;
    transition: 0.6s;
}

[data-script-enabled="true"] .lp-navigationTab-list.is-hover > li > .lp-navigationTab-button:hover > .lp-navigationTab-text::before, [data-script-enabled="true"] .lp-navigationTab-list.is-hover > li > .lp-navigationTab-button:hover > .lp-navigationTab-text::after {
    background: #fff;
    transition: 0.6s;
}

[data-script-enabled="true"] .lp-navigationTab-list.is-hover > li > .lp-navigationTab-button:hover > .lp-navigationTab-text::before {
    top: 50%;
    left: 0;
    transform: rotate(45deg);
    transition: transform 0.2s;
}

@media screen and (max-width: 360px) {
    [data-script-enabled="true"] .lp-navigationTab-list.is-hover > li > .lp-navigationTab-button:hover > .lp-navigationTab-text::before {
        left: 2px;
    }
}

[data-script-enabled="true"] .lp-navigationTab-list.is-hover > li > .lp-navigationTab-button:hover > .lp-navigationTab-text::after {
    top: 50%;
    left: 9px;
    transform: rotate(135deg);
    transition: transform 0.2s;
}

@keyframes tab-fade-in {
    0% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

.lp-navigationSeries {
    margin: 0 auto;
    padding: 0;
    border: 0;
    color: #fff;
}

.lp-navigationSeries-linkList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -14px 0 16px -49px;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
}

@media screen and (max-width: 970px) {
    .lp-navigationSeries-linkList {
        margin: -14px 0 16px -16px;
    }
}

.lp-navigationSeries-linkList > li {
    position: relative;
    margin: 14px 0 0 49px;
    color: #fff;
    font-size: 1.4rem;
}

@media screen and (max-width: 970px) {
    .lp-navigationSeries-linkList > li {
        margin: 14px 0 0 16px;
        font-size: 1.2rem;
    }
}

.lp-navigationSeries-linkList > li::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -24px;
    width: 1px;
    height: 13px;
    transform: translateY(-50%);
    background-color: #ccc;
    content: "";
}

@media screen and (max-width: 970px) {
    .lp-navigationSeries-linkList > li::before {
        left: -8px;
    }
}

.lp-navigationSeries-linkList > li:first-child::before {
    display: none;
}

.lp-navigationSeries-linkList > li a {
    color: #fff;
}

.lp-navigationSeries-linkList > li a::before {
    display: none;
}

.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;
}

.lp-buttonConversion > *:last-child {
    margin-bottom: 0;
}

@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-triangleIconTriangle .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body::before {
    position: absolute;
    top: 50%;
    left: 26px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 13px solid #fff;
    content: "";
}

.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: #0065bb;
}

.lp-figure {
    margin-bottom: 0;
}

.lp-figure > *:last-child {
    margin-bottom: 0;
}

.lp-figureAnimation {
    position: relative;
}

.lp-figureAnimation.of-primary, .lp-figureAnimation.of-secondary {
    width: calc(100% + 52px);
    margin-bottom: 8px;
    margin-left: -26px;
}

@media screen and (max-width: 970px) {
    .lp-figureAnimation.of-primary, .lp-figureAnimation.of-secondary {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
}

.lp-figureAnimation.of-primary::before, .lp-figureAnimation.of-secondary::before {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: -26px;
    width: calc(83.33% + 26px);
    height: 660px;
    background: #e0e4e8;
    content: "";
}

@media screen and (max-width: 1920px) {
    .lp-figureAnimation.of-primary::before, .lp-figureAnimation.of-secondary::before {
        height: calc(14.3rem + ((1vw - 0.36rem) * (33.14103)));
    }
}

@media screen and (max-width: 970px) {
    .lp-figureAnimation.of-primary::before, .lp-figureAnimation.of-secondary::before {
        -webkit-clip-path: none;
        animation: none;
        clip-path: none;
    }
}

@media screen and (max-width: 360px) {
    .lp-figureAnimation.of-primary::before, .lp-figureAnimation.of-secondary::before {
        height: 143px;
    }
}

.lp-figureAnimation.of-primary::after, .lp-figureAnimation.of-secondary::after {
    display: block;
    z-index: -10;
    position: absolute;
    top: 0;
    right: 1894px;
    width: calc(100vw);
    height: 660px;
    background: #e0e4e8;
    content: "";
}

@media screen and (max-width: 1920px) {
    .lp-figureAnimation.of-primary::after, .lp-figureAnimation.of-secondary::after {
        content: none;
    }
}

.lp-figureAnimation.of-secondary::before {
    top: 96px;
    height: 760px;
}

@media screen and (max-width: 1920px) {
    .lp-figureAnimation.of-secondary::before {
        top: calc(1.8rem + ((1vw - 0.36rem) * (5)));
        height: calc(14.3rem + ((1vw - 0.36rem) * (39.55128)));
    }
}

@media screen and (max-width: 360px) {
    .lp-figureAnimation.of-secondary::before {
        top: 18px;
        height: 143px;
    }
}

.lp-figureAnimation.of-secondary::after {
    top: 96px;
    height: 760px;
}

.lp-figureAnimation-image {
    display: block;
}

.lp-figureAnimation-image.of-secondary, .lp-figureAnimation-image.of-tertiary, .lp-figureAnimation-image.of-septenary, .lp-figureAnimation-image.of-octonary {
    opacity: 0;
}

.lp-figureAnimation-image.of-quaternary, .lp-figureAnimation-image.of-quinary, .lp-figureAnimation-image.of-senary, .lp-figureAnimation-image.of-novenary, .lp-figureAnimation-image.of-decenary {
    opacity: 1;
}

.lp-figureAnimation-image.of-primary, .lp-figureAnimation-image.of-secondary, .lp-figureAnimation-image.of-tertiary, .lp-figureAnimation-image.of-quaternary, .lp-figureAnimation-image.of-quinary, .lp-figureAnimation-image.of-septenary, .lp-figureAnimation-image.of-octonary, .lp-figureAnimation-image.of-novenary, .lp-figureAnimation-image.of-decenary, .lp-figureAnimation-image.of-shadow {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.lp-figureAnimation-image.of-shadow {
    z-index: 0;
}

[data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-secondary {
    animation: showAnimation02 2.1s ease forwards;
}

@media screen and (max-width: 970px) {
    [data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-secondary {
        animation: none;
        opacity: 0;
    }
}

[data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-tertiary {
    animation: showAnimation02 1.4s ease 1.3s forwards;
}

@media screen and (max-width: 970px) {
    [data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-tertiary {
        animation: none;
        opacity: 0;
    }
}

[data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-quinary {
    animation: showAnimation01 1.4s ease 2s forwards;
    opacity: 0;
}

@media screen and (max-width: 970px) {
    [data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-quinary {
        animation: none;
        opacity: 1;
    }
}

[data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-quaternary {
    animation: showAnimation01 1.4s ease 2.8s forwards;
    opacity: 0;
}

@media screen and (max-width: 970px) {
    [data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-quaternary {
        animation: none;
        opacity: 1;
    }
}

[data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-senary {
    -webkit-clip-path: inset(0 100% 0 0);
    animation: inset-left 0.8s ease 1.2s forwards;
    clip-path: inset(0 100% 0 0);
}

@media screen and (max-width: 970px) {
    [data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-senary {
        -webkit-clip-path: none;
        animation: none;
        clip-path: none;
        opacity: 1;
    }
}

[data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-septenary {
    animation: showAnimation03 2.4s ease 2.6s forwards;
    opacity: 1;
}

@media screen and (max-width: 970px) {
    [data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-septenary {
        animation: none;
        opacity: 0;
    }
}

[data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-octonary {
    animation: showAnimation02 1.4s ease 2s forwards;
}

@media screen and (max-width: 970px) {
    [data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-octonary {
        animation: none;
        opacity: 0;
    }
}

[data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-decenary {
    animation: showAnimation01 1.4s ease 2.8s forwards;
    opacity: 0;
}

@media screen and (max-width: 970px) {
    [data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-decenary {
        animation: none;
        opacity: 1;
    }
}

[data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-novenary {
    animation: showAnimation01 2s ease 3.6s forwards;
    opacity: 0;
}

@media screen and (max-width: 970px) {
    [data-script-enabled="true"] .lp-figureAnimation.is-active > .lp-figureAnimation-image.of-novenary {
        animation: none;
        opacity: 1;
    }
}

[data-script-enabled="true"] .lp-figureAnimation.is-active.of-primary::before {
    -webkit-clip-path: inset(0 85% 0 0);
    z-index: -1;
    animation: inset-left 0.6s ease 1.2s forwards;
    clip-path: inset(0 85% 0 0);
}

@media screen and (max-width: 970px) {
    [data-script-enabled="true"] .lp-figureAnimation.is-active.of-primary::before {
        -webkit-clip-path: none;
        animation: none;
        clip-path: none;
        opacity: 1;
    }
}

@keyframes showAnimation01 {
    0% {
        opacity: 0;
    }
    33%,
    100% {
        opacity: 1;
    }
}

@keyframes showAnimation02 {
    0% {
        opacity: 0;
    }
    33%,
    66% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes showAnimation03 {
    0% {
        opacity: 1;
    }
    44%,
    100% {
        opacity: 0;
    }
}

@keyframes inset-left {
    0% {
        -webkit-clip-path: inset(0 85% 0 0);
        clip-path: inset(0 85% 0 0);
    }
    100% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
}

.is-ie11 .lp-figureAnimation-image {
    width: 100%;
    min-height: 0%;
}

.lp-media {
    display: flex;
}

.lp-media-title {
    margin-bottom: 8px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
}

@media screen and (max-width: 1920px) {
    .lp-media-title {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.38462)));
    }
}

@media screen and (max-width: 360px) {
    .lp-media-title {
        font-size: 1.8rem;
    }
}

.lp-media-text {
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.4;
}

@media screen and (max-width: 1920px) {
    .lp-media-text {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.12821)));
    }
}

@media screen and (max-width: 360px) {
    .lp-media-text {
        font-size: 1.6rem;
    }
}

.lp-media-body {
    flex: 1;
}

.lp-media.of-primary .lp-media-text {
    margin-bottom: 32px;
    font-size: 3.2rem;
    font-weight: normal;
    line-height: 1.5;
}

@media screen and (max-width: 1920px) {
    .lp-media.of-primary .lp-media-text {
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.76923)));
    }
}

@media screen and (max-width: 360px) {
    .lp-media.of-primary .lp-media-text {
        font-size: 2rem;
    }
}

.lp-media.of-secondary .lp-media-text {
    font-size: 1.6rem;
}

@media screen and (max-width: 1920px) {
    .lp-media.of-secondary .lp-media-text {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.12821)));
    }
}

@media screen and (max-width: 360px) {
    .lp-media.of-secondary .lp-media-text {
        font-size: 1.4rem;
    }
}

.lp-media.of-secondary .lp-media-text.of-fontSize-small {
    font-size: 1.4rem;
}

.lp-media.of-secondary .lp-media-image {
    max-width: 60px;
}

.lp-media.of-tertiary .lp-media-title {
    margin-bottom: 8px;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.3;
}

@media screen and (max-width: 1920px) {
    .lp-media.of-tertiary .lp-media-title {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.51282)));
    }
}

@media screen and (max-width: 360px) {
    .lp-media.of-tertiary .lp-media-title {
        font-size: 1.8rem;
    }
}

.lp-media.of-quaternary .lp-media-text {
    margin-bottom: 35px;
    font-size: 3.8rem;
    line-height: 1.3;
}

@media screen and (max-width: 1920px) {
    .lp-media.of-quaternary .lp-media-text {
        margin-bottom: calc(3rem + ((1vw - 0.36rem) * (0.32051)));
        font-size: calc(2rem + ((1vw - 0.36rem) * (1.15385)));
    }
}

@media screen and (max-width: 360px) {
    .lp-media.of-quaternary .lp-media-text {
        margin-bottom: 30px;
        font-size: 2rem;
    }
}

.lp-media-image.of-border {
    border: 1px solid #ccc;
}

.lp-media-outer {
    padding: 0 47px;
}

@media screen and (max-width: 970px) {
    .lp-media-outer {
        padding: 0;
    }
}

.lp-media.of-spaceX-0 {
    margin-right: 0;
    margin-left: 0;
}

.lp-media.of-spaceX-0 > * {
    margin-right: 0;
    margin-left: 0;
}

.lp-media.of-spaceY-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.lp-media.of-spaceY-0 > * {
    margin-top: 0;
    margin-bottom: 0;
}

.lp-media.of-spaceX-1 {
    margin-right: -2px;
    margin-left: -2px;
}

.lp-media.of-spaceX-1 > * {
    margin-right: 2px;
    margin-left: 2px;
}

.lp-media.of-spaceY-1 {
    margin-top: -2px;
    margin-bottom: -2px;
}

.lp-media.of-spaceY-1 > * {
    margin-top: 2px;
    margin-bottom: 2px;
}

.lp-media.of-spaceX-2 {
    margin-right: -4px;
    margin-left: -4px;
}

.lp-media.of-spaceX-2 > * {
    margin-right: 4px;
    margin-left: 4px;
}

.lp-media.of-spaceY-2 {
    margin-top: -4px;
    margin-bottom: -4px;
}

.lp-media.of-spaceY-2 > * {
    margin-top: 4px;
    margin-bottom: 4px;
}

.lp-media.of-spaceX-3 {
    margin-right: -8px;
    margin-left: -8px;
}

.lp-media.of-spaceX-3 > * {
    margin-right: 8px;
    margin-left: 8px;
}

.lp-media.of-spaceY-3 {
    margin-top: -8px;
    margin-bottom: -8px;
}

.lp-media.of-spaceY-3 > * {
    margin-top: 8px;
    margin-bottom: 8px;
}

.lp-media.of-spaceX-4 {
    margin-right: -10px;
    margin-left: -10px;
}

.lp-media.of-spaceX-4 > * {
    margin-right: 10px;
    margin-left: 10px;
}

.lp-media.of-spaceY-4 {
    margin-top: -10px;
    margin-bottom: -10px;
}

.lp-media.of-spaceY-4 > * {
    margin-top: 10px;
    margin-bottom: 10px;
}

.lp-media.of-spaceX-5 {
    margin-right: -12px;
    margin-left: -12px;
}

.lp-media.of-spaceX-5 > * {
    margin-right: 12px;
    margin-left: 12px;
}

.lp-media.of-spaceY-5 {
    margin-top: -12px;
    margin-bottom: -12px;
}

.lp-media.of-spaceY-5 > * {
    margin-top: 12px;
    margin-bottom: 12px;
}

.lp-media.of-spaceX-6 {
    margin-right: -13px;
    margin-left: -13px;
}

.lp-media.of-spaceX-6 > * {
    margin-right: 13px;
    margin-left: 13px;
}

.lp-media.of-spaceY-6 {
    margin-top: -13px;
    margin-bottom: -13px;
}

.lp-media.of-spaceY-6 > * {
    margin-top: 13px;
    margin-bottom: 13px;
}

.lp-media.of-spaceX-7 {
    margin-right: -16px;
    margin-left: -16px;
}

.lp-media.of-spaceX-7 > * {
    margin-right: 16px;
    margin-left: 16px;
}

.lp-media.of-spaceY-7 {
    margin-top: -16px;
    margin-bottom: -16px;
}

.lp-media.of-spaceY-7 > * {
    margin-top: 16px;
    margin-bottom: 16px;
}

.lp-media.of-spaceX-8 {
    margin-right: -20px;
    margin-left: -20px;
}

.lp-media.of-spaceX-8 > * {
    margin-right: 20px;
    margin-left: 20px;
}

.lp-media.of-spaceY-8 {
    margin-top: -20px;
    margin-bottom: -20px;
}

.lp-media.of-spaceY-8 > * {
    margin-top: 20px;
    margin-bottom: 20px;
}

.lp-media.of-spaceX-9 {
    margin-right: -24px;
    margin-left: -24px;
}

.lp-media.of-spaceX-9 > * {
    margin-right: 24px;
    margin-left: 24px;
}

.lp-media.of-spaceY-9 {
    margin-top: -24px;
    margin-bottom: -24px;
}

.lp-media.of-spaceY-9 > * {
    margin-top: 24px;
    margin-bottom: 24px;
}

.lp-media.of-spaceX-10 {
    margin-right: -28px;
    margin-left: -28px;
}

.lp-media.of-spaceX-10 > * {
    margin-right: 28px;
    margin-left: 28px;
}

.lp-media.of-spaceY-10 {
    margin-top: -28px;
    margin-bottom: -28px;
}

.lp-media.of-spaceY-10 > * {
    margin-top: 28px;
    margin-bottom: 28px;
}

.lp-media.of-spaceX-11 {
    margin-right: -32px;
    margin-left: -32px;
}

.lp-media.of-spaceX-11 > * {
    margin-right: 32px;
    margin-left: 32px;
}

.lp-media.of-spaceY-11 {
    margin-top: -32px;
    margin-bottom: -32px;
}

.lp-media.of-spaceY-11 > * {
    margin-top: 32px;
    margin-bottom: 32px;
}

.lp-media.of-spaceX-12 {
    margin-right: -36px;
    margin-left: -36px;
}

.lp-media.of-spaceX-12 > * {
    margin-right: 36px;
    margin-left: 36px;
}

.lp-media.of-spaceY-12 {
    margin-top: -36px;
    margin-bottom: -36px;
}

.lp-media.of-spaceY-12 > * {
    margin-top: 36px;
    margin-bottom: 36px;
}

.lp-media.of-spaceX-13 {
    margin-right: -40px;
    margin-left: -40px;
}

.lp-media.of-spaceX-13 > * {
    margin-right: 40px;
    margin-left: 40px;
}

.lp-media.of-spaceY-13 {
    margin-top: -40px;
    margin-bottom: -40px;
}

.lp-media.of-spaceY-13 > * {
    margin-top: 40px;
    margin-bottom: 40px;
}

.lp-media.of-spaceX-14 {
    margin-right: -44px;
    margin-left: -44px;
}

.lp-media.of-spaceX-14 > * {
    margin-right: 44px;
    margin-left: 44px;
}

.lp-media.of-spaceY-14 {
    margin-top: -44px;
    margin-bottom: -44px;
}

.lp-media.of-spaceY-14 > * {
    margin-top: 44px;
    margin-bottom: 44px;
}

.lp-media.of-spaceX-15 {
    margin-right: -48px;
    margin-left: -48px;
}

.lp-media.of-spaceX-15 > * {
    margin-right: 48px;
    margin-left: 48px;
}

.lp-media.of-spaceY-15 {
    margin-top: -48px;
    margin-bottom: -48px;
}

.lp-media.of-spaceY-15 > * {
    margin-top: 48px;
    margin-bottom: 48px;
}

.lp-media.of-spaceX-16 {
    margin-right: -52px;
    margin-left: -52px;
}

.lp-media.of-spaceX-16 > * {
    margin-right: 52px;
    margin-left: 52px;
}

.lp-media.of-spaceY-16 {
    margin-top: -52px;
    margin-bottom: -52px;
}

.lp-media.of-spaceY-16 > * {
    margin-top: 52px;
    margin-bottom: 52px;
}

.lp-media.of-spaceX-17 {
    margin-right: -56px;
    margin-left: -56px;
}

.lp-media.of-spaceX-17 > * {
    margin-right: 56px;
    margin-left: 56px;
}

.lp-media.of-spaceY-17 {
    margin-top: -56px;
    margin-bottom: -56px;
}

.lp-media.of-spaceY-17 > * {
    margin-top: 56px;
    margin-bottom: 56px;
}

.lp-media.of-spaceX-18 {
    margin-right: -60px;
    margin-left: -60px;
}

.lp-media.of-spaceX-18 > * {
    margin-right: 60px;
    margin-left: 60px;
}

.lp-media.of-spaceY-18 {
    margin-top: -60px;
    margin-bottom: -60px;
}

.lp-media.of-spaceY-18 > * {
    margin-top: 60px;
    margin-bottom: 60px;
}

.lp-media.of-spaceX-19 {
    margin-right: -25px;
    margin-left: -25px;
}

.lp-media.of-spaceX-19 > * {
    margin-right: 25px;
    margin-left: 25px;
}

.lp-media.of-spaceY-19 {
    margin-top: -25px;
    margin-bottom: -25px;
}

.lp-media.of-spaceY-19 > * {
    margin-top: 25px;
    margin-bottom: 25px;
}

.lp-media.of-spaceX-20 {
    margin-right: -21.5px;
    margin-left: -21.5px;
}

.lp-media.of-spaceX-20 > * {
    margin-right: 21.5px;
    margin-left: 21.5px;
}

.lp-media.of-spaceY-20 {
    margin-top: -21.5px;
    margin-bottom: -21.5px;
}

.lp-media.of-spaceY-20 > * {
    margin-top: 21.5px;
    margin-bottom: 21.5px;
}

.lp-media.of-spaceX-21 {
    margin-right: -14px;
    margin-left: -14px;
}

.lp-media.of-spaceX-21 > * {
    margin-right: 14px;
    margin-left: 14px;
}

.lp-media.of-spaceY-21 {
    margin-top: -14px;
    margin-bottom: -14px;
}

.lp-media.of-spaceY-21 > * {
    margin-top: 14px;
    margin-bottom: 14px;
}

.lp-media.of-spaceX-22 {
    margin-right: -21px;
    margin-left: -21px;
}

.lp-media.of-spaceX-22 > * {
    margin-right: 21px;
    margin-left: 21px;
}

.lp-media.of-spaceY-22 {
    margin-top: -21px;
    margin-bottom: -21px;
}

.lp-media.of-spaceY-22 > * {
    margin-top: 21px;
    margin-bottom: 21px;
}

.lp-media.of-spaceX-23 {
    margin-right: -6px;
    margin-left: -6px;
}

.lp-media.of-spaceX-23 > * {
    margin-right: 6px;
    margin-left: 6px;
}

.lp-media.of-spaceY-23 {
    margin-top: -6px;
    margin-bottom: -6px;
}

.lp-media.of-spaceY-23 > * {
    margin-top: 6px;
    margin-bottom: 6px;
}

@media screen and (max-width: 970px) {
    .lp-media.lp-smallScreen-spaceX-0 {
        margin-right: 0;
        margin-left: 0;
    }
    .lp-media.lp-smallScreen-spaceX-0 > * {
        margin-right: 0;
        margin-left: 0;
    }
    .lp-media.lp-smallScreen-spaceY-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lp-media.lp-smallScreen-spaceY-0 > * {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lp-media.lp-smallScreen-spaceX-1 {
        margin-right: -2px;
        margin-left: -2px;
    }
    .lp-media.lp-smallScreen-spaceX-1 > * {
        margin-right: 2px;
        margin-left: 2px;
    }
    .lp-media.lp-smallScreen-spaceY-1 {
        margin-top: -2px;
        margin-bottom: -2px;
    }
    .lp-media.lp-smallScreen-spaceY-1 > * {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .lp-media.lp-smallScreen-spaceX-2 {
        margin-right: -4px;
        margin-left: -4px;
    }
    .lp-media.lp-smallScreen-spaceX-2 > * {
        margin-right: 4px;
        margin-left: 4px;
    }
    .lp-media.lp-smallScreen-spaceY-2 {
        margin-top: -4px;
        margin-bottom: -4px;
    }
    .lp-media.lp-smallScreen-spaceY-2 > * {
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .lp-media.lp-smallScreen-spaceX-3 {
        margin-right: -8px;
        margin-left: -8px;
    }
    .lp-media.lp-smallScreen-spaceX-3 > * {
        margin-right: 8px;
        margin-left: 8px;
    }
    .lp-media.lp-smallScreen-spaceY-3 {
        margin-top: -8px;
        margin-bottom: -8px;
    }
    .lp-media.lp-smallScreen-spaceY-3 > * {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .lp-media.lp-smallScreen-spaceX-4 {
        margin-right: -10px;
        margin-left: -10px;
    }
    .lp-media.lp-smallScreen-spaceX-4 > * {
        margin-right: 10px;
        margin-left: 10px;
    }
    .lp-media.lp-smallScreen-spaceY-4 {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .lp-media.lp-smallScreen-spaceY-4 > * {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .lp-media.lp-smallScreen-spaceX-5 {
        margin-right: -12px;
        margin-left: -12px;
    }
    .lp-media.lp-smallScreen-spaceX-5 > * {
        margin-right: 12px;
        margin-left: 12px;
    }
    .lp-media.lp-smallScreen-spaceY-5 {
        margin-top: -12px;
        margin-bottom: -12px;
    }
    .lp-media.lp-smallScreen-spaceY-5 > * {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .lp-media.lp-smallScreen-spaceX-6 {
        margin-right: -13px;
        margin-left: -13px;
    }
    .lp-media.lp-smallScreen-spaceX-6 > * {
        margin-right: 13px;
        margin-left: 13px;
    }
    .lp-media.lp-smallScreen-spaceY-6 {
        margin-top: -13px;
        margin-bottom: -13px;
    }
    .lp-media.lp-smallScreen-spaceY-6 > * {
        margin-top: 13px;
        margin-bottom: 13px;
    }
    .lp-media.lp-smallScreen-spaceX-7 {
        margin-right: -16px;
        margin-left: -16px;
    }
    .lp-media.lp-smallScreen-spaceX-7 > * {
        margin-right: 16px;
        margin-left: 16px;
    }
    .lp-media.lp-smallScreen-spaceY-7 {
        margin-top: -16px;
        margin-bottom: -16px;
    }
    .lp-media.lp-smallScreen-spaceY-7 > * {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .lp-media.lp-smallScreen-spaceX-8 {
        margin-right: -20px;
        margin-left: -20px;
    }
    .lp-media.lp-smallScreen-spaceX-8 > * {
        margin-right: 20px;
        margin-left: 20px;
    }
    .lp-media.lp-smallScreen-spaceY-8 {
        margin-top: -20px;
        margin-bottom: -20px;
    }
    .lp-media.lp-smallScreen-spaceY-8 > * {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .lp-media.lp-smallScreen-spaceX-9 {
        margin-right: -24px;
        margin-left: -24px;
    }
    .lp-media.lp-smallScreen-spaceX-9 > * {
        margin-right: 24px;
        margin-left: 24px;
    }
    .lp-media.lp-smallScreen-spaceY-9 {
        margin-top: -24px;
        margin-bottom: -24px;
    }
    .lp-media.lp-smallScreen-spaceY-9 > * {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .lp-media.lp-smallScreen-spaceX-10 {
        margin-right: -28px;
        margin-left: -28px;
    }
    .lp-media.lp-smallScreen-spaceX-10 > * {
        margin-right: 28px;
        margin-left: 28px;
    }
    .lp-media.lp-smallScreen-spaceY-10 {
        margin-top: -28px;
        margin-bottom: -28px;
    }
    .lp-media.lp-smallScreen-spaceY-10 > * {
        margin-top: 28px;
        margin-bottom: 28px;
    }
    .lp-media.lp-smallScreen-spaceX-11 {
        margin-right: -32px;
        margin-left: -32px;
    }
    .lp-media.lp-smallScreen-spaceX-11 > * {
        margin-right: 32px;
        margin-left: 32px;
    }
    .lp-media.lp-smallScreen-spaceY-11 {
        margin-top: -32px;
        margin-bottom: -32px;
    }
    .lp-media.lp-smallScreen-spaceY-11 > * {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .lp-media.lp-smallScreen-spaceX-12 {
        margin-right: -36px;
        margin-left: -36px;
    }
    .lp-media.lp-smallScreen-spaceX-12 > * {
        margin-right: 36px;
        margin-left: 36px;
    }
    .lp-media.lp-smallScreen-spaceY-12 {
        margin-top: -36px;
        margin-bottom: -36px;
    }
    .lp-media.lp-smallScreen-spaceY-12 > * {
        margin-top: 36px;
        margin-bottom: 36px;
    }
    .lp-media.lp-smallScreen-spaceX-13 {
        margin-right: -40px;
        margin-left: -40px;
    }
    .lp-media.lp-smallScreen-spaceX-13 > * {
        margin-right: 40px;
        margin-left: 40px;
    }
    .lp-media.lp-smallScreen-spaceY-13 {
        margin-top: -40px;
        margin-bottom: -40px;
    }
    .lp-media.lp-smallScreen-spaceY-13 > * {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .lp-media.lp-smallScreen-spaceX-14 {
        margin-right: -44px;
        margin-left: -44px;
    }
    .lp-media.lp-smallScreen-spaceX-14 > * {
        margin-right: 44px;
        margin-left: 44px;
    }
    .lp-media.lp-smallScreen-spaceY-14 {
        margin-top: -44px;
        margin-bottom: -44px;
    }
    .lp-media.lp-smallScreen-spaceY-14 > * {
        margin-top: 44px;
        margin-bottom: 44px;
    }
    .lp-media.lp-smallScreen-spaceX-15 {
        margin-right: -48px;
        margin-left: -48px;
    }
    .lp-media.lp-smallScreen-spaceX-15 > * {
        margin-right: 48px;
        margin-left: 48px;
    }
    .lp-media.lp-smallScreen-spaceY-15 {
        margin-top: -48px;
        margin-bottom: -48px;
    }
    .lp-media.lp-smallScreen-spaceY-15 > * {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .lp-media.lp-smallScreen-spaceX-16 {
        margin-right: -52px;
        margin-left: -52px;
    }
    .lp-media.lp-smallScreen-spaceX-16 > * {
        margin-right: 52px;
        margin-left: 52px;
    }
    .lp-media.lp-smallScreen-spaceY-16 {
        margin-top: -52px;
        margin-bottom: -52px;
    }
    .lp-media.lp-smallScreen-spaceY-16 > * {
        margin-top: 52px;
        margin-bottom: 52px;
    }
    .lp-media.lp-smallScreen-spaceX-17 {
        margin-right: -56px;
        margin-left: -56px;
    }
    .lp-media.lp-smallScreen-spaceX-17 > * {
        margin-right: 56px;
        margin-left: 56px;
    }
    .lp-media.lp-smallScreen-spaceY-17 {
        margin-top: -56px;
        margin-bottom: -56px;
    }
    .lp-media.lp-smallScreen-spaceY-17 > * {
        margin-top: 56px;
        margin-bottom: 56px;
    }
    .lp-media.lp-smallScreen-spaceX-18 {
        margin-right: -60px;
        margin-left: -60px;
    }
    .lp-media.lp-smallScreen-spaceX-18 > * {
        margin-right: 60px;
        margin-left: 60px;
    }
    .lp-media.lp-smallScreen-spaceY-18 {
        margin-top: -60px;
        margin-bottom: -60px;
    }
    .lp-media.lp-smallScreen-spaceY-18 > * {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .lp-media.lp-smallScreen-spaceX-19 {
        margin-right: -25px;
        margin-left: -25px;
    }
    .lp-media.lp-smallScreen-spaceX-19 > * {
        margin-right: 25px;
        margin-left: 25px;
    }
    .lp-media.lp-smallScreen-spaceY-19 {
        margin-top: -25px;
        margin-bottom: -25px;
    }
    .lp-media.lp-smallScreen-spaceY-19 > * {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .lp-media.lp-smallScreen-spaceX-20 {
        margin-right: -21.5px;
        margin-left: -21.5px;
    }
    .lp-media.lp-smallScreen-spaceX-20 > * {
        margin-right: 21.5px;
        margin-left: 21.5px;
    }
    .lp-media.lp-smallScreen-spaceY-20 {
        margin-top: -21.5px;
        margin-bottom: -21.5px;
    }
    .lp-media.lp-smallScreen-spaceY-20 > * {
        margin-top: 21.5px;
        margin-bottom: 21.5px;
    }
    .lp-media.lp-smallScreen-spaceX-21 {
        margin-right: -14px;
        margin-left: -14px;
    }
    .lp-media.lp-smallScreen-spaceX-21 > * {
        margin-right: 14px;
        margin-left: 14px;
    }
    .lp-media.lp-smallScreen-spaceY-21 {
        margin-top: -14px;
        margin-bottom: -14px;
    }
    .lp-media.lp-smallScreen-spaceY-21 > * {
        margin-top: 14px;
        margin-bottom: 14px;
    }
    .lp-media.lp-smallScreen-spaceX-22 {
        margin-right: -21px;
        margin-left: -21px;
    }
    .lp-media.lp-smallScreen-spaceX-22 > * {
        margin-right: 21px;
        margin-left: 21px;
    }
    .lp-media.lp-smallScreen-spaceY-22 {
        margin-top: -21px;
        margin-bottom: -21px;
    }
    .lp-media.lp-smallScreen-spaceY-22 > * {
        margin-top: 21px;
        margin-bottom: 21px;
    }
    .lp-media.lp-smallScreen-spaceX-23 {
        margin-right: -6px;
        margin-left: -6px;
    }
    .lp-media.lp-smallScreen-spaceX-23 > * {
        margin-right: 6px;
        margin-left: 6px;
    }
    .lp-media.lp-smallScreen-spaceY-23 {
        margin-top: -6px;
        margin-bottom: -6px;
    }
    .lp-media.lp-smallScreen-spaceY-23 > * {
        margin-top: 6px;
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 640px) {
    .lp-media.lp-extraSmallScreen-spaceX-0 {
        margin-right: 0;
        margin-left: 0;
    }
    .lp-media.lp-extraSmallScreen-spaceX-0 > * {
        margin-right: 0;
        margin-left: 0;
    }
    .lp-media.lp-extraSmallScreen-spaceY-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lp-media.lp-extraSmallScreen-spaceY-0 > * {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lp-media.lp-extraSmallScreen-spaceX-1 {
        margin-right: -2px;
        margin-left: -2px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-1 > * {
        margin-right: 2px;
        margin-left: 2px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-1 {
        margin-top: -2px;
        margin-bottom: -2px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-1 > * {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-2 {
        margin-right: -4px;
        margin-left: -4px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-2 > * {
        margin-right: 4px;
        margin-left: 4px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-2 {
        margin-top: -4px;
        margin-bottom: -4px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-2 > * {
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-3 {
        margin-right: -8px;
        margin-left: -8px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-3 > * {
        margin-right: 8px;
        margin-left: 8px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-3 {
        margin-top: -8px;
        margin-bottom: -8px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-3 > * {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-4 {
        margin-right: -10px;
        margin-left: -10px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-4 > * {
        margin-right: 10px;
        margin-left: 10px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-4 {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-4 > * {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-5 {
        margin-right: -12px;
        margin-left: -12px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-5 > * {
        margin-right: 12px;
        margin-left: 12px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-5 {
        margin-top: -12px;
        margin-bottom: -12px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-5 > * {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-6 {
        margin-right: -13px;
        margin-left: -13px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-6 > * {
        margin-right: 13px;
        margin-left: 13px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-6 {
        margin-top: -13px;
        margin-bottom: -13px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-6 > * {
        margin-top: 13px;
        margin-bottom: 13px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-7 {
        margin-right: -16px;
        margin-left: -16px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-7 > * {
        margin-right: 16px;
        margin-left: 16px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-7 {
        margin-top: -16px;
        margin-bottom: -16px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-7 > * {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-8 {
        margin-right: -20px;
        margin-left: -20px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-8 > * {
        margin-right: 20px;
        margin-left: 20px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-8 {
        margin-top: -20px;
        margin-bottom: -20px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-8 > * {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-9 {
        margin-right: -24px;
        margin-left: -24px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-9 > * {
        margin-right: 24px;
        margin-left: 24px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-9 {
        margin-top: -24px;
        margin-bottom: -24px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-9 > * {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-10 {
        margin-right: -28px;
        margin-left: -28px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-10 > * {
        margin-right: 28px;
        margin-left: 28px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-10 {
        margin-top: -28px;
        margin-bottom: -28px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-10 > * {
        margin-top: 28px;
        margin-bottom: 28px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-11 {
        margin-right: -32px;
        margin-left: -32px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-11 > * {
        margin-right: 32px;
        margin-left: 32px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-11 {
        margin-top: -32px;
        margin-bottom: -32px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-11 > * {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-12 {
        margin-right: -36px;
        margin-left: -36px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-12 > * {
        margin-right: 36px;
        margin-left: 36px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-12 {
        margin-top: -36px;
        margin-bottom: -36px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-12 > * {
        margin-top: 36px;
        margin-bottom: 36px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-13 {
        margin-right: -40px;
        margin-left: -40px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-13 > * {
        margin-right: 40px;
        margin-left: 40px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-13 {
        margin-top: -40px;
        margin-bottom: -40px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-13 > * {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-14 {
        margin-right: -44px;
        margin-left: -44px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-14 > * {
        margin-right: 44px;
        margin-left: 44px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-14 {
        margin-top: -44px;
        margin-bottom: -44px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-14 > * {
        margin-top: 44px;
        margin-bottom: 44px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-15 {
        margin-right: -48px;
        margin-left: -48px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-15 > * {
        margin-right: 48px;
        margin-left: 48px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-15 {
        margin-top: -48px;
        margin-bottom: -48px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-15 > * {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-16 {
        margin-right: -52px;
        margin-left: -52px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-16 > * {
        margin-right: 52px;
        margin-left: 52px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-16 {
        margin-top: -52px;
        margin-bottom: -52px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-16 > * {
        margin-top: 52px;
        margin-bottom: 52px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-17 {
        margin-right: -56px;
        margin-left: -56px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-17 > * {
        margin-right: 56px;
        margin-left: 56px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-17 {
        margin-top: -56px;
        margin-bottom: -56px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-17 > * {
        margin-top: 56px;
        margin-bottom: 56px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-18 {
        margin-right: -60px;
        margin-left: -60px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-18 > * {
        margin-right: 60px;
        margin-left: 60px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-18 {
        margin-top: -60px;
        margin-bottom: -60px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-18 > * {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-19 {
        margin-right: -25px;
        margin-left: -25px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-19 > * {
        margin-right: 25px;
        margin-left: 25px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-19 {
        margin-top: -25px;
        margin-bottom: -25px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-19 > * {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-20 {
        margin-right: -21.5px;
        margin-left: -21.5px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-20 > * {
        margin-right: 21.5px;
        margin-left: 21.5px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-20 {
        margin-top: -21.5px;
        margin-bottom: -21.5px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-20 > * {
        margin-top: 21.5px;
        margin-bottom: 21.5px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-21 {
        margin-right: -14px;
        margin-left: -14px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-21 > * {
        margin-right: 14px;
        margin-left: 14px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-21 {
        margin-top: -14px;
        margin-bottom: -14px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-21 > * {
        margin-top: 14px;
        margin-bottom: 14px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-22 {
        margin-right: -21px;
        margin-left: -21px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-22 > * {
        margin-right: 21px;
        margin-left: 21px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-22 {
        margin-top: -21px;
        margin-bottom: -21px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-22 > * {
        margin-top: 21px;
        margin-bottom: 21px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-23 {
        margin-right: -6px;
        margin-left: -6px;
    }
    .lp-media.lp-extraSmallScreen-spaceX-23 > * {
        margin-right: 6px;
        margin-left: 6px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-23 {
        margin-top: -6px;
        margin-bottom: -6px;
    }
    .lp-media.lp-extraSmallScreen-spaceY-23 > * {
        margin-top: 6px;
        margin-bottom: 6px;
    }
}

@media screen and (min-width: 971px) {
    .lp-media.lp-largeScreen-spaceX-0 {
        margin-right: 0;
        margin-left: 0;
    }
    .lp-media.lp-largeScreen-spaceX-0 > * {
        margin-right: 0;
        margin-left: 0;
    }
    .lp-media.lp-largeScreen-spaceY-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lp-media.lp-largeScreen-spaceY-0 > * {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lp-media.lp-largeScreen-spaceX-1 {
        margin-right: -2px;
        margin-left: -2px;
    }
    .lp-media.lp-largeScreen-spaceX-1 > * {
        margin-right: 2px;
        margin-left: 2px;
    }
    .lp-media.lp-largeScreen-spaceY-1 {
        margin-top: -2px;
        margin-bottom: -2px;
    }
    .lp-media.lp-largeScreen-spaceY-1 > * {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .lp-media.lp-largeScreen-spaceX-2 {
        margin-right: -4px;
        margin-left: -4px;
    }
    .lp-media.lp-largeScreen-spaceX-2 > * {
        margin-right: 4px;
        margin-left: 4px;
    }
    .lp-media.lp-largeScreen-spaceY-2 {
        margin-top: -4px;
        margin-bottom: -4px;
    }
    .lp-media.lp-largeScreen-spaceY-2 > * {
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .lp-media.lp-largeScreen-spaceX-3 {
        margin-right: -8px;
        margin-left: -8px;
    }
    .lp-media.lp-largeScreen-spaceX-3 > * {
        margin-right: 8px;
        margin-left: 8px;
    }
    .lp-media.lp-largeScreen-spaceY-3 {
        margin-top: -8px;
        margin-bottom: -8px;
    }
    .lp-media.lp-largeScreen-spaceY-3 > * {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .lp-media.lp-largeScreen-spaceX-4 {
        margin-right: -10px;
        margin-left: -10px;
    }
    .lp-media.lp-largeScreen-spaceX-4 > * {
        margin-right: 10px;
        margin-left: 10px;
    }
    .lp-media.lp-largeScreen-spaceY-4 {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .lp-media.lp-largeScreen-spaceY-4 > * {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .lp-media.lp-largeScreen-spaceX-5 {
        margin-right: -12px;
        margin-left: -12px;
    }
    .lp-media.lp-largeScreen-spaceX-5 > * {
        margin-right: 12px;
        margin-left: 12px;
    }
    .lp-media.lp-largeScreen-spaceY-5 {
        margin-top: -12px;
        margin-bottom: -12px;
    }
    .lp-media.lp-largeScreen-spaceY-5 > * {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .lp-media.lp-largeScreen-spaceX-6 {
        margin-right: -13px;
        margin-left: -13px;
    }
    .lp-media.lp-largeScreen-spaceX-6 > * {
        margin-right: 13px;
        margin-left: 13px;
    }
    .lp-media.lp-largeScreen-spaceY-6 {
        margin-top: -13px;
        margin-bottom: -13px;
    }
    .lp-media.lp-largeScreen-spaceY-6 > * {
        margin-top: 13px;
        margin-bottom: 13px;
    }
    .lp-media.lp-largeScreen-spaceX-7 {
        margin-right: -16px;
        margin-left: -16px;
    }
    .lp-media.lp-largeScreen-spaceX-7 > * {
        margin-right: 16px;
        margin-left: 16px;
    }
    .lp-media.lp-largeScreen-spaceY-7 {
        margin-top: -16px;
        margin-bottom: -16px;
    }
    .lp-media.lp-largeScreen-spaceY-7 > * {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .lp-media.lp-largeScreen-spaceX-8 {
        margin-right: -20px;
        margin-left: -20px;
    }
    .lp-media.lp-largeScreen-spaceX-8 > * {
        margin-right: 20px;
        margin-left: 20px;
    }
    .lp-media.lp-largeScreen-spaceY-8 {
        margin-top: -20px;
        margin-bottom: -20px;
    }
    .lp-media.lp-largeScreen-spaceY-8 > * {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .lp-media.lp-largeScreen-spaceX-9 {
        margin-right: -24px;
        margin-left: -24px;
    }
    .lp-media.lp-largeScreen-spaceX-9 > * {
        margin-right: 24px;
        margin-left: 24px;
    }
    .lp-media.lp-largeScreen-spaceY-9 {
        margin-top: -24px;
        margin-bottom: -24px;
    }
    .lp-media.lp-largeScreen-spaceY-9 > * {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .lp-media.lp-largeScreen-spaceX-10 {
        margin-right: -28px;
        margin-left: -28px;
    }
    .lp-media.lp-largeScreen-spaceX-10 > * {
        margin-right: 28px;
        margin-left: 28px;
    }
    .lp-media.lp-largeScreen-spaceY-10 {
        margin-top: -28px;
        margin-bottom: -28px;
    }
    .lp-media.lp-largeScreen-spaceY-10 > * {
        margin-top: 28px;
        margin-bottom: 28px;
    }
    .lp-media.lp-largeScreen-spaceX-11 {
        margin-right: -32px;
        margin-left: -32px;
    }
    .lp-media.lp-largeScreen-spaceX-11 > * {
        margin-right: 32px;
        margin-left: 32px;
    }
    .lp-media.lp-largeScreen-spaceY-11 {
        margin-top: -32px;
        margin-bottom: -32px;
    }
    .lp-media.lp-largeScreen-spaceY-11 > * {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .lp-media.lp-largeScreen-spaceX-12 {
        margin-right: -36px;
        margin-left: -36px;
    }
    .lp-media.lp-largeScreen-spaceX-12 > * {
        margin-right: 36px;
        margin-left: 36px;
    }
    .lp-media.lp-largeScreen-spaceY-12 {
        margin-top: -36px;
        margin-bottom: -36px;
    }
    .lp-media.lp-largeScreen-spaceY-12 > * {
        margin-top: 36px;
        margin-bottom: 36px;
    }
    .lp-media.lp-largeScreen-spaceX-13 {
        margin-right: -40px;
        margin-left: -40px;
    }
    .lp-media.lp-largeScreen-spaceX-13 > * {
        margin-right: 40px;
        margin-left: 40px;
    }
    .lp-media.lp-largeScreen-spaceY-13 {
        margin-top: -40px;
        margin-bottom: -40px;
    }
    .lp-media.lp-largeScreen-spaceY-13 > * {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .lp-media.lp-largeScreen-spaceX-14 {
        margin-right: -44px;
        margin-left: -44px;
    }
    .lp-media.lp-largeScreen-spaceX-14 > * {
        margin-right: 44px;
        margin-left: 44px;
    }
    .lp-media.lp-largeScreen-spaceY-14 {
        margin-top: -44px;
        margin-bottom: -44px;
    }
    .lp-media.lp-largeScreen-spaceY-14 > * {
        margin-top: 44px;
        margin-bottom: 44px;
    }
    .lp-media.lp-largeScreen-spaceX-15 {
        margin-right: -48px;
        margin-left: -48px;
    }
    .lp-media.lp-largeScreen-spaceX-15 > * {
        margin-right: 48px;
        margin-left: 48px;
    }
    .lp-media.lp-largeScreen-spaceY-15 {
        margin-top: -48px;
        margin-bottom: -48px;
    }
    .lp-media.lp-largeScreen-spaceY-15 > * {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .lp-media.lp-largeScreen-spaceX-16 {
        margin-right: -52px;
        margin-left: -52px;
    }
    .lp-media.lp-largeScreen-spaceX-16 > * {
        margin-right: 52px;
        margin-left: 52px;
    }
    .lp-media.lp-largeScreen-spaceY-16 {
        margin-top: -52px;
        margin-bottom: -52px;
    }
    .lp-media.lp-largeScreen-spaceY-16 > * {
        margin-top: 52px;
        margin-bottom: 52px;
    }
    .lp-media.lp-largeScreen-spaceX-17 {
        margin-right: -56px;
        margin-left: -56px;
    }
    .lp-media.lp-largeScreen-spaceX-17 > * {
        margin-right: 56px;
        margin-left: 56px;
    }
    .lp-media.lp-largeScreen-spaceY-17 {
        margin-top: -56px;
        margin-bottom: -56px;
    }
    .lp-media.lp-largeScreen-spaceY-17 > * {
        margin-top: 56px;
        margin-bottom: 56px;
    }
    .lp-media.lp-largeScreen-spaceX-18 {
        margin-right: -60px;
        margin-left: -60px;
    }
    .lp-media.lp-largeScreen-spaceX-18 > * {
        margin-right: 60px;
        margin-left: 60px;
    }
    .lp-media.lp-largeScreen-spaceY-18 {
        margin-top: -60px;
        margin-bottom: -60px;
    }
    .lp-media.lp-largeScreen-spaceY-18 > * {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .lp-media.lp-largeScreen-spaceX-19 {
        margin-right: -25px;
        margin-left: -25px;
    }
    .lp-media.lp-largeScreen-spaceX-19 > * {
        margin-right: 25px;
        margin-left: 25px;
    }
    .lp-media.lp-largeScreen-spaceY-19 {
        margin-top: -25px;
        margin-bottom: -25px;
    }
    .lp-media.lp-largeScreen-spaceY-19 > * {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .lp-media.lp-largeScreen-spaceX-20 {
        margin-right: -21.5px;
        margin-left: -21.5px;
    }
    .lp-media.lp-largeScreen-spaceX-20 > * {
        margin-right: 21.5px;
        margin-left: 21.5px;
    }
    .lp-media.lp-largeScreen-spaceY-20 {
        margin-top: -21.5px;
        margin-bottom: -21.5px;
    }
    .lp-media.lp-largeScreen-spaceY-20 > * {
        margin-top: 21.5px;
        margin-bottom: 21.5px;
    }
    .lp-media.lp-largeScreen-spaceX-21 {
        margin-right: -14px;
        margin-left: -14px;
    }
    .lp-media.lp-largeScreen-spaceX-21 > * {
        margin-right: 14px;
        margin-left: 14px;
    }
    .lp-media.lp-largeScreen-spaceY-21 {
        margin-top: -14px;
        margin-bottom: -14px;
    }
    .lp-media.lp-largeScreen-spaceY-21 > * {
        margin-top: 14px;
        margin-bottom: 14px;
    }
    .lp-media.lp-largeScreen-spaceX-22 {
        margin-right: -21px;
        margin-left: -21px;
    }
    .lp-media.lp-largeScreen-spaceX-22 > * {
        margin-right: 21px;
        margin-left: 21px;
    }
    .lp-media.lp-largeScreen-spaceY-22 {
        margin-top: -21px;
        margin-bottom: -21px;
    }
    .lp-media.lp-largeScreen-spaceY-22 > * {
        margin-top: 21px;
        margin-bottom: 21px;
    }
    .lp-media.lp-largeScreen-spaceX-23 {
        margin-right: -6px;
        margin-left: -6px;
    }
    .lp-media.lp-largeScreen-spaceX-23 > * {
        margin-right: 6px;
        margin-left: 6px;
    }
    .lp-media.lp-largeScreen-spaceY-23 {
        margin-top: -6px;
        margin-bottom: -6px;
    }
    .lp-media.lp-largeScreen-spaceY-23 > * {
        margin-top: 6px;
        margin-bottom: 6px;
    }
}

@media screen and (min-width: 1280px) {
    .lp-media.lp-extraLargeScreen-spaceX-0 {
        margin-right: 0;
        margin-left: 0;
    }
    .lp-media.lp-extraLargeScreen-spaceX-0 > * {
        margin-right: 0;
        margin-left: 0;
    }
    .lp-media.lp-extraLargeScreen-spaceY-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lp-media.lp-extraLargeScreen-spaceY-0 > * {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lp-media.lp-extraLargeScreen-spaceX-1 {
        margin-right: -2px;
        margin-left: -2px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-1 > * {
        margin-right: 2px;
        margin-left: 2px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-1 {
        margin-top: -2px;
        margin-bottom: -2px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-1 > * {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-2 {
        margin-right: -4px;
        margin-left: -4px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-2 > * {
        margin-right: 4px;
        margin-left: 4px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-2 {
        margin-top: -4px;
        margin-bottom: -4px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-2 > * {
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-3 {
        margin-right: -8px;
        margin-left: -8px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-3 > * {
        margin-right: 8px;
        margin-left: 8px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-3 {
        margin-top: -8px;
        margin-bottom: -8px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-3 > * {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-4 {
        margin-right: -10px;
        margin-left: -10px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-4 > * {
        margin-right: 10px;
        margin-left: 10px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-4 {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-4 > * {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-5 {
        margin-right: -12px;
        margin-left: -12px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-5 > * {
        margin-right: 12px;
        margin-left: 12px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-5 {
        margin-top: -12px;
        margin-bottom: -12px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-5 > * {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-6 {
        margin-right: -13px;
        margin-left: -13px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-6 > * {
        margin-right: 13px;
        margin-left: 13px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-6 {
        margin-top: -13px;
        margin-bottom: -13px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-6 > * {
        margin-top: 13px;
        margin-bottom: 13px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-7 {
        margin-right: -16px;
        margin-left: -16px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-7 > * {
        margin-right: 16px;
        margin-left: 16px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-7 {
        margin-top: -16px;
        margin-bottom: -16px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-7 > * {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-8 {
        margin-right: -20px;
        margin-left: -20px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-8 > * {
        margin-right: 20px;
        margin-left: 20px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-8 {
        margin-top: -20px;
        margin-bottom: -20px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-8 > * {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-9 {
        margin-right: -24px;
        margin-left: -24px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-9 > * {
        margin-right: 24px;
        margin-left: 24px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-9 {
        margin-top: -24px;
        margin-bottom: -24px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-9 > * {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-10 {
        margin-right: -28px;
        margin-left: -28px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-10 > * {
        margin-right: 28px;
        margin-left: 28px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-10 {
        margin-top: -28px;
        margin-bottom: -28px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-10 > * {
        margin-top: 28px;
        margin-bottom: 28px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-11 {
        margin-right: -32px;
        margin-left: -32px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-11 > * {
        margin-right: 32px;
        margin-left: 32px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-11 {
        margin-top: -32px;
        margin-bottom: -32px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-11 > * {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-12 {
        margin-right: -36px;
        margin-left: -36px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-12 > * {
        margin-right: 36px;
        margin-left: 36px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-12 {
        margin-top: -36px;
        margin-bottom: -36px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-12 > * {
        margin-top: 36px;
        margin-bottom: 36px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-13 {
        margin-right: -40px;
        margin-left: -40px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-13 > * {
        margin-right: 40px;
        margin-left: 40px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-13 {
        margin-top: -40px;
        margin-bottom: -40px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-13 > * {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-14 {
        margin-right: -44px;
        margin-left: -44px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-14 > * {
        margin-right: 44px;
        margin-left: 44px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-14 {
        margin-top: -44px;
        margin-bottom: -44px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-14 > * {
        margin-top: 44px;
        margin-bottom: 44px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-15 {
        margin-right: -48px;
        margin-left: -48px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-15 > * {
        margin-right: 48px;
        margin-left: 48px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-15 {
        margin-top: -48px;
        margin-bottom: -48px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-15 > * {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-16 {
        margin-right: -52px;
        margin-left: -52px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-16 > * {
        margin-right: 52px;
        margin-left: 52px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-16 {
        margin-top: -52px;
        margin-bottom: -52px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-16 > * {
        margin-top: 52px;
        margin-bottom: 52px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-17 {
        margin-right: -56px;
        margin-left: -56px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-17 > * {
        margin-right: 56px;
        margin-left: 56px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-17 {
        margin-top: -56px;
        margin-bottom: -56px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-17 > * {
        margin-top: 56px;
        margin-bottom: 56px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-18 {
        margin-right: -60px;
        margin-left: -60px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-18 > * {
        margin-right: 60px;
        margin-left: 60px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-18 {
        margin-top: -60px;
        margin-bottom: -60px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-18 > * {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-19 {
        margin-right: -25px;
        margin-left: -25px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-19 > * {
        margin-right: 25px;
        margin-left: 25px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-19 {
        margin-top: -25px;
        margin-bottom: -25px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-19 > * {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-20 {
        margin-right: -21.5px;
        margin-left: -21.5px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-20 > * {
        margin-right: 21.5px;
        margin-left: 21.5px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-20 {
        margin-top: -21.5px;
        margin-bottom: -21.5px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-20 > * {
        margin-top: 21.5px;
        margin-bottom: 21.5px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-21 {
        margin-right: -14px;
        margin-left: -14px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-21 > * {
        margin-right: 14px;
        margin-left: 14px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-21 {
        margin-top: -14px;
        margin-bottom: -14px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-21 > * {
        margin-top: 14px;
        margin-bottom: 14px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-22 {
        margin-right: -21px;
        margin-left: -21px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-22 > * {
        margin-right: 21px;
        margin-left: 21px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-22 {
        margin-top: -21px;
        margin-bottom: -21px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-22 > * {
        margin-top: 21px;
        margin-bottom: 21px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-23 {
        margin-right: -6px;
        margin-left: -6px;
    }
    .lp-media.lp-extraLargeScreen-spaceX-23 > * {
        margin-right: 6px;
        margin-left: 6px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-23 {
        margin-top: -6px;
        margin-bottom: -6px;
    }
    .lp-media.lp-extraLargeScreen-spaceY-23 > * {
        margin-top: 6px;
        margin-bottom: 6px;
    }
}

@media screen and (min-width: 1280px) {
    .lp-media.lp-extraExtraLargeScreen-spaceX-0 {
        margin-right: 0;
        margin-left: 0;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-0 > * {
        margin-right: 0;
        margin-left: 0;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-0 > * {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-1 {
        margin-right: -2px;
        margin-left: -2px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-1 > * {
        margin-right: 2px;
        margin-left: 2px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-1 {
        margin-top: -2px;
        margin-bottom: -2px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-1 > * {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-2 {
        margin-right: -4px;
        margin-left: -4px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-2 > * {
        margin-right: 4px;
        margin-left: 4px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-2 {
        margin-top: -4px;
        margin-bottom: -4px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-2 > * {
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-3 {
        margin-right: -8px;
        margin-left: -8px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-3 > * {
        margin-right: 8px;
        margin-left: 8px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-3 {
        margin-top: -8px;
        margin-bottom: -8px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-3 > * {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-4 {
        margin-right: -10px;
        margin-left: -10px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-4 > * {
        margin-right: 10px;
        margin-left: 10px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-4 {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-4 > * {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-5 {
        margin-right: -12px;
        margin-left: -12px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-5 > * {
        margin-right: 12px;
        margin-left: 12px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-5 {
        margin-top: -12px;
        margin-bottom: -12px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-5 > * {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-6 {
        margin-right: -13px;
        margin-left: -13px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-6 > * {
        margin-right: 13px;
        margin-left: 13px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-6 {
        margin-top: -13px;
        margin-bottom: -13px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-6 > * {
        margin-top: 13px;
        margin-bottom: 13px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-7 {
        margin-right: -16px;
        margin-left: -16px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-7 > * {
        margin-right: 16px;
        margin-left: 16px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-7 {
        margin-top: -16px;
        margin-bottom: -16px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-7 > * {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-8 {
        margin-right: -20px;
        margin-left: -20px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-8 > * {
        margin-right: 20px;
        margin-left: 20px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-8 {
        margin-top: -20px;
        margin-bottom: -20px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-8 > * {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-9 {
        margin-right: -24px;
        margin-left: -24px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-9 > * {
        margin-right: 24px;
        margin-left: 24px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-9 {
        margin-top: -24px;
        margin-bottom: -24px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-9 > * {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-10 {
        margin-right: -28px;
        margin-left: -28px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-10 > * {
        margin-right: 28px;
        margin-left: 28px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-10 {
        margin-top: -28px;
        margin-bottom: -28px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-10 > * {
        margin-top: 28px;
        margin-bottom: 28px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-11 {
        margin-right: -32px;
        margin-left: -32px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-11 > * {
        margin-right: 32px;
        margin-left: 32px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-11 {
        margin-top: -32px;
        margin-bottom: -32px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-11 > * {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-12 {
        margin-right: -36px;
        margin-left: -36px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-12 > * {
        margin-right: 36px;
        margin-left: 36px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-12 {
        margin-top: -36px;
        margin-bottom: -36px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-12 > * {
        margin-top: 36px;
        margin-bottom: 36px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-13 {
        margin-right: -40px;
        margin-left: -40px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-13 > * {
        margin-right: 40px;
        margin-left: 40px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-13 {
        margin-top: -40px;
        margin-bottom: -40px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-13 > * {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-14 {
        margin-right: -44px;
        margin-left: -44px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-14 > * {
        margin-right: 44px;
        margin-left: 44px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-14 {
        margin-top: -44px;
        margin-bottom: -44px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-14 > * {
        margin-top: 44px;
        margin-bottom: 44px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-15 {
        margin-right: -48px;
        margin-left: -48px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-15 > * {
        margin-right: 48px;
        margin-left: 48px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-15 {
        margin-top: -48px;
        margin-bottom: -48px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-15 > * {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-16 {
        margin-right: -52px;
        margin-left: -52px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-16 > * {
        margin-right: 52px;
        margin-left: 52px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-16 {
        margin-top: -52px;
        margin-bottom: -52px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-16 > * {
        margin-top: 52px;
        margin-bottom: 52px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-17 {
        margin-right: -56px;
        margin-left: -56px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-17 > * {
        margin-right: 56px;
        margin-left: 56px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-17 {
        margin-top: -56px;
        margin-bottom: -56px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-17 > * {
        margin-top: 56px;
        margin-bottom: 56px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-18 {
        margin-right: -60px;
        margin-left: -60px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-18 > * {
        margin-right: 60px;
        margin-left: 60px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-18 {
        margin-top: -60px;
        margin-bottom: -60px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-18 > * {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-19 {
        margin-right: -25px;
        margin-left: -25px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-19 > * {
        margin-right: 25px;
        margin-left: 25px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-19 {
        margin-top: -25px;
        margin-bottom: -25px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-19 > * {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-20 {
        margin-right: -21.5px;
        margin-left: -21.5px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-20 > * {
        margin-right: 21.5px;
        margin-left: 21.5px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-20 {
        margin-top: -21.5px;
        margin-bottom: -21.5px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-20 > * {
        margin-top: 21.5px;
        margin-bottom: 21.5px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-21 {
        margin-right: -14px;
        margin-left: -14px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-21 > * {
        margin-right: 14px;
        margin-left: 14px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-21 {
        margin-top: -14px;
        margin-bottom: -14px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-21 > * {
        margin-top: 14px;
        margin-bottom: 14px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-22 {
        margin-right: -21px;
        margin-left: -21px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-22 > * {
        margin-right: 21px;
        margin-left: 21px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-22 {
        margin-top: -21px;
        margin-bottom: -21px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-22 > * {
        margin-top: 21px;
        margin-bottom: 21px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-23 {
        margin-right: -6px;
        margin-left: -6px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceX-23 > * {
        margin-right: 6px;
        margin-left: 6px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-23 {
        margin-top: -6px;
        margin-bottom: -6px;
    }
    .lp-media.lp-extraExtraLargeScreen-spaceY-23 > * {
        margin-top: 6px;
        margin-bottom: 6px;
    }
}

.lp-media.of-justifyContent-start {
    justify-content: flex-start;
}

.lp-media.of-justifyContent-end {
    justify-content: flex-end;
}

.lp-media.of-justifyContent-center {
    justify-content: center;
}

.lp-media.of-justifyContent-between {
    justify-content: space-between;
}

@media screen and (max-width: 970px) {
    .lp-media.lp-smallScreen-justifyContent-start {
        justify-content: flex-start;
    }
    .lp-media.lp-smallScreen-justifyContent-end {
        justify-content: flex-end;
    }
    .lp-media.lp-smallScreen-justifyContent-center {
        justify-content: center;
    }
    .lp-media.lp-smallScreen-justifyContent-between {
        justify-content: space-between;
    }
}

@media screen and (max-width: 640px) {
    .lp-media.lp-extraSmallScreen-justifyContent-start {
        justify-content: flex-start;
    }
    .lp-media.lp-extraSmallScreen-justifyContent-end {
        justify-content: flex-end;
    }
    .lp-media.lp-extraSmallScreen-justifyContent-center {
        justify-content: center;
    }
    .lp-media.lp-extraSmallScreen-justifyContent-between {
        justify-content: space-between;
    }
}

@media screen and (min-width: 971px) {
    .lp-media.lp-largeScreen-justifyContent-start {
        justify-content: flex-start;
    }
    .lp-media.lp-largeScreen-justifyContent-end {
        justify-content: flex-end;
    }
    .lp-media.lp-largeScreen-justifyContent-center {
        justify-content: center;
    }
    .lp-media.lp-largeScreen-justifyContent-between {
        justify-content: space-between;
    }
}

@media screen and (min-width: 1280px) {
    .lp-media.lp-extraLargeScreen-justifyContent-start {
        justify-content: flex-start;
    }
    .lp-media.lp-extraLargeScreen-justifyContent-end {
        justify-content: flex-end;
    }
    .lp-media.lp-extraLargeScreen-justifyContent-center {
        justify-content: center;
    }
    .lp-media.lp-extraLargeScreen-justifyContent-between {
        justify-content: space-between;
    }
}

@media screen and (min-width: 1280px) {
    .lp-media.lp-extraExtraLargeScreen-justifyContent-start {
        justify-content: flex-start;
    }
    .lp-media.lp-extraExtraLargeScreen-justifyContent-end {
        justify-content: flex-end;
    }
    .lp-media.lp-extraExtraLargeScreen-justifyContent-center {
        justify-content: center;
    }
    .lp-media.lp-extraExtraLargeScreen-justifyContent-between {
        justify-content: space-between;
    }
}

.lp-media.of-alignItems-start {
    align-items: flex-start;
}

.lp-media.of-alignItems-end {
    align-items: flex-end;
}

.lp-media.of-alignItems-center {
    align-items: center;
}

.lp-media.of-alignItems-baseline {
    align-items: baseline;
}

@media screen and (max-width: 970px) {
    .lp-media.lp-smallScreen-alignItems-start {
        align-items: flex-start;
    }
    .lp-media.lp-smallScreen-alignItems-end {
        align-items: flex-end;
    }
    .lp-media.lp-smallScreen-alignItems-center {
        align-items: center;
    }
    .lp-media.lp-smallScreen-alignItems-baseline {
        align-items: baseline;
    }
}

@media screen and (max-width: 640px) {
    .lp-media.lp-extraSmallScreen-alignItems-start {
        align-items: flex-start;
    }
    .lp-media.lp-extraSmallScreen-alignItems-end {
        align-items: flex-end;
    }
    .lp-media.lp-extraSmallScreen-alignItems-center {
        align-items: center;
    }
    .lp-media.lp-extraSmallScreen-alignItems-baseline {
        align-items: baseline;
    }
}

@media screen and (min-width: 971px) {
    .lp-media.lp-largeScreen-alignItems-start {
        align-items: flex-start;
    }
    .lp-media.lp-largeScreen-alignItems-end {
        align-items: flex-end;
    }
    .lp-media.lp-largeScreen-alignItems-center {
        align-items: center;
    }
    .lp-media.lp-largeScreen-alignItems-baseline {
        align-items: baseline;
    }
}

@media screen and (min-width: 1280px) {
    .lp-media.lp-extraLargeScreen-alignItems-start {
        align-items: flex-start;
    }
    .lp-media.lp-extraLargeScreen-alignItems-end {
        align-items: flex-end;
    }
    .lp-media.lp-extraLargeScreen-alignItems-center {
        align-items: center;
    }
    .lp-media.lp-extraLargeScreen-alignItems-baseline {
        align-items: baseline;
    }
}

@media screen and (min-width: 1280px) {
    .lp-media.lp-extraExtraLargeScreen-alignItems-start {
        align-items: flex-start;
    }
    .lp-media.lp-extraExtraLargeScreen-alignItems-end {
        align-items: flex-end;
    }
    .lp-media.lp-extraExtraLargeScreen-alignItems-center {
        align-items: center;
    }
    .lp-media.lp-extraExtraLargeScreen-alignItems-baseline {
        align-items: baseline;
    }
}

.lp-media.of-flexDirection-column {
    flex-direction: column;
}

.lp-media.of-flexDirection-columnReverse {
    flex-direction: column-reverse;
}

.lp-media.of-flexDirection-rowReverse {
    flex-direction: row-reverse;
}

@media screen and (max-width: 970px) {
    .lp-media.lp-smallScreen-flexDirection-column {
        flex-direction: column;
    }
    .lp-media.lp-smallScreen-flexDirection-columnReverse {
        flex-direction: column-reverse;
    }
    .lp-media.lp-smallScreen-flexDirection-rowReverse {
        flex-direction: row-reverse;
    }
}

@media screen and (max-width: 640px) {
    .lp-media.lp-extraSmallScreen-flexDirection-column {
        flex-direction: column;
    }
    .lp-media.lp-extraSmallScreen-flexDirection-columnReverse {
        flex-direction: column-reverse;
    }
    .lp-media.lp-extraSmallScreen-flexDirection-rowReverse {
        flex-direction: row-reverse;
    }
}

@media screen and (min-width: 971px) {
    .lp-media.lp-largeScreen-flexDirection-column {
        flex-direction: column;
    }
    .lp-media.lp-largeScreen-flexDirection-columnReverse {
        flex-direction: column-reverse;
    }
    .lp-media.lp-largeScreen-flexDirection-rowReverse {
        flex-direction: row-reverse;
    }
}

@media screen and (min-width: 1280px) {
    .lp-media.lp-extraLargeScreen-flexDirection-column {
        flex-direction: column;
    }
    .lp-media.lp-extraLargeScreen-flexDirection-columnReverse {
        flex-direction: column-reverse;
    }
    .lp-media.lp-extraLargeScreen-flexDirection-rowReverse {
        flex-direction: row-reverse;
    }
}

@media screen and (min-width: 1280px) {
    .lp-media.lp-extraExtraLargeScreen-flexDirection-column {
        flex-direction: column;
    }
    .lp-media.lp-extraExtraLargeScreen-flexDirection-columnReverse {
        flex-direction: column-reverse;
    }
    .lp-media.lp-extraExtraLargeScreen-flexDirection-rowReverse {
        flex-direction: row-reverse;
    }
}

.is-ie11 .lp-media-body {
    flex: 0 1 auto;
}

.is-ie11 .lp-media-image {
    min-height: 0%;
}

.lp-cardFeature {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 32px;
    background-color: #fff;
}

.lp-cardFeature > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 970px) {
    .lp-cardFeature {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 970px) {
    .lp-cardFeature {
        padding: calc(1.6rem + ((1vw - 0.36rem) * (2.62295)));
    }
}

@media screen and (max-width: 360px) {
    .lp-cardFeature {
        padding: 16px;
    }
}

.lp-cardFeature.of-shadow {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
}

.lp-cardFeature-header {
    width: 100%;
    margin-bottom: 24px;
    padding: 12px;
    background-color: #e2e8f1;
}

.lp-cardFeature-header > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 970px) {
    .lp-cardFeature-header {
        margin-bottom: 16px;
        padding: calc(1rem + ((1vw - 0.36rem) * (0.32787)));
    }
}

@media screen and (max-width: 360px) {
    .lp-cardFeature-header {
        padding: 10px;
    }
}

.lp-cardFeature-header.of-primary {
    margin-bottom: 32px;
    padding: 8px;
    background-color: #495082;
    color: #fff;
}

.lp-cardFeature-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lp-cardFeature-body > *:last-child {
    margin-bottom: 0;
}

.lp-cardFeature-body.of-backgroundItem-primary, .lp-cardFeature-body.of-backgroundItem-secondary, .lp-cardFeature-body.of-backgroundItem-tertiary, .lp-cardFeature-body.of-backgroundItem-quaternary {
    z-index: 0;
    position: relative;
}

.lp-cardFeature-body.of-backgroundItem-primary::before, .lp-cardFeature-body.of-backgroundItem-tertiary::before {
    display: block;
    z-index: -10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #fff;
    content: "";
    opacity: 0.4;
}

.lp-cardFeature-body.of-backgroundItem-primary::before {
    width: 319px;
    height: 319px;
    border: 50px solid #d4d6e9;
}

@media screen and (max-width: 1920px) {
    .lp-cardFeature-body.of-backgroundItem-primary::before {
        width: calc(24rem + ((1vw - 0.97rem) * (8.31579)));
        height: calc(24rem + ((1vw - 0.97rem) * (8.31579)));
        border-width: calc(4rem + ((1vw - 0.97rem) * (1.05263)));
    }
}

@media screen and (max-width: 970px) {
    .lp-cardFeature-body.of-backgroundItem-primary::before {
        width: calc(15.2rem + ((1vw - 0.36rem) * (7.86885)));
        height: calc(15.2rem + ((1vw - 0.36rem) * (7.86885)));
        border-width: calc(2rem + ((1vw - 0.36rem) * (2.45902)));
    }
}

@media screen and (max-width: 360px) {
    .lp-cardFeature-body.of-backgroundItem-primary::before {
        width: 152px;
        height: 152px;
        border: 20px solid #d4d6e9;
    }
}

.lp-cardFeature-body.of-backgroundItem-tertiary::before {
    width: 220px;
    height: 220px;
    border: 26px solid #d4d6e9;
}

@media screen and (max-width: 1920px) {
    .lp-cardFeature-body.of-backgroundItem-tertiary::before {
        width: calc(20rem + ((1vw - 0.97rem) * (2.10526)));
        height: calc(20rem + ((1vw - 0.97rem) * (2.10526)));
    }
}

@media screen and (max-width: 970px) {
    .lp-cardFeature-body.of-backgroundItem-tertiary::before {
        width: calc(15.2rem + ((1vw - 0.36rem) * (7.86885)));
        height: calc(15.2rem + ((1vw - 0.36rem) * (7.86885)));
        border-width: calc(2rem + ((1vw - 0.36rem) * (2.45902)));
    }
}

@media screen and (max-width: 360px) {
    .lp-cardFeature-body.of-backgroundItem-tertiary::before {
        width: 152px;
        height: 152px;
        border: 20px solid #d4d6e9;
    }
}

.lp-cardFeature-body.of-backgroundItem-secondary::before, .lp-cardFeature-body.of-backgroundItem-secondary::after, .lp-cardFeature-body.of-backgroundItem-quaternary::before, .lp-cardFeature-body.of-backgroundItem-quaternary::after {
    display: block;
    z-index: -10;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #e1e1e1;
    content: "";
}

.lp-cardFeature-body.of-backgroundItem-secondary::before, .lp-cardFeature-body.of-backgroundItem-quaternary::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.lp-cardFeature-body.of-backgroundItem-secondary::after, .lp-cardFeature-body.of-backgroundItem-quaternary::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.lp-cardFeature-body.of-backgroundItem-secondary::before, .lp-cardFeature-body.of-backgroundItem-secondary::after {
    width: 35px;
    height: 341px;
}

@media screen and (max-width: 1920px) {
    .lp-cardFeature-body.of-backgroundItem-secondary::before, .lp-cardFeature-body.of-backgroundItem-secondary::after {
        width: calc(3rem + ((1vw - 0.97rem) * (0.52632)));
        height: calc(28rem + ((1vw - 0.97rem) * (6.42105)));
    }
}

@media screen and (max-width: 970px) {
    .lp-cardFeature-body.of-backgroundItem-secondary::before, .lp-cardFeature-body.of-backgroundItem-secondary::after {
        width: calc(2rem + ((1vw - 0.36rem) * (1.96721)));
        height: calc(19.5rem + ((1vw - 0.36rem) * (4.09836)));
    }
}

@media screen and (max-width: 360px) {
    .lp-cardFeature-body.of-backgroundItem-secondary::before, .lp-cardFeature-body.of-backgroundItem-secondary::after {
        width: 20px;
        height: 195px;
    }
}

.lp-cardFeature-body.of-backgroundItem-quaternary::before, .lp-cardFeature-body.of-backgroundItem-quaternary::after {
    width: 22px;
    height: 218px;
}

@media screen and (max-width: 1920px) {
    .lp-cardFeature-body.of-backgroundItem-quaternary::before, .lp-cardFeature-body.of-backgroundItem-quaternary::after {
        width: calc(1.6rem + ((1vw - 0.36rem) * (0.38462)));
        height: calc(16.2rem + ((1vw - 0.36rem) * (3.58974)));
    }
}

@media screen and (max-width: 360px) {
    .lp-cardFeature-body.of-backgroundItem-quaternary::before, .lp-cardFeature-body.of-backgroundItem-quaternary::after {
        width: 16px;
        height: 162px;
    }
}

.lp-cardFeature-title {
    margin-bottom: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.5;
}

.lp-cardFeature-title.of-primary {
    color: #495082;
}

@media screen and (max-width: 1920px) {
    .lp-cardFeature-title {
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.76923)));
    }
}

@media screen and (max-width: 970px) {
    .lp-cardFeature-title {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 360px) {
    .lp-cardFeature-title {
        font-size: 2rem;
    }
}

.lp-cardFeature-title.of-secondary {
    margin-bottom: 16px;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.3;
}

@media screen and (max-width: 1920px) {
    .lp-cardFeature-title.of-secondary {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.25641)));
    }
}

@media screen and (max-width: 360px) {
    .lp-cardFeature-title.of-secondary {
        font-size: 1.8rem;
    }
}

.lp-cardFeature-title.of-tertiary {
    margin-bottom: 24px;
    color: #495082;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1.3;
}

@media screen and (max-width: 1920px) {
    .lp-cardFeature-title.of-tertiary {
        font-size: calc(2.4rem + ((1vw - 0.97rem) * (1.05263)));
    }
}

@media screen and (max-width: 970px) {
    .lp-cardFeature-title.of-tertiary {
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (0.32787)));
    }
}

@media screen and (max-width: 360px) {
    .lp-cardFeature-title.of-tertiary {
        font-size: 2.2rem;
    }
}

.lp-cardFeature-image {
    max-width: 750px;
    margin-right: 32px;
}

.lp-cardFeature-image > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1920px) {
    .lp-cardFeature-image {
        max-width: calc(32rem + ((1vw - 0.36rem) * (27.5641)));
    }
}

@media screen and (max-width: 970px) {
    .lp-cardFeature-image {
        max-width: 100%;
        margin-right: 0;
    }
    .lp-cardFeature-image.of-smallScreen-flexDirection-columnReverse {
        display: flex;
        flex-direction: column-reverse;
    }
}

.lp-cardFeature-imageItem {
    margin-bottom: 0;
}

@media screen and (max-width: 970px) {
    .lp-cardFeature-imageItem {
        margin-bottom: 16px;
    }
}

.lp-cardFeature-image.of-primary {
    max-width: 628px;
}

@media screen and (max-width: 1920px) {
    .lp-cardFeature-image.of-primary {
        max-width: calc(32rem + ((1vw - 0.36rem) * (19.74359)));
    }
}

@media screen and (max-width: 970px) {
    .lp-cardFeature-image.of-primary {
        max-width: 100%;
    }
}

.lp-cardFeature-image.of-flexDirection-columnReverse {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 auto 24px;
}

.lp-cardFeature-image.of-flexDirection-columnReverse .lp-cardFeature-imageItem {
    margin-bottom: 0;
}

.lp-cardFeature.of-primary {
    padding: 71px 93px;
    background-color: #eee;
}

@media screen and (max-width: 1920px) {
    .lp-cardFeature.of-primary {
        padding-top: calc(3.2rem + ((1vw - 0.97rem) * (4.10526)));
        padding-right: calc(3.2rem + ((1vw - 0.97rem) * (6.42105)));
        padding-bottom: calc(3.2rem + ((1vw - 0.97rem) * (4.10526)));
        padding-left: calc(3.2rem + ((1vw - 0.97rem) * (6.42105)));
    }
}

@media screen and (max-width: 970px) {
    .lp-cardFeature.of-primary {
        padding: 32px;
    }
}

@media screen and (max-width: 970px) {
    .lp-cardFeature.of-primary {
        padding-top: calc(1.6rem + ((1vw - 0.36rem) * (2.62295)));
        padding-right: calc(1.6rem + ((1vw - 0.36rem) * (2.62295)));
        padding-bottom: calc(3rem + ((1vw - 0.36rem) * (0.32787)));
        padding-left: calc(1.6rem + ((1vw - 0.36rem) * (2.62295)));
    }
}

@media screen and (max-width: 360px) {
    .lp-cardFeature.of-primary {
        padding: 16px 16px 30px;
    }
}

.lp-cardFeature.of-primary .lp-cardFeature-imageItem {
    margin-bottom: 32px;
}

@media screen and (max-width: 1920px) {
    .lp-cardFeature.of-primary .lp-cardFeature-imageItem {
        margin-bottom: calc(1.6rem + ((1vw - 0.97rem) * (1.68421)));
    }
}

@media screen and (max-width: 970px) {
    .lp-cardFeature.of-primary .lp-cardFeature-imageItem {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 360px) {
    .lp-cardFeature.of-primary .lp-cardFeature-imageItem {
        margin-bottom: 22px;
    }
}

.lp-cardFeature.of-secondary {
    justify-content: center;
    max-width: 400px;
    padding: 32px 16px;
}

@media screen and (max-width: 1920px) {
    .lp-cardFeature.of-secondary {
        max-width: calc(34rem + ((1vw - 0.97rem) * (6.31579)));
    }
}

@media screen and (max-width: 970px) {
    .lp-cardFeature.of-secondary {
        max-width: calc(32rem + ((1vw - 0.36rem) * (13.11475)));
        padding: 16px;
    }
}

@media screen and (max-width: 360px) {
    .lp-cardFeature.of-secondary {
        width: 100%;
        max-width: 320px;
    }
}

.lp-cardFeature.of-tertiary {
    max-width: 730px;
}

@media screen and (max-width: 1920px) {
    .lp-cardFeature.of-tertiary {
        max-width: calc(60rem + ((1vw - 0.97rem) * (13.68421)));
    }
}

@media screen and (max-width: 970px) {
    .lp-cardFeature.of-tertiary {
        max-width: calc(32rem + ((1vw - 0.36rem) * (67.21311)));
    }
}

@media screen and (max-width: 360px) {
    .lp-cardFeature.of-tertiary {
        width: 100%;
        max-width: 320px;
    }
}

.lp-cardFeature.of-vertical {
    flex-direction: column;
}

.lp-cardFeature.of-vertical .lp-cardFeature-body {
    order: 1;
}

.lp-cardFeature.of-vertical .lp-cardFeature-image {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
}

@media screen and (max-width: 1920px) {
    .lp-cardFeature.of-vertical .lp-cardFeature-image {
        margin-bottom: calc(1.6rem + ((1vw - 0.97rem) * (1.68421)));
    }
}

@media screen and (max-width: 970px) {
    .lp-cardFeature.of-vertical .lp-cardFeature-image {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 970px) {
    .is-ie11 .lp-cardFeature-body {
        flex: 0 1 auto;
    }
}

.is-ie11 .lp-cardFeature-image {
    width: 750px;
    min-height: 0%;
}

.is-ie11 .lp-cardFeature-imageItem {
    min-height: 0%;
}

.is-ie11 .lp-cardFeature-image.of-primary {
    width: 628px;
}

.lp-stepFeature {
    display: flex;
    justify-content: center;
    margin: -32px 0 42px -150px;
}

@media screen and (max-width: 1920px) {
    .lp-stepFeature {
        margin-left: calc(-10rem + ((1vw - 0.97rem) * (-5.26316)));
    }
}

@media screen and (max-width: 970px) {
    .lp-stepFeature {
        flex-direction: column;
        align-items: center;
        margin: -98px 0 24px -20px;
    }
}

.lp-stepFeature > .lp-stepFeature-column {
    margin-top: 32px;
    padding-left: 150px;
}

@media screen and (max-width: 1920px) {
    .lp-stepFeature > .lp-stepFeature-column {
        padding-left: calc(10rem + ((1vw - 0.97rem) * (5.26316)));
    }
}

@media screen and (max-width: 970px) {
    .lp-stepFeature > .lp-stepFeature-column {
        margin-top: 98px;
        padding-left: 20px;
    }
}

.lp-stepFeature.of-arrow > .lp-stepFeature-column + .lp-stepFeature-column {
    position: relative;
}

.lp-stepFeature.of-arrow > .lp-stepFeature-column + .lp-stepFeature-column::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 40px;
    width: 70px;
    height: 70px;
    transform: translateY(-50%);
    background-image: url("../../img/landing_page/wm_pr_2/wm_ws_sr57355_pr_page_2_icon_01.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
}

@media screen and (max-width: 1920px) {
    .lp-stepFeature.of-arrow > .lp-stepFeature-column + .lp-stepFeature-column::before {
        left: calc(1.6rem + ((1vw - 0.97rem) * (2.52632)));
        width: calc(5.6rem + ((1vw - 0.97rem) * (1.47368)));
        height: calc(5.6rem + ((1vw - 0.97rem) * (1.47368)));
    }
}

@media screen and (max-width: 970px) {
    .lp-stepFeature.of-arrow > .lp-stepFeature-column + .lp-stepFeature-column::before {
        top: -74px;
        left: calc(50% + 10px);
        width: 50px;
        height: 50px;
        transform: rotate(90deg) translateY(50%);
    }
}

.lp-list {
    display: flex;
    flex-direction: column;
    margin: -24px 0 24px -24px;
}

@media screen and (max-width: 970px) {
    .lp-list {
        margin: -8px 0 8px -8px;
    }
}

.lp-list > li {
    margin-top: 24px;
    padding-left: 24px;
}

@media screen and (max-width: 970px) {
    .lp-list > li {
        margin-top: 8px;
        padding-left: 8px;
    }
}

.lp-list.of-horizontal {
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 970px) {
    .lp-list.of-horizontal {
        align-items: flex-start;
        justify-content: space-around;
    }
}

.lp-list.of-justifyContent-around {
    justify-content: space-around;
}

.lp-listUnordered {
    display: flex;
    flex-direction: column;
    margin: -14px 0 14px -14px;
}

.lp-listUnordered > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 360px) {
    .lp-listUnordered {
        margin: -8px 0 8px -14px;
    }
}

.lp-listUnordered > li {
    position: relative;
    margin-top: 14px;
    margin-left: 14px;
    padding-left: 14px;
    font-size: 2.2rem;
    line-height: 1.2;
}

.lp-listUnordered > li > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1920px) {
    .lp-listUnordered > li {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.38462)));
    }
}

@media screen and (max-width: 360px) {
    .lp-listUnordered > li {
        margin-top: 8px;
        padding-left: 14px;
        font-size: 1.6rem;
        line-height: 1.5;
    }
}

.lp-listUnordered > li::before {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #555;
    content: "";
}

@media screen and (max-width: 360px) {
    .lp-listUnordered > li::before {
        top: 6px;
    }
}

.lp-listUnordered.of-primary > li {
    font-size: 1.8rem;
}

@media screen and (max-width: 1920px) {
    .lp-listUnordered.of-primary > li {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.12821)));
    }
}

@media screen and (max-width: 360px) {
    .lp-listUnordered.of-primary > li {
        font-size: 1.6rem;
    }
}

.lp-listUnordered.of-primary > li::before {
    top: 8px;
}

.lp-listUnordered.of-secondary > li {
    font-size: 2.4rem;
}

@media screen and (max-width: 1920px) {
    .lp-listUnordered.of-secondary > li {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.38462)));
    }
}

@media screen and (max-width: 360px) {
    .lp-listUnordered.of-secondary > li {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 970px) {
    .lp-listUnordered.of-secondary > li::before {
        top: 10px;
    }
}

.lp-listAnnotation {
    display: flex;
    flex-direction: column;
    margin: -4px 0 40px -4px;
}

.lp-listAnnotation > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1920px) {
    .lp-listAnnotation {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (1.02564)));
    }
}

@media screen and (max-width: 360px) {
    .lp-listAnnotation {
        margin-bottom: 24px;
    }
}

.lp-listAnnotation > li {
    margin-top: 4px;
    padding-left: 4px;
    color: #737373;
    font-size: 1.2rem;
}

.lp-listAnnotation.of-alignItems-center {
    align-items: center;
}

.lp-listButton, .lp-listUtility {
    display: flex;
    flex-wrap: wrap;
}

.lp-listButton > *:last-child, .lp-listUtility > *:last-child {
    margin-bottom: 0;
}

.lp-listButton.of-center, .lp-listUtility.of-center {
    justify-content: center;
}

.lp-listButton > li > *:last-child, .lp-listUtility > li > *:last-child {
    margin-bottom: 0;
}

.lp-listButton {
    margin: -32px 0 32px -32px;
}

.lp-listButton > li {
    margin-top: 32px;
    padding-left: 32px;
}

.lp-listUtility {
    margin: -24px 0 24px -24px;
}

.lp-listUtility > li {
    margin-top: 24px;
    padding-left: 24px;
}

.is-ie11 .lp-list > li {
    flex: 1;
}

.lp-textLead {
    margin-bottom: 40px;
    font-size: 3rem;
    font-weight: normal;
    line-height: 1.4;
}

@media screen and (max-width: 1920px) {
    .lp-textLead {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (1.02564)));
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.76923)));
    }
}

@media screen and (max-width: 360px) {
    .lp-textLead {
        margin-bottom: 24px;
        font-size: 1.8rem;
    }
}

.lp-textLead.of-primary {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.3;
}

@media screen and (max-width: 1920px) {
    .lp-textLead.of-primary {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.64103)));
    }
}

@media screen and (max-width: 970px) {
    .lp-textLead.of-primary {
        font-weight: normal;
    }
}

@media screen and (max-width: 360px) {
    .lp-textLead.of-primary {
        font-size: 1.6rem;
    }
}

.lp-text.of-primary {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 4;
}

@media screen and (max-width: 1920px) {
    .lp-text.of-primary {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.38462)));
    }
}

@media screen and (max-width: 360px) {
    .lp-text.of-primary {
        font-size: 1.8rem;
    }
}

.lp-textScroll {
    position: relative;
    padding-bottom: 68px;
    color: #555;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
}

.lp-textScroll::before, .lp-textScroll::after {
    display: block;
    position: absolute;
    content: "";
}

.lp-textScroll::before {
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 60px;
    transform: translateX(50%);
    background-color: #555;
    animation: scroll-down 0.8s ease 3.4s 3;
    opacity: 1;
}

.lp-textScroll::after {
    bottom: 0;
    left: 50%;
    width: 6px;
    height: 6px;
    transform: rotate(45deg) translateX(-50%);
    border-right: 1px solid #555;
    border-bottom: 1px solid #555;
    animation: scroll-down 0.8s ease 3.4s 3;
    opacity: 1;
}

@keyframes scroll-down {
    0% {
        bottom: 0;
        opacity: 1;
    }
    100% {
        bottom: -25px;
        opacity: 0;
    }
}

.lp-label {
    flex-shrink: 0;
    max-width: 100%;
    color: #e60012;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.3;
}

@media screen and (max-width: 1920px) {
    .lp-label {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.76923)));
    }
}

@media screen and (max-width: 360px) {
    .lp-label {
        font-size: 1.6rem;
        line-height: 1.8;
    }
}

.lp-labelFeature {
    display: inline-block;
    min-width: 105px;
    height: 100%;
    margin-right: 4px;
    padding: 16px 25px;
    background: transparent linear-gradient(45deg, #7247a1 0%, #394ac3 100%) 0% 0% no-repeat padding-box;
    box-shadow: -8px 8px #b1bcc5;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.3;
    vertical-align: super;
}

@media screen and (max-width: 1920px) {
    .lp-labelFeature {
        min-width: calc(6rem + ((1vw - 0.36rem) * (2.88462)));
        padding-top: calc(0.6rem + ((1vw - 0.36rem) * (0.64103)));
        padding-right: calc(1.2rem + ((1vw - 0.36rem) * (0.83333)));
        padding-bottom: calc(0.6rem + ((1vw - 0.36rem) * (0.64103)));
        padding-left: calc(1.2rem + ((1vw - 0.36rem) * (0.83333)));
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.51282)));
    }
}

@media screen and (max-width: 970px) {
    .lp-labelFeature {
        margin-bottom: 16px;
        box-shadow: -4px 4px #b1bcc5;
    }
}

@media screen and (max-width: 360px) {
    .lp-labelFeature {
        min-width: 60px;
        padding: 6px 12px;
        box-shadow: -4px 4px #b1bcc5;
        font-size: 1.4rem;
    }
}

.lp-labelFeature-outer > .lp-labelFeature {
    height: auto;
    margin-right: 0;
    margin-bottom: 0;
}

.is-ie11 .lp-labelFeature {
    vertical-align: middle;
}

.lp-divider {
    display: block;
    height: 1px;
    background-color: #ddd;
}

.lp-textPhone {
    display: block;
    margin-bottom: 24px;
}

.lp-textPhone > *:last-child {
    margin-bottom: 0;
}

.lp-textPhone-body > *:last-child {
    margin-bottom: 0;
}

.lp-textPhone-number {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
}

.lp-textPhone-numberGroup {
    display: flex;
    align-items: flex-start;
    margin-top: 0 !important;
    margin-bottom: 8px;
}

.lp-textPhone-note {
    display: block;
    margin-top: 0 !important;
    margin-bottom: 8px;
    font-size: 1.2rem;
    line-height: 1.2;
}

.lp-textPhone-icon {
    width: 36px;
    min-width: 36px;
    height: 20px;
    min-height: 20px;
    margin-top: 0.2rem;
    margin-right: 8px;
}

.lp-textPhone-icon .of-iconColor-primary {
    fill: #00a23f;
}

.lp-textPhone-icon .of-iconColor-secondary {
    fill: #fe8800;
}

.lp-textPhone-icon .of-iconColor-tertiary {
    fill: #0086b1;
}

.lp-textPhone-icon .of-iconColor-quaternary {
    fill: #838079;
}

.lp-textPhone-icon .of-iconColor-quinary {
    fill: #1e1c1c;
}

.lp-textPhone.of-center {
    text-align: center;
}

.lp-textPhone.of-center .lp-textPhone-numberGroup {
    justify-content: center;
}

.lp-textPhone.of-primary .lp-textPhone-icon {
    width: 54px;
    min-width: 54px;
    height: 32px;
    min-height: 32px;
    margin-top: 0.8rem;
    margin-right: 8px;
}

@media screen and (max-width: 1920px) {
    .lp-textPhone.of-primary .lp-textPhone-icon {
        width: calc(3.8rem + ((1vw - 0.36rem) * (1.02564)));
        min-width: calc(3.8rem + ((1vw - 0.36rem) * (1.02564)));
        height: calc(2.3rem + ((1vw - 0.36rem) * (0.57692)));
        min-height: calc(2.3rem + ((1vw - 0.36rem) * (0.57692)));
        margin-top: calc(0.1rem + ((1vw - 0.36rem) * (0.44872)));
    }
}

@media screen and (max-width: 360px) {
    .lp-textPhone.of-primary .lp-textPhone-icon {
        width: 38px;
        min-width: 38px;
        height: 23px;
        min-height: 23px;
        margin-top: 0.1rem;
        margin-right: 3px;
    }
}

.lp-textPhone.of-primary .lp-textPhone-number {
    font-size: 4.4rem;
}

@media screen and (max-width: 1920px) {
    .lp-textPhone.of-primary .lp-textPhone-number {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.28205)));
    }
}

@media screen and (max-width: 360px) {
    .lp-textPhone.of-primary .lp-textPhone-number {
        font-size: 2.4rem;
    }
}

.lp-textPhone.of-primary .lp-textPhone-numberGroup {
    margin-bottom: 10px;
}

@media screen and (max-width: 360px) {
    .lp-textPhone.of-primary .lp-textPhone-numberGroup {
        justify-content: center;
        margin-bottom: 6px;
    }
}

.lp-textPhone.of-primary .lp-textPhone-note {
    font-size: 1.6rem;
}

@media screen and (max-width: 1920px) {
    .lp-textPhone.of-primary .lp-textPhone-note {
        font-size: calc(1.2rem + ((1vw - 0.36rem) * (0.25641)));
    }
}

@media screen and (max-width: 360px) {
    .lp-textPhone.of-primary .lp-textPhone-note {
        font-size: 1.2rem;
    }
}

a.lp-textPhone-body,
a:hover.lp-textPhone-body {
    display: inline-block;
    color: #333;
    text-decoration: none;
    cursor: default;
    opacity: 1;
}

.lp-textPhoneLink {
    width: 100%;
    font-size: 3rem;
    font-weight: normal;
    text-align: center;
}

@media screen and (max-width: 1920px) {
    .lp-textPhoneLink {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.76923)));
    }
}

@media screen and (max-width: 360px) {
    .lp-textPhoneLink {
        font-size: 1.8rem;
    }
}

.lp-textPhoneLink > *:last-child {
    margin-bottom: 0;
}

.lp-textPhoneLink-numberGroup {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 970px) {
    .lp-textPhoneLink-numberGroup {
        flex-direction: column;
        justify-content: center;
    }
}

.lp-textPhoneLink-number {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 8px;
    font-size: 2.4rem;
    font-weight: 700;
}

@media screen and (max-width: 970px) {
    .lp-textPhoneLink-number {
        width: 100%;
        padding-left: 0;
    }
}

.lp-textPhoneLink-number > a {
    cursor: default;
}

@media screen and (max-width: 970px) {
    .lp-textPhoneLink .lp-textPhoneLink-notes {
        width: 100%;
        margin-bottom: 4px;
    }
}

.AutoPhoneCall {
    color: #333;
    font-size: 3rem;
    font-weight: 600;
    text-decoration: none;
}

.lp-icon {
    fill: #333;
    width: 3.8rem;
    height: 3.8rem;
    vertical-align: middle;
}

.prd-inlineLink[href],
.prd-inlineLink[href].of-primary:hover,
button.prd-inlineLink {
    color: #333;
}

@media screen and (max-width: 970px) {
    .smallScreen-hide {
        display: none;
    }
}

@use "../gsr_abstracts" as *;
.lp-utility-marginTop-0 {
    margin-top: 0 !important;
}

.lp-utility-marginTop-1 {
    margin-top: 4px !important;
}

.lp-utility-marginTop-2 {
    margin-top: 8px !important;
}

.lp-utility-marginTop-3 {
    margin-top: 16px !important;
}

.lp-utility-marginTop-4 {
    margin-top: 20px !important;
}

.lp-utility-marginTop-5 {
    margin-top: 24px !important;
}

.lp-utility-marginTop-6 {
    margin-top: 26px !important;
}

.lp-utility-marginTop-7 {
    margin-top: 32px !important;
}

.lp-utility-marginTop-8 {
    margin-top: 40px !important;
}

.lp-utility-marginTop-9 {
    margin-top: 48px !important;
}

.lp-utility-marginTop-10 {
    margin-top: 56px !important;
}

.lp-utility-marginTop-11 {
    margin-top: 64px !important;
}

.lp-utility-marginTop-12 {
    margin-top: 72px !important;
}

.lp-utility-marginTop-13 {
    margin-top: 80px !important;
}

.lp-utility-marginTop-14 {
    margin-top: 88px !important;
}

.lp-utility-marginTop-15 {
    margin-top: 96px !important;
}

.lp-utility-marginTop-16 {
    margin-top: 104px !important;
}

.lp-utility-marginTop-17 {
    margin-top: 112px !important;
}

.lp-utility-marginTop-18 {
    margin-top: 120px !important;
}

.lp-utility-marginTop-19 {
    margin-top: 50px !important;
}

.lp-utility-marginTop-20 {
    margin-top: 43px !important;
}

.lp-utility-marginTop-21 {
    margin-top: 28px !important;
}

.lp-utility-marginTop-22 {
    margin-top: 42px !important;
}

.lp-utility-marginTop-23 {
    margin-top: 12px !important;
}

@media screen and (max-width: 970px) {
    .lp-smallScreen-marginTop-0 {
        margin-top: 0 !important;
    }
    .lp-smallScreen-marginTop-1 {
        margin-top: 4px !important;
    }
    .lp-smallScreen-marginTop-2 {
        margin-top: 8px !important;
    }
    .lp-smallScreen-marginTop-3 {
        margin-top: 16px !important;
    }
    .lp-smallScreen-marginTop-4 {
        margin-top: 20px !important;
    }
    .lp-smallScreen-marginTop-5 {
        margin-top: 24px !important;
    }
    .lp-smallScreen-marginTop-6 {
        margin-top: 26px !important;
    }
    .lp-smallScreen-marginTop-7 {
        margin-top: 32px !important;
    }
    .lp-smallScreen-marginTop-8 {
        margin-top: 40px !important;
    }
    .lp-smallScreen-marginTop-9 {
        margin-top: 48px !important;
    }
    .lp-smallScreen-marginTop-10 {
        margin-top: 56px !important;
    }
    .lp-smallScreen-marginTop-11 {
        margin-top: 64px !important;
    }
    .lp-smallScreen-marginTop-12 {
        margin-top: 72px !important;
    }
    .lp-smallScreen-marginTop-13 {
        margin-top: 80px !important;
    }
    .lp-smallScreen-marginTop-14 {
        margin-top: 88px !important;
    }
    .lp-smallScreen-marginTop-15 {
        margin-top: 96px !important;
    }
    .lp-smallScreen-marginTop-16 {
        margin-top: 104px !important;
    }
    .lp-smallScreen-marginTop-17 {
        margin-top: 112px !important;
    }
    .lp-smallScreen-marginTop-18 {
        margin-top: 120px !important;
    }
    .lp-smallScreen-marginTop-19 {
        margin-top: 50px !important;
    }
    .lp-smallScreen-marginTop-20 {
        margin-top: 43px !important;
    }
    .lp-smallScreen-marginTop-21 {
        margin-top: 28px !important;
    }
    .lp-smallScreen-marginTop-22 {
        margin-top: 42px !important;
    }
    .lp-smallScreen-marginTop-23 {
        margin-top: 12px !important;
    }
}

@media screen and (max-width: 640px) {
    .lp-extraSmallScreen-marginTop-0 {
        margin-top: 0 !important;
    }
    .lp-extraSmallScreen-marginTop-1 {
        margin-top: 4px !important;
    }
    .lp-extraSmallScreen-marginTop-2 {
        margin-top: 8px !important;
    }
    .lp-extraSmallScreen-marginTop-3 {
        margin-top: 16px !important;
    }
    .lp-extraSmallScreen-marginTop-4 {
        margin-top: 20px !important;
    }
    .lp-extraSmallScreen-marginTop-5 {
        margin-top: 24px !important;
    }
    .lp-extraSmallScreen-marginTop-6 {
        margin-top: 26px !important;
    }
    .lp-extraSmallScreen-marginTop-7 {
        margin-top: 32px !important;
    }
    .lp-extraSmallScreen-marginTop-8 {
        margin-top: 40px !important;
    }
    .lp-extraSmallScreen-marginTop-9 {
        margin-top: 48px !important;
    }
    .lp-extraSmallScreen-marginTop-10 {
        margin-top: 56px !important;
    }
    .lp-extraSmallScreen-marginTop-11 {
        margin-top: 64px !important;
    }
    .lp-extraSmallScreen-marginTop-12 {
        margin-top: 72px !important;
    }
    .lp-extraSmallScreen-marginTop-13 {
        margin-top: 80px !important;
    }
    .lp-extraSmallScreen-marginTop-14 {
        margin-top: 88px !important;
    }
    .lp-extraSmallScreen-marginTop-15 {
        margin-top: 96px !important;
    }
    .lp-extraSmallScreen-marginTop-16 {
        margin-top: 104px !important;
    }
    .lp-extraSmallScreen-marginTop-17 {
        margin-top: 112px !important;
    }
    .lp-extraSmallScreen-marginTop-18 {
        margin-top: 120px !important;
    }
    .lp-extraSmallScreen-marginTop-19 {
        margin-top: 50px !important;
    }
    .lp-extraSmallScreen-marginTop-20 {
        margin-top: 43px !important;
    }
    .lp-extraSmallScreen-marginTop-21 {
        margin-top: 28px !important;
    }
    .lp-extraSmallScreen-marginTop-22 {
        margin-top: 42px !important;
    }
    .lp-extraSmallScreen-marginTop-23 {
        margin-top: 12px !important;
    }
}

@media screen and (min-width: 971px) {
    .lp-largeScreen-marginTop-0 {
        margin-top: 0 !important;
    }
    .lp-largeScreen-marginTop-1 {
        margin-top: 4px !important;
    }
    .lp-largeScreen-marginTop-2 {
        margin-top: 8px !important;
    }
    .lp-largeScreen-marginTop-3 {
        margin-top: 16px !important;
    }
    .lp-largeScreen-marginTop-4 {
        margin-top: 20px !important;
    }
    .lp-largeScreen-marginTop-5 {
        margin-top: 24px !important;
    }
    .lp-largeScreen-marginTop-6 {
        margin-top: 26px !important;
    }
    .lp-largeScreen-marginTop-7 {
        margin-top: 32px !important;
    }
    .lp-largeScreen-marginTop-8 {
        margin-top: 40px !important;
    }
    .lp-largeScreen-marginTop-9 {
        margin-top: 48px !important;
    }
    .lp-largeScreen-marginTop-10 {
        margin-top: 56px !important;
    }
    .lp-largeScreen-marginTop-11 {
        margin-top: 64px !important;
    }
    .lp-largeScreen-marginTop-12 {
        margin-top: 72px !important;
    }
    .lp-largeScreen-marginTop-13 {
        margin-top: 80px !important;
    }
    .lp-largeScreen-marginTop-14 {
        margin-top: 88px !important;
    }
    .lp-largeScreen-marginTop-15 {
        margin-top: 96px !important;
    }
    .lp-largeScreen-marginTop-16 {
        margin-top: 104px !important;
    }
    .lp-largeScreen-marginTop-17 {
        margin-top: 112px !important;
    }
    .lp-largeScreen-marginTop-18 {
        margin-top: 120px !important;
    }
    .lp-largeScreen-marginTop-19 {
        margin-top: 50px !important;
    }
    .lp-largeScreen-marginTop-20 {
        margin-top: 43px !important;
    }
    .lp-largeScreen-marginTop-21 {
        margin-top: 28px !important;
    }
    .lp-largeScreen-marginTop-22 {
        margin-top: 42px !important;
    }
    .lp-largeScreen-marginTop-23 {
        margin-top: 12px !important;
    }
}

@media screen and (min-width: 1280px) {
    .lp-extraLargeScreen-marginTop-0 {
        margin-top: 0 !important;
    }
    .lp-extraLargeScreen-marginTop-1 {
        margin-top: 4px !important;
    }
    .lp-extraLargeScreen-marginTop-2 {
        margin-top: 8px !important;
    }
    .lp-extraLargeScreen-marginTop-3 {
        margin-top: 16px !important;
    }
    .lp-extraLargeScreen-marginTop-4 {
        margin-top: 20px !important;
    }
    .lp-extraLargeScreen-marginTop-5 {
        margin-top: 24px !important;
    }
    .lp-extraLargeScreen-marginTop-6 {
        margin-top: 26px !important;
    }
    .lp-extraLargeScreen-marginTop-7 {
        margin-top: 32px !important;
    }
    .lp-extraLargeScreen-marginTop-8 {
        margin-top: 40px !important;
    }
    .lp-extraLargeScreen-marginTop-9 {
        margin-top: 48px !important;
    }
    .lp-extraLargeScreen-marginTop-10 {
        margin-top: 56px !important;
    }
    .lp-extraLargeScreen-marginTop-11 {
        margin-top: 64px !important;
    }
    .lp-extraLargeScreen-marginTop-12 {
        margin-top: 72px !important;
    }
    .lp-extraLargeScreen-marginTop-13 {
        margin-top: 80px !important;
    }
    .lp-extraLargeScreen-marginTop-14 {
        margin-top: 88px !important;
    }
    .lp-extraLargeScreen-marginTop-15 {
        margin-top: 96px !important;
    }
    .lp-extraLargeScreen-marginTop-16 {
        margin-top: 104px !important;
    }
    .lp-extraLargeScreen-marginTop-17 {
        margin-top: 112px !important;
    }
    .lp-extraLargeScreen-marginTop-18 {
        margin-top: 120px !important;
    }
    .lp-extraLargeScreen-marginTop-19 {
        margin-top: 50px !important;
    }
    .lp-extraLargeScreen-marginTop-20 {
        margin-top: 43px !important;
    }
    .lp-extraLargeScreen-marginTop-21 {
        margin-top: 28px !important;
    }
    .lp-extraLargeScreen-marginTop-22 {
        margin-top: 42px !important;
    }
    .lp-extraLargeScreen-marginTop-23 {
        margin-top: 12px !important;
    }
}

@media screen and (min-width: 1280px) {
    .lp-extraExtraLargeScreen-marginTop-0 {
        margin-top: 0 !important;
    }
    .lp-extraExtraLargeScreen-marginTop-1 {
        margin-top: 4px !important;
    }
    .lp-extraExtraLargeScreen-marginTop-2 {
        margin-top: 8px !important;
    }
    .lp-extraExtraLargeScreen-marginTop-3 {
        margin-top: 16px !important;
    }
    .lp-extraExtraLargeScreen-marginTop-4 {
        margin-top: 20px !important;
    }
    .lp-extraExtraLargeScreen-marginTop-5 {
        margin-top: 24px !important;
    }
    .lp-extraExtraLargeScreen-marginTop-6 {
        margin-top: 26px !important;
    }
    .lp-extraExtraLargeScreen-marginTop-7 {
        margin-top: 32px !important;
    }
    .lp-extraExtraLargeScreen-marginTop-8 {
        margin-top: 40px !important;
    }
    .lp-extraExtraLargeScreen-marginTop-9 {
        margin-top: 48px !important;
    }
    .lp-extraExtraLargeScreen-marginTop-10 {
        margin-top: 56px !important;
    }
    .lp-extraExtraLargeScreen-marginTop-11 {
        margin-top: 64px !important;
    }
    .lp-extraExtraLargeScreen-marginTop-12 {
        margin-top: 72px !important;
    }
    .lp-extraExtraLargeScreen-marginTop-13 {
        margin-top: 80px !important;
    }
    .lp-extraExtraLargeScreen-marginTop-14 {
        margin-top: 88px !important;
    }
    .lp-extraExtraLargeScreen-marginTop-15 {
        margin-top: 96px !important;
    }
    .lp-extraExtraLargeScreen-marginTop-16 {
        margin-top: 104px !important;
    }
    .lp-extraExtraLargeScreen-marginTop-17 {
        margin-top: 112px !important;
    }
    .lp-extraExtraLargeScreen-marginTop-18 {
        margin-top: 120px !important;
    }
    .lp-extraExtraLargeScreen-marginTop-19 {
        margin-top: 50px !important;
    }
    .lp-extraExtraLargeScreen-marginTop-20 {
        margin-top: 43px !important;
    }
    .lp-extraExtraLargeScreen-marginTop-21 {
        margin-top: 28px !important;
    }
    .lp-extraExtraLargeScreen-marginTop-22 {
        margin-top: 42px !important;
    }
    .lp-extraExtraLargeScreen-marginTop-23 {
        margin-top: 12px !important;
    }
}

.lp-utility-marginBottom-0 {
    margin-bottom: 0 !important;
}

.lp-utility-marginBottom-1 {
    margin-bottom: 4px !important;
}

.lp-utility-marginBottom-2 {
    margin-bottom: 8px !important;
}

.lp-utility-marginBottom-3 {
    margin-bottom: 16px !important;
}

.lp-utility-marginBottom-4 {
    margin-bottom: 20px !important;
}

.lp-utility-marginBottom-5 {
    margin-bottom: 24px !important;
}

.lp-utility-marginBottom-6 {
    margin-bottom: 26px !important;
}

.lp-utility-marginBottom-7 {
    margin-bottom: 32px !important;
}

.lp-utility-marginBottom-8 {
    margin-bottom: 40px !important;
}

.lp-utility-marginBottom-9 {
    margin-bottom: 48px !important;
}

.lp-utility-marginBottom-10 {
    margin-bottom: 56px !important;
}

.lp-utility-marginBottom-11 {
    margin-bottom: 64px !important;
}

.lp-utility-marginBottom-12 {
    margin-bottom: 72px !important;
}

.lp-utility-marginBottom-13 {
    margin-bottom: 80px !important;
}

.lp-utility-marginBottom-14 {
    margin-bottom: 88px !important;
}

.lp-utility-marginBottom-15 {
    margin-bottom: 96px !important;
}

.lp-utility-marginBottom-16 {
    margin-bottom: 104px !important;
}

.lp-utility-marginBottom-17 {
    margin-bottom: 112px !important;
}

.lp-utility-marginBottom-18 {
    margin-bottom: 120px !important;
}

.lp-utility-marginBottom-19 {
    margin-bottom: 50px !important;
}

.lp-utility-marginBottom-20 {
    margin-bottom: 43px !important;
}

.lp-utility-marginBottom-21 {
    margin-bottom: 28px !important;
}

.lp-utility-marginBottom-22 {
    margin-bottom: 42px !important;
}

.lp-utility-marginBottom-23 {
    margin-bottom: 12px !important;
}

@media screen and (max-width: 970px) {
    .lp-smallScreen-marginBottom-0 {
        margin-bottom: 0 !important;
    }
    .lp-smallScreen-marginBottom-1 {
        margin-bottom: 4px !important;
    }
    .lp-smallScreen-marginBottom-2 {
        margin-bottom: 8px !important;
    }
    .lp-smallScreen-marginBottom-3 {
        margin-bottom: 16px !important;
    }
    .lp-smallScreen-marginBottom-4 {
        margin-bottom: 20px !important;
    }
    .lp-smallScreen-marginBottom-5 {
        margin-bottom: 24px !important;
    }
    .lp-smallScreen-marginBottom-6 {
        margin-bottom: 26px !important;
    }
    .lp-smallScreen-marginBottom-7 {
        margin-bottom: 32px !important;
    }
    .lp-smallScreen-marginBottom-8 {
        margin-bottom: 40px !important;
    }
    .lp-smallScreen-marginBottom-9 {
        margin-bottom: 48px !important;
    }
    .lp-smallScreen-marginBottom-10 {
        margin-bottom: 56px !important;
    }
    .lp-smallScreen-marginBottom-11 {
        margin-bottom: 64px !important;
    }
    .lp-smallScreen-marginBottom-12 {
        margin-bottom: 72px !important;
    }
    .lp-smallScreen-marginBottom-13 {
        margin-bottom: 80px !important;
    }
    .lp-smallScreen-marginBottom-14 {
        margin-bottom: 88px !important;
    }
    .lp-smallScreen-marginBottom-15 {
        margin-bottom: 96px !important;
    }
    .lp-smallScreen-marginBottom-16 {
        margin-bottom: 104px !important;
    }
    .lp-smallScreen-marginBottom-17 {
        margin-bottom: 112px !important;
    }
    .lp-smallScreen-marginBottom-18 {
        margin-bottom: 120px !important;
    }
    .lp-smallScreen-marginBottom-19 {
        margin-bottom: 50px !important;
    }
    .lp-smallScreen-marginBottom-20 {
        margin-bottom: 43px !important;
    }
    .lp-smallScreen-marginBottom-21 {
        margin-bottom: 28px !important;
    }
    .lp-smallScreen-marginBottom-22 {
        margin-bottom: 42px !important;
    }
    .lp-smallScreen-marginBottom-23 {
        margin-bottom: 12px !important;
    }
}

@media screen and (max-width: 640px) {
    .lp-extraSmallScreen-marginBottom-0 {
        margin-bottom: 0 !important;
    }
    .lp-extraSmallScreen-marginBottom-1 {
        margin-bottom: 4px !important;
    }
    .lp-extraSmallScreen-marginBottom-2 {
        margin-bottom: 8px !important;
    }
    .lp-extraSmallScreen-marginBottom-3 {
        margin-bottom: 16px !important;
    }
    .lp-extraSmallScreen-marginBottom-4 {
        margin-bottom: 20px !important;
    }
    .lp-extraSmallScreen-marginBottom-5 {
        margin-bottom: 24px !important;
    }
    .lp-extraSmallScreen-marginBottom-6 {
        margin-bottom: 26px !important;
    }
    .lp-extraSmallScreen-marginBottom-7 {
        margin-bottom: 32px !important;
    }
    .lp-extraSmallScreen-marginBottom-8 {
        margin-bottom: 40px !important;
    }
    .lp-extraSmallScreen-marginBottom-9 {
        margin-bottom: 48px !important;
    }
    .lp-extraSmallScreen-marginBottom-10 {
        margin-bottom: 56px !important;
    }
    .lp-extraSmallScreen-marginBottom-11 {
        margin-bottom: 64px !important;
    }
    .lp-extraSmallScreen-marginBottom-12 {
        margin-bottom: 72px !important;
    }
    .lp-extraSmallScreen-marginBottom-13 {
        margin-bottom: 80px !important;
    }
    .lp-extraSmallScreen-marginBottom-14 {
        margin-bottom: 88px !important;
    }
    .lp-extraSmallScreen-marginBottom-15 {
        margin-bottom: 96px !important;
    }
    .lp-extraSmallScreen-marginBottom-16 {
        margin-bottom: 104px !important;
    }
    .lp-extraSmallScreen-marginBottom-17 {
        margin-bottom: 112px !important;
    }
    .lp-extraSmallScreen-marginBottom-18 {
        margin-bottom: 120px !important;
    }
    .lp-extraSmallScreen-marginBottom-19 {
        margin-bottom: 50px !important;
    }
    .lp-extraSmallScreen-marginBottom-20 {
        margin-bottom: 43px !important;
    }
    .lp-extraSmallScreen-marginBottom-21 {
        margin-bottom: 28px !important;
    }
    .lp-extraSmallScreen-marginBottom-22 {
        margin-bottom: 42px !important;
    }
    .lp-extraSmallScreen-marginBottom-23 {
        margin-bottom: 12px !important;
    }
}

@media screen and (min-width: 971px) {
    .lp-largeScreen-marginBottom-0 {
        margin-bottom: 0 !important;
    }
    .lp-largeScreen-marginBottom-1 {
        margin-bottom: 4px !important;
    }
    .lp-largeScreen-marginBottom-2 {
        margin-bottom: 8px !important;
    }
    .lp-largeScreen-marginBottom-3 {
        margin-bottom: 16px !important;
    }
    .lp-largeScreen-marginBottom-4 {
        margin-bottom: 20px !important;
    }
    .lp-largeScreen-marginBottom-5 {
        margin-bottom: 24px !important;
    }
    .lp-largeScreen-marginBottom-6 {
        margin-bottom: 26px !important;
    }
    .lp-largeScreen-marginBottom-7 {
        margin-bottom: 32px !important;
    }
    .lp-largeScreen-marginBottom-8 {
        margin-bottom: 40px !important;
    }
    .lp-largeScreen-marginBottom-9 {
        margin-bottom: 48px !important;
    }
    .lp-largeScreen-marginBottom-10 {
        margin-bottom: 56px !important;
    }
    .lp-largeScreen-marginBottom-11 {
        margin-bottom: 64px !important;
    }
    .lp-largeScreen-marginBottom-12 {
        margin-bottom: 72px !important;
    }
    .lp-largeScreen-marginBottom-13 {
        margin-bottom: 80px !important;
    }
    .lp-largeScreen-marginBottom-14 {
        margin-bottom: 88px !important;
    }
    .lp-largeScreen-marginBottom-15 {
        margin-bottom: 96px !important;
    }
    .lp-largeScreen-marginBottom-16 {
        margin-bottom: 104px !important;
    }
    .lp-largeScreen-marginBottom-17 {
        margin-bottom: 112px !important;
    }
    .lp-largeScreen-marginBottom-18 {
        margin-bottom: 120px !important;
    }
    .lp-largeScreen-marginBottom-19 {
        margin-bottom: 50px !important;
    }
    .lp-largeScreen-marginBottom-20 {
        margin-bottom: 43px !important;
    }
    .lp-largeScreen-marginBottom-21 {
        margin-bottom: 28px !important;
    }
    .lp-largeScreen-marginBottom-22 {
        margin-bottom: 42px !important;
    }
    .lp-largeScreen-marginBottom-23 {
        margin-bottom: 12px !important;
    }
}

@media screen and (min-width: 1280px) {
    .lp-extraLargeScreen-marginBottom-0 {
        margin-bottom: 0 !important;
    }
    .lp-extraLargeScreen-marginBottom-1 {
        margin-bottom: 4px !important;
    }
    .lp-extraLargeScreen-marginBottom-2 {
        margin-bottom: 8px !important;
    }
    .lp-extraLargeScreen-marginBottom-3 {
        margin-bottom: 16px !important;
    }
    .lp-extraLargeScreen-marginBottom-4 {
        margin-bottom: 20px !important;
    }
    .lp-extraLargeScreen-marginBottom-5 {
        margin-bottom: 24px !important;
    }
    .lp-extraLargeScreen-marginBottom-6 {
        margin-bottom: 26px !important;
    }
    .lp-extraLargeScreen-marginBottom-7 {
        margin-bottom: 32px !important;
    }
    .lp-extraLargeScreen-marginBottom-8 {
        margin-bottom: 40px !important;
    }
    .lp-extraLargeScreen-marginBottom-9 {
        margin-bottom: 48px !important;
    }
    .lp-extraLargeScreen-marginBottom-10 {
        margin-bottom: 56px !important;
    }
    .lp-extraLargeScreen-marginBottom-11 {
        margin-bottom: 64px !important;
    }
    .lp-extraLargeScreen-marginBottom-12 {
        margin-bottom: 72px !important;
    }
    .lp-extraLargeScreen-marginBottom-13 {
        margin-bottom: 80px !important;
    }
    .lp-extraLargeScreen-marginBottom-14 {
        margin-bottom: 88px !important;
    }
    .lp-extraLargeScreen-marginBottom-15 {
        margin-bottom: 96px !important;
    }
    .lp-extraLargeScreen-marginBottom-16 {
        margin-bottom: 104px !important;
    }
    .lp-extraLargeScreen-marginBottom-17 {
        margin-bottom: 112px !important;
    }
    .lp-extraLargeScreen-marginBottom-18 {
        margin-bottom: 120px !important;
    }
    .lp-extraLargeScreen-marginBottom-19 {
        margin-bottom: 50px !important;
    }
    .lp-extraLargeScreen-marginBottom-20 {
        margin-bottom: 43px !important;
    }
    .lp-extraLargeScreen-marginBottom-21 {
        margin-bottom: 28px !important;
    }
    .lp-extraLargeScreen-marginBottom-22 {
        margin-bottom: 42px !important;
    }
    .lp-extraLargeScreen-marginBottom-23 {
        margin-bottom: 12px !important;
    }
}

@media screen and (min-width: 1280px) {
    .lp-extraExtraLargeScreen-marginBottom-0 {
        margin-bottom: 0 !important;
    }
    .lp-extraExtraLargeScreen-marginBottom-1 {
        margin-bottom: 4px !important;
    }
    .lp-extraExtraLargeScreen-marginBottom-2 {
        margin-bottom: 8px !important;
    }
    .lp-extraExtraLargeScreen-marginBottom-3 {
        margin-bottom: 16px !important;
    }
    .lp-extraExtraLargeScreen-marginBottom-4 {
        margin-bottom: 20px !important;
    }
    .lp-extraExtraLargeScreen-marginBottom-5 {
        margin-bottom: 24px !important;
    }
    .lp-extraExtraLargeScreen-marginBottom-6 {
        margin-bottom: 26px !important;
    }
    .lp-extraExtraLargeScreen-marginBottom-7 {
        margin-bottom: 32px !important;
    }
    .lp-extraExtraLargeScreen-marginBottom-8 {
        margin-bottom: 40px !important;
    }
    .lp-extraExtraLargeScreen-marginBottom-9 {
        margin-bottom: 48px !important;
    }
    .lp-extraExtraLargeScreen-marginBottom-10 {
        margin-bottom: 56px !important;
    }
    .lp-extraExtraLargeScreen-marginBottom-11 {
        margin-bottom: 64px !important;
    }
    .lp-extraExtraLargeScreen-marginBottom-12 {
        margin-bottom: 72px !important;
    }
    .lp-extraExtraLargeScreen-marginBottom-13 {
        margin-bottom: 80px !important;
    }
    .lp-extraExtraLargeScreen-marginBottom-14 {
        margin-bottom: 88px !important;
    }
    .lp-extraExtraLargeScreen-marginBottom-15 {
        margin-bottom: 96px !important;
    }
    .lp-extraExtraLargeScreen-marginBottom-16 {
        margin-bottom: 104px !important;
    }
    .lp-extraExtraLargeScreen-marginBottom-17 {
        margin-bottom: 112px !important;
    }
    .lp-extraExtraLargeScreen-marginBottom-18 {
        margin-bottom: 120px !important;
    }
    .lp-extraExtraLargeScreen-marginBottom-19 {
        margin-bottom: 50px !important;
    }
    .lp-extraExtraLargeScreen-marginBottom-20 {
        margin-bottom: 43px !important;
    }
    .lp-extraExtraLargeScreen-marginBottom-21 {
        margin-bottom: 28px !important;
    }
    .lp-extraExtraLargeScreen-marginBottom-22 {
        margin-bottom: 42px !important;
    }
    .lp-extraExtraLargeScreen-marginBottom-23 {
        margin-bottom: 12px !important;
    }
}

.lp-utility-marginLeft-auto {
    margin-left: auto !important;
}

@media screen and (max-width: 970px) {
    .lp-smallScreen-marginLeft-auto {
        margin-left: auto !important;
    }
}

@media screen and (max-width: 640px) {
    .lp-extraSmallScreen-marginLeft-auto {
        margin-left: auto !important;
    }
}

@media screen and (min-width: 971px) {
    .lp-largeScreen-marginLeft-auto {
        margin-left: auto !important;
    }
}

@media screen and (min-width: 1280px) {
    .lp-extraLargeScreen-marginLeft-auto {
        margin-left: auto !important;
    }
}

@media screen and (min-width: 1280px) {
    .lp-extraExtraLargeScreen-marginLeft-auto {
        margin-left: auto !important;
    }
}

.lp-utility-marginRight-auto {
    margin-right: auto !important;
}

@media screen and (max-width: 970px) {
    .lp-smallScreen-marginRight-auto {
        margin-right: auto !important;
    }
}

@media screen and (max-width: 640px) {
    .lp-extraSmallScreen-marginRight-auto {
        margin-right: auto !important;
    }
}

@media screen and (min-width: 971px) {
    .lp-largeScreen-marginRight-auto {
        margin-right: auto !important;
    }
}

@media screen and (min-width: 1280px) {
    .lp-extraLargeScreen-marginRight-auto {
        margin-right: auto !important;
    }
}

@media screen and (min-width: 1280px) {
    .lp-extraExtraLargeScreen-marginRight-auto {
        margin-right: auto !important;
    }
}

.lp-utility-textAlign-left {
    text-align: left;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-right {
    text-align: right;
}

@media screen and (max-width: 970px) {
    .lp-smallScreen-textAlign-left {
        text-align: left;
    }
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
    .lp-smallScreen-textAlign-right {
        text-align: right;
    }
}

@media screen and (max-width: 640px) {
    .lp-extraSmallScreen-textAlign-left {
        text-align: left;
    }
    .lp-extraSmallScreen-textAlign-center {
        text-align: center;
    }
    .lp-extraSmallScreen-textAlign-right {
        text-align: right;
    }
}

@media screen and (min-width: 971px) {
    .lp-largeScreen-textAlign-left {
        text-align: left;
    }
    .lp-largeScreen-textAlign-center {
        text-align: center;
    }
    .lp-largeScreen-textAlign-right {
        text-align: right;
    }
}

@media screen and (min-width: 1280px) {
    .lp-extraLargeScreen-textAlign-left {
        text-align: left;
    }
    .lp-extraLargeScreen-textAlign-center {
        text-align: center;
    }
    .lp-extraLargeScreen-textAlign-right {
        text-align: right;
    }
}

@media screen and (min-width: 1280px) {
    .lp-extraExtraLargeScreen-textAlign-left {
        text-align: left;
    }
    .lp-extraExtraLargeScreen-textAlign-center {
        text-align: center;
    }
    .lp-extraExtraLargeScreen-textAlign-right {
        text-align: right;
    }
}

.lp-utility-line-break {
    display: block;
}

@media screen and (max-width: 970px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

@media screen and (max-width: 640px) {
    .lp-extraSmallScreen-line-break {
        display: block;
    }
}

@media screen and (min-width: 971px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

@media screen and (min-width: 1280px) {
    .lp-extraLargeScreen-line-break {
        display: block;
    }
}

@media screen and (min-width: 1280px) {
    .lp-extraExtraLargeScreen-line-break {
        display: block;
    }
}

.lp-utility-colorEmphasis-primary {
    color: #495082;
}

.lp-utility-colorEmphasis-secondary {
    color: #7247a1;
}

.lp-utility-colorInchi {
    color: #0071bc;
}

.lp-utility-fontSize-primary {
    display: block;
    font-size: 3rem;
    font-weight: normal;
    line-height: 1.2;
}

@media screen and (max-width: 1920px) {
    .lp-utility-fontSize-primary {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.76923)));
    }
}

@media screen and (max-width: 360px) {
    .lp-utility-fontSize-primary {
        font-size: 1.8rem;
    }
}

.lp-utility-lineHeight-primary {
    line-height: 1.7 !important;
}
