<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --komposp-orange: #ff5c35;
    --komposp-orange-rgb-val: 255, 92, 53;
    --komposp-orange-rgb: rgb(255, 92, 53);
    --komposp-night-blue: #192330;
    --komposp-night-blue2: #1c324f;
    --komposp-blue: #175db9;
    --komposp-blue-hover: #104080;
    --komposp-gray-c1: #343438;
    --komposp-gray-c2: #868590;
    --komposp-gray-c3: #dad9de;
    --komposp-gray-c4: #e9e8ee;
}

html, body {
    font-family: 'Basis Grotesque Pro';
}
body {
    color: var(--komposp-night-blue);
}

.text-orange {color: var(--komposp-orange);}
.text-night-blue {color: var(--komposp-night-blue);}
.text-gray-c1 {color: var(--komposp-gray-c1);}
.text-gray-c2 {color: var(--komposp-gray-c2);}
.text-gray-c3 {color: var(--komposp-gray-c3);}
.text-blue-c1 {color: var(--komposp-blue);}
.text-blue-c2 {color: var(--komposp-blue-hover);}

.bg-orange {background-color: var(--komposp-orange);}
.bg-night-blue {background-color: var(--komposp-night-blue);}
.bg-night-blue2 {background-color: var(--komposp-night-blue2);}
.bg-gray-c1 {background-color: var(--komposp-gray-c1);}
.bg-gray-c2 {background-color: var(--komposp-gray-c2);}
.bg-gray-c3 {background-color: var(--komposp-gray-c3);}
.bg-gray-c4 {background-color: var(--komposp-gray-c4) !important;}

.border-orange {border-color: var(--komposp-orange) !important;}
.border-night-blue {border-color: var(--komposp-night-blue) !important;}
.border-night-blue2 {border-color: var(--komposp-night-blue2) !important;}
.border-gray-c1 {border-color: var(--komposp-gray-c1) !important;}
.border-gray-c2 {border-color: var(--komposp-gray-c2) !important;}
.border-gray-c3 {border-color: var(--komposp-gray-c3) !important;}
.border-gray-c4 {border-color: var(--komposp-gray-c4) !important;}

a {color: var(--komposp-night-blue) !important;}
a:hover {color: var(--komposp-blue-hover) !important;}

.basis {font-family: 'Basis Grotesque Pro'; font-weight: normal;}
.basis-i {font-family: 'Basis Grotesque Pro'; font-weight: normal; font-style: italic;}
.basis-300 {font-family: 'Basis Grotesque Pro'; font-weight: 300;}
.basis-300i {font-family: 'Basis Grotesque Pro'; font-weight: 300; font-style: italic;}
.basis-500 {font-family: 'Basis Grotesque Pro'; font-weight: 500;}
.basis-500i {font-family: 'Basis Grotesque Pro'; font-weight: 500; font-style: italic;}
.basis-900 {font-family: 'Basis Grotesque Pro'; font-weight: 900;}
.basis-900i {font-family: 'Basis Grotesque Pro'; font-weight: 900; font-style: italic;}

.montserrat {font-family: 'Montserrat'; font-weight: normal;}
.montserrat-i {font-family: 'Montserrat'; font-weight: normal; font-style: italic;}
.montserrat-300 {font-family: 'Montserrat'; font-weight: 300;}
.montserrat-300i {font-family: 'Montserrat'; font-weight: 300; font-style: italic;}
.montserrat-500 {font-family: 'Montserrat' !important; font-weight: 500 !important;}
.montserrat-500i {font-family: 'Montserrat'; font-weight: 500; font-style: italic;}
.montserrat-700 {font-family: 'Montserrat'; font-weight: 700;}
.montserrat-700i {font-family: 'Montserrat'; font-weight: 700; font-style: italic;}
.montserrat-900 {font-family: 'Montserrat'; font-weight: 900;}
.montserrat-900i {font-family: 'Montserrat'; font-weight: 900; font-style: italic;}

.fs05 {font-size: .5rem;}
.fs06 {font-size: .6rem;}
.fs07 {font-size: .7rem;}
.fs08 {font-size: .8rem;}
.fs09 {font-size: .9rem;}
.fs10 {font-size: 1rem;}
.fs11 {font-size: 1.1rem;}
.fs12 {font-size: 1.2rem;}
.fs13 {font-size: 1.3rem;}
.fs14 {font-size: 1.4rem;}
.fs15 {font-size: 1.5rem;}
.fs16 {font-size: 1.6rem;}
.fs17 {font-size: 1.7rem;}
.fs18 {font-size: 1.8rem;}
.fs19 {font-size: 1.9rem;}
.fs20 {font-size: 2rem;}
.fs21 {font-size: 2.1rem;}
.fs22 {font-size: 2.2rem;}
.fs23 {font-size: 2.3rem;}
.fs24 {font-size: 2.4rem;}
.fs25 {font-size: 2.5rem;}
.fs26 {font-size: 2.6rem;}
.fs27 {font-size: 2.7rem;}
.fs28 {font-size: 2.8rem;}
.fs29 {font-size: 2.9rem;}
.fs30 {font-size: 3rem;}
.fs34 {font-size: 3.4rem;}
.fs40 {font-size: 4rem;}
.fs44 {font-size: 4.4rem;}
.fs50 {font-size: 5rem;}


.lh08 {line-height: .8em;}
.lh09 {line-height: .9em;}
.lh1 {line-height: 1em;}
.lh11 {line-height: 1.1em;}
.lh12 {line-height: 1.2em;}
.lh13 {line-height: 1.3em;}
.lh14 {line-height: 1.4em;}
.lh15 {line-height: 1.5em;}
.lh16 {line-height: 1.6em;}
.lh17 {line-height: 1.7em;}
.lh18 {line-height: 1.8em;}
.lh19 {line-height: 1.9em;}
.lh2 {line-height: 2em;}

.pointer {cursor: pointer;}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Montserrat' !important;
    font-weight: bold;
}

.bi::before, [class*=" bi-"]::before, [class^="bi-"]::before {
    vertical-align: -.2em;
}
.features-box .bi::before, .features-box [class*=" bi-"]::before, .features-box [class^="bi-"]::before {
    vertical-align: 2px;
}
.features-box &gt; .col &gt; div {
    /*border-right: 10px solid var(--komposp-gray-c3);*/
    /*border-bottom: 10px solid var(--komposp-gray-c3);*/
    position: relative;
    /*background-image: linear-gradient(to top, var(--komposp-gray-c3) 0%, var(--komposp-gray-c4) 40%, var(--komposp-gray-c4) 100%);*/
}
.features-box &gt; .col &gt; div &gt; img {
    position: absolute;
    bottom: 15px;
    right: 15px;
    opacity: .7;
    width: 36px;
}

header a {
    text-decoration: none;
}

.logo {
    transition: all .2s linear;
}
.logo-kompo {
    transition: all .2s linear;
    /*filter: grayscale(1);*/
    opacity: .5;
}
/*.logo-kompo svg path {*/
/*    fill: var(--komposp-orange);*/
/*}*/
.logo-kompo:hover {
    opacity: 1;
}

.header-border {
    border-bottom-color: #b4b4b7;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    /*background: linear-gradient(to bottom,  rgba(227,227,229,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);*/
}

.blur-20 {
    backdrop-filter: blur(20px);
}
.mask1 {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}
.mask1 &gt; .row {
    position: relative;
    z-index: 4;
}
.mask1:after {
    content: '';
    display: block;
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(12px);
    z-index: 3;
}
.mask1:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-image: url('/img/service/servis_3.jpg');*/
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    filter: blur(20px);
    filter: grayscale(1);
    opacity: .2;
    z-index: 2;
}
.mask1 input {
    background-clip: border-box !important;
}

.img-grayscale-hover {
    transition: all .6s ease;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .3;
    /*display: inline-block;*/
}
.img-grayscale-hover:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.clip1 {
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
}
.clip2 {
    clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
}

button.form-select:focus {
    box-shadow: none !important;
}

.dropdown-item:hover {
    background-color: var(--komposp-orange);
    color: #ffffff !important;
}

.carousel .carousel-item .carousel-caption {
    position: absolute;
    width: 100% !important;
    left: 0;
    top: 15px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: start;
    z-index: 3;
}
.carousel .carousel-item .carousel-caption .cap1,
.carousel .carousel-item .carousel-caption .cap2 {
    transition: all .8s ease-out;
}
.carousel .carousel-item .carousel-caption &gt; div &gt; span {
    background: rgba(255, 255, 255, 0.7);
    width: auto !important;
    display: inline-block !important;
    padding: .05rem 1rem;
    margin-left: 1rem;
    margin-bottom: .5rem;
    text-transform: uppercase;
    color: var(--komposp-night-blue2);
    font-size: 2rem;
    font-family: 'Basis Grotesque Pro';
    font-weight: 900;
}
.carousel .carousel-item .carousel-caption p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.carousel .carousel-item .carousel-caption p text {
    padding: .5rem 1rem;
    display: block;
    width: 50%;
    text-shadow: 1px 1px 3px #000000;
}
.carousel .carousel-control-next {
    width: 50px !important;
    z-index: 10 !important;
    /*border-bottom-right-radius: 6px !important;*/
    /*border-top-right-radius: 6px !important;*/
}
.carousel .carousel-control-prev {
    width: 50px !important;
    z-index: 10 !important;
    /*border-bottom-left-radius: 6px !important;*/
    /*border-top-left-radius: 6px !important;*/
}
.carousel .carousel-control-next:hover,
.carousel .carousel-control-prev:hover {
    background: rgba(0, 0, 0, .3) !important;
    opacity: 1 !important;
}
.carousel .carousel-indicators {
    margin-bottom: .7rem !important;
    z-index: 10 !important;
}
.carousel .carousel-indicators [data-bs-target] {
    height: 5px !important;
}
.carousel .linkbutton {
    position: absolute;
    left: 1rem;
    bottom: 35px;
    z-index: 11;
    color: #ffffff !important;
    transition: all .8s ease-out;
}
.carousel .carousel-item img {
    position: relative;
    z-index: 1;
}
.carousel .carousel-item .bg_bot {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-color: rgba(10, 106, 161, 0.5);*/
    background: linear-gradient(to bottom,  rgba(25,35,48,0) 30%, rgba(255, 92, 53, 0.1) 100%);
    z-index: 2;
}
.carousel .carousel-inner {
    overflow: hidden;
    border-radius: 6px !important;
}

.carousel-inner .carousel-item {
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
}
.carousel-inner .carousel-item img {
    /*border-radius: 6px !important;*/
}
.carousel-inner .carousel-item:not(.active) img {
    /*filter: blur(10px);*/
    /*transition: all .5s ease;*/
}

.page_content {
    padding: 2rem;
}

.page_content h3 {
    font-family: 'Montserrat';
    font-weight: 700;
    position: relative;
    padding-left: 36px;
    margin-top: 2rem;
    z-index: 1;
}
.page_content h3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('/img/favicon.png');
    /*filter: grayscale(100%);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    /*background-color: #0a6aa1;*/
    width: 28px;
    height: 28px;
    margin-top: 3px;
    z-index: 2;
    /*background-size: contain;*/
}

.page_content h2,
.page_content h4 {
    font-family: 'Montserrat';
    font-weight: 700;
    position: relative;
    padding-left: 36px;
    margin-top: 2rem;
    z-index: 1;
}
.page_content h2:before,
.page_content h4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('/img/favicon.png');
    /*filter: grayscale(100%);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    /*background-color: #0a6aa1;*/
    width: 23px;
    height: 23px;
    margin-top: 3px;
    z-index: 2;
    /*background-size: contain;*/
}


.dropdown-item.active, .dropdown-item:active {
    color: #ffffff !important;
    text-decoration: none;
    background-color: var(--komposp-night-blue);
}

ul:not(.nav):not(.navbar):not(.pagination):not(.dropdown-menu) {
    list-style: none;
}
ul:not(.nav):not(.navbar):not(.pagination):not(.dropdown-menu) li:not(.nav-item) {
    list-style: none;
    position: relative;
    padding-left: 20px;
}
ul:not(.nav):not(.navbar):not(.pagination):not(.dropdown-menu) li:not(.nav-item):before {
    content: '\f633';
    position: absolute;
    top: 1px;
    left: 0;
    display: inline-block;
    height: 20px;
    width: 20px;
    color: var(--komposp-orange);
    font-family: bootstrap-icons !important;
}

.swiper-button-next, .swiper-button-prev {
    color: var(--komposp-night-blue) !important;
}
.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color,var(--komposp-night-blue)) !important;
}

.card-box {
    position: relative;
    transition: all .6s ease;
    border-color: var(--komposp-gray-c3);
    overflow: hidden;
}
.card-box .go-corner {
    background-color: var(--komposp-orange);
    height: 100%;
    width: 80px;
    padding-right: 9px;
    border-radius: 0;
    transform: skew(6deg);
    margin-right: -100px;
    align-items: start;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    transition: all .6s ease;
}
.card-box .card-body {
    position: relative;
    z-index: 2;
}
.card-box .go-arrow {
    transform: skew(-6deg);
    margin-left: 20px;
    margin-top: 9px;
    opacity: 0;
    transition: all .6s ease;
    font-size: 40px;
    color: #ffffff;
}
.card-box:hover .card-title a {
    color: var(--komposp-blue-hover) !important;
}
.card-box:hover .go-corner {
    margin-right: -30px;
}
.card-box:hover .go-arrow {
    opacity: 1;
}

.product_img {
    width: auto;
    height: 100%;
    max-height: 195px;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.product_img img,
.product_img .carousel-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    max-height: 195px !important;
}

.list-button {
    padding: 5px !important;
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: normal !important;
}
.list-button:hover {
    background-color: rgba(var(--komposp-orange-rgb-val), .2) !important;
    border-color: rgba(var(--komposp-orange-rgb-val), .2) !important;
}
.list-button i {
    margin: 3px 0 0 0 !important;
    font-size: 1.5rem !important;
    color: var(--komposp-orange);
}

ul.topmenu {
    position: relative;
}
ul.topmenu &gt; li {
    position: relative;
    /*border-top-right-radius: var(--bs-border-radius-xxl) !important;*/
    /*border-top-left-radius: var(--bs-border-radius-xxl) !important;*/
    /*border-radius: var(--bs-border-radius-xxl) !important;*/
}
ul.topmenu &gt; li &gt; a {
    /*border-top-right-radius: var(--bs-border-radius-xxl) !important;*/
    /*border-top-left-radius: var(--bs-border-radius-xxl) !important;*/
    /*border-radius: var(--bs-border-radius-xxl) !important;*/
}
ul.topmenu ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background-color: #ffffff;
}
ul.topmenu &gt; li:hover &gt; a {
    /*background-color: var(--komposp-orange);*/
    /*color: #ffffff !important;*/
    /*border-radius: var(--bs-border-radius-xxl) !important;*/
    /*border-top-right-radius: var(--bs-border-radius-xxl) !important;*/
    /*border-top-left-radius: var(--bs-border-radius-xxl) !important;*/
}
ul.topmenu &gt; li:hover &gt; ul {
    display: block;
}

ul.footermenu &gt; li:hover &gt; a {
    /*background-color: var(--komposp-orange) !important;*/
    color: var(--komposp-orange) !important;
}

.rounded-button {
    transition: all .6s ease;
}

table td, table th {
    vertical-align: top;
}

table thead td, table thead th {
    text-transform: uppercase !important;
    background-color: var(--komposp-night-blue) !important;
    color: #ffffff !important;
}

.form-floating &gt; label {
    padding-left: 29px !important;
}
.form-floating input {
    padding-left: 28px !important;
}

/*.border-start-form form {*/
/*    border-left: 4px solid var(--komposp-orange);*/
/*}*/

.categories-horizontal .dropdown:hover .dropdown-menu {
    display: block !important;
    margin-top: 0; /* remove the gap so it doesn't close */
}</pre></body></html>