.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100% !important;
}

.wp-block-group {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

html {
    margin-top: 0px !important;
    scroll-behavior: smooth;
}

main {
    margin-top: 0px !important;
}

:root :where(.is-layout-constrained)>* {
    margin-block-start: 0px !important;
}

.wp-block-template-part {
    display: none;
}

.wp-block-post-title {
    display: none;
}

body {
    font-style: normal;
    --wp--style--root--padding-left: 0px;
    --wp--style--root--padding-right: 0px;
}

:where(.wp-block-group.wp-block-group-is-layout-constrained) {
    position: unset !important;
}

.cds-landing-page-templates {
    padding: 30px 0px 0px 0px;
}

.cds-landing-page-templates .lp_container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.cds-landing-page-templates section {
    padding: 40px 20px;
}

.blue-bg-sec {
    background-image: linear-gradient(rgba(17, 121, 193, 1), rgba(17, 121, 193, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.grey-bg-sec {
    background-image: linear-gradient(rgba(242, 244, 246, 1), rgba(242, 244, 246, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.cds-landing-page-templates .flex-blocks {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cds-landing-page-templates .flex-blocks .two-col {
    width: 48%;
}

@media (max-width: 767px) {
    .cds-landing-page-templates .flex-blocks {
        flex-direction: column;
    }

    .cds-landing-page-templates .flex-blocks .two-col {
        width: auto !important;
    }
}

.cds-landing-page-templates h1,
.cds-landing-page-templates h2,
.cds-landing-page-templates h3,
.cds-landing-page-templates h4,
.cds-landing-page-templates h5,
.cds-landing-page-templates h6 {
    font-weight: 600 !important;
}

.cds-landing-page-templates h1,
.cds-landing-page-templates h2,
.cds-landing-page-templates h3,
.cds-landing-page-templates h4 {
    /*    margin: 10px 0;*/
}

.text-center {
    text-align: center;
}

.p1-st {
    font-size: 36px;
}

.p2-st {
    font-size: 30px;
}

.p3-st {
    font-size: 24px;
}

.text-bold {
    font-weight: bold;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-auto {
    margin: auto;
}

.width-fit {
    width: fit-content;
}

.red-btn {
    background-color: rgba(255, 2, 1, 1.0);
    border: 0px none #000000;
    border-radius: 10px;
    color: #FFFFFF;
    text-decoration: none;
    padding-top: 10px;
    padding-right: 26px;
    padding-bottom: 10px;
    padding-left: 26px;
    width: 100%;
}

.red-btn:hover {
    background-color: #37761D;
    color: #ffffff;
}

.closing-cta h2 {
    font-size: 48px;
    font-weight: bold;
}

.blue-bg-sec h3,
.blue-bg-sec h4,  
.blue-bg-sec h5 {
    color: #ffffff !important;
}

.blue-bg-sec span {
    font-size: 20px;
    font-weight: 400;
}

.blue-bg-sec.closing-cta h2,
.blue-bg-sec p {
    color: #ffffff !important;
    margin: 10px 0 !important;
}

.description-form .richtext h1,
.description-form .richtext h2,
.description-form .richtext h3,
.description-form .richtext h4,
.description-form .richtext h5,
.description-form .richtext h6 {
    margin: 10px 0 10px 0;
}


.distributors .images-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px;
}

.distributors .images-list .img-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    flex: 0 1 calc(25.0% - 22.5px);
    max-width: calc(25.0% - 22.5px);
    padding: 0px;
}

.distributors .images-list .img-wrap img {
    display: block;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    width: auto;
    border: none;
    outline: none;
    max-height: 75px;
}
