<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i&amp;display=swap');
Google Font doesn't have Lato semibold, but Typekit has it*/
@import url("https://use.typekit.net/hie8oqy.css");
@import url(../plugins/fontello-9a11bb06/css/fontello.css);

.clear-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.transition {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.boxshadow {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.clear-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.container {
    max-width: calc(1657px + 6rem);
}

@media (max-width: 1199px) {
    .container {
        max-width: none;
    }
}

@media (min-width: 576px) {
    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 768px) {
    .container {
        padding-left: 2.125rem;
        padding-right: 2.125rem;
    }
}

@media (min-width: 1200px) {
    .container {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

.img-cover {
    position: relative;
    font-size: 0;
}

    .img-cover:after {
        display: block;
        content: '';
        background: rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        opacity: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

@media (max-width: 575px) {
    .img-cover {
        padding-bottom: 95%;
        position: relative;
    }

        .img-cover img {
            height: 100%;
            width: auto;
            -o-object-fit: cover;
            object-fit: cover;
            position: absolute;
        }
}

.img-cover--bottomborder {
    border-bottom: 0.75rem solid #de1248;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover .img-cover:after {
    opacity: 1;
}

a:hover .img-cover--bottomborder {
    border-bottom: 0.75rem solid #c61040;
}

.bg-darkgray {
    background-color: rgba(57, 60, 62, 0.7) !important;
}

    .bg-darkgray * {
        color: #ffffff;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    .bg-darkgray a {
        color: #ffffff;
        text-decoration: none;
    }

        .bg-darkgray a:hover {
            color: rgba(255, 255, 255, 0.7);
        }

            .bg-darkgray a:hover * {
                color: rgba(255, 255, 255, 0.7);
            }

.bg-lightgray {
    background-color: rgba(144, 150, 155, 0.2);
    border-bottom: 1px solid rgba(112, 112, 112, 0.05);
}

.bg-lightgray--img {
    background-image: url("../images/bg_content.svg");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    main {
        overflow: hidden;
    }
}

/*
Typekit fonts:
font-family: lato, sans-serif;
black: 900
bold: 700
semibold: 600
regular: 400
*/
body {
    font-family: lato, sans-serif;
    font-size: 1rem;
    color: #393c3e;
    -webkit-text-size-adjust: 100%;
}

h1, .h1, h2, .h2 {
    font-weight: 600;
    font-size: 2.125rem;
    margin: .75em 0 .5em;
    text-align: center;
    color: #24272a;
}

@media (min-width: 992px) {
    h1, .h1, h2, .h2 {
        font-size: 2.5rem;
        margin: 1.25em 0 1em;
    }
}

h3, .h3 {
    font-size: 1.75rem;
    font-weight: 400;
    margin: 1.125em 0 1rem;
    color: #393c3e;
}

h4 {
    font-weight: 700;
    color: #24272a;
}

a {
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #de1248;
}

    a:hover {
        text-decoration: none;
        color: #af0e39;
    }

p {
    margin-bottom: 1.5em;
}

    p:last-child {
        margin-bottom: 0;
    }

address {
    font-size: 1.25rem;
    font-weight: 400;
}

    address strong {
        font-size: 1.5rem;
        font-weight: 600;
    }

.links-black a {
    color: #393c3e;
}

.highlight {
    font-size: 1.125rem;
}

@media (min-width: 992px) {
    .highlight {
        font-size: 1.25rem;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    z-index: 9998;
    background: #ffffff;
    height: 4.6875rem;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@media (max-width: 767px) {
    header.slide-down {
        top: 0;
        -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    }

    header.slide-up {
        top: -4.6875rem;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

header a {
    color: #ffffff;
}

    header a:hover {
        color: #ffffff;
    }

header + .main {
    margin-top: 4.6875rem !important;
}

.navbar-toggler {
    color: #000000;
    font-size: 1.25rem;
    margin-right: -.75rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    .navbar-toggler:hover {
        color: #de1248;
    }

.navbar-collapse {
    position: fixed;
    right: 0;
    top: 0;
    display: block !important;
    background: #de1248 url("../images/bg_navbar.svg") left bottom no-repeat;
    background-size: contain;
    width: 100%;
    padding: 0;
    font-size: 1.125rem;
    height: 100vh;
    min-height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
    overflow: -moz-scrollbars-none;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.navbar-collapse--show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.navbar-collapse::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.navbar-collapse .navbar-toggler {
    font-size: 1.2rem;
    margin-right: 0;
    color: #ffffff;
}

    .navbar-collapse .navbar-toggler:hover {
        color: rgba(255, 255, 255, 0.8);
    }

.navbar-collapse .form-inline {
    margin-left: 2.25rem;
}

.navbar-collapse .form-control {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 3px;
    color: #ffffff;
    height: calc(1.5em + .75rem + 4px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 1.125rem;
}

    .navbar-collapse .form-control:focus {
        border-bottom: 2px solid #ffffff;
        border-radius: 3px 3px 0 0;
    }

.navbar-collapse .icon-search {
    font-size: 1.875rem;
    color: #ffffff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    .navbar-collapse .icon-search:hover {
        color: rgba(255, 255, 255, 0.8);
    }

.navbar-nav .nav-link,
.navbar-nav .dropdown-item {
    padding: 0.5625rem 4rem 0.5625rem 2.25rem;
    color: #ffffff;
    font-size: 1.125rem;
}

    .navbar-nav .nav-link.active, .navbar-nav .nav-link:hover,
    .navbar-nav .dropdown-item.active,
    .navbar-nav .dropdown-item:hover {
        background: rgba(57, 60, 62, 0.2);
    }

.navbar-nav .nav-item {
    position: relative;
}

    .navbar-nav .nav-item.dropdown .nav-link {
        position: relative;
        z-index: 2;
        padding-right: 0;
        margin-right: 4rem;
        background: transparent;
    }

        .navbar-nav .nav-item.dropdown .nav-link.dropdown-toggle {
            position: absolute;
            margin-right: 0;
            z-index: 1;
        }

            .navbar-nav .nav-item.dropdown .nav-link.dropdown-toggle.active, .navbar-nav .nav-item.dropdown .nav-link.dropdown-toggle:hover {
                background: rgba(57, 60, 62, 0.2);
            }

        .navbar-nav .nav-item.dropdown .nav-link:hover + .dropdown-toggle {
            background: rgba(57, 60, 62, 0.2);
        }

.navbar-nav .dropdown-item {
    padding-left: 4.25rem;
    white-space: normal;
}

.navbar-nav .dropdown-toggle {
    white-space: normal;
    color: rgba(255, 255, 255, 0);
    width: 100%;
    top: 0;
}

    .navbar-nav .dropdown-toggle:after {
        color: #ffffff;
        position: absolute;
        right: 1.625rem;
        font-family: fontello;
        content: '\e809';
        border: 0;
        font-size: 1.1em;
    }

.navbar-nav .show .dropdown-toggle:after {
    content: '\e80a';
}

.navbar-brand {
    padding-top: 0.625rem;
    padding-bottom: 0;
}

    .navbar-brand img {
        width: 7.875rem;
        height: auto;
    }

@media (min-width: 576px) {
    .navbar {
        padding: .5rem 1.5rem;
    }

    .navbar-collapse {
        max-width: 23.4375rem;
    }
}

@media (min-width: 768px) {
    .navbar {
        padding: .5rem 2.125rem;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .navbar &gt; .navbar-toggler {
        position: absolute;
        top: 1.25rem;
        right: 1.5rem;
    }
}

footer {
    background: #383b3d;
    font-size: 1rem;
    font-weight: 300;
    padding: 3rem 0;
    border-top: 0.75rem solid #de1248;
    color: #ffffff;
}

    footer .certificates {
        margin-top: -.125rem;
    }

        footer .certificates img {
            max-width: 100%;
        }

@media (max-width: 991px) {
    footer .certificates li:not(:last-child) {
        margin-right: .5rem;
    }
}

@media (min-width: 992px) {
    footer .certificates li:not(:last-child) {
        margin-bottom: 1rem;
    }
}

footer li:not(:last-child) {
    margin-bottom: .25rem;
}

footer a {
    color: #ffffff;
    font-weight: 600;
    opacity: 1;
    display: inline-block;
}

    footer a.tel {
        font-weight: 300;
        text-decoration: underline;
    }

    footer a:hover {
        opacity: .7;
        color: #ffffff;
    }

    footer a:not(:last-child) {
        padding-bottom: .25rem;
    }

footer .copyright {
    font-size: 0.9375rem;
    margin-top: 3rem;
    font-weight: 400;
}

footer h4 {
    font-weight: 400;
    font-size: 1.875rem;
    margin-top: 2.5rem;
    margin-bottom: 1.75rem;
    color: #ffffff;
}

    footer h4:after {
        width: 2.875rem;
        height: 0.125rem;
        background: #e61753;
        content: '';
        display: block;
        margin-top: 0.5625rem;
    }

footer .brand {
    margin-bottom: 1.75rem;
}

    footer .brand img {
        width: 7rem;
        height: auto;
        margin-top: .25rem;
    }

footer .demo-icon {
    line-height: 2rem;
}

    footer .demo-icon:before {
        width: auto;
        margin: 0;
    }

footer .icon-location, footer .icon-phone, footer .icon-chain {
    color: #e61753;
    font-size: 1.4375rem;
}

footer .icon-message {
    color: #e61753;
    font-size: 1.375rem;
}

footer .icon-iso {
    font-size: 2.75rem;
}

    footer .icon-iso:before {
        margin: 0;
    }

footer .icon-instagram, footer .icon-linkedin {
    width: 2.125rem;
    height: 2.125rem;
    background: #585656;
    border-radius: 50%;
    display: inline-block;
    font-size: 1rem;
    text-align: center;
    position: relative;
}

    footer .icon-instagram:before, footer .icon-linkedin:before {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

footer .d-table-cell {
    vertical-align: top;
}

    footer .d-table-cell:first-child {
        width: 2.5rem;
    }

@media (min-width: 576px) and (max-width: 991px) {
    footer .row &gt; div {
        width: 50%;
    }
}

@media (min-width: 576px) {
    footer {
        padding: 4rem 0 3rem;
    }
}

@media (min-width: 992px) {
    footer {
        padding: 7rem 0 3.5rem;
    }

        footer .container {
            max-width: 1366px;
        }
}

/*clear default outline*/
.btn:hover, .btn:disabled, .btn:active, .btn:focus, .btn:not(:disabled):not(.disabled):active:focus, button:hover, button:disabled, button:active, button:focus, button:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.btn {
    border: 0;
    font-weight: 700;
    font-size: 0.9375rem;
    text-transform: uppercase;
    padding: 0.875rem;
    min-width: 8.5rem;
}

.btn-primary {
    background: #de1248;
}

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:hover {
        background: #c61040;
    }

.btn-secondary {
    border-radius: 0;
    background: transparent;
    border: 0.125rem solid #de1248;
    font-size: 1.75rem;
    text-transform: none;
    color: #24272a;
    font-weight: 400;
    padding: .375rem 3.5rem .4375rem 1.5rem;
    min-width: 0;
    position: relative;
    text-align: left;
}

    .btn-secondary:after {
        font-family: fontello;
        content: '\e802';
        font-size: .4375em;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: auto;
        margin: 0;
        right: 1.375rem;
        line-height: 0;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:hover {
        border: 0.125rem solid #de1248;
        background: #de1248;
        color: #ffffff;
    }

.btn-secondary--highlight {
    background: #de1248;
    color: #ffffff;
}

    .btn-secondary--highlight:not(:disabled):not(.disabled):active, .btn-secondary--highlight:hover {
        border: 0.125rem solid #c61040;
        background: #c61040;
    }

a:hover .btn-primary {
    background: #c61040;
}

.carousel {
    position: relative;
    opacity: 0;
    min-height: 500px;
    -webkit-animation: fadeIn .5s .5s forwards;
    animation: fadeIn .5s .5s forwards;
}

.carousel-caption {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    width: calc(100% - 14rem);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    text-align: left;
    max-width: 69rem;
}

@media (min-width: 768px) {
    .carousel-caption {
        display: block;
    }
}

.carousel-caption *:only-child {
    margin-top: 0;
    margin-bottom: 0;
}

    .carousel-caption *:only-child .btn {
        margin-top: 0;
        margin-bottom: 0;
    }

.carousel-item {
    position: relative;
    font-size: 0;
    /*remove bottom space for iframe*/
}

    .carousel-item[onclick] {
        cursor: pointer;
    }

    .carousel-item img {
        min-height: 10.75rem;
        -o-object-fit: cover;
        object-fit: cover;
    }

@media (min-width: 768px) {
    .carousel-item img {
        min-height: 31.25rem;
    }
}

.carousel-item iframe, .carousel-item video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #000000;
}

    .carousel-item iframe + .carousel-caption, .carousel-item video + .carousel-caption {
        display: none !important;
    }

.carousel-item--video {
    position: relative;
    padding-bottom: 36.35416666666667%;
    min-height: 10.75rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

@media (min-width: 768px) {
    .carousel-item--video {
        min-height: 31.25rem;
    }
}

.carousel-item--video:before {
    font-family: fontello;
    content: '\e80e';
    font-size: 3rem;
    position: absolute;
    z-index: 2;
    color: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: none;
}

@media (min-width: 768px) {
    .carousel-item--video:before {
        font-size: 4.5rem;
    }
}

.carousel-item--video video {
    -o-object-fit: cover;
    object-fit: cover;
}

    .carousel-item--video video.active {
        -o-object-fit: contain;
        object-fit: contain;
    }

.carousel-item--video.playing:before {
    content: '\e810';
    opacity: 0;
}

@media (min-width: 768px) {
    .carousel-item--video.playing:hover:before {
        opacity: 1;
    }
}

.carousel-item--video iframe {
    z-index: 3;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background: none;
    width: auto;
    height: auto;
    background: rgba(222, 18, 72, 0.75);
    padding: 1.125rem 0.9375rem;
    font-size: .875rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    .carousel-control-prev-icon:before, .carousel-control-next-icon:before {
        font-family: fontello;
    }

@media (min-width: 992px) {
    .carousel-control-prev-icon, .carousel-control-next-icon {
        font-size: 1rem;
        padding: 1.25rem 0.9375rem;
    }
}

.carousel-control-prev-icon {
    margin-right: auto;
    border-radius: 0 .25rem .25rem 0;
}

    .carousel-control-prev-icon:before {
        content: '\e801';
    }

.carousel-control-next-icon {
    margin-left: auto;
    border-radius: .25rem 0 0 .25rem;
}

    .carousel-control-next-icon:before {
        content: '\e802';
    }

.carousel-control-next, .carousel-control-prev, .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    opacity: 1;
}

    .carousel-control-next:hover .carousel-control-prev-icon,
    .carousel-control-next:hover .carousel-control-next-icon, .carousel-control-prev:hover .carousel-control-prev-icon,
    .carousel-control-prev:hover .carousel-control-next-icon {
        background: #b80f3c;
    }

.carousel-control-next, .carousel-control-prev {
    opacity: 0;
    z-index: 40;
    -webkit-animation: fadeIn .5s 1s forwards;
    animation: fadeIn .5s 1s forwards;
    width: auto;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.carousel h5 {
    font-size: 2.125rem;
    font-weight: 900;
    color: #000000;
    background: rgba(255, 255, 255, 0.85);
    display: inline-block;
    padding: 0 .3125em .1875em;
}

@media (min-width: 992px) {
    .carousel h5 {
        font-size: 2.5rem;
    }
}

@media (min-width: 1200px) {
    .carousel h5 {
        font-size: 3rem;
    }
}

.carousel .btn-primary {
    margin-top: 1.75rem;
    background: rgba(222, 18, 72, 0.8);
}

    .carousel .btn-primary:not(:disabled):not(.disabled):active, .carousel .btn-primary:hover {
        background: #b80f3c;
    }

@media (min-width: 768px) {
    .carousel .btn-primary {
        margin-top: 2rem;
    }
}

.carousel-indicators {
    opacity: 0;
    -webkit-animation: fadeIn .5s 1s forwards;
    animation: fadeIn .5s 1s forwards;
}

    .carousel-indicators li {
        width: 0.9375rem;
        height: 0.9375rem;
        background: transparent;
        border: 2px solid #ffffff;
        border-radius: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        opacity: 1;
        margin-left: 0.25rem;
        margin-right: 0.25rem;
        -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
        box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
    }

        .carousel-indicators li.active {
            background: #de1248;
            border: 2px solid #de1248;
        }

@media (min-width: 768px) {
    .carousel-indicators {
        bottom: .5rem;
    }

        .carousel-indicators li {
            width: 1.0625rem;
            height: 1.0625rem;
            margin-left: 0.3125rem;
            margin-right: 0.3125rem;
        }
}

.carousel--home {
    text-align: center;
}

    .carousel--home h5 {
        font-weight: 600;
        color: #ffffff;
        text-shadow: 0 0.1875rem 0.4375rem black;
        background: none;
        display: block;
    }

@media (min-width: 1200px) {
    .carousel--home h5 {
        font-size: 2.5rem;
    }
}

.carousel--home .carousel-caption {
    max-width: 42rem;
    text-align: center;
    width: calc(100% - 10rem);
}

.carousel--home .carousel-item:after {
    position: absolute;
    content: '';
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(57, 60, 62, 0.3);
}

@media (min-width: 768px) {
    .carousel--home .carousel-item:after {
        display: block;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .carousel-control-next,
    .carousel-control-prev {
        display: none !important;
        /*broken in IE11 so hide it*/
    }
}

.product__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 0 -.625rem;
}

    .product__list &gt; li {
        margin: 0.625rem 0;
        position: relative;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #ffffff;
    }

        .product__list &gt; li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            text-decoration: none;
            color: #393c3e;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border: 1px solid rgba(112, 112, 112, 0.7);
        }

            .product__list &gt; li a:before {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                content: '';
                display: block;
                -webkit-box-shadow: inset 0 0 0 60rem rgba(57, 60, 62, 0);
                box-shadow: inset 0 0 0 60rem rgba(57, 60, 62, 0);
                z-index: 2;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
            }

            .product__list &gt; li a.product__new:before {
                background-image: url("../images/new.svg");
                background-repeat: no-repeat;
                background-position: left calc(100% - 2.5rem);
            }

            .product__list &gt; li a:after {
                position: absolute;
                display: inline-block;
                content: 'More';
                font-weight: 700;
                text-transform: uppercase;
                font-size: 0.9375rem;
                top: 50%;
                left: 50%;
                margin-top: -.5rem;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                background: rgba(222, 18, 72, 0.8);
                color: #ffffff;
                border-radius: .25rem;
                padding: 0.875rem;
                min-width: 8.5rem;
                opacity: 0;
                z-index: 3;
                text-align: center;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
            }

            .product__list &gt; li a:hover:before {
                -webkit-box-shadow: inset 0 0 0 60rem rgba(57, 60, 62, 0.75);
                box-shadow: inset 0 0 0 60rem rgba(57, 60, 62, 0.75);
            }

            .product__list &gt; li a:hover:after {
                opacity: 1;
                margin-top: 0;
            }

            .product__list &gt; li a .mt-auto {
                overflow: hidden;
            }

        .product__list &gt; li h4 {
            padding: .875rem;
            position: relative;
            z-index: 1;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            margin: 0;
            font-size: 1.125rem;
            font-weight: 700;
        }

        .product__list &gt; li img {
            position: relative;
            z-index: 0;
            margin: -2.25rem 0 -.75rem;
            width: 100%;
        }

@media (min-width: 576px) {
    .product__list &gt; li {
        width: calc(50% - 1.5rem);
        margin: .75rem;
    }
}

@media (min-width: 768px) {
    .product__list &gt; li {
        width: calc(33.333% - 1.5rem);
    }
}

@media (min-width: 992px) {
    .product__list &gt; li {
        width: calc(25% - 1.5rem);
    }
}

@media (min-width: 1200px) {
    .product__list &gt; li {
        width: calc(20% - 1.5rem);
    }
}

@media (min-width: 576px) {
    .product__list {
        margin-left: -.75rem;
        margin-right: -.75rem;
        width: calc(100% + 1.5rem);
    }
}

@media (min-width: 1200px) {
    .product__list--all {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        width: calc(100% + 3rem);
    }

        .product__list--all &gt; li {
            width: calc(25% - 3rem);
            margin: 1.5rem;
        }
}

i.product__new {
    width: 95px;
    height: 45px;
    background-image: url("../images/new.svg");
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    margin: .25rem 0 1.5rem;
}

@media (min-width: 576px) {
    i.product__new {
        margin: 0 .75em -.75em 0;
    }

        i.product__new + * {
            max-width: calc(100% - 8rem);
        }
}

@media (min-width: 768px) {
    i.product__new {
        margin-right: 1em;
    }
}

.request-info {
    display: block;
    font-size: 1.375rem;
    font-family: ubuntu, sans-serif;
    line-height: 1.15em;
    font-weight: 400;
    padding: 1.5em 2em;
    background-color: #de1248;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    .request-info .demo-icon {
        font-size: .5em;
        vertical-align: middle;
    }

        .request-info .demo-icon:before {
            width: auto;
        }

    .request-info:hover {
        background-color: #c61040;
        color: #ffffff;
        text-decoration: none;
    }

.request-info__arrow {
    text-align: left;
}

@media (min-width: 992px) {
    .request-info {
        font-size: 2.25rem;
    }

        .request-info .demo-icon {
            font-size: 0.35em;
        }
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

/*clear outline*/
input:focus, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*clear default style*/
input, .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

form a {
    text-decoration: underline;
}

    form a strong {
        font-weight: 600;
    }

.form-control {
    font-size: 1.25rem;
    border-radius: 0;
    border: 0;
    border-bottom: 0.125rem solid #de1248;
    height: calc(2.5em + .75rem + 2px);
}

    .form-control:focus {
        border-bottom: 0.125rem solid #de1248;
    }

.accordion__child &gt; h3 {
    margin: 0;
    padding: .75rem 0 1rem;
    cursor: pointer;
    border-top: 0.12rem solid #de1248;
    position: relative;
}

    .accordion__child &gt; h3:before {
        position: absolute;
        font-family: fontello;
        content: '\e80a';
        right: 1px;
        color: #de1248;
        font-size: .73em;
        top: 1.125rem;
    }

    .accordion__child &gt; h3.collapsed:before {
        content: '\e809';
    }

.video {
    position: relative;
    padding-bottom: 56.25%;
}

    .video &gt; * {
        position: absolute;
        width: 100%;
        height: 100%;
    }

.article-list ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .article-list {
        font-size: 1.25rem;
    }
}

.article-list h4 {
    font-size: 1.875rem;
    margin: .375em 0 0;
    font-weight: 400;
}

    .article-list h4 .icon-arrow_simple_right {
        color: #e61753;
        font-size: 0.35em;
        vertical-align: middle;
    }

        .article-list h4 .icon-arrow_simple_right:before {
            width: auto;
        }

@media (min-width: 992px) {
    .article-list h4 {
        margin: .5em 0 0;
        font-size: 2.25rem;
    }
}

.article-list a:hover h4 .icon-arrow_simple_right {
    color: #cf154b;
}

article {
    overflow: hidden;
}

.article {
    overflow: visible;
}

    .article .full-sm {
        margin-left: -15px !important;
        margin-right: -15px !important;
        width: calc(100% + 30px);
    }

@media (min-width: 576px) {
    .article .full-sm {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
        width: calc(100% + 3rem);
    }
}

@media (min-width: 768px) {
    .article .full-sm {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
    }
}

#map-contact img {
    min-height: 10rem;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 576px) {
    #map-contact img {
        min-height: 15rem;
    }
}

@media (min-width: 768px) {
    #map-contact img {
        min-height: 21rem;
    }
}

@media (min-width: 992px) {
    #map-contact img {
        min-height: 26.5rem;
    }
}

/*
//Google Map style:
#map-contact {
  height: 12rem;
  @media (min-width: $screen-sm-min) {
    height: 15rem;
  }
  @media (min-width: $screen-md-min) {
    height: 24rem;
  }
  @media (min-width: $screen-lg-min) {
    height: 34rem;
  }
  @media (min-width: $screen-xl-min) {
    height: 43.625rem;
  }
}
.gm-style {
  a[href^="http://maps.google.com/maps"],
  a[href^="https://maps.google.com/maps"],
  a[href^="https://www.google.com/maps"] {
    display: none !important;
  }
}
.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display:none;
}
.gmnoprint div {
  background:none !important;
}

.gm-style .gm-style-iw {
  left: 1.625rem !important;
}*/
.search a {
    color: #24272a;
}

    .search a.pdf:before {
        content: 'PDF';
        color: #ffffff;
        display: inline-block;
        background: #de1248;
        border-radius: .125rem;
        padding: .125em .5em;
        margin-right: .75em;
        font-size: .75em;
        font-weight: 400;
    }

    .search a:hover {
        text-decoration: underline;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .search a:hover {
        color: #de1248;
        text-decoration: none;
    }
}

.search h3 {
    font-weight: 700;
    margin-top: 1.5em;
    margin-bottom: 1.1em;
}

@media (min-width: 576px) {
    .search h3 {
        margin-top: 2em;
    }

        .search h3:first-child {
            margin-top: 0;
        }
}

@media (max-width: 991px) {
    .search h3 {
        font-size: 1.375rem;
    }
}

.search__nav {
    font-weight: 700;
}

    .search__nav &gt; .btn {
        text-transform: none;
        font-size: 1.125rem;
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        position: relative;
    }

        .search__nav &gt; .btn:before {
            font-family: fontello;
            position: absolute;
            right: 15px;
            content: '\e80a';
            font-size: .85rem;
            margin-top: 3px;
        }

        .search__nav &gt; .btn.collapsed:before {
            content: '\e809';
        }

    .search__nav #searchNav {
        font-size: 1.125rem;
    }

        .search__nav #searchNav li:not(:last-child) {
            padding-bottom: .4em;
        }

        .search__nav #searchNav .active a,
        .search__nav #searchNav a:hover {
            color: #de1248;
            text-decoration: none;
        }

@media (max-width: 575px) {
    .search__nav #searchNav {
        position: absolute;
        background: #f3f4f4;
        border-bottom: 1px solid #eeeff0;
        z-index: 1;
        width: calc(100% + 30px);
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (min-width: 576px) {
    .search__nav #searchNav {
        font-size: 1.25rem;
    }
}

@media (min-width: 992px) {
    .search__nav #searchNav {
        font-size: 1.75rem;
    }
}

@media (min-width: 576px) {
    .search.row &gt; div:first-child {
        border-right: 2px solid #de1248;
    }

    .search.row &gt; div &gt; *:first-child {
        margin-top: 0;
        padding-top: 0;
    }
}

@media (min-width: 768px) {
    .search.row &gt; div:first-child {
        padding-right: 2rem;
    }

    .search.row &gt; div:last-child {
        padding-left: 2rem;
    }
}

@media (min-width: 992px) {
    .search {
        font-size: 1.25rem;
    }

        .search.row &gt; div:first-child {
            padding-right: 3rem;
        }

        .search.row &gt; div:last-child {
            padding-left: 3rem;
        }
}

@media (min-width: 1200px) {
    .search.row &gt; div:first-child {
        padding-right: 4rem;
    }

    .search.row &gt; div:last-child {
        padding-left: 4rem;
    }
}

/*# sourceMappingURL=main.css.map */

.umbraco-forms-container {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

.umbraco-forms-form span.checkboxlist,
.umbraco-forms-form span.checkbox {
    float: none
}

.umbraco-forms-form .umbraco-forms-page .checkboxlist label {
    float: none;
}

.umbraco-forms-form .checkboxlist input[type=checkbox],
.umbraco-forms-form .umbraco-forms-field-wrapper input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

.umbraco-forms-form .umbraco-forms-navigation button {
    border-radius: 0;
    background: transparent;
    border: 0.125rem solid #de1248;
    font-size: 1.75rem;
    text-transform: none;
    color: #24272a;
    font-weight: 400;
    padding: .375rem 3.5rem .4375rem 1.5rem;
    min-width: 0;
    position: relative;
    text-align: left;
    background: #de1248;
    color: #ffffff;
}

.umbraco-forms-field {
    width: 100%;
}



.umbraco-forms-submitmessage {
    text-align: center;
    width: 100%;
    display: block;
}

@media (min-width: 576px) {
    .umbraco-forms-field {
        width: 50%;
    }

    .umbraco-forms-form .umbraco-forms-page .umbraco-forms-field.message,
    .umbraco-forms-form .umbraco-forms-page .umbraco-forms-field.consentforstoringsubmitteddata {
        width: 100%;
    }

    .umbraco-forms-form .umbraco-forms-page .umbraco-forms-field textarea {
        width: 100%;
        max-width: 100% !important;
    }

    .umbraco-forms-form .umbraco-forms-page .umbraco-forms-field select {
        max-width: 95% !important;
    }
}

/*remove background layer on sliders*/
.carousel--home .carousel-item:after {
    background: none;
}

#carouselMain{
    min-height:500px
}

/*Image slider*/
.image-slider .comparison {
    width: 100%;
    height: 500px;
    padding-bottom: 57%;
    overflow: hidden;
    position: relative;
    min-height: 31.25rem;
}

.image-slider .image-has-max-width {
    /*Set max width to 600, which is about 2/3 of complete page. Used for big portrait images*/
    max-width: 600px;
    margin: 0 auto;
}

.image-slider figure {
    position: absolute;
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.image-slider .divisor {
    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
}

    .image-slider .divisor::before, .image-slider .divisor::after {
        content: '';
        position: absolute;
        right: -2px;
        width: 4px;
        height: calc(50% - 25px);
        background: white;
        z-index: 3;
    }

    .image-slider .divisor::before {
        top: 0;
        box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, .3);
    }

    .image-slider .divisor::after {
        bottom: 0;
        box-shadow: 0 3px 8px 1px rgba(0, 0, 0, .3);
    }

.image-slider .handle {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 10;
}

    .image-slider .handle::before, .image-slider .handle::after {
        content: '';
        width: 0;
        height: 0;
        border: 6px inset transparent;
        position: absolute;
        top: 50%;
        margin-top: -6px;
    }

    .image-slider .handle::before {
        border-right: 6px solid white;
        left: 50%;
        margin-left: -17px;
    }

    .image-slider .handle::after {
        border-left: 6px solid white;
        right: 50%;
        margin-right: -17px;
    }

.image-slider input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    background-color: transparent;
    width: calc(100% + 50px);
    z-index: 30;
}

    .image-slider input[type=range]:focus, .image-slider input[type=range]:active {
        border: none;
        outline: none;
    }

    .image-slider input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        background: transparent;
        border: 4px solid white;
        box-shadow: 0 0 8px 1px rgba(0, 0, 0, .3);
    }

    .image-slider input[type=range]::-moz-range-track {
        -moz-appearance: none;
        height: 15px;
        width: 100%;
        background-color: transparent;
        position: relative;
        outline: none;
    }</pre></body></html>