:root {

--pchd-mg: 60px;
--pcctain: 1170px;
--pcctain2: 1400px;
--pcajs_tcl: var(--pcheading-cl);
--pcajs_thcl: var(--pcaccent-cl);
--pcajs_mcl: var(--pcmeta-cl);
--pcajs_mhcl: var(--pcmeta-cl);
--pcajs_ncl: var(--pctext-cl);
--pcajs_bcl: var(--pcborder-cl);
--pcajs_bgcl: var(--pcbg-cl);
--pcajs_bghcl: #f9f9f9;
}


/**
 * Landing page and prospect for new branding
 * template selector: `.blmd-theme`
 */

/* ---------------------------------------- */
/* 0. General Layout                        */
/* ---------------------------------------- */
@media (min-width: 782px) {
    .columns--inverted\@md {
        flex-direction: row-reverse
    }

    .columns--inverted\@md .wp-block-column:last-child {
        margin-left: 0;
        margin-right: 32px;
    }
}

.wp-block-group.has-background {
    padding: 0;
}

.container {
    width: var(--pcctain);
    margin: 0 auto;
}

/* ---------------------------------------- */
/* 1. TEXT SETTINGS                         */
/* ---------------------------------------- */
.blmd-theme .post-entry a {
    color: #0267CC;
}

.blmd-theme .lp-h1 {
    font-weight: 800;
    font-size: 45px;
    line-height: 1.05;
    color: #293B54;
}

.blmd-theme .lp-h2 {
    font-weight: 800;
    font-size: 33px;
    line-height: 1.09;
    color: #293B54;
}

.blmd-theme .lp-h3 {
    font-size: 24px;
    font-weight: 700;
    color: #293B54;
}

.blmd-theme .lp-h1 > a,
.blmd-theme .lp-h2 > a,
.blmd-theme .lp-h3 > a {
    color: inherit;
    text-decoration: inherit;
}

@media (min-width: 769px) {
    .blmd-theme .lp-h1 {
        font-size: 60px;
    }
    .blmd-theme .lp-h2 {
        font-size: 46px;
    }
}


/*Enforcing blocks font-size*/
.blmd-theme .has-small-font-size{
	font-size: 12px !important;
}

.blmd-theme .has-medium-font-size {
	font-size: 20px !important;
}
.blmd-theme .has-large-font-size{
	font-size: 32px !important;
}
.blmd-theme .has-huge-font-size {
	font-size: 42px !important;
}


@media (max-width: 480px) {
    .blmd-theme .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}


.lp-bullet-list--green li {
    list-style: none !important;
}

.lp-bullet-list--green li:before {
    content: "●";
    color: #BBD655;
    background-color: transparent !important;
    margin-left: -36px;
    width: 36px;
    display: inline-block;
    position: absolute;
    vertical-align: top;
    font-size: 1.5em;
    line-height: 1em;
    text-align: center;
}




/* ---------------------------------------- */
/* 2. HEADER                                */
/* ---------------------------------------- */
#header {
    border-color: transparent !important;
    z-index: 2;
}

#header .inner-header {
    background-color: transparent !important;
}

/* Inverting Logo from white to dark gray */
#logo {
    filter: invert(0.8);
}

#logo a {
    max-width: 200px;
}

#navigation.header-6 #logo img {
    padding: 11px 0;
    height: 80px;
    width: auto !important;
    max-width: 100%;
    display: block;
}
.is-sticky #navigation.header-6 #logo img {
    padding: 0;
    height: 58px;
    line-height: 58px;
    vertical-align: top;
}


.is-sticky #navigation {
    background-color: #fff !important;
}

#navigation.header-6 .menu {
    margin-left: 40px;
    float: left;
}

.is-sticky #navigation .menu > li > a,
.is-sticky #navigation .button-menu-mobile {
    color: #293B54 !important;
}

#navigation-sticky-wrapper:not(.is-sticky) #navigation {
    border-color: transparent !important;
}

@media (min-width: 960px) {
    #navigation-sticky-wrapper:not(.is-sticky) #navigation {
        background-color: transparent !important;
    }
}


#navigation .menu .menu-item a {
    font-weight: 600;
}


.blmd-theme a.cta--green,
.blmd-theme button.cta--green,
.blmd-theme .cta--green .wp-block-button__link,
.blmd-theme .top-cta {
    background-color: #BBD655;
    border-radius: 4px;
    font-weight: 600;
    color: #293B54;
    box-shadow: 0 2px 4px rgba(60, 9, 179, 0.3);
    font-size: 18px;
    line-height: 60px;
    padding: 0 24px;
    transition: all ease-in-out .2s;
}

.blmd-theme a.cta--green:hover,
.blmd-theme button.cta--green:hover,
.blmd-theme .cta--green .wp-block-button__link:hover,
.blmd-theme .top-cta:hover {
    background-color: #a9c14f;
    box-shadow: 0 1px 4px rgba(60, 9, 179, 0.3);
}

.blmd-theme .is-sticky .top-cta {
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
    line-height: 60px;
    margin-top: -1px;
}

@media (max-width: 959px) {
    .blmd-theme .top-cta-wrapper {
         float:none;
         position: absolute;
         right: 0;
         top: 0;
    }
    .button-menu-mobile.header-6 {
        float: none;
        position: absolute;
        left: 0;
        top: 0;
    }
    .blmd-theme .top-cta {
        margin-top: 0;
        border-radius: 0;
        box-shadow: none;
        line-height: 60px;
        margin-top: -1px;
    }

    .blmd-theme .top-cta i {
        display: inline-block;
    }
    .blmd-theme .top-cta .top-cta__text {
        display: none;
    }
}

@media (min-width:960px) {
    .blmd-theme .top-cta {
         margin-top: 15px;
         line-height: 47px;
    }
    .blmd-theme .top-cta i {
        display: none;
    }
}






/* ---------------------------------------- */
/* 3. FUll Cover Image and Text             */
/* ---------------------------------------- */
.lp-cover-container {
    margin-top: -60px;
    min-height: 369px;
    position: relative;
    z-index: 1;
    background-position-y: top;
    background-position-x: left;
    background-size: cover;
    align-items: start;
    padding-top: 20px;
}
.lp-cover-container .wp-block-cover__inner-container {
    text-align: center;
    width: 100%;
}

.lp-cover-container h2 {
    font-weight: 800;
    line-height: 1.03;
    font-size: 27px;
}

.lp-cover-container h2 + p {
    font-size: 27px !important;
    line-height: 1.2;
}

.lp-cover-container .wp-block-cover {
    min-height: 100vh;
}

.lp-cover-container .cta--green .wp-block-button__link {
    font-size: 22px;
    line-height: 60px;
}

.lp-cover-container .wp-block-button {
    margin-top: 50px;
}

.lp-cover-container__content--mobile {
    text-align: center;
    margin-bottom: 50px;
}

.lp-cover-container .wp-block-column {
    flex-basis: 100%;
}

.lp-cover-container p,
.lp-cover-container .wp-block-column .cta--green {
   display: none;
}

@media (min-width: 769px) {
    .lp-cover-container {
        margin-top: -142px;
        background-position-y: 50%;
        background-position-x: 50%;
        align-items: center;
        padding-top: 0;
    }

    .lp-cover-container .wp-block-cover__inner-container {
        position: static;
        text-align: left;
    }
    .lp-cover-container h2 {
        font-size: 70px;
    }
    .lp-cover-container {
        min-height: 100vh;
    }
    .lp-cover-container__content--mobile {
        display: none;
    }

    .lp-cover-container .wp-block-column {
        flex-basis: 50%;
    }
    .lp-cover-container p,
    .lp-cover-container .wp-block-column .cta--green {
        display: block;
    }
}



/* ---------------------------------------- */
/* 4. Split cols with image overflowing     */
/* ---------------------------------------- */
.img-overflow-top {
    padding: 0;
    margin-top: 120px;
}

.img-overflow-top .lp-h2 {
    margin-top: 30px;
}

.img-overflow-top wp-block-group__inner-container {
    position: relative;
}

.img-overflow-top .wp-block-image {
    margin-bottom: 0;
    margin-top: -120px;
}

.img-overflow-top .wp-block-columns {
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
}

.img-overflow-top .wp-block-column {
    width: 100% !important;
    flex-basis: 100% !important;
    margin: 0;
}

.img-overflow-top .wp-block-image {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.img-overflow-top .img-overflow-top__content {
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
}

.img-overflow-top .lp-h2 {
    text-align: center;
}
.img-overflow-top .img-overflow-top__content > * {
    margin-left:auto;
    margin-right: auto;
}

@media (min-width: 769px) {
    .img-overflow-top .img-overflow-top__content > * {
        width: 726px;
    }

}

@media (min-width: 961px) {
    .img-overflow-top .wp-block-columns {
        width: 940px;
        flex-direction: row;
    }

    .img-overflow-top .wp-block-image {
        max-width: 100%;
    }

    .img-overflow-top .img-overflow-top__content {
        background-color: transparent;
        padding-left: 0;
        padding-right: 0;
    }

    .img-overflow-top .lp-h2 {
        text-align: left;
    }

    .img-overflow-top .img-overflow-top__content > * {
        width: 100%;
    }

    .order-1\@lg {
        order: 1;
    }
}

@media (min-width: 1170px) {
    .img-overflow-top .wp-block-columns {
        width: 1170px;
    }
}



/* ---------------------------------------- */
/* 5. Split cols with image overflowing     */
/* ---------------------------------------- */

.split-steps {
    counter-reset: step-number;
    width: 80%;
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
}

.split-steps h3 {
    margin-top: 30px;
}

.split-steps p {
    line-height: 28px !important;
}

.split-steps .wp-block-columns {
    counter-increment: step-number;
    position: relative;
    margin-bottom: 60px;
}

.split-steps .wp-block-column {
    width: 100%;
    flex-basis: 100%;
    margin: 0;
}

.split-steps .wp-block-column:first-child .wp-block-cover {
    min-height: 300px;
}

.split-steps .wp-block-columns::after {
    display:block;
    position: absolute;
    content: counter(step-number);
    width: 64px;
    height: 64px;
    border-radius: 32px;
    text-align: center;
    color: #fff;
    background-color: #293B54;
    font-size: 35px;
    line-height: 64px;
    font-weight: 600;
    top: 150px;
    transform: translate(-50%, -50%);
}


@media (min-width: 769px) {

    .split-steps {
        width: 100%;
        margin-bottom: 100px;
    }

    .split-steps h3 {
        margin-top: 0;
    }

    .split-steps .wp-block-columns {

        margin-bottom: 0;
    }
    .split-steps .wp-block-columns::after {
        width: 134px;
        height: 134px;
        border-radius: 67px;
        font-size: 70px;
        line-height: 134px;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .split-steps .wp-block-column {
        width: 50%;
        flex-basis: 50%;
    }

    .split-steps .wp-block-column:last-child {
       padding: 60px

    }

    .split-steps .wp-block-columns:nth-child(2n) .wp-block-column:first-child {
        order: 1;
    }

    .split-steps .wp-block-column:last-child h2:before {
        content:counter(step-number) ". ";
    }


}

@media (min-width: 961px) {
    .split-steps .wp-block-column:first-child .wp-block-cover {
        min-height: 600px
    }

    .split-steps .wp-block-column:last-child {
       padding: 80px;
    }
}

@media (min-width: 1170px) {
    .split-steps .wp-block-column:first-child .wp-block-cover {
        min-height: 400px
    }
}
@media (min-width: 1440px) {
    .split-steps .wp-block-column:first-child .wp-block-cover {
        min-height: 600px
    }
}




/* ---------------------------------------- */
/* 6. Who is BLMD                           */
/* ---------------------------------------- */
.who-is-blmd {
    margin-bottom: 100px !important;
}

.who-is-blmd .wp-block-columns {
    margin:0;
}

.who-is-blmd .wp-block-column {
    width: 100%;
    flex-basis: 100%;
    margin:0;
}

.who-is-blmd .wp-block-column .wp-block-cover {
    min-height: 300px;
}

.who-is-blmd .wp-block-column:last-child {
   max-width: 480px;
   margin-right: auto;
   margin-left: auto;
   padding-top: 50px;
   padding-left: 20px;
   padding-right: 20px;
}

@media (min-width: 769px) {
    .who-is-blmd {
        margin-bottom: 0 !important;
    }
    .who-is-blmd .wp-block-column {
        width: 50%;
        flex-basis: 50%;
    }

    .who-is-blmd .wp-block-column:last-child {
       max-width: 100%;
       margin-right: 0;
       margin-left: 0;
       padding-top: 0;
    }
}

@media (min-width: 961px) {
    .who-is-blmd .wp-block-column .wp-block-cover {
        min-height: 600px
    }

    .who-is-blmd .wp-block-column:last-child {
       padding: 80px;
    }
}

@media (min-width: 1170px) {
    .who-is-blmd .wp-block-column .wp-block-cover {
        min-height: 700px
    }
}






/* ---------------------------------------- */
/* 7.Review                                 */
/* ---------------------------------------- */
.blmd-theme .lp-reviews {
    padding-top: 50px;
}

.lp-reviews .wp-block-column {
    flex-basis: 100%
}
.lp-reviews .wp-block-column:last-child {
    margin-top: 30px;
}

.lp-reviews .embedded-reviews__head {
    color: #fff !important;
    font-family: 'Open Sans', arial, sans-serif !important;
    font-weight: 300 !important;
    text-align: left;
}

@media (min-width: 769px) {
    .blmd-theme .lp-reviews .wp-block-column:first-child {
        padding-right: 36px;
    }

    .lp-reviews .wp-block-column:last-child {
        margin-top: 0;
    }

    .lp-reviews .wp-block-column {
        flex-basis: 50%
    }
}





/* ---------------------------------------- */
/* 9. Footer                                */
/* ---------------------------------------- */
.blmd-theme #widget-area,
.blmd-theme #footer-section{
    background-color: #293b54;
}

.blmd-theme #widget-area .inner-arrow {
    border-color: #293b54;
}





/* ---------------------------------------- */
/* 11. Program icons in headline            */
/* ---------------------------------------- */
.blmd-theme .lp-program-icon {
    display: inline-grid;
    grid-template-columns: 150px auto !important;
}

.blmd-theme .lp-program-icon h4,
.blmd-theme .lp-program-icon p {
    margin-bottom: 0;
    white-space: nowrap;
    text-align: left;
}

.blmd-theme .lp-program-icon h4 {
    font-weight: 700;
    color: #000;
}

/* 11.1 program icon list*/
.blmd-theme .program-icons-list > .wp-block-group__inner-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.blmd-theme .program-icons-list figure {
    margin: 20px 20px !important;
    height: 170px;
    display: flex !important;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
}
.blmd-theme .program-icons-list figcaption {
    white-space: nowrap;
    font-size: 20px;
    color:#2a3b54;
    font-weight: 600
}

.blmd-theme .program-icons-list img {
    height: 90px;
    width: 90px;
    object-fit: contain;
    object-position: center;
}

/* ---------------------------------------- */
/* 11. Thickbox                             */
/* ---------------------------------------- */

[id='TB_window'] {
    width: 90% !important;
    max-width: 600px !important;
    margin-top: auto !important;
    margin-left: auto !important;
    transform: translate3d(-50%, -50%, 0);
}

[id='TB_ajaxContent'] {
    width: 100% !important;
}

[id='TB_window'] .screen-reader-text {
    visibility: hidden;
}

/* ---------------------------------------- */
/* 12. Slider                               */
/* ---------------------------------------- */
.slider {
    width: 100%;
    position: relative;
    overflow-x: hidden;
    padding-top: 23px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.slider__rail {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: visible;
    transition: all .3s cubic-bezier(.6,.04,.98,.34);
}

.slide {
    flex-basis: 100%;
    min-width: 100%;
    position: relative;
}

.slide img {
    display: block;
    width: 100%;
    height: auto;
}

.slide-content {
    background-color: #fff;
    padding: 20px;
    margin: -20px 20px 20px 20px;
    box-shadow: 0px 3px 9px 4px #00000029;
    position: relative;
    /* margin-right: 20px; */
}

@media (min-width: 769px) {
    .slide-content {
        width: 45%;
        position: absolute;
        z-index: 1;
        top: 50%;
        transform: translateY(-50%);
        left: 50%;
    }
}
.slider__nav {
    list-style: none;
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s cubic-bezier(.6,.04,.98,.34);

    /*  theme   */
    background-color: #e4eaf1;
    box-shadow: 0px 3px 9px 4px #00000029;
    padding: 5px !important;
    margin: 0 !important;
    top: 0;
}

.slider__nav li {
    white-space: nowrap;
    display: block;
    margin-right: 5px;
    margin-bottom: 0 !important;
    position: static !important;
}

.slider__nav li:last-child {
    margin-right: 0;
}

.slider__nav-link {
    color: #777777;
    text-decoration: none;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 18px;
    display: block;
    transition: all .3s cubic-bezier(.6,.04,.98,.34);
}

.slider__nav-link:hover {
    background-color: #edf3fa;
}

.slider__nav-link.active {
    color: #293554;
    background-color: white;
}

/* ---------------------------------------- */
/* 13. All Programs                               */
/* ---------------------------------------- */

[class^='lp-h'] .lp-h__icon {
    display: block;
    margin: 0 auto 15px;
}

@media (min-width:600px) {
    [class^="lp-h"] .lp-h__icon {
        display: inline-block;
        margin: 0 15px 0 0;
        vertical-align: middle;
    }
}

/*rotating programs headline */

.programs-spin-scene {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 50px;
    overflow: hidden;
    perspective: 300px;
}

.programs-spin-scene * {
    position: absolute;
    top: 50%;
    transform-style: preserve-3d
}

.programs-spin-wrap {
    overflow: visible;
    position: relative;
    transform: translateZ(-25px);
}

.programs-spin-wrap.spin {
    transform: translateZ(-25px) rotateX(-90deg);
    transition: transform .5s 0s;
}

.programs-spin__link {
    display: inline-block;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    min-width: 100%;
    height: 50px;
    margin-top: -25px;
    font-size: 33px;
    font-weight: 900;
    line-height: 40px;
    left: 50%;
    text-align: center;
    color: #293b54 !important;
    text-decoration: none !important;
}

.programs-spin__link.front {
    transform: translateZ(25px) translateX(-50%)
}

.programs-spin__link.behind {
    transform: rotateX(90deg) translateZ(25px) translateX(-50%)
}

@media (min-width: 769px) {
    .programs-spin-scene {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 100px;
        overflow: hidden;
        perspective: 600px;
    }
    .programs-spin-wrap {
        transform: translateZ(-50px);
    }
    .programs-spin-wrap.spin {
        transform: translateZ(-50px) rotateX(-90deg);
    }

    .programs-spin__link.front {
        transform: translateZ(50px) translateX(0)
    }

    .programs-spin__link.behind {
        transform: rotateX(90deg) translateZ(50px) translateX(-0)
    }

    .programs-spin__link {
        min-width: auto;
        left: 0;
        text-align: left;
        height: 100px;
        margin-top: -50px;
        font-size: 60px;
        font-weight: 900;
        line-height: 80px;
        color: #fff !important;
    }
}

/* ---------------------------------------- */
/* 14. SHAPE PRO TIERS COMPARATION TABLE    */
/* ---------------------------------------- */

/*Component css*/
.tiers-chart {
    display: block;
    font-family: "Open Sans", Arial, Sans-serif;
}

.tiers-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.odd {
    background-color: #E6EBF2;
}

.tiers-head {
    display: flex;
    justify-content: flex-end;
    font-weight: 900;
}

.tier-head {
    text-align: center;
    flex-basis: 25%;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 20px 0;
}

.tier {
    text-align: center;
    flex-basis: 25%;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 20px 10px;
}

.tier--bronze {
    color: #FAAF3F;
}

.tier--silver {
    color: #A6A8AB;
}

.tier--gold {
    color: #E1C122;
}

.tier--platinum {
    color: #808184;
}

.tier__feature-description {
    font-size: 12px;
    font-weight: 600;
    flex-grow: 1;
    width: calc(100% - 85px);
    color: #231F20;
    padding: 10px;
}

.tier__feature-name {
    color: #293B53;
    font-weight: 600;
    font-size: 20px;
    display: block;
}

.tier__feature-icon {
    padding: 0 20px;
    width: 85px;
    flex-shrink: 0;
    margin: 0 auto;
}

.tier__feature-icon img {
    height: 45px !important;
    width: 45px !important;
    display: block;
    object-fit: contain;
    object-position: center;
}

.dot {
    display: block;
    height: 25px;
}

.dot:before {
    content: "\2022";
    display: block;
    font-family: monospace;
    line-height: 25px;
    vertical-align: top;
}

.tier--bronze .dot {
    font-size: 16px;
}

.tier--silver .dot {
    font-size: 32px;
}

.tier--gold .dot {
    font-size: 48px;
}

.tier--platinum .dot {
    font-size: 72px;
}

@media (min-width: 769px) {
    .tiers-footer .tier__feature-description {
        width: 100%
    }

    .tiers-row {
        flex-wrap: nowrap;
    }

    .tier-head {
        flex-basis: 15%;
    }

    .tier {
        flex-basis: 15%;
    }

    .tier__feature-description {
        width: auto;
    }

    .tiers-footer {
        display: flex;
        flex-wrap: wrap;
    }

    .tiers-footer .tier__feature-name {
        text-align: center;
    }

    .tiers-footer .tiers-row {
        flex-direction: column;
    }
}

/* contact form */
[class*="page-template-blank-canvas"] .wpcf7 {
    background-color: #e6ebf1;
    padding: 25px;
    margin-left: -14px;
    margin-right: -14px;
}

[class*="page-template-blank-canvas"] .wpcf7-form {
    margin-left: -10px;
    margin-right: -10px;
}
@media (min-width: 768px) {
    [class*="page-template-blank-canvas"] .wpcf7 {
        background-color: transparent;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }
}


[class*="page-template-blank-canvas"] form.wpcf7-form {
    text-align: left;
}

[class*="page-template-blank-canvas"] .wpcf7-text {
    background-color: #fff;
}
[class*="page-template-blank-canvas"] .wpcf7-text,
[class*="page-template-blank-canvas"] .wpcf7-label,
[class*="page-template-blank-canvas"] label,
[class*="page-template-blank-canvas"] .lp-label {
    color: #666666;
    font-size: 16px;
}

[class*="page-template-blank-canvas"] .lp-cover-container label {
    color: white;
}

.wpcf7 input[type="submit"] {
    background-color: #BBD655 !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    box-shadow: 0 2px 4px rgba(60, 9, 179, 0.3);
    line-height: 60px !important;
    padding: 0 20px !important;
    transition: all ease-in-out .2s !important;
    max-height: 100%;
    font-size: 24px!important;
    color: rgb(41, 59, 84)!important;
    text-transform: none;
}

.wpcf7-form-control-wrap {
    /* width: 100%; */
    display: block;
}

.wpcf7 input {
    max-width:100%;
}

span.wpcf7-not-valid-tip {
    margin-top: 3px;
    margin-bottom: 3px;
}
span.wpcf7-not-valid-tip::before {
    display: table;
    content: " ";
    clear: both;
}

.lp-contact-form {
    display: flex;
    flex-wrap: wrap;
    /* margin: 0 -10px !important; */
}

.lp-input-wrapper {
    padding: 0 10px;
    position: relative;
    margin-bottom: 15px;
    display: block;
}

.lp-input-wrapper > label,
.lp-input-wrapper > .lp-label {
    font-size: 14px !important;
    text-transform: uppercase;
    margin-bottom: 3px;
    line-height: 1.5;
}


.wpcf7 .lp-contact-disclaimer {
    margin-top: 15px;
    text-transform: none;
    font-size: 12px !important;
    color: #272727 !important;
    padding: 0 !important;
}
.lp-input-wrapper .wpcf7-list-item {
    margin-right: 15px;
}


/* trust symbols slider */
.lp-trust-symbols-slider .slick-track {
    display: flex;
}

.lp-trust-symbols-slider .gutentor-carousel-item{
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lp-trust-symbols-slider .gutentor-carousel-item img {
    opacity: .4;
}

.numbered-headline .gutentor-separator {
    min-width: 70px;
    width: 70px;
}

.numbered-headline .gutentor-text {
    margin-bottom: 0;
}



/* Color utility classes */
.has-background-ligth-gray {
    background-color: #e5ebf1;
}

.has-background-dark-blue {
    background-color: #293b54;
}