@charset "UTF-8";

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #e60012;
    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: #129e83;
}

.lp-buttonConversion.of-secondary {
    background: #1a90db;
}

.lp-navigationSeries {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1240px;
    margin: 20px auto;
    padding: 4px 10px;
    border: 2px solid #e5e5e5;
    color: #999;
}

div#MainContent .lp-navigationSeries {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: anywhere;
}

@media only screen and (max-width: 1279px) {
    .lp-navigationSeries {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries {
        flex-direction: column;
        align-items: center;
    }
}

.lp-navigationSeries-title {
    max-width: 600px;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.3;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title {
        width: 100%;
        max-width: none;
        margin-bottom: 3px;
        text-align: center;
    }
}

.lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title + .lp-navigationSeries-linkList {
        margin-left: -10px;
    }
}

div#MainContent .lp-navigationSeries-title {
    margin-bottom: 0;
    color: #999;
    font-size: 11px;
    line-height: 1.3;
    text-transform: none;
}

div#MainContent .lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-seriesNameText, .lp-navigationSeries-seriesText {
        display: block;
    }
}

.lp-navigationSeries-linkList {
    display: flex;
    flex-wrap: wrap;
    margin: -3px 0 0 -10px;
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList {
    margin: -3px 0 0 -10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-linkList {
        justify-content: center;
        width: 100%;
    }
}

.lp-navigationSeries-linkList > li {
    display: flex;
    position: relative;
    margin-top: 3px;
    margin-left: 10px;
    background: none;
    font-size: 1.1rem;
    line-height: 1.3;
}

div#MainContent .lp-navigationSeries-linkList > li {
    margin: 3px 0 0 10px;
    padding: 0;
    background: none;
    font-size: 11px;
}

.lp-navigationSeries-linkList > li > a {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 9px;
    color: #999;
    line-height: 1.3;
    text-decoration: none;
}

.lp-navigationSeries-linkList > li > a::before {
    display: block;
    position: absolute;
    top: 4px;
    left: -2px;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    content: "";
}

div#MainContent .lp-navigationSeries-linkList > li > a:link {
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList > li > a::before {
    top: 0.3em;
}

.lp-navigationSeries-linkList > li > a:hover, .lp-navigationSeries-linkList > li > a:focus {
    text-decoration: underline;
}

/*-----------------------------------------------------
	var
-----------------------------------------------------*/
/*-----------------------------------------------------
	mixin
-----------------------------------------------------*/
.lp-jumbotron {
    margin-bottom: 32px;
    background: url("../../../img/landing_page/lp_ed_bz-x_fluorescence/lp_ed_bz-x_fluorescence_bg_img_01.jpg") no-repeat center;
    background-color: #000;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron {
        margin-bottom: 32px;
        background: none;
        background-color: #fff;
    }
}

.lp-jumbotron-content {
    display: flex;
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;
    padding: 64px 48px 72px;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-content {
        padding: calc((64 * 100vw) / 1240) calc((48 * 100vw) / 1240) calc((72 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        align-items: stretch;
        padding: 0;
    }
}

.lp-jumbotron-body {
    flex: 1;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-body {
        flex: none;
        margin: 0 24px;
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-series {
    display: flex;
    align-items: center;
    justify-content: center;
    order: 1;
    margin-bottom: 8px;
    font-weight: normal;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-series {
        justify-content: center;
    }
}

.lp-jumbotron-seriesText {
    max-width: 500px;
    font-size: 2.2rem;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-seriesText {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.38462)));
    }
}

.lp-jumbotron-icon {
    margin-right: 8px;
    padding: 0 8px;
    background: #ce0010;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    text-shadow: none;
}

.lp-jumbotron-titleGroup {
    display: flex;
    flex-direction: column;
    margin-bottom: 48px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 20px #000, -1px 1px 20px #000, 1px -1px 20px #000, -1px -1px 20px #000;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 32px;
        color: #333;
        font-weight: normal;
        text-shadow: none;
    }
}

.lp-jumbotron-title {
    order: 2;
    font-size: 5.4rem;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-title {
        font-size: calc(3.2rem + ((1vw - 0.36rem) * (1.41026)));
    }
}

.lp-jumbotron-text {
    order: 3;
    font-size: 2.4rem;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-text {
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.25641)));
    }
}

.lp-jumbotron-image {
    min-height: 0%;
    margin: 16px 63px 0 -31px;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-image {
        width: calc(20.8rem + ((1vw - 0.36rem) * (15.32051)));
        margin: 16px calc((63 * 100vw) / 1240) 0 calc((-31 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-image {
        z-index: 0;
        position: relative;
        width: 100%;
        margin: 0 0 24px;
        text-align: center;
    }
    .lp-jumbotron-image::after {
        display: block;
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("../../../img/landing_page/lp_ed_bz-x_fluorescence/lp_ed_bz-x_fluorescence_bg_img_01.jpg") no-repeat center top;
        background-size: cover;
        content: "";
    }
    .lp-jumbotron-image > img {
        width: calc(20.8rem + ((1vw - 0.36rem) * (31.47541)));
    }
}

.lp-listButton {
    margin-bottom: 32px;
}

.lp-listButton > li {
    margin-bottom: 32px;
}

.lp-listButton > *:last-child {
    margin-bottom: 0;
}

.lp-section {
    margin-bottom: 32px;
}

@media only screen and (max-width: 969px) {
    .lp-section {
        margin-bottom: 48px;
    }
}

.lp-section-content {
    max-width: calc(1240px + 48px);
    margin: 0 auto;
    padding: 0 24px;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-section-header {
    max-width: 1028px;
    margin: 0 auto 32px;
    font-size: 2rem;
    text-align: center;
}

@media only screen and (max-width: 1919px) {
    .lp-section-header {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.25641)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-section-header {
        margin: 0 24px 16px;
        padding-top: 48px;
        border-top: 1px solid #ccc;
    }
}

.lp-section-header > *:last-child {
    margin-bottom: 0;
}

.lp-section-body {
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 969px) {
    .lp-section-body {
        padding-bottom: 0;
        border: 0;
    }
}

.lp-section-body > *:last-child {
    margin-bottom: 0;
}

.lp-section.of-primary .lp-section-heading {
    padding: 0 24px;
}

@media only screen and (max-width: 969px) {
    .lp-section.of-primary .lp-section-content {
        padding: 0;
    }
}

.lp-section.of-primary .lp-section-body {
    padding-bottom: 0;
    border: 0;
}

@media only screen and (max-width: 969px) {
    .lp-section.of-primary {
        margin-bottom: 0;
    }
}

.lp-headingLevel2 {
    margin-bottom: 8px;
    font-size: 5rem;
    font-weight: normal;
    line-height: 1.37;
}

.lp-headingLevel2 > em {
    color: #008ed6;
    font-weight: normal;
}

@media only screen and (max-width: 1919px) {
    .lp-headingLevel2 {
        font-size: calc(2.6rem + ((1vw - 0.36rem) * (1.53846)));
    }
}

.lp-headingLevel3 {
    position: relative;
    margin: 8px 0;
    padding-left: 16px;
    font-size: 2rem;
    font-weight: normal;
}

.lp-headingLevel3::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #008ed6;
    content: "";
}

@media only screen and (max-width: 1919px) {
    .lp-headingLevel3 {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.25641)));
    }
}

.lp-media {
    margin-bottom: 32px;
}

.lp-media-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    max-width: 1028px;
    margin: 0 auto;
}

@media only screen and (max-width: 969px) {
    .lp-media-content {
        flex-direction: column;
    }
}

.lp-media-body {
    flex: 1;
}

@media only screen and (max-width: 969px) {
    .lp-media-body {
        flex: none;
        max-width: 100%;
    }
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-image {
    width: 400px;
    min-height: 0%;
    margin: 32px 24px 0 0;
}

@media only screen and (max-width: 1239px) {
    .lp-media-image {
        width: calc((400 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 969px) {
    .lp-media-image {
        width: 100%;
        margin: 0;
    }
}

.lp-layout-grid {
    display: flex;
}

.lp-layout-grid.of-column-2 {
    margin: 0 0 10px -32px;
}

.lp-layout-grid.of-column-2 .lp-layout-grid-column {
    width: 50%;
    max-width: 322px;
    padding-left: 32px;
}

@media only screen and (max-width: 1239px) {
    .lp-layout-grid.of-column-2 .lp-layout-grid-column {
        padding-left: calc((32 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid.of-column-2 .lp-layout-grid-column {
        width: 100%;
        margin: 0 auto 34px;
        padding-left: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 1239px) {
    .lp-layout-grid.of-column-2 {
        margin-left: calc((-32 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid.of-column-2 {
        margin-left: 0;
    }
}

.lp-layout-grid.of-column-3 {
    margin-left: -32px;
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column {
    width: 33.3333333333%;
    padding-left: 32px;
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid.of-column-3 .lp-layout-grid-column {
        width: 100%;
        margin-bottom: 24px;
        padding-left: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid.of-column-3 {
        margin-left: 0;
    }
    .lp-layout-grid.of-column-3 > *:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid {
        flex-direction: column;
    }
}

.lp-layout-grid > *:last-child {
    margin-bottom: 0;
}

.lp-step {
    display: flex;
}

@media only screen and (max-width: 969px) {
    .lp-step {
        flex-direction: column;
    }
}

.lp-step-column {
    display: flex;
    position: relative;
    min-height: 0%;
}

.lp-step-column::after {
    position: absolute;
    top: 42%;
    right: -25px;
    width: 14px;
    height: 22px;
    transform: translateY(-50%);
    background: url("../../../../img/landing_page/lp_ed_bz-x_biological/lp_ed_bz-x_img_arrow_01.png");
    content: "";
}

@media only screen and (max-width: 1239px) {
    .lp-step-column::after {
        right: calc((-23 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 969px) {
    .lp-step-column::after {
        top: auto;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }
}

@media only screen and (max-width: 969px) {
    .lp-step-column {
        margin-bottom: 48px;
    }
}

.lp-step-column:last-child::after {
    content: none;
}

.lp-step.of-column-2 {
    margin-left: -32px;
}

.lp-step.of-column-2 .lp-step-column {
    width: 50%;
    max-width: 322px;
    padding-left: 32px;
}

@media only screen and (max-width: 1239px) {
    .lp-step.of-column-2 .lp-step-column {
        padding-left: calc((32 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 969px) {
    .lp-step.of-column-2 .lp-step-column {
        justify-content: center;
        width: 100%;
        max-width: 100%;
        padding-left: 0;
    }
}

@media only screen and (max-width: 1239px) {
    .lp-step.of-column-2 {
        margin-left: calc((-32 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 969px) {
    .lp-step.of-column-2 {
        margin-left: 0;
    }
}

.lp-step > *:last-child {
    margin-bottom: 0;
}

.lp-figure {
    min-height: 0%;
    margin-bottom: 16px;
    text-align: center;
}

@media only screen and (max-width: 969px) {
    .lp-figure {
        margin-bottom: 0;
    }
}

.lp-figure.of-inline {
    display: flex;
    margin-bottom: 0;
    margin-left: -24px;
}

.lp-figure.of-inline .lp-figure-column {
    min-height: 0%;
    padding-left: 24px;
}

.lp-figure.of-inline .lp-figure-column > * {
    margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
    .lp-figure.of-inline .lp-figure-column {
        padding: 0 0 24px;
    }
}

.lp-figure.of-inline .lp-figure-column.of-primary .lp-figure {
    width: 882px;
}

@media only screen and (max-width: 1239px) {
    .lp-figure.of-inline .lp-figure-column.of-primary .lp-figure {
        width: calc((882 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 969px) {
    .lp-figure.of-inline .lp-figure-column.of-primary .lp-figure {
        width: 100%;
    }
}

.lp-figure.of-inline .lp-figure-column.of-secondary .lp-figure {
    width: 230px;
}

@media only screen and (max-width: 1239px) {
    .lp-figure.of-inline .lp-figure-column.of-secondary .lp-figure {
        width: calc((230 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 969px) {
    .lp-figure.of-inline .lp-figure-column.of-secondary .lp-figure {
        width: 100%;
    }
}

@media only screen and (max-width: 969px) {
    .lp-figure.of-inline {
        flex-direction: column;
        margin: 0 0 32px;
    }
}

.lp-figure.of-inline.of-primary {
    align-items: flex-end;
    justify-content: center;
}

@media only screen and (max-width: 969px) {
    .lp-figure.of-inline.of-primary {
        align-items: stretch;
    }
}

.lp-figure-caption {
    margin-top: 3px;
    font-size: 1.6rem;
}

@media only screen and (max-width: 1919px) {
    .lp-figure-caption {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.12821)));
    }
}

@media only screen and (max-width: 1239px) {
    .lp-figure-outer {
        -webkit-overflow-scrolling: touch;
        position: relative;
        max-width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
    }
}

@media only screen and (max-width: 969px) {
    .lp-figure-outer {
        margin-bottom: 32px;
    }
}

.lp-figure-outer > *:last-child {
    margin-bottom: 0;
}

.lp-figure-outer img {
    max-width: inherit;
}

@media only screen and (max-width: 768px) {
    .lp-figure .lp-smallScreen-width-small {
        max-width: 52%;
        margin: 0 auto;
    }
}

.lp-figure.of-flex {
    display: flex;
}

.lp-figure.of-column-reverse {
    flex-direction: column-reverse;
}

.lp-mediaFeature {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.lp-mediaFeature-body {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    margin-bottom: 8px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaFeature-body {
        flex: none;
        max-width: 100%;
        margin-bottom: 8px;
    }
}

.lp-mediaFeature-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaFeature-titleGroup {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
}

.lp-mediaFeature-titleGroup > *:last-child {
    margin-bottom: 0;
}

.lp-mediaFeature-title {
    flex: 1 0 auto;
    color: #1581b6;
    font-size: 2.4rem;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaFeature-title {
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.25641)));
    }
}

.lp-mediaFeature-lead {
    font-size: 1.8rem;
}

.lp-card {
    padding: 40px 104px;
    background-color: #bcdeef;
}

@media only screen and (max-width: 1239px) {
    .lp-card {
        padding: 40px calc((104 * 100vw) / 1240);
    }
}

.lp-mediaAsset {
    padding: 40px 0 64px;
    background: #ebebeb;
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset {
        padding: 40px 0;
    }
}

.lp-mediaAsset-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    max-width: calc(1240px + 32px);
    margin: 0 auto;
    padding: 0 16px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset-content {
        flex-direction: column-reverse;
    }
}

.lp-mediaAsset-body {
    max-width: 700px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset-body {
        max-width: 100%;
    }
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset-text {
    font-size: 3.6rem;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaAsset-text {
        font-size: calc(3rem + ((1vw - 0.36rem) * (0.38462)));
    }
}

.lp-mediaAsset-image {
    min-height: 0%;
    margin-right: 40px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset-image {
        margin: 0 0 16px 0;
    }
}

.of-flex {
    display: flex;
}

@media only screen and (max-width: 969px) {
    .of-flex {
        display: block;
    }
}

.lp-utility-line-break {
    display: block;
}

@media only screen and (max-width: 969px) {
    .lp-smallScreen-hide {
        display: none;
    }
}
