<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: "Museo";
    src: url("../fonts/museo-700-webfont.eot");
    src:
        url("../fonts/museo-700-webfont.eot?#iefix") format("embedded-opentype"),
        url("../fonts/museo-700-webfont.woff2") format("woff2"),
        url("../fonts/museo-700-webfont.woff") format("woff"),
        url("../fonts/museo-700-webfont.ttf") format("truetype"),
        url("../fonts/museo-700-webfont.svg#museo700") format("svg");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Museo";
    src: url("../fonts/museo-500-webfont.eot");
    src:
        url("../fonts/museo-500-webfont.eot?#iefix") format("embedded-opentype"),
        url("../fonts/museo-500-webfont.woff2") format("woff2"),
        url("../fonts/museo-500-webfont.woff") format("woff"),
        url("../fonts/museo-500-webfont.ttf") format("truetype"),
        url("../fonts/museo-500-webfont.svg#museo500") format("svg");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Museo";
    src: url("../fonts/museo-300-webfont.eot");
    src:
        url("../fonts/museo-300-webfont.eot?#iefix") format("embedded-opentype"),
        url("../fonts/museo-300-webfont.woff2") format("woff2"),
        url("../fonts/museo-300-webfont.woff") format("woff"),
        url("../fonts/museo-300-webfont.ttf") format("truetype"),
        url("../fonts/museo-300-webfont.svg#museo300") format("svg");
    font-weight: 300;
    font-style: normal;
}
body {
    font-size: 112.5%;
    font-family: "Museo", sans-serif;
}
h1,
h2,
h3 {
    color: #878787;
    margin: 24px 0;
}
h1 {
    font-size: 2em;
    line-height: 48px;
    background-image: url(../img/decor-line.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    text-align: center;
    font-weight: 300;
    padding-bottom: 36px;
    padding-left: 17.0833333333%;
    padding-right: 17.0833333333%;
}
@media (max-width: 540px) {
    h1 {
        font-size: 1.667em;
        padding-left: 0;
        padding-right: 0;
        line-height: 36px;
    }
}
@media (max-width: 325px) {
    h1 {
        font-size: 1.333em;
        line-height: 30px;
    }
}
h2 {
    font-size: 1.333em;
    color: #b20e10;
    font-weight: 400;
    line-height: 30px;
    margin: 24px 0;
}
a {
    color: #b20e10;
}
p {
    color: #878787;
    margin: 24px 0;
}
p.center {
    text-align: center;
}
ul,
ol {
    color: #878787;
    margin: 24px 0;
}
.grid-wrap {
    max-width: 960px;
    margin: 0 auto;
    margin-top: 24px;
    padding: 0 24px;
}
.grid-wrap:after {
    content: "";
    display: table;
    clear: both;
}
.wrapper-960 {
    max-width: 960px;
    margin: 0 auto;
}
.wrapper-960:after {
    content: "";
    display: table;
    clear: both;
}
.wrapper-1100 {
    max-width: 1100px;
    margin: 0 auto;
}
.wrapper-1100:after {
    content: "";
    display: table;
    clear: both;
}
.floating-contact {
    position: fixed;
    left: 0;
    top: 200px;
    z-index: 5000;
}
#topnav {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}
#topnav .bar {
    display: none;
}
@media (max-width: 850px) {
    #topnav .bar {
        background-color: #f2ebe2;
        display: block;
    }
    #topnav .bar:after {
        content: "";
        display: table;
        clear: both;
    }
}
#topnav .logo {
    float: left;
    width: 50%;
    margin: 0;
}
#topnav .logo a {
    display: block;
    line-height: 48px;
    background-color: #b20e10;
    text-align: center;
    background-image: url(../img/logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
#topnav .menu-toggle {
    float: left;
    width: 50%;
    font-size: 14px;
    line-height: 48px;
}
#topnav .menu-toggle a {
    display: block;
    text-align: center;
    background-image: url(../img/menu-switch.png);
    background-position: 24px center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    outline: none;
}
#topnav .menu-toggle a:focus {
    outline: none;
}
#topnav ul {
    display: block;
    margin: 0;
    padding: 0;
}
#topnav ul:after {
    content: "";
    display: table;
    clear: both;
}
#topnav ul li {
    border-top: 1px solid #e2d3bf;
    display: inline;
    background-color: #f2ebe2;
    float: left;
    width: 15.33333%;
}
#topnav ul li:hover {
    background-color: #e2d3bf;
}
#topnav ul li.current a {
    color: #b20e10;
}
@media (max-width: 850px) {
    #topnav ul li {
        display: block;
        float: none;
        border-top: 1px solid #e2d3bf;
        width: 100%;
    }
}
#topnav ul li a {
    display: block;
    line-height: 48px;
    text-align: center;
    color: #878787;
    text-transform: uppercase;
    text-decoration: none;
}
#topnav ul li.home {
    display: block;
    width: 8%;
    background-color: transparent;
}
#topnav ul li.home a {
    padding: 0;
}
#topnav ul li.home a img {
    width: 100%;
    height: auto;
}
@media (max-width: 850px) {
    #topnav ul li.home {
        display: none;
    }
}
.hero-slider {
    height: 552px;
    margin-bottom: 48px;
}
.hero-slider .cycle-pager {
    position: absolute;
    bottom: 0;
    z-index: 500;
    width: 100%;
    text-align: center;
}
.hero-slider .cycle-pager span {
    font-size: 3em;
    color: white;
    opacity: 0.5;
    cursor: pointer;
    display: inline-block;
    line-height: 1em;
    height: 1em;
    padding: 0 0.05em;
}
.hero-slider .cycle-pager span.cycle-pager-active {
    opacity: 1;
}
.hero-slider .slide {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.hero-slider .slide .badge {
    position: absolute;
    left: 35%;
    top: 25%;
}
@media (max-width: 980px) {
    .hero-slider {
        height: 312px;
    }
    .hero-slider .slide .badge {
        display: none;
    }
}
@media (max-width: 350px) {
    .hero-slider {
        height: 192px;
    }
}
#home-production-block {
    background-color: #f2ebe2;
    margin-top: 48px;
    margin-bottom: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
}
#home-production-block:after {
    content: "";
    display: table;
    clear: both;
}
#home-production-block .inner {
    width: 960px;
    margin: 0 auto;
}
#home-production-block .inner:after {
    content: "";
    display: table;
    clear: both;
}
#home-production-block .block {
    width: 460px;
    height: 460px;
    float: left;
    margin: 10px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
#home-production-block a {
    display: block;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    width: 300px;
    height: 300px;
    background-color: white;
    border-radius: 150px;
    color: #b20e10;
    font-size: 1.333em;
    padding: 130px 30px 0 30px;
    margin: 80px auto;
}
#home-production-block a:hover {
    background-color: #b20e10;
    color: white;
}
@media (max-width: 960px) {
    #home-production-block .inner {
        width: 480px;
    }
}
@media (max-width: 480px) {
    #home-production-block .inner {
        width: 100%;
    }
    #home-production-block .block {
        width: 100%;
        border-radius: 0;
        margin-left: 0;
        margin-right: 0;
    }
}
#pile-moje-home-block {
    text-align: center;
}
#pile-moje-home-block p {
    padding: 2.5%;
    font-size: 1.556em;
    color: black;
}
.pile-moje-image {
    height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 750px) {
    #pile-moje-home-block {
        text-align: center;
    }
    #pile-moje-home-block p {
        font-size: 1em;
    }
    .pile-moje-image {
        height: 432px;
    }
}
.sub-navigation {
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 48px;
    padding: 0 6.0416666667%;
}
.sub-navigation ul {
    margin: 0;
    padding: 0;
}
.sub-navigation ul:after {
    content: "";
    display: table;
    clear: both;
}
.sub-navigation ul li {
    display: inline-block;
    float: left;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 1px;
    padding-bottom: 1px;
}
.sub-navigation ul li:after {
    content: "";
    display: table;
    clear: both;
}
.sub-navigation ul li a {
    background-color: #f2ebe2;
    float: left;
    line-height: 48px;
    color: #878787;
    text-decoration: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 24px;
}
.sub-navigation ul li a:hover {
    background-color: #e2d3bf;
}
.sub-navigation ul li.current a {
    background-color: #b20e10;
    color: white;
}
@media (max-width: 980px) {
    .sub-navigation ul li {
        width: 50%;
    }
}
@media (max-width: 540px) {
    .sub-navigation ul li {
        width: 100%;
    }
}
#footer-navigation {
    background-color: #b20e10;
}
#footer-navigation ul {
    margin: 0 auto;
    max-width: 960px;
    padding: 0;
}
#footer-navigation ul:after {
    content: "";
    display: table;
    clear: both;
}
#footer-navigation ul li {
    float: left;
    display: inline;
    width: 16.6667%;
}
#footer-navigation ul li:after {
    content: "";
    display: table;
    clear: both;
}
#footer-navigation ul li a {
    float: left;
    width: 100%;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.889em;
    text-align: center;
    line-height: 48px;
}
#footer-navigation ul li a:hover {
    background-color: #830a0c;
}
@media (max-width: 800px) {
    #footer-navigation ul li {
        width: 50%;
    }
}
.language-switcher {
    position: absolute;
    z-index: 5000;
    right: 0;
    top: 72px;
}
.language-switcher a {
    display: block;
    background-color: #f2ebe2;
    border: 1px solid white;
    border-right-style: none;
    font-size: 0.667em;
    color: #878787;
    text-align: center;
    width: 24px;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
}
.language-switcher a.current {
    background-color: #b20e10;
    color: white;
}
@media (max-width: 850px) {
    .language-switcher {
        top: 0;
        z-index: 2010;
    }
    .language-switcher a {
        border-style: none;
        border-left: 1px solid #e2d3bf;
    }
}
.history-slider {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 6.0416666667%;
    position: relative;
}
.history-slider .slider-wrapper {
    position: relative;
}
.history-slider .slider-wrapper:after {
    content: "";
    display: table;
    clear: both;
}
.history-slider .slider-wrapper .prev,
.history-slider .slider-wrapper .next {
    position: absolute;
    top: 43%;
    z-index: 1000;
    cursor: pointer;
}
.history-slider .slider-wrapper .next {
    right: -24px;
}
.history-slider .slider-wrapper .prev {
    left: -24px;
}
.history-slider .slider {
    background-color: #f2ebe2;
}
.history-slider .slider:after {
    content: "";
    display: table;
    clear: both;
}
.history-slider .slider .slide {
    width: 100%;
}
.history-slider .slider .slide .content {
    float: left;
    width: 48.75%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px;
    margin-right: 2.5%;
}
.history-slider .slider .slide .content p {
    margin: 0;
    font-size: 0.889em;
}
.history-slider .slider .slide .content h2 {
    margin: 12px 0;
}
.history-slider .slider .slide .image {
    float: right;
    height: 100%;
    width: 48.75%;
}
.history-slider .slider .slide .image img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 990px) {
    .history-slider .slider-wrapper .prev,
    .history-slider .slider-wrapper .next {
        display: none;
    }
    .history-slider .slider .slide .content {
        height: auto;
        width: 100%;
        float: none;
        margin: 0;
    }
    .history-slider .slider .slide .image {
        width: 100%;
        float: none;
        margin: 0;
    }
}
.hero-large {
    height: 552px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.map .embed-container {
    position: relative;
    top: 48px;
    padding-bottom: 504px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.map .embed-container iframe,
.map .embed-container object,
.map .embed-container embed {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 980px) {
    .hero-large {
        height: 312px;
    }
    .map .embed-container {
        padding-bottom: 264px;
    }
}
@media (max-width: 350px) {
    .hero-large {
        height: 192px;
    }
    .map .embed-container {
        padding-bottom: 144px;
    }
}
.hero-small {
    height: 360px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 980px) {
    .hero-small {
        height: 240px;
    }
}
@media (max-width: 350px) {
    .hero-small {
        height: 192px;
    }
}
.poultry-product-block {
    width: 31.6666666667%;
    margin-right: 2.5%;
    float: left;
}
.poultry-product-block:nth-child(3n + 3) {
    margin-right: 0;
}
.poultry-product-block img {
    max-width: 100%;
    height: auto;
}
.poultry-product-block h1 {
    font-size: 1em;
    color: #b20e10;
    text-transform: uppercase;
    line-height: 24px;
    padding-bottom: 16px;
    margin-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
}
.poultry-product-block p {
    font-size: 0.778em;
    margin-top: 0;
    text-align: center;
}
@media (max-width: 770px) {
    .poultry-product-block {
        width: 48.75%;
    }
    .poultry-product-block:nth-child(3n + 3) {
        margin-right: 2.5%;
    }
    .poultry-product-block:nth-child(2n + 2) {
        margin-right: 0;
    }
}
@media (max-width: 500px) {
    .poultry-product-block {
        width: 100%;
        margin-right: 0;
    }
}
.soilage-wrap {
    width: 1008px;
    margin: 0 auto;
}
.soilage-wrap:after {
    content: "";
    display: table;
    clear: both;
}
.soilage-product-block {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 320px;
    height: 320px;
    float: left;
    overflow: hidden;
    margin: 8px;
}
.soilage-product-block .inner {
    margin: 0 auto;
    margin-top: 10px;
    width: 300px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.soilage-product-block .inner:hover {
    margin-top: -310px;
}
.soilage-product-block .inner .upper,
.soilage-product-block .inner .lower {
    width: 300px;
    height: 300px;
    border-radius: 150px;
    opacity: 0.8;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
}
.soilage-product-block .inner .upper {
    background-color: #b20e10;
    color: white;
}
.soilage-product-block .inner .upper h1 {
    color: white;
    margin: 0;
    padding: 0;
    padding-top: 125px;
    background-image: none;
}
.soilage-product-block .inner .lower {
    background-color: white;
}
.soilage-product-block .inner .lower .content {
    padding: 80px 24px 0 24px;
    font-size: 0.75em;
}
.soilage-product-block .inner .lower .content p {
    margin: 0;
}
@media (max-width: 1008px) {
    .soilage-wrap {
        width: 672px;
    }
}
@media (max-width: 672px) {
    .soilage-wrap {
        width: 100%;
    }
    .soilage-product-block {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
.our-story-text {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 6.0416666667%;
    text-align: center;
}
.our-story-text p {
    font-size: 1.333em;
}
.our-story-text img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 540px) {
    .our-story-text p {
        font-size: 1.222em;
    }
}
@media (max-width: 325px) {
    .our-story-text p {
        font-size: 1em;
    }
}
.our-story-image {
    margin: 48px 0;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    float: left;
}
.our-story-image .content {
    width: 300px;
    height: 300px;
    border-radius: 150px;
    background-image: url(../img/transparency.png);
    text-align: center;
    font-size: 1.333em;
    color: #878787;
    margin: 50px auto;
}
.our-story-image .content .inner {
    color: black;
    padding: 24px;
    padding-top: 90px;
}
.our-story-image .content .inner.row6 {
    padding-top: 70px;
}
.our-story-image .content .inner.row5 {
    padding-top: 80px;
}
.our-story-image .logo {
    width: 162px;
    height: 167px;
    margin: 115px auto;
}
.production-block {
    max-width: 960px;
    margin: 48px auto;
    position: relative;
}
.production-block img {
    max-width: 100%;
    height: auto;
    border-radius: 1000px;
}
.production-block h1 {
    text-align: left;
    padding-left: 48.75%;
    padding-right: 0;
}
.production-block p {
    padding-left: 48.75%;
}
.production-block p:first-of-type {
    color: #b20e10;
    font-size: 1.333em;
}
.production-block .image {
    position: absolute;
    top: 0;
    width: 40.2083333333%;
}
@media (max-width: 500px) {
    .production-block {
        padding: 0 24px;
    }
    .production-block .image {
        width: 100%;
        position: static;
    }
    .production-block h1 {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    .production-block p {
        padding-left: 0;
    }
}
#pile-moje-block {
    margin-bottom: 48px;
    text-align: center;
}
#pile-moje-block .intro {
    background-image: url(../img/decor-line.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #f2c003;
    color: white;
    font-size: 2.333em;
    line-height: 48px;
    text-align: center;
    padding-top: 48px;
    padding-bottom: 144px;
    margin-bottom: 192px;
}
#pile-moje-block .inner {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}
#pile-moje-block .inner .image {
    position: absolute;
    left: 50%;
    margin-left: -150px;
    bottom: -300px;
}
#pile-moje-block .wrap {
    max-width: 960px;
    margin: 0 auto;
}
#pile-moje-block .wrap p {
    font-size: 1.333em;
}
.pile-moje-images:after {
    content: "";
    display: table;
    clear: both;
}
.pile-moje-images .image {
    float: left;
    width: 25%;
}
.pile-moje-images .image img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 720px) {
    #pile-moje-block {
        padding: 2.5%;
    }
    #pile-moje-block .intro {
        padding-left: 24px;
        padding-right: 24px;
        font-size: 1.5em;
        line-height: 36px;
    }
    #pile-moje-block .wrap {
        padding-left: 24px;
        padding-right: 24px;
    }
    #pile-moje-block .wrap p {
        font-size: 1em;
    }
    .pile-moje-images .image {
        float: none;
        width: 100%;
    }
}
#visual-identity .download,
#press-clipping .download,
#photos .download {
    float: left;
    width: 128px;
    height: 230px;
    margin: 0 4px;
    font-size: 0.85em;
}
#visual-identity .download a,
#press-clipping .download a,
#photos .download a {
    display: block;
    border: 1px solid #eee;
    float: left;
    margin-bottom: 12px;
}
#visual-identity .download a:hover,
#press-clipping .download a:hover,
#photos .download a:hover {
    border: 1px solid #999;
}
@media (max-width: 960px) {
    #visual-identity,
    #press-clipping,
    #photos {
        padding: 0 24px;
    }
}
#partners .partner {
    float: left;
    width: 128px;
    height: 128px;
    margin: 4px;
    font-size: 0.85em;
}
#partners .partner a {
    display: block;
    border: 1px solid #eee;
    float: left;
}
#partners .partner a:hover {
    border: 1px solid #999;
}
@media (max-width: 960px) {
    #partners {
        padding: 0 24px;
    }
}
.quality-certificates {
    max-width: 960px;
    margin: 84px auto;
    padding: 0 6.0416666667%;
    text-align: center;
    clear: both;
}
.quality-certificates:after {
    content: "";
    display: table;
    clear: both;
}
.quality-certificates h2 {
    background: url(../img/quality-bg.png) repeat-x center center;
}
.quality-certificates .cert {
    display: inline-block;
    width: 96px;
    height: 96px;
    margin: 12px;
}
#footer {
    background-color: #f2ebe2;
}
#footer .wrap {
    max-width: 960px;
    margin: 0 auto;
}
#footer .wrap:after {
    content: "";
    display: table;
    clear: both;
}
#footer .left {
    padding: 48px 0;
    float: left;
    width: 45%;
    margin-left: 5%;
}
#footer .left p {
    margin: 0;
    font-size: 0.667em;
}
#footer .right {
    padding: 48px 0;
    float: left;
    width: 45%;
    margin-right: 5%;
    text-align: right;
}
#footer .right a {
    color: #b20e10;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.667em;
    display: inline-block;
    margin-left: 24px;
}
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
</pre></body></html>