<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!===================================================================================*/
/*!===================================================================================*/
/*!============================== X A Z E K - RESET CSS ==============================*/
/*!===================================================================================*/
/*!===================================================================================*/

/* ===== GLOBAL ===== */

html {

}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    font-size: 18px;
    color: #141A51;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    max-width: 1920px;
}

body.home {
    overflow-x: visible;
}

html body.page {
    margin: 0px auto !important;
}

p {
    text-align: left;
    margin-bottom: 25px;
}

a {
    text-decoration: none !important;
    transition: 0.5s all;
}

a:visited {
    color: inherit;
}

a:hover {
    text-decoration: none !important;
    color: #00A5BD;
}

section {
    margin-top: 104px;
}

.section {
    padding-top: 110px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
    color: #141A51;
    margin-top: 0px;
    font-weight: 700;
}

h1 {
    font-size: 64px;
    line-height: 72px;
    margin-bottom: 0px;
}

h2 {
    font-size: 37px;
    line-height: 64px;
    margin-bottom: 48px;
}

h3 {
    font-size: 37px;
    line-height: 56px;
    margin-bottom: 48px;
}

h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 32px;
}

h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 32px;
}

.btn, .wpcf7-submit {
    font-size: 16px !important;
    text-align: center;
    padding: 14px 16px 14px 16px !important;
    border-radius: 0px;
    transition: 0.5s all;
    line-height: 16px;
    display: inline-block !important;
    border: none;
    color: #fff;
    font-weight: 400 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    font-family: 'Montserrat', sans-serif !important;
}

.btn:hover, .wpcf7-submit:hover {
    text-decoration: none !important;
}

.btn img {
    margin-left: 0px;
}

.btn-grey {
    color: #ffffff !important;
    border: none !important;
    background: #00A5BD !important;
    position: relative;
}

.btn-grey:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 16px 0 0;
    border-color: #00A5BD transparent transparent transparent;
    position: absolute;
    right: -16px;
    top: 0px;
}

.btn-grey:hover {
    opacity: 0.6;
}

.btn-primary, .btn-primary:visited, .wpcf7-submit {
    color: #fff;
    border: none !important;
    background: #00A5BD !important;
    position: relative;
}

.btn-primary:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 16px 0 0;
    border-color: #00A5BD transparent transparent transparent;
    position: absolute;
    right: -16px;
    top: 0px;
}

.btn-primary:hover, .wpcf7-submit:hover {
    opacity: 0.6;
}

.btn-secondary, .btn-secondary:visited {
     color: #00A5BD !important;
     border: none !important;
     background: #fff !important;
     position: relative;
 }

.btn-secondary:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 16px 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    right: -16px;
    top: 0px;
}

.btn-call {
    color: #ffffff !important;
    border: none !important;
    background: #00A5BD !important;
    position: relative;
}

.btn-call:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 16px 0 0;
    border-color: #00A5BD transparent transparent transparent;
    position: absolute;
    right: -16px;
    top: 0px;
}

.btn-call:hover {
    opacity: 0.6;
}

.btn-secondary:hover {
    opacity: 0.6;
}

.btn-tertiary, .btn-tertiary:visited {
    color: #ffffff !important;
    border: none !important;
    background: #00A5BD !important;
    position: relative;
}

.btn-tertiary:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 16px 0 0;
    border-color: #00A5BD transparent transparent transparent;
    position: absolute;
    right: -16px;
    top: 0px;
}

.btn-tertiary:hover {
    opacity: 0.6;
}

.btn-transparent, .btn-transparent:visited {
    color: #222 !important;
    border: solid 1px #222 !important;
    background: transparent !important;
}

.btn-transparent:hover {
    opacity: 0.66;
}

.btn img {
    vertical-align: -2px;
}

.btn-block {
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center !important;
}

.desktop-display-none {
    display: none !important;
}

#content ul, #content ol {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 30px;
}

#content ul li, #content ol li {
    margin: 0px 0px 10px 0px;
}

.animation, .animation-home, .animation-home-2, .animation-home-3, .animation-home-4 {
    opacity: 0;
}

.animation-delay-25 {
    animation-delay: 0.25s;
}

.animation-delay-50 {
    animation-delay: 0.50s;
}

.animation-delay-75 {
    animation-delay: 0.75s;
}

.animation-delay-100 {
    animation-delay: 1s;
}

.animation-delay-125 {
    animation-delay: 1.25s;
}

.animation-delay-150 {
    animation-delay: 1.50s;
}

.animation-delay-175 {
    animation-delay: 1.75s;
}

.animation-delay-200 {
    animation-delay: 2s;
}

.container-fluid {
    padding-right: 110px;
    padding-left: 110px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1440px;
}

.xaz-image {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    height: 400px;
}

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

.text-align-center p {
    text-align: center;
}

.width-100 {
    width: 100%;
}

.display-table {
    width: 100%;
    display: table;
    height: 100%;
    table-layout: fixed;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.row-space &gt; .col-xs-1, .row-space &gt; .col-sm-1, .row-space &gt; .col-md-1, .row-space &gt; .col-lg-1, .row-space &gt; .col-xs-2, .row-space &gt; .col-sm-2, .row-space &gt; .col-md-2, .row-space &gt; .col-lg-2, .row-space &gt; .col-xs-3, .row-space &gt; .col-sm-3, .row-space &gt; .col-md-3, .row-space &gt; .col-lg-3, .row-space &gt; .col-xs-4, .row-space &gt; .col-sm-4, .row-space &gt; .col-md-4, .row-space &gt; .col-lg-4, .row-space &gt; .col-xs-5, .row-space &gt; .col-sm-5, .row-space &gt; .col-md-5, .row-space &gt; .col-lg-5, .row-space &gt; .col-xs-6, .row-space &gt; .col-sm-6, .row-space &gt; .col-md-6, .row-space &gt; .col-lg-6, .row-space &gt; .col-xs-7, .row-space &gt; .col-sm-7, .row-space &gt; .col-md-7, .row-space &gt; .col-lg-7, .row-space &gt; .col-xs-8, .row-space &gt; .col-sm-8, .row-space &gt; .col-md-8, .row-space &gt; .col-lg-8, .row-space &gt; .col-xs-9, .row-space &gt; .col-sm-9, .row-space &gt; .col-md-9, .row-space &gt; .col-lg-9, .row-space &gt; .col-xs-10, .row-space &gt; .col-sm-10, .row-space &gt; .col-md-10, .row-space &gt; .col-lg-10, .row-space &gt; .col-xs-11, .row-space &gt; .col-sm-11, .row-space &gt; .col-md-11, .row-space &gt; .col-lg-11, .row-space &gt; .col-xs-12, .row-space &gt; .col-sm-12, .row-space &gt; .col-md-12, .row-space &gt; .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
}

.row-space-big &gt; .col-xs-1, .row-space-big &gt; .col-sm-1, .row-space-big &gt; .col-md-1, .row-space-big &gt; .col-lg-1, .row-space-big &gt; .col-xs-2, .row-space-big &gt; .col-sm-2, .row-space-big &gt; .col-md-2, .row-space-big &gt; .col-lg-2, .row-space-big &gt; .col-xs-3, .row-space-big &gt; .col-sm-3, .row-space-big &gt; .col-md-3, .row-space-big &gt; .col-lg-3, .row-space-big &gt; .col-xs-4, .row-space-big &gt; .col-sm-4, .row-space-big &gt; .col-md-4, .row-space-big &gt; .col-lg-4, .row-space-big &gt; .col-xs-5, .row-space-big &gt; .col-sm-5, .row-space-big &gt; .col-md-5, .row-space-big &gt; .col-lg-5, .row-space-big &gt; .col-xs-6, .row-space-big &gt; .col-sm-6, .row-space-big &gt; .col-md-6, .row-space-big &gt; .col-lg-6, .row-space-big &gt; .col-xs-7, .row-space-big &gt; .col-sm-7, .row-space-big &gt; .col-md-7, .row-space-big &gt; .col-lg-7, .row-space-big &gt; .col-xs-8, .row-space-big &gt; .col-sm-8, .row-space-big &gt; .col-md-8, .row-space-big &gt; .col-lg-8, .row-space-big &gt; .col-xs-9, .row-space-big &gt; .col-sm-9, .row-space-big &gt; .col-md-9, .row-space-big &gt; .col-lg-9, .row-space-big &gt; .col-xs-10, .row-space-big &gt; .col-sm-10, .row-space-big &gt; .col-md-10, .row-space-big &gt; .col-lg-10, .row-space-big &gt; .col-xs-11, .row-space-big &gt; .col-sm-11, .row-space-big &gt; .col-md-11, .row-space-big &gt; .col-lg-11, .row-space-big &gt; .col-xs-12, .row-space-big &gt; .col-sm-12, .row-space-big &gt; .col-md-12, .row-space-big &gt; .col-lg-12 {
    padding-left: 30px;
    padding-right: 30px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.row-space {
    margin-left: -15px;
    margin-right: -15px;
}

.row-space-big {
    margin-left: -30px;
    margin-right: -30px;
}

b {
    font-weight: 700;
}

strong {
    font-weight: 700;
}

.post, .page {
    margin: 0px !important;
}

.component-info {
    margin-top: 100px !important;
    font-weight: 700 !important;
    color: #e30613 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    margin-bottom: 20px !important;
}

#components {
    margin-top: 100px !important;
}

#components-1 {
    padding-top: 0px !important;
}

/* ===== FORM ===== */

.xaz-contact .wpcf7-form, .woocommerce-checkout{
    padding: 0px;
}

.xaz-contact input, .xaz-contact textarea, .wpcf7-select,  .woocommerce-checkout input, .woocommerce-checkout textarea, .xaz-contact .form-control {
    color: #222 !important;
    border: solid 1px #ccc !important;
    border-radius: 0px !important;
    padding: 10px 15px 10px 15px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    width: 100% !important;
    margin-bottom: 20px !important;
    font-family: 'Muli', sans-serif !important;
    height: auto !important;
    transition: none !important;
    box-shadow: none !important;
}

.xaz-contact input[type="radio"], .xaz-contact input[type="checkbox"], .woocommerce-checkout input[type="radio"], .woocommerce-checkout input[type="checkbox"] {
    margin: 4px 5px 0 !important;
    margin-bottom: 0px !important;
    margin-top: 1px !important;
    line-height: normal !important;
    width: auto !important;
    font-family: 'Muli', sans-serif !important;
    font-weight: 300 !important;
}

.xaz-contact label, .woocommerce-checkout label {
    font-weight: 700;
    font-size: 18px;
}

.xaz-contact input[type="file"] {
    display: inline-block;
    width: 300px !important;
}

.xaz-contact .wpcf7-list-item {
    margin: 0px !important;
}

.xaz-contact .wpcf7-list-item-label .expanded {
    display: none;
}

.xaz-contact .wpcf7-list-item-label .expanded.active {
    display: inline-block;
}

.xaz-contact .wpcf7-list-item-label strong {
    cursor: pointer;
}

.wpcf7-list-item-label {
    font-size: 14px;
    color: #707070;
    display: inline-block;
    line-height: 20px;
    padding-left: 30px;
    position: relative;
}

.xaz-contact .wpcf7-submit {
    font-size: 16px !important;
    text-align: center !important;
    padding: 14px 16px 14px 16px !important;
    border-radius: 0px !important;
    transition: 0.5s all !important;
    line-height: 16px !important;
    display: inline-block !important;
    border: none !important;
    color: #fff !important;
    font-weight: 400 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    font-family: 'Montserrat', sans-serif !important;
    width: auto !important;
}

.xaz-contact .wpcf7-submit:hover {
    opacity: 0.6;
}

.xaz-contact .wpcf7-submit, ..xaz-contact .wpcf7-submit:visited, .xaz-contact .wpcf7-submit {
    color: #fff;
    border: none !important;
    background: #141A51 !important;
    position: relative !important;
}

.xaz-contact .wpcf7-submit:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 16px 0 0;
    border-color: #141A51 transparent transparent transparent;
    position: absolute;
    right: -16px;
    top: 0px;
}

.acceptance {
    font-size: 14px;
    display: inline-block;
    padding-left: 25px;
    position: relative;
    line-height: 22px;
    color: #666;
}

.acceptance span {
    position: absolute;
    left: 0px;
    top: 0px;
}

#home-6 .skk_offers td {
	color: #00a5bd !important;
}

#home-6 .skk_offers td:first-child {
    text-transform: none;
    font-weight: normal;
    font-size: 20px;
    color: #141A51;
    display: inline flow-root list-item;
    background: #fff url(/_new/wp-content/themes/sverna/assets/bg1.png) no-repeat scroll top right;
        background-size: auto;
    background-size: 15%;
    padding-right: 40px;
}

#home-6 .skk_offers td:first-child:hover {
    text-transform: none;
    font-weight: normal;
    font-size: 20px;
    color: #fff !important;
    display: inline flow-root list-item;
    background: #00A5BD url(/_new/wp-content/themes/sverna/assets/bg2.png) no-repeat scroll top right;
        background-size: auto;
    background-size: 15%;
    padding-right: 40px;
}

#home-6 .skk_offers td {
    transition: none !important;
}

#home-6 .skk_offers td:first-child {
	background-size: 12% !important;
}

#home-6 .skk_offers td {
	padding: 20px 25px !important;
}



/* ===== MOBILE ===== */

@media (max-width: 767px) {
    .desktop-display-none {
        display: block !important;
    }

    .mobile-display-none {
        display: none !important;
    }
}

/*dodany kod*/

.btn-fix {
    position: fixed;
    top: 30%;
    width: 155px;
    background: #00A5BD;
    z-index: 999;
    transform: rotate(90deg);
    padding: 10px 0px 10px 0px;
    text-align: center;
    color: white;
    right: -55px;
}

.btn-fix::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 48px solid #00A5BD;
    border-right: 30px solid transparent;
    top: 0%;
    left: 100%;
}

.btn-fix img {
    width: 100px;
    height: auto;
}

.site-footer a:hover {
    color:#00A5BD !important;
}

.cc-color-override-2096883300.cc-revoke {
    color: rgb(255, 255, 255);
    background-color: #00A5BD !important;
}</pre></body></html>