@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;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center !important;
}

body {
    font-size: 1.7rem;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 1.6rem;
        line-height: 1.4;
    }
}

.section {
    margin-bottom: 72px;
}

.section > .lp-section > *:last-child {
    margin-bottom: 0;
}

.lp-section-content {
    max-width: calc(1280px + (20px * 2));
    margin: 0 auto;
    padding: 0 20px;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron {
    z-index: 0;
    position: relative;
    height: 42.9375%;
    margin-bottom: 72px;
    overflow: hidden;
    background-image: url("../../img/landing_page/lp_digital-microscope_01139454/lp_digital-microscope_01139454_bg_01.jpg");
    background-position: top left;
    background-repeat: repeat-x;
    background-size: contain;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron {
        background-position: center;
        background-size: cover;
    }
}

@media screen and (max-width: 1279px) {
    .lp-jumbotron {
        margin-bottom: calc(4.4rem + ((1vw - 0.36rem) * (3.04348)));
    }
}

.lp-jumbotron-content {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    padding: 80px 0 100px;
}

@media screen and (max-width: 1279px) {
    .lp-jumbotron-content {
        padding: calc(4rem + ((1vw - 0.36rem) * (4.34783))) calc(2rem + ((1vw - 0.36rem) * (1.08696))) calc(4rem + ((1vw - 0.36rem) * (6.52174)));
    }
}

.lp-jumbotron-lead {
    display: inline-block;
    margin-bottom: 16px;
    padding: 20px;
    background-image: linear-gradient(270deg, #0065bb 0, #00335e 100%);
}

.lp-jumbotron-lead > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1279px) {
    .lp-jumbotron-lead {
        padding: calc(1.2rem + ((1vw - 0.36rem) * (0.86957))) calc(1.8rem + ((1vw - 0.36rem) * (0.21739)));
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-lead {
        display: block;
        margin-bottom: 8px;
        background-image: linear-gradient(0deg, #0065bb 0, #00335e 100%);
        text-align: center;
    }
}

.lp-jumbotron-leadText {
    color: #fff;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1;
}

@media screen and (max-width: 1279px) {
    .lp-jumbotron-leadText {
        font-size: calc(2rem + ((1vw - 0.36rem) * (1.73913)));
    }
}

.lp-jumbotron-leadText > span {
    font-size: 4.8rem;
}

@media screen and (max-width: 1279px) {
    .lp-jumbotron-leadText > span {
        font-size: calc(3.2rem + ((1vw - 0.36rem) * (1.73913)));
    }
}

.lp-jumbotron-inner {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 86px;
    background-color: #fff;
}

.lp-jumbotron-inner > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1279px) {
    .lp-jumbotron-inner {
        padding: calc(4rem + ((1vw - 0.36rem) * (-0.86957))) calc(1.3rem + ((1vw - 0.36rem) * (4.67391)));
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-inner {
        flex-direction: column;
    }
}

.lp-jumbotron-body {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    width: 512px;
    margin-bottom: 16px;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1279px) {
    .lp-jumbotron-body {
        width: 48.3018%;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-body {
        order: 2;
        width: 100%;
        margin-bottom: 24px;
    }
}

.lp-jumbotron-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    margin-bottom: 16px;
    margin-left: 56px;
}

@media screen and (max-width: 1279px) {
    .lp-jumbotron-image {
        width: 30.18867%;
        margin-left: calc(2.8rem + ((1vw - 0.36rem) * (3.04348)));
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-image {
        order: 1;
        width: 44.4444%;
        min-width: 160px;
        margin: 0 auto 16px;
    }
}

.lp-jumbotron-titleGroup {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.25;
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 24px;
    }
}

.lp-jumbotron-title {
    margin-bottom: 10px;
    color: #143371;
    font-size: 58px;
    font-weight: 600;
}

@media screen and (max-width: 1279px) {
    .lp-jumbotron-title {
        margin-bottom: calc(0.6rem + ((1vw - 0.36rem) * (0.43478)));
        font-size: calc(3rem + ((1vw - 0.36rem) * (3.04348)));
    }
}

.lp-jumbotron-text {
    margin-bottom: 10px;
    color: #143371;
    font-size: 34px;
    font-weight: 600;
}

@media screen and (max-width: 1279px) {
    .lp-jumbotron-text {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (1.73913)));
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-text {
        margin-bottom: 12px;
    }
}

.lp-jumbotron-series {
    color: #333;
    font-size: 24px;
    font-weight: normal;
}

@media screen and (max-width: 1279px) {
    .lp-jumbotron-series {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.65217)));
    }
}

.lp-headingLevel2 {
    margin-bottom: 48px;
    color: #143371;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

@media screen and (max-width: 1279px) {
    .lp-headingLevel2 {
        margin-bottom: calc(3.2rem + ((1vw - 0.36rem) * (1.73913)));
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (2.3913)));
    }
}

@media screen and (max-width: 767px) {
    .lp-headingLevel2 {
        text-align: left;
    }
}

.lp-headingLevel3 {
    position: relative;
    margin-bottom: 12px;
    padding-left: 10px;
    color: #143371;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.25;
}

.lp-headingLevel3::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #143371;
    content: "";
}

@media screen and (max-width: 1279px) {
    .lp-headingLevel3 {
        margin-bottom: calc(1.2rem + ((1vw - 0.36rem) * (0)));
        font-size: calc(2rem + ((1vw - 0.36rem) * (0)));
    }
}

.lp-headingLevel4 {
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 600;
}

@media screen and (max-width: 1279px) {
    .lp-headingLevel4 {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.43478)));
    }
}

@media screen and (max-width: 1279px) {
    .lp-headingLevel4 {
        margin-bottom: 6px;
    }
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -56px 0 56px -40px;
}

@media screen and (max-width: 1279px) {
    .lp-layout-grid {
        margin-top: calc(-2.4rem + ((1vw - 0.36rem) * (-3.47826)));
        margin-left: calc(-2rem + ((1vw - 0.36rem) * (-0.43478)));
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-grid {
        flex-direction: column;
        align-items: center;
    }
}

.lp-layout-grid > .lp-layout-grid-column {
    padding-top: 56px;
    padding-left: 40px;
}

.lp-layout-grid > .lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1279px) {
    .lp-layout-grid > .lp-layout-grid-column {
        padding-top: calc(2.4rem + ((1vw - 0.36rem) * (3.47826)));
        padding-left: calc(2rem + ((1vw - 0.36rem) * (0.43478)));
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-grid > .lp-layout-grid-column + .lp-layout-grid-column .lp-media {
        padding-top: 24px;
        border-top: 1px solid #d2d2d2;
    }
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 50%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 33.33333%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 25%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 20%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 16.66667%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 14.28571%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 12.5%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 11.11111%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 10%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 9.09091%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 8.33333%;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column.of-column-2 {
    width: 100%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-2 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-3 {
    width: 100%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-2 {
    width: 50%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-3 {
    width: 75%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-4 {
    width: 100%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-2 {
    width: 40%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-3 {
    width: 60%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-4 {
    width: 80%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-5 {
    width: 100%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-2 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-3 {
    width: 50%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-4 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-5 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-6 {
    width: 100%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-2 {
    width: 28.57143%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-3 {
    width: 42.85714%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-4 {
    width: 57.14286%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-5 {
    width: 71.42857%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-6 {
    width: 85.71429%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-7 {
    width: 100%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-2 {
    width: 25%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-3 {
    width: 37.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-4 {
    width: 50%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-5 {
    width: 62.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-6 {
    width: 75%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-7 {
    width: 87.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-8 {
    width: 100%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-2 {
    width: 22.22222%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-3 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-4 {
    width: 44.44444%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-5 {
    width: 55.55556%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-6 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-7 {
    width: 77.77778%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-8 {
    width: 88.88889%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-9 {
    width: 100%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-2 {
    width: 20%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-3 {
    width: 30%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-4 {
    width: 40%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-5 {
    width: 50%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-6 {
    width: 60%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-7 {
    width: 70%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-8 {
    width: 80%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-9 {
    width: 90%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-10 {
    width: 100%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-2 {
    width: 18.18182%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-3 {
    width: 27.27273%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-4 {
    width: 36.36364%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-5 {
    width: 45.45455%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-6 {
    width: 54.54545%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-7 {
    width: 63.63636%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-8 {
    width: 72.72727%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-9 {
    width: 81.81818%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-10 {
    width: 90.90909%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-11 {
    width: 100%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-2 {
    width: 16.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-3 {
    width: 25%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-4 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-5 {
    width: 41.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-6 {
    width: 50%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-7 {
    width: 58.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-8 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-9 {
    width: 75%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-10 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-11 {
    width: 91.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-12 {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid[class*="of-column-"] > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid[class*="of-column-"] > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column[class*="of-column-"] {
        width: 50%;
    }
    .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column[class*="of-column-"] {
        width: 33.33333%;
    }
}

.lp-media {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.lp-media.of-flexDirection-Reverse {
    flex-direction: column-reverse;
}

@media screen and (max-width: 767px) {
    .lp-media {
        margin-bottom: 12px;
    }
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-image, .lp-media-movie {
    margin-bottom: 24px;
    text-align: center;
}

.lp-media-image > *:last-child, .lp-media-movie > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1279px) {
    .lp-media-image, .lp-media-movie {
        margin-bottom: calc(1.2rem + ((1vw - 0.36rem) * (1.30435)));
    }
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: -20px 0 40px -48px;
}

.lp-listButton.lp-utility-justifyContent-center {
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .lp-listButton {
        order: 3;
        width: 100%;
        margin: -24px 0 40px 0;
        text-align: center;
    }
}

.lp-listButton > li {
    margin-top: 20px;
    margin-left: 48px;
}

@media screen and (max-width: 767px) {
    .lp-listButton > li {
        width: 100%;
        margin-top: 24px;
        margin-left: 0;
    }
}

.lp-listButton > li.of-width-full {
    width: 100%;
}

.lp-list-bullet {
    padding-left: 0.8em;
}

.lp-list-bullet > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .lp-list-bullet {
        padding-left: 0.5em;
    }
}

.lp-list-bullet > li {
    position: relative;
    margin-bottom: 4px;
}

.lp-list-bullet > li::before {
    display: block;
    display: inline-block;
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 4px;
    height: 4px;
    margin-left: -0.8em;
    border-radius: 50%;
    background-color: #143371;
    content: "";
    content: "";
}

@media screen and (max-width: 767px) {
    .lp-list-bullet > li::before {
        top: 0.6em;
        width: 3px;
        height: 3px;
        margin-left: -0.5em;
    }
}

.lp-utility-textAlign-center {
    text-align: center;
}