/* _content/MD.Websites.Web/Pages/AdminComponents/AdminLayout.razor.rz.scp.css */
.admin-content[b-sr6yv1tg5x] {
    width      : 100%;
    min-width  : 320px;
    color      : #000;
    box-sizing : border-box;
    padding    : 0.85rem 5rem 2.85rem;
    position   : relative;
    background : #fff;
    max-width  : 1920px;
    margin     : 0 auto;
}

.admin[b-sr6yv1tg5x] {
    font-family : Roboto, sans-serif;
}

.admin__header[b-sr6yv1tg5x] {
    display     : flex;
    align-items : center;
}

.admin__header h1[b-sr6yv1tg5x] {
    font-family : Roboto, sans-serif;
    margin      : 0;
}

.admin__header .mdc-buttons[b-sr6yv1tg5x] {
    margin-left : auto;
}

@media only screen and (max-width : 480px) {
    .admin-content[b-sr6yv1tg5x] {
        padding : 0.85rem 2rem 2.85rem;
    }
}
/* _content/MD.Websites.Web/Pages/AdminComponents/AdminLogin.razor.rz.scp.css */
h4[b-dprs1jp5fr] {
    font-family    : 'Lato', sans-serif;
    font-style     : normal;
    font-weight    : 600;
    font-size      : 1.5rem;
    line-height    : 1.8rem;
    text-transform : uppercase;
    margin         : 1.5rem 0;
}
/* _content/MD.Websites.Web/Pages/AllStar/AboutUs.razor.rz.scp.css */
section[b-7zrryauysk] {
    padding : 3rem;
}

a[b-7zrryauysk] {
    color: #000;
}
/* _content/MD.Websites.Web/Pages/AppSupport.razor.rz.scp.css */
.request-demo[b-gbzq3qkh7n] {
    min-width  : 320px;
    color      : #fff;
    background : #16151A;
    box-sizing : border-box;
    padding    : 0.85rem 5rem;
    position   : relative;
}

.request-demo__content[b-gbzq3qkh7n] {
    max-width : 1920px;
    margin    : 0 auto;
}

.request-demo.request-demo_white[b-gbzq3qkh7n] {
    color      : #000;
    background : #fff;
}

.request-demo.request-demo_white .request-demo__form .form-controls button[b-gbzq3qkh7n] {
    border : 1px solid black;
}

.request-demo h1[b-gbzq3qkh7n] {
    font-family    : 'Lato', sans-serif;
    font-style     : normal;
    font-weight    : 600;
    font-size      : 1.5rem;
    line-height    : 1.8rem;
    text-transform : uppercase;
    margin         : 1.5rem 0;
}

.request-demo__form[b-gbzq3qkh7n] {
    display        : flex;
    flex-direction : row;
    flex-wrap      : wrap;
    margin         : 2rem -1rem;
}

.request-demo__form .form-group[b-gbzq3qkh7n] {
    width      : 50%;
    box-sizing : border-box;
    padding    : 0.7rem 1rem;
}

.request-demo__form label[b-gbzq3qkh7n] {
    display : none;
}

.request-demo__form .form-controls[b-gbzq3qkh7n],
.request-demo__form .request-demo__form-message[b-gbzq3qkh7n] {
    width : 100%;
}

.request-demo__form .form-controls[b-gbzq3qkh7n] {
    padding    : 3rem 1rem 0;
    box-sizing : border-box;
}

.request-demo__form .form-controls button[b-gbzq3qkh7n] {
    border        : none;
    background    : #fff;
    width         : 609px;
    height        : 80px;
    border-radius : 20px;
}

@media only screen and (max-width : 1200px) {
    .request-demo__form .form-controls button[b-gbzq3qkh7n] {
        height : 60px;
    }
}

@media only screen and (max-width : 768px) {
    .request-demo[b-gbzq3qkh7n] {
        padding : 1.8rem 2.9rem;
    }

    .request-demo__form .form-controls button[b-gbzq3qkh7n] {
        width  : 100%;
        height : 50px;
    }
}

@media only screen and (max-width : 480px) {
    .request-demo__form .form-group[b-gbzq3qkh7n] {
        width : 100%;
    }
}
/* _content/MD.Websites.Web/Pages/AWIN.razor.rz.scp.css */
.awin-page[b-gvcn4d8c9n] {
    min-width  : 320px;
    color      : #000;
    box-sizing : border-box;
    padding    : 2.85rem 2.9rem 2.85rem;
    position   : relative;
    background : #fff;
    display    : flex;
}

.awin-page h1[b-gvcn4d8c9n] {
    margin-top: 0;
}

.awin-page ul[b-gvcn4d8c9n] {
    list-style-type : "— ";
}

.awin-page ul li[b-gvcn4d8c9n] {
    margin-bottom : 10px;
}

.awin-page__left[b-gvcn4d8c9n] {
    flex         : 1;
    margin-right : 50px;
}

.awin-page__right[b-gvcn4d8c9n] {
    flex : 1;
}

.awin-page__qr[b-gvcn4d8c9n] {
    flex-direction : column;
    margin         : 30px 0 20px;
    display        : flex;
    align-items    : center;
}

.awin-page__qr img[b-gvcn4d8c9n] {
    display       : block;
    box-shadow    : 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius : 10px;
}

@media only screen and (max-width : 750px) {
    .awin-page[b-gvcn4d8c9n] {
        flex-direction : column;
    }

    .awin-page__left[b-gvcn4d8c9n] {
        margin : 0 0 20px;
    }
}
/* _content/MD.Websites.Web/Pages/Index.razor.rz.scp.css */
.header__left[b-hsygfr48g2] {
    display         : flex;
    flex-direction  : column;
    align-items     : center;
    justify-content : center;
    padding-bottom  : 42px;
    max-width       : 1000px;
}

.header__left h1[b-hsygfr48g2] {
    font-family : 'Lato', sans-serif;
    font-style  : normal;
    font-weight : 600;
    font-size   : 2.63rem;
    line-height : 3.2rem;
    color       : #FFFFFF;
    margin      : 0;
}

.header__left p[b-hsygfr48g2] {
    font-family : 'Montserrat', sans-serif;
    font-style  : normal;
    font-weight : 400;
    font-size   : 1rem;
    line-height : 1.2rem;
    color       : #FFFFFF;
    margin      : 0.9rem 4rem 0 0;
}

.header__right[b-hsygfr48g2] {
    margin-left : auto;
}

.header__image[b-hsygfr48g2] {
    width        : 28.54rem;
    height       : 37.7rem;
    margin-right : 3.125rem;
}

.header__buttons[b-hsygfr48g2] {
    display    : flex;
    width      : 100%;
    margin-top : 3.75rem;
}

@media only screen and (min-width : 1600px) {
    .header__left h1[b-hsygfr48g2] {
        font-size   : 3rem;
        line-height : 3.5rem;
    }

    .header__left p[b-hsygfr48g2] {
        font-size    : 1.13rem;
        line-height  : 1.4rem;
        margin-right : 0;
    }
}

@media only screen and (max-width : 900px) {
    .header__image[b-hsygfr48g2] {
        width        : 14.27rem;
        height       : 18.85rem;
        margin-right : 0.5rem;
    }
}

@media only screen and (max-width : 730px) {
    .header__right[b-hsygfr48g2] {
        display : none;
    }

    .header__left p[b-hsygfr48g2] {
        margin-right : 0;
    }
}

@media only screen and (max-width : 480px) {
    .header__content[b-hsygfr48g2] {
        margin-top : 2.4rem;
    }

    .header__buttons[b-hsygfr48g2] {
        display : block;
    }

    .header__buttons .button[b-hsygfr48g2] {
        margin-right  : 0;
        margin-bottom : 1rem;
    }

    .header__buttons .button:last-child[b-hsygfr48g2] {
        margin-bottom : 0;
    }
}
/* _content/MD.Websites.Web/Pages/LoyaltyRewardsTerms.razor.rz.scp.css */
section[b-64pi66yrv2] {
    padding : 0 2rem;
}

a[b-64pi66yrv2] {
    color: #000;
}
/* _content/MD.Websites.Web/Pages/Privacy.razor.rz.scp.css */
section[b-d241613tns] {
    padding : 0 2rem;
}

a[b-d241613tns] {
    color: #000;
}
/* _content/MD.Websites.Web/Pages/RequestDemo.razor.rz.scp.css */
.request-demo[b-x6vyr47zip] {
    min-width  : 320px;
    color      : #fff;
    background : #16151A;
    box-sizing : border-box;
    padding    : 0.85rem 5rem;
    position   : relative;
}

.request-demo__content[b-x6vyr47zip] {
    max-width : 1920px;
    margin    : 0 auto;
}

.request-demo.request-demo_white[b-x6vyr47zip] {
    color      : #000;
    background : #fff;
}

.request-demo.request-demo_white .request-demo__form .form-controls button[b-x6vyr47zip] {
    border : 1px solid black;
}

.request-demo h1[b-x6vyr47zip] {
    font-family    : 'Lato', sans-serif;
    font-style     : normal;
    font-weight    : 600;
    font-size      : 1.5rem;
    line-height    : 1.8rem;
    text-transform : uppercase;
    margin         : 1.5rem 0;
}

.request-demo__form[b-x6vyr47zip] {
    display        : flex;
    flex-direction : row;
    flex-wrap      : wrap;
    margin         : 2rem -1rem;
}

.request-demo__form .form-group[b-x6vyr47zip] {
    width      : 50%;
    box-sizing : border-box;
    padding    : 0.7rem 1rem;
}

.request-demo__form label[b-x6vyr47zip] {
    display : none;
}

.request-demo__form .form-controls[b-x6vyr47zip],
.request-demo__form .request-demo__form-message[b-x6vyr47zip] {
    width : 100%;
}

.request-demo__form .form-controls[b-x6vyr47zip] {
    padding    : 3rem 1rem 0;
    box-sizing : border-box;
}

.request-demo__form .form-controls button[b-x6vyr47zip] {
    border        : none;
    background    : #fff;
    width         : 609px;
    height        : 80px;
    border-radius : 20px;
}

@media only screen and (max-width : 1200px) {
    .request-demo__form .form-controls button[b-x6vyr47zip] {
        height : 60px;
    }
}

@media only screen and (max-width : 768px) {
    .request-demo[b-x6vyr47zip] {
        padding : 1.8rem 2.9rem;
    }

    .request-demo__form .form-controls button[b-x6vyr47zip] {
        width  : 100%;
        height : 50px;
    }
}

@media only screen and (max-width : 480px) {
    .request-demo__form .form-group[b-x6vyr47zip] {
        width : 100%;
    }
}
/* _content/MD.Websites.Web/Pages/Terms.razor.rz.scp.css */
section[b-uk7d15lb80] {
    padding : 0 2rem;
}

a[b-uk7d15lb80] {
    color: #000;
}
/* _content/MD.Websites.Web/Pages/Testimonials.razor.rz.scp.css */
.testimonials-page[b-x479xmjzv9] {
    min-width  : 320px;
    color      : #000;
    box-sizing : border-box;
    padding    : 0.85rem 2.9rem 2.85rem;
    position   : relative;
    background : #fff;
}

.testimonials-page.testimonials-page_single .testimonials-page__column[b-x479xmjzv9] {
    width : 100%;
}

.testimonials-page.testimonials-page_single .testimonials[b-x479xmjzv9] {
    display   : flex;
    flex-wrap : wrap;
}

.testimonials-page.testimonials-page_single .testimonials li[b-x479xmjzv9] {
    width: 50%;
}

.testimonials-page.testimonials-page_double .testimonials-page__column[b-x479xmjzv9] {
    width: 70%;
}

.testimonials-page.testimonials-page_double .testimonials-page__column-news[b-x479xmjzv9] {
    width: 30%;
}

.testimonials-page ul[b-x479xmjzv9] {
    list-style-type : none;
    padding         : 0;
    margin          : 0;
}

.testimonials-page__columns[b-x479xmjzv9] {
    display   : flex;
    max-width : 1920px;
    margin    : 0 auto;
}

.testimonials-page__column h1[b-x479xmjzv9] {
    font-family : 'Lato', sans-serif;
    font-style  : normal;
    font-weight : 600;
    font-size   : 1rem;
    line-height : 1.2rem;
    margin      : 3rem 0;
}

.testimonials-page__column[b-x479xmjzv9] {
    position : relative;
}

.testimonials-page__column ul li:last-child[b-x479xmjzv9] {
    margin-bottom : 0;
}

.testimonials-page__column[b-x479xmjzv9]:after {
    content    : '';
    position   : absolute;
    right      : 0;
    top        : 5rem;
    bottom     : 0;
    width      : 1px;
    background : #000;
    opacity    : .2;
}

.testimonials-page__column:last-child[b-x479xmjzv9]:after {
    display : none;
}

.testimonials-page__column-testimonials[b-x479xmjzv9] {
    width : 54%;
}

.testimonials-page__column-testimonials li[b-x479xmjzv9] {
    display       : flex;
    margin-bottom : 4rem;
}

.testimonials-page__column-testimonials img[b-x479xmjzv9] {
    width : 248px;
}

.testimonials-page__column-testimonials .testimonials__image[b-x479xmjzv9] {
    margin-right : 2rem;
}

.testimonials-page__column-testimonials .testimonials__text[b-x479xmjzv9] {
    font-family : 'Montserrat', sans-serif;
    font-style  : normal;
    font-weight : 500;
    font-size   : 0.8rem;
    line-height : 1rem;
}

.testimonials-page__column-testimonials .testimonials__text p[b-x479xmjzv9] {
    margin : 0 2rem 1rem 0;
}

.testimonials-page__column-testimonials .testimonials__text > strong[b-x479xmjzv9] {
    font-size    : 0.58rem;
    margin-right : 2rem;
    display      : block;
}

.testimonials-page__column-media[b-x479xmjzv9] {
    width      : 23%;
    box-sizing : border-box;
    padding    : 0 2.6rem;
}

.testimonials-page__column-media h3[b-x479xmjzv9] {
    margin-bottom : 2.6rem;
}

.testimonials-page__column-media h4[b-x479xmjzv9] {
    font-family : 'Montserrat', sans-serif;
    font-style  : normal;
    font-weight : 600;
    font-size   : 0.8rem;
    line-height : 1rem;
    margin      : 0.8rem 0;
}

.testimonials-page__column-media p[b-x479xmjzv9] {
    font-family : 'Montserrat', sans-serif;
    font-style  : normal;
    font-weight : 400;
    font-size   : 0.6rem;
    line-height : 0.8rem;
}

.testimonials-page__column-media a[b-x479xmjzv9] {
    color           : #000;
    text-decoration : none;
}

.testimonials-page__column-media img[b-x479xmjzv9] {
    width   : 100%;
    display : block;
}

.testimonials-page__column-media li[b-x479xmjzv9] {
    margin-bottom : 2.1rem;
}

.testimonials-page__column-news[b-x479xmjzv9] {
    width      : 23%;
    box-sizing : border-box;
    padding    : 0 1.1rem 0 1.3rem;
}

.testimonials-page__column-news a[b-x479xmjzv9] {
    color           : #000;
    text-decoration : none;
}

.testimonials-page__column-news h3[b-x479xmjzv9] {
    margin-bottom : 2.6rem;
}

.testimonials-page__column-news h4[b-x479xmjzv9] {
    font-family : 'Montserrat', sans-serif;
    font-style  : normal;
    font-weight : 600;
    font-size   : 0.7rem;
    line-height : 1rem;
    margin      : 0.6rem 0;
}

.testimonials-page__column-news p[b-x479xmjzv9] {
    font-family : 'Montserrat', sans-serif;
    font-style  : normal;
    font-weight : 400;
    font-size   : 0.6rem;
    line-height : 0.8rem;
}

.testimonials-page__column-news li[b-x479xmjzv9] {
    margin-bottom : 2.2rem;
}

@media only screen and (max-width : 1200px) {
    .testimonials-page.testimonials-page_single .testimonials li[b-x479xmjzv9] {
        width: 100%;
    }
}

@media only screen and (max-width : 768px) {
    .testimonials-page[b-x479xmjzv9] {
        padding : 1.8rem 2.9rem;
    }

    .testimonials-page__column-testimonials li[b-x479xmjzv9] {
        display : block;
    }

    .testimonials__image[b-x479xmjzv9] {
        margin : 0 !important;
    }

    .testimonials__image img[b-x479xmjzv9] {
        margin  : 0 auto 2rem !important;
        display : block;
    }

    .testimonials-page__column h3[b-x479xmjzv9] {
        font-size   : 1.2rem;
        line-height : 1.4rem;
    }

    .testimonials-page__column-testimonials .testimonials__text[b-x479xmjzv9] {
        font-size   : 1.2rem;
        line-height : 1.4rem;
    }

    .testimonials-page__column-testimonials .testimonials__text > strong[b-x479xmjzv9] {
        font-size    : 1rem;
        line-height  : 1.2rem;
        margin-right : 0;
    }

    .testimonials-page__column-testimonials .testimonials__text p[b-x479xmjzv9] {
        margin-right : 0;
    }

    .testimonials-page__column-media h4[b-x479xmjzv9] {
        font-size   : 1rem;
        line-height : 1.2rem;
    }

    .testimonials-page__column-media p[b-x479xmjzv9] {
        font-size   : 0.8rem;
        line-height : 1.0rem;
    }

    .testimonials-page__column-news h4[b-x479xmjzv9] {
        font-size   : 1rem;
        line-height : 1.2rem;
    }

    .testimonials-page__column-news p[b-x479xmjzv9] {
        font-size   : 0.8rem;
        line-height : 1.0rem;
    }
}

@media only screen and (max-width : 1000px) {
    .testimonials-page__columns[b-x479xmjzv9] {
        display : block;
    }

    .testimonials-page__columns .testimonials-page__column[b-x479xmjzv9] {
        width   : 100%;
        padding : 0;
    }

    .testimonials-page__columns .testimonials-page__column[b-x479xmjzv9]:after {
        display : none;
    }

    .testimonials-page__column-media img[b-x479xmjzv9] {
        width     : auto;
        max-width : 300px;
    }
}
/* _content/MD.Websites.Web/Shared/DigitalDashboard.razor.rz.scp.css */
.digital-dashboard[b-yvynfzxg6l] {
    min-width  : 320px;
    color      : #fff;
    box-sizing : border-box;
    padding    : 2.95rem 3.5rem 2.85rem;
    position   : relative;
    background : radial-gradient(29.29% 50.92% at 69.87% 45.57%, #3A3A3C 0%, #292A2B 92.71%);
}

.digital-dashboard__content[b-yvynfzxg6l] {
    max-width : 1920px;
    margin    : 0 auto;
}

.digital-dashboard h3[b-yvynfzxg6l] {
    font-family    : 'Lato', sans-serif;
    font-style     : normal;
    font-weight    : 600;
    font-size      : 1.5rem;
    line-height    : 1.8rem;
    text-transform : uppercase;
    margin         : 0.4rem 0 1rem;
}

.digital-dashboard__sections[b-yvynfzxg6l] {
    display    : flex;
    margin-top : 4rem;
}

.digital-dashboard__section-left[b-yvynfzxg6l] {
    width       : 48%;
    flex-shrink : 0;
}

.digital-dashboard__section-left img[b-yvynfzxg6l] {
    width  : 100%;
    margin : -1rem 0 0 -3rem;
}

.digital-dashboard__section-right[b-yvynfzxg6l] {
    margin-left : 5.6rem;
}

.digital-dashboard__section-right h4[b-yvynfzxg6l] {
    max-width   : 590px;
    font-family : 'Lato', sans-serif;
    font-style  : normal;
    font-weight : 600;
    font-size   : 1.5rem;
    line-height : 1.8rem;
    margin      : 0.6rem 0;
}

.digital-dashboard__section-right ul[b-yvynfzxg6l] {
    max-width       : 650px;
    margin          : 2rem 0 2rem -1.8rem;
    list-style-type : none;
    padding         : 0;
    display         : flex;
    flex-direction  : column;
    justify-content : center;
}

.digital-dashboard__section-right li[b-yvynfzxg6l] {
    font-family   : 'Lato', sans-serif;
    font-style    : normal;
    font-weight   : 600;
    font-size     : 1rem;
    line-height   : 1.2rem;
    margin-bottom : 1.2rem;
    position      : relative;
    display       : flex;
    align-items   : center;
}

.digital-dashboard__section-right li[b-yvynfzxg6l]:before {
    content         : '';
    width           : 47px;
    height          : 47px;
    display         : block;
    background      : url("img/list-tick.png") no-repeat center;
    background-size : cover;
    flex-shrink     : 0;
    margin-left     : -1rem;
    margin-right    : 1rem;
}

@media only screen and (max-width : 1300px) {
    .digital-dashboard__section-left img[b-yvynfzxg6l] {
        margin : 0;
    }
}

@media only screen and (max-width : 768px) {
    .digital-dashboard[b-yvynfzxg6l] {
        padding : 1.8rem 2.9rem;
    }

    .digital-dashboard h3 br[b-yvynfzxg6l] {
        display : none;
    }
}

@media only screen and (max-width : 1000px) {
    .digital-dashboard__sections[b-yvynfzxg6l] {
        display : block;
    }

    .digital-dashboard__section-left[b-yvynfzxg6l] {
        width         : 100%;
        margin-bottom : 4rem;
    }

    .digital-dashboard__section-right[b-yvynfzxg6l] {
        margin-left : 0;
    }

    .digital-dashboard__section-right ul[b-yvynfzxg6l] {
        margin-left : 0;
    }

    .digital-dashboard__section-right li:last-child[b-yvynfzxg6l] {
        margin-bottom : 0;
    }
}
/* _content/MD.Websites.Web/Shared/FeaturedIn.razor.rz.scp.css */
.featured-in[b-rje4h38ry7] {
    min-width  : 320px;
    color      : #fff;
    box-sizing : border-box;
    padding    : 0.85rem 5rem 2.85rem;
    position   : relative;
    background : #16151A;
}

.featured-in__content[b-rje4h38ry7] {
    max-width : 1920px;
    margin    : 0 auto;
}

.featured-in h3[b-rje4h38ry7] {
    font-family    : 'Lato', sans-serif;
    font-style     : normal;
    font-weight    : 600;
    font-size      : 1.5rem;
    line-height    : 1.8rem;
    text-transform : uppercase;
    margin         : 0.4rem 0 1rem;
}

.featured-in ul[b-rje4h38ry7] {
    list-style-type : none;
    margin          : 0;
    padding         : 0;
}

.featured-in__slider-item[b-rje4h38ry7] {
    width           : 100%;
    height          : 200px;
    display         : flex;
    align-items     : center;
    justify-content : center;
}

.featured-in__slider-item img[b-rje4h38ry7] {
    width  : 60%;
    height : auto;
}

.featured-in__slider[b-rje4h38ry7]:after {
    content : 'flickity';
    display : none;
}

@media only screen and (max-width : 768px) {
    .featured-in[b-rje4h38ry7] {
        padding : 1.8rem 2.9rem;
    }
}

@media screen and (min-width : 768px) {
    .featured-in__slider[b-rje4h38ry7]:after {
        content : '';
    }

    .featured-in__slider[b-rje4h38ry7] {
        display   : flex;
        flex-wrap : wrap;
        margin    : 0 -2rem -2rem 0;
    }

    .featured-in__slider-item[b-rje4h38ry7] {
        width           : 20%;
        height          : auto;
        display         : flex;
        justify-content : center;
        align-items     : center;
        box-sizing      : border-box;
        padding         : 1rem 2rem 1rem 0;
    }

    .featured-in__slider-item img[b-rje4h38ry7] {
        width   : 100%;
        height  : auto;
        display : block;
    }
}

@media screen and (min-width : 1200px) and (max-width : 1600px) {
    .featured-in__slider-item[b-rje4h38ry7] {
        width : 25%;
    }
}

@media screen and (min-width : 1000px) and (max-width : 1200px) {
    .featured-in__slider-item[b-rje4h38ry7] {
        width : 33.333%;
    }
}

@media screen and (min-width : 768px) and (max-width : 1000px) {
    .featured-in__slider-item[b-rje4h38ry7] {
        width : 50%;
    }
}

@media only screen and (max-width : 480px) {
    .featured-in__slider-item[b-rje4h38ry7] {
        height : 100px;
    }

    .featured-in__slider-item img[b-rje4h38ry7] {
        width  : 80%;
        height : auto;
    }
}

@media only screen and (min-width : 1200px) {
    .featured-in__content.featured-in__content_line[b-rje4h38ry7] {
        padding-top     : 2rem;
        display         : flex;

        justify-content : center;
        align-items     : center;
    }

    .featured-in__content.featured-in__content_line h3[b-rje4h38ry7] {
        margin      : 0;
        white-space : nowrap;
    }

    .featured-in__content.featured-in__content_line .featured-in__slider[b-rje4h38ry7] {
        margin : 0;
    }

    .featured-in__content.featured-in__content_line .featured-in__slider-item[b-rje4h38ry7] {
        width        : 33.33% !important;
        padding-left : 5rem;
    }
}

/* _content/MD.Websites.Web/Shared/Features.razor.rz.scp.css */
.features[b-urq9wnxecc] {
    min-width  : 320px;
    color      : #000;
    padding    : 0.85rem 5rem;
    position   : relative;
    box-sizing : border-box;
}

.features__content[b-urq9wnxecc] {
    max-width : 1920px;
    margin    : 0 auto;
}

.features h2[b-urq9wnxecc] {
    font-family    : 'Lato', sans-serif;
    font-style     : normal;
    font-weight    : 600;
    font-size      : 1.5rem;
    line-height    : 1.8rem;
    text-transform : uppercase;
    margin         : 1.5rem 0;
}

.features__columns[b-urq9wnxecc] {
    display : flex;
    margin  : 4rem 0 1.5rem;
}

.features__column[b-urq9wnxecc] {
    width    : 33.333%;
    position : relative;
}

.features__feature-list[b-urq9wnxecc] {
    list-style-type : none;
    margin          : 0;
    padding         : 0;
}

.features__feature-item[b-urq9wnxecc] {
    margin-bottom : 2.2rem;
}

.features__feature-item img[b-urq9wnxecc] {
    width   : 53px;
    height  : 53px;
    display : block;
}

.features__feature-item h3[b-urq9wnxecc] {
    font-family    : 'Lato', sans-serif;
    font-style     : normal;
    font-weight    : 600;
    font-size      : 1rem;
    line-height    : 1.2rem;
    text-transform : uppercase;
    margin         : 1rem 0 0;
}

.features__feature-item p[b-urq9wnxecc] {
    font-family : 'Montserrat', sans-serif;
    font-style  : normal;
    font-weight : 400;
    font-size   : 0.8rem;
    line-height : 1rem;
    margin      : 0.5rem 0;
}

.features__image[b-urq9wnxecc] {
    width          : 1080px;
    max-width      : 1250px;
    margin         : -92px 0 -110px -125px;
    pointer-events : none;
}

.features-main .features__columns[b-urq9wnxecc] {
    margin : 0;
}

.features-featured .features__column[b-urq9wnxecc] {
    width      : 33.333%;
    box-sizing : border-box;
    padding    : 0 1rem;
}

.features-featured .features__feature-list[b-urq9wnxecc] {
    display        : flex;
    flex-wrap      : wrap;
    flex-direction : row;
    margin         : 4rem 0 1.5rem;
}

.features-featured .features__feature-item[b-urq9wnxecc] {
    width         : 33.333%;
    padding       : 0 1rem;
    box-sizing    : border-box;
    margin-bottom : 1.2rem;
}

.features-list[b-urq9wnxecc] {
    display : flex;
}

.features-list ul[b-urq9wnxecc] {
    display         : flex;
    flex-wrap       : wrap;
    list-style-type : none;
    margin          : 3rem 0;
    padding         : 0;
}

.features-list li[b-urq9wnxecc] {
    position       : relative;
    display        : flex;
    flex-direction : column;
    width          : 33.333%;
    margin-bottom  : 0;
    padding-bottom : 0.8rem;
}

.features-list li h3[b-urq9wnxecc] {
    margin-bottom : 1rem;
}

.features-list li h2[b-urq9wnxecc] {
    margin     : 0;
    text-align : center;
}

.features-list li p[b-urq9wnxecc] {
    margin-right : 5rem;
}

.features-list li h3[b-urq9wnxecc] {
    margin-right : 3rem;
}

.features-list li[b-urq9wnxecc]:after {
    content    : '';
    position   : absolute;
    right      : 2rem;
    top        : 0;
    bottom     : 0;
    width      : 1px;
    background : #000;
    opacity    : .2;
}

.features-list li:nth-child(3n)[b-urq9wnxecc]:after {
    display : none;
}

@media only screen and (min-width : 2000px) {
    .features__image[b-urq9wnxecc] {
        width : 1188px;
    }
}

@media only screen and (min-width : 1201px) and (max-width : 1480px) {
    .features-main .features__image[b-urq9wnxecc] {
        width       : 1080px;
        margin-left : -170px;
    }

    .features-main .features__column:first-child[b-urq9wnxecc] {
        width : 40% !important;
    }
}

@media only screen and (min-width : 1201px) {
    .features-main .features__columns[b-urq9wnxecc] {
        align-items : flex-start;
    }

    .features-main .features__column:first-child[b-urq9wnxecc] {
        width   : 44%;
        padding : 0;
    }

    .features-main .features__column[b-urq9wnxecc] {
        width      : 28%;
        box-sizing : border-box;
        padding    : 0 1.8rem;
    }

    .features-main .features__column:last-child[b-urq9wnxecc] {
        width   : 28%;
        padding : 0 0 0 3.7rem;
    }

    .features-main .features__column[b-urq9wnxecc]:after {
        content    : '';
        position   : absolute;
        right      : -1.2rem;
        top        : 0;
        bottom     : 0;
        width      : 1px;
        background : #000;
        opacity    : .2;
    }

    .features-main .features__column:first-child[b-urq9wnxecc]:after,
    .features-main .features__column:last-child[b-urq9wnxecc]:after {
        display : none;
    }

    .features-main .features__feature-item[b-urq9wnxecc] {
        margin-bottom : 1.6rem;
    }

    .features-main .features__feature-item h3[b-urq9wnxecc] {
        margin : 0.5rem 0 0;
    }

    .features-main .features__feature-item p[b-urq9wnxecc] {
        font-size   : 0.6rem;
        line-height : 0.7rem;
        margin      : 0.1rem 0;
    }
}

@media only screen and (max-width : 1200px) {
    .features__image[b-urq9wnxecc] {
        display : none;
    }

    .features-main .features__columns[b-urq9wnxecc] {
        align-items     : center;
        justify-content : center;
    }

    .features-main .features__column:first-child[b-urq9wnxecc] {
        display : none;
    }

    .features-main .features__column[b-urq9wnxecc] {
        width   : 50%;
        padding : 0 3rem 0 0;
    }

    .features-main .features__column:last-child[b-urq9wnxecc] {
        width   : 50%;
        padding : 0;
    }
}

@media only screen and (max-width : 900px) {
    .features-list ul[b-urq9wnxecc] {
        display : block;
        margin  : 1rem 0;
    }

    .features-list li[b-urq9wnxecc] {
        width          : 100%;
        padding-bottom : 1rem;
    }

    .features-list li[b-urq9wnxecc]:after {
        display : none;
    }
}

@media only screen and (max-width : 768px) {
    .features[b-urq9wnxecc] {
        padding : 1.8rem 2.9rem;
    }

    .features-main .features__columns[b-urq9wnxecc] {
        display : block;
    }

    .features-main .features__column[b-urq9wnxecc] {
        width   : 100% !important;
        display : block;
        padding : 0;
    }

    .features__feature-item h3[b-urq9wnxecc] {
        font-size   : 1.4rem;
        line-height : 1.6rem;
    }

    .features__feature-item p[b-urq9wnxecc] {
        font-size   : 1rem;
        line-height : 1.4rem;
    }

    .features-featured .features__columns[b-urq9wnxecc] {
        display : block;
    }

    .features-featured .features__column[b-urq9wnxecc] {
        width   : 100%;
        padding : 0;
    }

    .features-featured .features__feature-item[b-urq9wnxecc] {
        width      : 100%;
        padding    : 0;
        box-sizing : border-box;
    }

    .features-list h3[b-urq9wnxecc],
    .features-list p[b-urq9wnxecc] {
        margin-right : 0 !important;
    }
}
/* _content/MD.Websites.Web/Shared/HeaderIntro.razor.rz.scp.css */
.header__content-featured[b-xbxfghgwp3] {
    flex-direction : column;
    color          : #fff;
}

.header__content-featured h1[b-xbxfghgwp3] {
    font-family : 'Lato', sans-serif;
    font-style  : normal;
    font-weight : 600;
    font-size   : 1.5rem;
    line-height : 1.8rem;
    margin      : 2.4rem 0 0;
}

.header__content-featured p[b-xbxfghgwp3] {
    max-width   : 768px;
    font-family : 'Lato', sans-serif;
    font-style  : normal;
    font-weight : 600;
    font-size   : 1rem;
    line-height : 1.2rem;
    margin      : 0.7rem 0;
}

.header__content-features[b-xbxfghgwp3] {
    display : flex;
    margin  : 3.2rem 0;
}

.header__content-video[b-xbxfghgwp3] {
    width : 52%;
}

.header__content-list[b-xbxfghgwp3] {
    margin-top      : 0;
    margin-left     : 8rem;
    list-style-type : none;
    padding         : 0;
    display         : flex;
    flex-direction  : column;
    justify-content : center;
}

.header__content-list li[b-xbxfghgwp3] {
    font-family   : 'Lato', sans-serif;
    font-style    : normal;
    font-weight   : 600;
    font-size     : 1.5rem;
    line-height   : 1.8rem;
    margin-bottom : 1.2rem;
    position      : relative;
    display       : flex;
    align-items   : center;
}

.header__content-list li[b-xbxfghgwp3]:before {
    content         : '';
    width           : 47px;
    height          : 47px;
    display         : block;
    background      : url("img/list-tick.png") no-repeat center;
    background-size : cover;
    flex-shrink     : 0;
}

@media only screen and (max-width : 1280px) {
    .header__content-list[b-xbxfghgwp3] {
        margin-left : 4rem;
    }
}

@media only screen and (max-width : 1000px) {
    .header__content-list[b-xbxfghgwp3] {
        margin-left : 2rem;
    }
}

@media only screen and (max-width : 950px) {
    .header__content-features[b-xbxfghgwp3] {
        display : block;
    }

    .header__content-list[b-xbxfghgwp3] {
        margin : 3rem 0 -3rem;
    }

    .header__content-video[b-xbxfghgwp3] {
        width : 100%;
    }
}

@media only screen and (max-width : 480px) {
    .header__content-features[b-xbxfghgwp3] {
        margin : 2rem 0;
    }

    .header__content-list[b-xbxfghgwp3] {
        margin-top    : 2rem;
        margin-left   : -1rem;
        margin-bottom : -2rem;
    }

    .header__content-list li[b-xbxfghgwp3] {
        font-size     : 1.4rem;
        line-height   : 1.7rem;
        margin-bottom : 0.5rem;
    }
}
/* _content/MD.Websites.Web/Shared/Navigation.razor.rz.scp.css */
.header__menu[b-8h4a1vjnro] {
    display         : flex;
    align-items     : center;
    justify-content : center;
    max-width       : 1920px;
    margin          : 0 auto;
}

.header__menu.header__menu_sticky[b-8h4a1vjnro] {
    max-width  : none;
    position   : fixed;
    top        : 0;
    left       : 0;
    right      : 0;
    padding    : 1.8rem 2.9rem;
    background : radial-gradient(29.29% 50.92% at 69.87% 45.57%, #3A3A3C 0%, #292A2B 92.71%);
    z-index    : 50;
    opacity    : 0;
    transition : transform .25s ease;
    transform  : translate3d(0, -100%, 0);
    visibility : hidden;
}

@media only screen and (max-width : 768px) {
    .header__menu.header__menu_sticky[b-8h4a1vjnro] {
        padding : 1.5rem 2.9rem;
    }
}

.header__menu_sticky.header__menu_sticky-active[b-8h4a1vjnro] {
    opacity    : 1;
    visibility : visible;
    transform  : translate3d(0, 0, 0);
}

.header__menu-content[b-8h4a1vjnro] {
    width           : 100%;
    display         : flex;
    align-items     : center;
    justify-content : center;
    max-width       : 1920px;
    margin          : 0 auto;
}

.header__logo[b-8h4a1vjnro] {
    width  : 11.4rem;
    height : auto;
}

.website-Truckmore .header__logo[b-8h4a1vjnro] {
    width : 9.2rem;
}

.header__nav[b-8h4a1vjnro] {
    margin-left : auto;
}

.header__nav ul[b-8h4a1vjnro] {
    list-style-type : none;
    margin          : 0;
    padding         : 0;
    display         : flex;
}

.header__nav li[b-8h4a1vjnro] {
    font-family     : 'Montserrat', sans-serif;
    font-style      : normal;
    font-weight     : 500;
    font-size       : 1rem;
    color           : #FFFFFF;
    list-style-type : none;
    margin          : 0 0.8rem;
}

.header__nav li:first-child[b-8h4a1vjnro] {
    margin-left : 0;
}

.header__hamburger[b-8h4a1vjnro] {
    width      : 2rem;
    height     : 2rem;
    cursor     : pointer;
    background : none;
    border     : none;
    padding    : 0.2rem;
    box-sizing : border-box;
    display    : none;
}

.header__hamburger-bar[b-8h4a1vjnro] {
    height           : 2px;
    width            : 100%;
    background-color : #fff;
    display          : none;
    transition       : 0.3s ease;
}

.header__hamburger-bar:first-child[b-8h4a1vjnro] {
    transform : translateY(-4px);
}

.header__hamburger-bar:last-child[b-8h4a1vjnro] {
    transform : translateY(4px);
}

.header__hamburger-active .header__hamburger-bar[b-8h4a1vjnro] {
    background-color : #000;
}

.header__hamburger-active .header__hamburger-bar:first-child[b-8h4a1vjnro] {
    transform : translateY(4px) rotateZ(-45deg);
    opacity   : 1;
}

.header__hamburger-active .header__hamburger-bar[b-8h4a1vjnro] {
    opacity : 0;
}

.header__hamburger-active .header__hamburger-bar:last-child[b-8h4a1vjnro] {
    transform : rotateZ(45deg);
    opacity   : 1;
}

@media only screen and (max-width : 960px) {
    .header__nav li[b-8h4a1vjnro] {
        margin : 0 0.3rem;
    }
}

@media only screen and (max-width : 890px) {
    .header__hamburger[b-8h4a1vjnro] {
        margin-left : auto;
        z-index     : 3;
        display     : block;
    }

    .header__hamburger-bar[b-8h4a1vjnro] {
        display : block;
    }

    .header__nav[b-8h4a1vjnro] {
        position : absolute;
        right    : -1.8rem;
        top      : 2.5rem;
        display  : none;
    }

    .header__nav ul[b-8h4a1vjnro] {
        margin-top   : 0.5rem;
        margin-right : 1.1rem;
    }

    .header__hamburger-bg[b-8h4a1vjnro] {
        position       : absolute;
        width          : 500px;
        height         : 500px;
        right          : 0;
        top            : 0;
        overflow       : hidden;
        pointer-events : none;
        visibility     : visible;
        margin         : -1.8rem -2.9rem;
    }

    .header__hamburger-bg.header__hamburger-bg-active[b-8h4a1vjnro] {
        visibility : visible;
    }

    .header__hamburger-bg[b-8h4a1vjnro]:after {
        content       : '';
        position      : absolute;
        width         : 0;
        height        : 0;
        right         : 3.8rem;
        top           : 3rem;
        background    : #ffffff;
        z-index       : 1;
        background    : radial-gradient(circle, #ffffff, #ffffff);
        border-radius : 50%;
        transition    : 0.3s ease;
    }

    .header__hamburger-bg.header__hamburger-bg-active[b-8h4a1vjnro]:after {
        width  : 600px;
        height : 600px;
        right  : -16rem;
        top    : -10rem;
    }

    .header__nav ul[b-8h4a1vjnro] {
        flex-direction : column;
        position       : relative;
        z-index        : 2;
    }

    .header__nav li[b-8h4a1vjnro] {
        font-size  : 1.2rem;
        margin     : 0 0 1rem;
        text-align : right;
    }

    .header__nav.header__nav-active[b-8h4a1vjnro] {
        display : block;
    }

    .header__nav.header__nav-active[b-8h4a1vjnro]:after {
        width  : 350%;
        height : 350%;
        bottom : -100%;
        left   : -100%;
    }
}

@media only screen and (max-width : 480px) {
    .header__hamburger[b-8h4a1vjnro] {
        width  : 2.75rem;
        height : 2.75rem;
    }

    .header__nav li[b-8h4a1vjnro] {
        font-size : 1.6rem;
    }

    .header__logo[b-8h4a1vjnro] {
        width  : 208px;
        height : auto;
    }
}

@media only screen and (max-width : 320px) {
    .header__logo[b-8h4a1vjnro] {
        width  : 187px;
        height : auto;
    }
}
/* _content/MD.Websites.Web/Shared/NotFound.razor.rz.scp.css */
.page-not-found[b-fx9q4nmuz0] {
    padding         : 2rem 5rem;
    min-height      : calc(100vh - 87px - 160px);
    box-sizing      : border-box;
    display         : flex;
    justify-content : center;
    align-items     : center;
}

.wrapper[b-fx9q4nmuz0] {
    width : 100%;
}

.cls-1[b-fx9q4nmuz0] {
    fill : #ffc541;
}

.cls-2[b-fx9q4nmuz0] {
    fill : #4e4066;
}

.cls-3[b-fx9q4nmuz0] {
    fill : #6f5b92;
}

.cls-4[b-fx9q4nmuz0] {
    fill : #f78d5e;
}

.cls-5[b-fx9q4nmuz0] {
    fill : #fa976c;
}

.cls-6[b-fx9q4nmuz0],
.cls-7[b-fx9q4nmuz0],
.cls-8[b-fx9q4nmuz0] {
    fill : #b65c32;
}

.cls-10[b-fx9q4nmuz0],
.cls-6[b-fx9q4nmuz0] {
    opacity : 0.6;
}

.cls-7[b-fx9q4nmuz0] {
    opacity : 0.4;
}

.cls-9[b-fx9q4nmuz0] {
    fill : #f4b73b;
}

.cls-11[b-fx9q4nmuz0] {
    fill : #f9c358;
}

.cls-12[b-fx9q4nmuz0] {
    fill : #9b462c;
}

.cls-13[b-fx9q4nmuz0] {
    fill : #aa512e;
}

.cls-14[b-fx9q4nmuz0] {
    fill : #7d6aa5;
}


/* animations */

.wheel[b-fx9q4nmuz0] {
    animation        : wheel-rotate-b-fx9q4nmuz0 6s ease infinite;
    transform-origin : center;
    transform-box    : fill-box;
}

@keyframes wheel-rotate-b-fx9q4nmuz0 {
    50% {
        transform                 : rotate(360deg);
        animation-timing-function : cubic-bezier(0.55, 0.085, 0.68, 0.53);
    }
    100% {
        transform : rotate(960deg)
    }
}

.clock-hand-1[b-fx9q4nmuz0] {
    animation        : clock-rotate-b-fx9q4nmuz0 3s linear infinite;
    transform-origin : bottom;
    transform-box    : fill-box;
}

.clock-hand-2[b-fx9q4nmuz0] {
    animation        : clock-rotate-b-fx9q4nmuz0 6s linear infinite;
    transform-origin : bottom;
    transform-box    : fill-box;
}

@keyframes clock-rotate-b-fx9q4nmuz0 {
    100% {
        transform : rotate(360deg)
    }
}

#box-top[b-fx9q4nmuz0] {
    animation        : box-top-anim-b-fx9q4nmuz0 2s linear infinite;
    transform-origin : right top;
    transform-box    : fill-box;
}

@keyframes box-top-anim-b-fx9q4nmuz0 {
    50% {
        transform : rotate(-5deg)
    }
}

#umbrella[b-fx9q4nmuz0] {
    animation        : umbrella-anim-b-fx9q4nmuz0 6s linear infinite;
    transform-origin : center;
    transform-box    : fill-box;
}

@keyframes umbrella-anim-b-fx9q4nmuz0 {
    25% {
        transform : translateY(10px) rotate(5deg);
    }
    75% {
        transform : rotate(-5deg);
    }
}

#cup[b-fx9q4nmuz0] {
    animation        : cup-rotate-b-fx9q4nmuz0 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
    transform-origin : top left;
    transform-box    : fill-box;
}

@keyframes cup-rotate-b-fx9q4nmuz0 {
    50% {
        transform : rotate(-5deg)
    }
}

#pillow[b-fx9q4nmuz0] {
    animation        : pillow-anim-b-fx9q4nmuz0 3s linear infinite;
    transform-origin : center;
    transform-box    : fill-box;
}

@keyframes pillow-anim-b-fx9q4nmuz0 {
    25% {
        transform : rotate(10deg) translateY(5px)
    }
    75% {
        transform : rotate(-10deg)
    }
}

#stripe[b-fx9q4nmuz0] {
    animation        : stripe-anim-b-fx9q4nmuz0 3s linear infinite;
    transform-origin : center;
    transform-box    : fill-box;
}

@keyframes stripe-anim-b-fx9q4nmuz0 {
    25% {
        transform : translate(10px, 0) rotate(-10deg)
    }
    75% {
        transform : translateX(10px)
    }
}

#bike[b-fx9q4nmuz0] {
    animation : bike-anim-b-fx9q4nmuz0 6s ease infinite;
}

@keyframes bike-anim-b-fx9q4nmuz0 {
    0% {
        transform : translateX(-1300px)
    }
    50% {
        transform                 : translateX(0);
        animation-timing-function : cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    100% {
        transform : translateX(1300px)
    }
}

#rucksack[b-fx9q4nmuz0] {
    animation        : ruck-anim-b-fx9q4nmuz0 3s linear infinite;
    transform-origin : top;
    transform-box    : fill-box;
}

@keyframes ruck-anim-b-fx9q4nmuz0 {
    50% {
        transform : rotate(5deg)
    }
}

.circle[b-fx9q4nmuz0] {
    animation        : circle-anim-b-fx9q4nmuz0 ease infinite;
    transform-origin : center;
    transform-box    : fill-box;
    perspective      : 0px;
}

.circle.c1[b-fx9q4nmuz0] {
    animation-duration : 2s
}

.circle.c2[b-fx9q4nmuz0] {
    animation-duration : 3s
}

.circle.c3[b-fx9q4nmuz0] {
    animation-duration : 1s
}

.circle.c4[b-fx9q4nmuz0] {
    animation-duration : 1s
}

.circle.c5[b-fx9q4nmuz0] {
    animation-duration : 2s
}

.circle.c6[b-fx9q4nmuz0] {
    animation-duration : 3s
}

@keyframes circle-anim-b-fx9q4nmuz0 {
    50% {
        transform : scale(.2) rotateX(360deg) rotateY(360deg)
    }
}

.four[b-fx9q4nmuz0],
#ou[b-fx9q4nmuz0] {
    animation : four-anim-b-fx9q4nmuz0 cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
}

.four.a[b-fx9q4nmuz0] {
    transform-origin   : bottom left;
    animation-duration : 3s;
    transform-box      : fill-box;
}

.four.b[b-fx9q4nmuz0] {
    transform-origin   : bottom right;
    animation-duration : 3s;
    transform-box      : fill-box;
}

#ou[b-fx9q4nmuz0] {
    animation-duration : 6s;
    transform-origin   : center;
    transform-box      : fill-box;
}

@keyframes four-anim-b-fx9q4nmuz0 {
    50% {
        transform : scale(.98)
    }
}

@media only screen and (max-width : 768px) {
    .page-not-found[b-fx9q4nmuz0] {
        padding : 1rem;
    }
}
/* _content/MD.Websites.Web/Shared/PartnersBlock.razor.rz.scp.css */
.partners[b-0nahjyh50q] {
    min-width  : 320px;
    color      : #000;
    padding    : 0.85rem 5rem 2.85rem;
    box-sizing : border-box;
    position   : relative;
}

.partners__content[b-0nahjyh50q] {
    max-width : 1920px;
    margin    : 0 auto;
}

.partners h3[b-0nahjyh50q] {
    font-family    : 'Lato', sans-serif;
    font-style     : normal;
    font-weight    : 600;
    font-size      : 1.5rem;
    line-height    : 1.8rem;
    text-transform : uppercase;
    margin         : 1.4rem 0 2rem;
}

.partners__slider[b-0nahjyh50q]{
    padding-top: 1rem;
}

.partners__slider-item[b-0nahjyh50q] {
    font-family    : 'Montserrat', sans-serif;
    font-style     : normal;
    font-weight    : 400;
    font-size      : 0.75rem;
    line-height    : 0.9rem;
    display        : flex;
    flex-direction : column;
    box-sizing     : border-box;
    position       : relative;
    background-color: #f7f7f7;
    border: 1px solid #e4e8ea;
    border-radius: 4px;
    text-decoration: none;
    color: black;
    max-width: 15rem;
    margin: 0 auto 2rem auto;
    
}

.partners__slider-item:hover[b-0nahjyh50q]{
    box-shadow: 0px 3px 7px rgb(0 0 0 / 15%);
}

.partners__slider-item img[b-0nahjyh50q] {
    width      : 175px;
    height     : 175px;
    display    : block;
    align-self : center;
    object-fit : contain;
}

.partners__slider-item p[b-0nahjyh50q] {
    margin : 0.5rem 2rem 1rem 0.5rem;
}

.partners__slider-item strong[b-0nahjyh50q] {
    text-align: center;
    font-weight : 600;
    margin: 40px 0 20px 0;
}

.partners__slider[b-0nahjyh50q]:after {
    content : 'flickity';
    display : none;
}

@media screen and (min-width : 768px) {
    .partners__slider[b-0nahjyh50q]:after {
        content : '';
    }

    .partners__slider[b-0nahjyh50q] {
        display   : flex;
        flex-wrap : wrap;
        margin    : 0 -2rem 0 0;
    }

    .partners__slider-item[b-0nahjyh50q] {
        width          : 33.333%;
        height         : auto;
        display        : flex;
        flex-direction : column;
        box-sizing     : border-box;
        padding        : 1rem;
        position       : relative;
    }

    .partners__slider-item img[b-0nahjyh50q] {
        width        : 13rem;
        height       : 13rem;
    }

    .partners__slider-item .chrysler[b-0nahjyh50q] {
        width : 200px;
    }
}

@media only screen and (max-width : 768px) {
    .partners[b-0nahjyh50q] {
        padding : 1.8rem 2.9rem;
    }

    .partners__slider[b-0nahjyh50q] {
        margin-bottom : 1rem;
    }

    .partners__slider-item[b-0nahjyh50q] {
        font-size   : 1rem;
        line-height : 1.4rem;
        padding     : 1.2rem;
    }

    .partners__slider-item p[b-0nahjyh50q] {
        margin-right : 0;
    }
}

/* _content/MD.Websites.Web/Shared/TestimonialsBlock.razor.rz.scp.css */
.testimonials[b-z7cxqlys72] {
    min-width  : 320px;
    color      : #000;
    padding    : 0.85rem 5rem 2.85rem;
    box-sizing : border-box;
    position   : relative;
}

.testimonials__content[b-z7cxqlys72] {
    max-width : 1920px;
    margin    : 0 auto;
}

.testimonials h3[b-z7cxqlys72] {
    font-family    : 'Lato', sans-serif;
    font-style     : normal;
    font-weight    : 600;
    font-size      : 1.5rem;
    line-height    : 1.8rem;
    text-transform : uppercase;
    margin         : 1.4rem 0 2rem;
}

.testimonials__slider-item[b-z7cxqlys72] {
    font-family    : 'Montserrat', sans-serif;
    font-style     : normal;
    font-weight    : 400;
    font-size      : 0.75rem;
    line-height    : 0.9rem;
    display        : flex;
    flex-direction : column;
    box-sizing     : border-box;
    position       : relative;
}

.testimonials__slider-item img[b-z7cxqlys72] {
    width      : 175px;
    height     : 175px;
    display    : block;
    align-self : center;
    object-fit : contain;
}

.testimonials__slider-item p[b-z7cxqlys72] {
    margin : 0.5rem 2rem 1rem 0;
}

.testimonials__slider-item strong[b-z7cxqlys72] {
    font-weight : 600;
}

.testimonials__slider[b-z7cxqlys72]:after {
    content : 'flickity';
    display : none;
}

@media screen and (min-width : 768px) {
    .testimonials__slider[b-z7cxqlys72]:after {
        content : '';
    }

    .testimonials__slider[b-z7cxqlys72] {
        display   : flex;
        flex-wrap : wrap;
        margin    : 0 -2rem 0 0;
    }

    .testimonials__slider-item[b-z7cxqlys72] {
        width          : 33.333%;
        height         : auto;
        display        : flex;
        flex-direction : column;
        box-sizing     : border-box;
        padding        : 1rem 2rem 1rem 0;
        position       : relative;
    }

    .testimonials__slider-item[b-z7cxqlys72]:after {
        content    : '';
        position   : absolute;
        right      : 2rem;
        top        : 1rem;
        bottom     : 1rem;
        width      : 1px;
        background : #000;
        opacity    : .2;
    }

    .testimonials__slider-item:last-child[b-z7cxqlys72]:after {
        display : none;
    }

    .testimonials__slider-item img[b-z7cxqlys72] {
        width        : 150px;
        height       : 150px;
        margin-right : 2rem;
    }

    .testimonials__slider-item .chrysler[b-z7cxqlys72] {
        width : 200px;
    }
}

@media only screen and (max-width : 768px) {
    .testimonials[b-z7cxqlys72] {
        padding : 1.8rem 2.9rem;
    }

    .testimonials__slider[b-z7cxqlys72] {
        margin-bottom : 1rem;
    }

    .testimonials__slider-item[b-z7cxqlys72] {
        font-size   : 1rem;
        line-height : 1.4rem;
        padding     : 0 1.2rem;
    }

    .testimonials__slider-item p[b-z7cxqlys72] {
        margin-right : 0;
    }
}

