<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    margin: 0 auto;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0 auto;
    padding: 0;
    font-family: 'Nunito Sans', Arial, Tahoma;
    color: #2e2b2c;
    font-size: 19px;
    font-weight: normal;
    line-height: 28px;
    background-color: #fff;
}

sup {
    vertical-align: top;
    position: relative;
    top: -0.2em;
}

.sup-8 {
    font-size: 8px;
    line-height: 18px;
}

.sup-10 {
    font-size: 10px;
    line-height: 19px;
}

.sup-11 {
    font-size: 11px;
    line-height: 20px;
    top: -0.1em;
}

.mobile, .mobile-small-header {
    display: none
}

.noDesktop {
    display: none
}

body strong,
body b {
    font-weight: 700
}

a {
    color: #003c15;
    text-decoration: none;
    outline: 0px;
}

a:hover {
    color: #000;
}

a img {
    border: 0px;
}

p {
    margin: 0 0 15px;
}

.clearfix {
    width: 100%;
    display: block;
    float: left;
    height: 20px;
}

h1 {
    color: #1a345b;
    font-family: 'Nunito Sans', Arial, Tahoma, Tahoma;
    font-size: 21px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 30px 0;
    padding: 0;
}

h1 span {
    font-weight: 400;
}

.content-center h1 {
    margin: 55px 0 30px;
}

h2 {
    color: #1a345b;
    font-family: 'Nunito Sans', Arial, Tahoma, Tahoma;
    font-size: 30px;
    font-weight: 800;
    line-height: 45px;
    margin: 0 0 7px 0;
    padding: 0;
}

h3 {
    color: #1a345b;
    font-family: 'Nunito Sans', Arial, Tahoma, Tahoma;
    font-size: 26px;
    font-weight: 800;
    line-height: 26px;
    margin: 0 0 35px 0;
    padding: 0;
}

.bordered {
    color: #007dab;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.4;
    float: none;
    border-bottom: 2px solid #a4cbe6;
    padding: 0 0 18px;
    margin: 0 auto 20px;
    display: inline-block;
}

h4 {
    color: #1a345b;
    font-family: 'Nunito Sans', Arial, Tahoma, Tahoma;
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    margin: 30px 0 20px 0;
    padding: 0;
}

h5 {
    color: #1a345b;
    font-family: 'Nunito Sans', Arial, Tahoma, Tahoma;
    font-size: 25px;
    float: left;
    width: 100%;
    font-weight: bold;
    line-height: 33px;
    margin: 0 0 10px 0;
    padding: 0;
}

.titleBox {
    width: 100%;
    margin-bottom: 25px;
}

.titleBox h2 {
    background: url(img/separator.png) no-repeat bottom;
    padding-bottom: 24px;
    text-align: center;
}

.simpleList {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden
}

.simpleList li {
    background: url(img/listBullet.png) no-repeat 0 10px;
    list-style: none;
    margin-bottom: 15px;
    padding: 0 0 0 25px;
}


/****** CONTENT GRID CSS *******/


/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 0 0 3% 4%;
}

.row {
    margin: 30px 0;
    float: left;

}

.col:first-child,
.col.first {
    margin-left: 0;
}

.col.right {
    float: right
}

.col.pull-right {
    text-align: right
}

.col.pull-center {
    text-align: center
}

.box .col {
    margin-bottom: 0
}


/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 */
}


/*  GRID OF TWELVE  */
.span_12_of_12 {
    width: 100%;
    margin: 0 0 3% 0;
}

.span_11_of_12 {
    width: 91.33%;
}

.span_10_of_12 {
    width: 82.66%;
}

.span_9_of_12 {
    width: 74%;
}

.span_8_of_12 {
    width: 65.33%;
}

.span_7_of_12 {
    width: 56.66%;
}

.span_6_of_12 {
    width: 48%;
}

.span_5_of_12 {
    width: 39.33%;
}

.span_4_of_12 {
    width: 30.66%;
}

.span_3_of_12 {
    width: 22%;
}

.span_2_of_12 {
    width: 13.33%;
}

.span_1_of_12 {
    width: 4.666%;
}

.group .first {
    margin-left: 0;
}

.group .last {
    margin-right: 0;
}

.group .right {
    float: right;
}

.col img {
    max-width: 100%;
    height: auto
}



/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 767px) {
    .col {
        margin: 1% 0 1% 0%;
    }

    .span_1_of_12,
    .span_2_of_12,
    .span_3_of_12,
    .span_4_of_12,
    .span_5_of_12,
    .span_6_of_12,
    .span_7_of_12,
    .span_8_of_12,
    .span_9_of_12,
    .span_10_of_12,
    .span_11_of_12,
    .span_12_of_12 {
        width: 100%;
    }
}

.centerRow {
    text-align: center;
    margin: 40px 0 0;
}

.more {
    border: 0;
    margin-top: 20px;
    padding: 12px 25px;
    background-color: #ffab1c;
    color: #fff;
    border-radius: 20px;
    display: inline-block;
    line-height: 1;
    font-weight: bold;
    font-size: 15px;
    font-family: "Nunito Sans";
}

.more:hover {
    background-color: #007dab;
    color: #fff;
}

/****** END OF CONTENT GRID CSS *******/

.wrapper {
    width: 100%;
    overflow: hidden
}

.wrapper.top {
    z-index: 1001;
    position: fixed;
    top: 0;
    background: #fff;
    left: 0;
    -moz-box-shadow: 0 0 0 rgb(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 0 rgb(0, 0, 0, 0.2);
    box-shadow: 0 0 0 rgb(0, 0, 0, 0.2);
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

header.smaller .wrapper.top {
    background: #fff;
    -moz-box-shadow: 0 0 9px #c1c1c1;
    -webkit-box-shadow: 0 0 9px#c1c1c1;
    box-shadow: 0 0 9px #c1c1c1;
}

.box {
    width: 1250px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.half-column {
    width: calc(100% - 80px);
    padding: 40px 40px;
    position: relative;
    overflow: hidden;
    float: left;
    font-size: 17px;
    line-height: 1.7;
    text-align: center;
}

.half-column.right {
    float: right;
}

.half-column h5 {
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
}

.box.products {
    min-height: 310px;
}

.box.products.xl {
    min-height: 375px;
}

.box.padding {
    padding: 60px 0 40px;
}

.content-center {
    text-align: center
}

.box.paddingTop {
    padding: 100px 0 0;
}

.box.paddingSm {
    padding: 60px 0 60px;
}

.section .box.paddingSm {
    padding: 140px 0 110px;
}

.topbar {
    height: 260px;
    overflow: visible;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

.topbar #top-title {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

.topbar #top-title h3 {
    margin: 20px 0 25px;
    color: #1a345b;
    font-size: 30px;
    font-weight: 400;
}

header.smaller .topbar {
    height: 230px;
}

header.smaller #top-title {
    margin-top: -85px;
}

.topbar #main-tiles {
    width: 100%
}

.topbar #main-tiles img {
    max-width: 410px;
    height: auto;
    margin: 0 0 0 5px;
}

.topbar #main-tiles .first img {
    margin: 0;
}

.fadeLink {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -moz-opacity: 1.0;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.fadeLink:hover {
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#jednodniowe {
    padding-top: 310px;
}

#wielokrotnego {
    padding-top: 200px;
}

.logo-row {
    text-align: right;
    margin-bottom: 20px;
}

.grey {
    background: #e6e6e6;
    padding: 50px 0;
    text-align: center;
}

.grey.topSpace {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.navy {
    background: #1a345b;
    padding: 15px 0;
    text-align: center;
    margin-top: 15px;
    color: #fff;
    font-size: 33px;
    line-height: 1.4;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}

.navy p {
    margin: 0;
}

.intro-text {
    font-size: 22px;
    margin: 0;
    line-height: 40px;
    padding: 10px 60px 0;
}

.uppercase-text {
    font-size: 16px;
    margin: 10px 0;
    color: #a71680;
    text-align: center;
    font-weight: bold;
    line-height: 29px;
    text-transform: uppercase;
}

.uppercase-text span {
    color: #0f79be;
}

.subtitle {
    font-size: 30px;
    margin-bottom: 20px;
}

.small-text {
    font-size: 13px;
    margin: 0;
    line-height: 20px;
    padding: 0 80px 0;
}

.features-box {
    margin: 28px 0 15px;
}

.features-box img {
    margin: 0 25px;
}

.productBox {
    text-align: center;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    margin-top: 15px;
    display: block;
    font-weight: bold;
}

.productBox:hover {
    margin-top: 0;
}

.productBox .title {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 7px;
    color: #228eb6;
}

.productBox .description {
    font-size: 14px;
    line-height: 1.29;
    font-style: italic;
    color: #1a345b;
}

.productBox .price {
    font-size: 17px;
    margin-top: 13px;
    font-weight: 400;
    line-height: 1.29;
    color: #982a80;
}

.productBox .button {
    font-size: 16px;
    line-height: 1.1;
    font-weight: bold;
    color: #fff;
    border-radius: 20px;
    display: inline-block;
    margin-top: 13px;
    text-transform: uppercase;
    background: #982a80;
    padding: 10px 20px 8px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

.productBox:hover .button {
    padding: 10px 30px 8px;
    background: #007dab;
}


#onas {
    background-image: url(img/bgOnas.jpg);
    background-repeat: repeat-x;
    min-height: 600px;
}


#kontakt {
    background-image: url(img/bgKontakt.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    min-height: 400px;
    overflow: hidden
}

#kontakt p {
    font-size: 21px;
    line-height: 35px;
}

.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

p.big {
    font-size: 20px;
    line-height: 28px;
}



a.backLink {
    background-color: #f78f1e;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    float: left;
    font-family: "Ubuntu", Tahoma;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 13px;
    text-transform: uppercase;
}


.tiles-row {
    overflow: hidden;
    padding: 35px 0 32px;
}

.tile {
    display: inline-block;
    float: left;
    width: 25%;
    margin: 0;
    overflow: hidden;
    text-align: center;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

.tile:hover {
    margin-top: 5px;
}
.tile p {
    margin-bottom: 6px
}

.tile span {
    font-size: 13px;
    line-height: 1.25;
    float: left;
    width: 100%;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

.tile:hover span {
    margin-top:5px;
}

.wide-button {
    width: 100%;
    color: #fff;
    padding: 20px 0;
    display: inline-block;
    text-align: center;
    background: #007dab;
    margin-top: 10px;
    font-size: 21px;
}

.wide-button:hover {
    color: #fff;
    background: #982a80;
}

.button-column {
    width: 50%;
    float: left;
    display:inline-block;
}

.half-button {
    width: 100%;
    color: #fff;
    padding: 20px 0;
    display: inline-block;
    float: left;
    text-align: center;
    background: #ffab1c;
    margin-top: 10px;
    font-size: 21px;
}

.half-button.green {
    color: #fff;
    background: #007f78;
}


.half-button:hover {
    color: #fff;
    background: #982a80;
}

#openButton1 .col {
    margin-bottom: 50px;
}

#openButton1 h3 {
    margin-bottom: 50px;
    font-size: 30px;
    width: 100%;
    font-weight: 400;
    text-align: center;
}


#openButton3 .more {
    background-color: #007f78;
}

#openButton3 .more:hover {
    background-color: #007dab;
}

.topSpace .more {
    background: #0f79be;
}

.topSpace .more:hover {
    background: #ffab1c;
}

.features-info {
    text-align: justify;
    font-size: 13px;
    line-height: 1.55;
}

.features-info img {
    margin-bottom: 5px;
}

#media-placeholder {
    background: #9c9c9c;
    color: #fff;
    text-align: center;
    min-height: 300px;
    width: 100%;
    display: inline-block;
    float: left;
    margin-top: 10px;
    vertical-align: middle;
}

.footer {
    padding: 20px 0;
    font-size: 13px;
    line-height: 18px;
}

.footer p {
    margin: 0 0 2px;
}

.credits {
    padding: 20px 0;
    font-size: 11px;
    line-height: 15px;
    background: #f4f4f4;
}

@media only screen and (min-width: 1920px) {}
</pre></body></html>