.landing-page .dwp-hero-heading h1 {
    max-width: 720px;
}
.landing-page .dwp-hero-heading h1 {
    max-width: 720px;
}
.landing-page .dwp-hero .single-column-text {
    max-width:1060px
}
.landing-page .dwp-hero-heading .hero-pdf-button:before {
    background: url(../images/icons/9055406_bxs_phone_icon.svg);
}
.landing-page .content hr  {
    margin:2em 0
}
.landing-page .sidebar-right .rsform .row  {
    margin:0
}
.landing-page .sidebar-right h3{
    font-weight:600
}
.landing-page .formContainer .form-label.formControlLabel {
    font-weight:500
}
.landing-page .sidebar-right .moduletable div {
    color: var(--black);
    font-size: 17px;
    font-weight: unset;
    text-transform: none;
    margin-bottom: 10px;
    letter-spacing: unset;
}
.landing-page .sidebar-right .moduletable .rsform-block {
    margin-bottom:1.25em !important
}
.landing-page .sidebar-right .rsform-block-subscribe {
    margin:2em 0
}
.landing-page .formContainer .form-check .form-check-label {
    padding-left:10px;
    font-weight: 500;
    font-size: 13px;
}


.landing-page .category-blog.category-resources .resources-items {
    margin-top:2.5em
}

.landing-page .jshop_list_category {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    justify-content: flex-start;
    width: 100%
}
.landing-page .jshop_list_category .jshop_categ.category {
    flex: 1 1 calc(33.333% - 1.5em);
    max-width: calc(33.333% - 1.5em);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-align: center;
    margin-bottom: 0;
}
.landing-page .jshop_list_category .jshop_categ.category .image {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--greymid);
    position: relative;
}
.landing-page .jshop_list_category .jshop_categ.category .image .block-image-overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 80%, rgba(0, 0, 0, 0.6) 100%);
    border-bottom: 1px solid var(--primary-color)
}
.landing-page .jshop_list_category .jshop_categ.category .image a {
    display: block;
    width: 100%;
    height: 100%;
}
.landing-page .jshop_list_category .jshop_categ.category .image img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.landing-page .jshop_list_category .jshop_categ.category .image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.landing-page .jshop_list_category .jshop_categ.category .image {
    position: relative;
    overflow: hidden;
}
.landing-page .jshop_list_category .jshop_categ.category .icon-arrow {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: var(--primary-color);
    color: var(--white);
    font-size: 16px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    transform-origin: bottom right;
    z-index: 3;
    position: absolute
}
.landing-page .jshop_list_category .jshop_categ.category .icon-arrow:after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
}
.landing-page .jshop_list_category .jshop_categ.category .image:hover .icon-arrow {
    transform: scale(1.35);
}
.landing-page .jshop_list_category .product-name {
    width: 100%;
}
.landing-page .jshop_list_category .category_name {
    font-weight: 600;
    margin-top: 0.5em;
    text-align: left;
    font-size: 22px;
    line-height: 1.3;
    white-space: normal
}
.landing-page .sblock2.name {
    display: block;
    width: 100%;
    padding-top: 0.5em;
}
.landing-page .jshop_list_category .category_name a {
    color: var(--black)
}
.landing-page .jshop_list_category .category_name a:hover,
.landing-page .jshop_list_category .jshop_categ.category .image:hover~.product-name h3.category_name a {
    color: var(--primary-color)
}
.landing-page .category_description ul {
    padding:0
}
.landing-page .category_description ul li {
    display: inline-block;
    margin: 0 1em 0 0;
    list-style:none;
}

.landing-page .category_description ul a {
    text-decoration: underline;
    color: var(--grey);
}
.landing-page .category_description ul a:hover {
    color: var(--black);
}
.landing-page .block-cta-content {
    background-color:var(--primary-color);
    padding:3em 2em;
    color:var(--white);
    margin-top:3em;
}
.landing-page .block-cta-content h3 {
    font-weight: 600;
    max-width: 420px;
    line-height: 1.4;
}

@media (min-width:1025px)  {
    .landing-page .category-blog.category-resources .resources-item {
        width: calc(50% - 1.5em);
    }
}

@media (max-width:1024px) {
    .landing-page .jshop_list_category {gap:1em}
    .landing-page .jshop_list_category .jshop_categ.category {
        flex: 0 0 calc(33% - 0.75em);
        max-width: calc(33% - 0.75em);
    }
}

@media (max-width: 991px) {
    .landing-page .jshop_list_category {gap:2em}
    .landing-page .jshop_list_category .jshop_categ.category {
        flex: 0 0 calc(50% - 1.5em);
        max-width: calc(50% - 1.5em);
    }
}
@media (max-width: 600px) {
    .landing-page .jshop_list_category .jshop_categ.category {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
