*{box-sizing:border-box}:root{--font:"Poppins",sans-serif;--color-blue:#62b1fc;--color-blue--light:#cbe5fe;--color-orange:#ffa400;--color-red:#e91e63;--color-violet:#302783;--color-navy:#2f84fd;--color-black:#292929;--text-color:#292929;--text-color--light:#707070;--bg-color:#fff;--text-color-gray:#939393;--btn-hover-color:#fff;--color-blue:#2f84fd;--color-gray:#f3f3f3;--color-gray--dark:#8b8b8b;--color-orange--light:#f3ca40;--color-blue-4:#302783;--color-blue-3:#1753d8;--color-blue-2:#2f84fd;--color-blue-1:#62b1fc;--border-radius:15px;--border-radius-lg:25px}html{font-size:62.5%}body{background-color:#fff;background-color:var(--bg-color);font-family:Poppins,sans-serif;font-family:var(--font);font-size:1.6rem;font-weight:300}body.noscroll{overflow-y:hidden}body,html{color:#292929;color:var(--text-color);margin:0;padding:0}.grid{display:grid}.grid__section{grid-template-columns:repeat(10,1fr);grid-template-rows:auto;margin:0 1em;max-width:1400px}.photo{background-color:#f1f1f1;border-radius:15px;box-shadow:0 0 30px rgba(0,0,0,.25)}.sub__header{color:#707070;color:var(--text-color--light);display:block;isolation:isolate;position:relative}.sub__header span{background-color:#fff;padding:.25em 2em .25em 0;position:relative}.sub__header:before{border-bottom-style:solid;border-bottom-width:2px;content:"";height:1px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:100%;z-index:-1}.sub__header--blue:before{border-bottom-color:#2f84fd;border-bottom-color:var(--color-blue)}.sub__header--orange:before{border-bottom-color:#ffa400;border-bottom-color:var(--color-orange)}.sub__header--violet:before{border-bottom-color:#302783;border-bottom-color:var(--color-violet)}button,h1,h2,h3,h4,h5,li,p{font-family:Poppins,sans-serif;font-family:var(--font);font-weight:400;line-height:1.3em}h1{font-size:3.586rem}h2{font-size:3.088rem}h3{font-size:2.674rem}h4{font-size:2.328rem}h5{font-size:2.04rem}h6{font-size:1.8rem}p{font-size:1.6rem}small{font-size:1.433rem}.mainheader .header__logo{padding:1em 0}.mainheader .header__logo img{height:70px}.mainheader .header__credits{color:#292929;color:var(--text-color);display:none;-webkit-text-decoration:none;text-decoration:none;transition:transform .3s ease}.mainheader .header__credits:hover{transform:scale(1.05)}.mainheader .header__credits p{font-size:1.2rem;text-align:center}.mainheader .header__credits p span{display:block;text-align:right}.mainheader .header__credits img{height:50px}.mainnav .wrapper{align-items:center;display:flex;flex-direction:column;max-width:1400px;padding:0 2em;position:relative;width:100%}.mainnav .nav__trigger{background-color:transparent;border:none;font-size:2rem;position:absolute;right:15px;top:15px}.mainnav .nav__trigger svg path{fill:#ffa400;fill:var(--color-orange)}.mainnav nav{grid-gap:1em;display:grid;gap:1em;grid-template-rows:0fr;transition:grid-template-rows .3s ease-out}.mainnav nav.active{grid-template-rows:1fr}.mainnav nav.active ul{padding:1em 0}.mainnav nav .nav__wrapper{overflow:hidden}.mainnav nav ul{grid-gap:1em;align-items:center;display:flex;flex-direction:column;gap:1em;list-style-type:none;margin:0;padding:0;transition:all .3s ease}.mainnav nav ul li{overflow:visible}.mainnav nav ul li a.btn:hover{box-shadow:0 0 15px rgba(0,0,0,.3)}.mainnav.fixed{background:#fff;box-shadow:2px 10px 50px rgba(0,0,0,.2);display:flex;flex-direction:column;justify-content:center;left:0;margin:0;position:fixed;right:0;top:0;z-index:999}.mainnav.fixed .wrapper{padding:0}.mainnav.fixed .header__logo img{height:50px}.fundacja .mainnav ul a{grid-gap:.5em;align-items:center;border:2px solid #000;border-radius:2em;color:#292929;color:var(--text-color);display:flex;gap:.5em;padding:.5em 1.25em;-webkit-text-decoration:none;text-decoration:none}.fundacja .mainnav ul li.donation a{position:relative}.fundacja .mainnav ul li.donation a:after{content:"\ea70";font-family:Material Symbols Outlined;font-size:2rem;margin-left:.5em;transform:translateY(-3px)}.fundacja .mainnav ul li:first-child a{background:transparent linear-gradient(90deg,#ffa400,#f3ca40) 0 0 no-repeat padding-box;border-color:#ffa400;border-color:var(--color-orange)}.fundacja .mainnav ul li:nth-child(2) a{border-color:#62b1fc;border-color:var(--color-blue-1)}.fundacja .mainnav ul li:nth-child(3) a{border-color:#2f84fd;border-color:var(--color-blue-2)}.fundacja .mainnav ul li:nth-child(4) a{border-color:#1753d8;border-color:var(--color-blue-3)}.fundacja .mainnav ul li:nth-child(5) a{border-color:#302783;border-color:var(--color-blue-4)}.informator .btn{border-radius:2em;border-style:solid;border-width:2px;color:#292929;color:var(--text-color);cursor:pointer;display:inline-block;font-size:1.4rem;padding:.65em 1.25em .5em;-webkit-text-decoration:none;text-decoration:none;transition:all .2s ease}.informator .btn:hover{box-shadow:0 5px 20px rgba(0,0,0,.4);transform:scale(1.05) translateY(-3px)}.informator .btn--orange{border-color:#ffa400;border-color:var(--color-orange)}.informator .btn--orange:hover{background-color:#ffa400;background-color:var(--color-orange);color:#fff}.informator .btn--blue{border-color:#2f84fd;border-color:var(--color-blue)}.informator .btn--blue:hover{background-color:#2f84fd;background-color:var(--color-blue);color:#fff}.informator .btn--navy{border-color:#2f84fd;border-color:var(--color-navy)}.informator .btn--navy:hover{background-color:#2f84fd;background-color:var(--color-navy);color:#fff}.informator .btn--violet{border-color:#302783;border-color:var(--color-violet)}.informator .btn--violet:hover{background-color:#302783;background-color:var(--color-violet);color:#fff}.informator .btn--animiated:focus,.informator .btn--animiated:hover{transform:scale(1.1) translateY(-2px)}.informator .hero{background:#5c8bcb url(../assets/images/hero/hero-bg.jpg) 50% no-repeat;background-size:cover;border-radius:15px;color:#fff;grid-template-columns:repeat(10,1fr);grid-template-rows:1fr min-content;isolation:isolate;overflow:hidden;padding:3em 0 2em;position:relative}.informator .hero:before{background:#62b1fc;background:linear-gradient(135deg,#62b1fc,#302783);content:"";height:100%;left:0;opacity:.8;position:absolute;top:0;width:100%;z-index:-1}.informator .hero__content{grid-column:2/10;margin-bottom:1em}.informator .hero__actions{grid-gap:1em;align-items:center;display:flex;flex-direction:column;gap:1em;grid-column:2/10;grid-row:2/3}.informator .hero__actions .btn{color:#fff}.informator .hero h1{font-size:2em;font-weight:300;line-height:1.15;margin:0 0 1em}.informator .hero .lead{font-weight:300;line-height:1.75;margin-top:2em}.informator .intro{background-color:#fff;background:url(../assets/images/backgrounds/poznan.jpg) no-repeat;background-size:cover;padding:3em 0}.informator .intro__content{grid-column:2/10;text-align:center}.informator .intro__actions{grid-gap:1em;align-items:center;display:flex;flex-direction:column;gap:1em;grid-column:2/10;grid-row:2/3;justify-content:center;margin-top:1.5em}.informator #znajdz-placowke{margin-top:-100px;padding-top:100px}.informator .map__container{border-radius:25px;box-shadow:0 0 50px rgba(0,0,0,.2);display:grid;grid-column:1/11;grid-row:2/3;grid-template-columns:subgrid;margin-top:2em;overflow:hidden}.informator .map #map{grid-column:1/11;grid-row:2/3}.informator .map .gm-style-iw.gm-style-iw-c{border-radius:25px;max-width:250px!important;overflow:visible}.informator .map .gm-style-iw.gm-style-iw-c div{overflow:visible!important}.informator .map .infowindow{align-items:center;display:flex;flex-direction:column;font-family:Poppins,sans-serif;font-family:var(--font);margin-right:1em;overflow:visible;padding:0 .1em 2em;position:relative}.informator .map .infowindow .btn{background-color:#fff}.informator .map .infowindow .btn:focus,.informator .map .infowindow .btn:hover{background-color:#fff;background-color:var(--btn-hover-color);color:#fff}.informator .map .infowindow__icon{height:50px;left:50%;position:absolute;top:-75px;transform:translateX(-50%)}.informator .map .infowindow__icon .icon__wrapper{align-items:center;background-color:#fff;border-radius:50px;border-style:solid;border-width:2px;box-shadow:0 0 20px rgba(0,0,0,.2);display:flex;height:60px;justify-content:center;width:60px}.informator .map .infowindow__icon img{height:auto;width:35px}.informator .map .infowindow__title{font-size:2rem;font-weight:400;line-height:1.2;margin-bottom:.25em;text-align:center}.informator .map .infowindow__type{color:#939393;color:var(--text-color-gray);font-size:1.4rem;margin-bottom:1em;text-align:center}.informator .map .infowindow__mainAddress{font-size:1.5rem;font-weight:600;line-height:1.2;margin-bottom:1.5em;text-align:center}.informator .map .infowindow .btn{display:inline-block}.informator .map .placesList{grid-column:1/10;grid-row:3/4;height:250px;overflow-y:auto;padding:2em 1em 2em 0}.informator .map .placesList .hidden{display:none}.informator .map .placesList .visible{display:block}.informator .map .placesList ul{grid-gap:1em;display:flex;flex-direction:column;gap:1em;list-style-type:none;margin:0 1em;padding:0}.informator .map .placesList li{list-style-type:none;margin:0;padding:0}.informator .map .placesList li button{grid-gap:1em;background-color:transparent;border:none;color:#292929;color:var(--text-color);cursor:pointer;display:flex;gap:1em;text-align:left;transition:all .3s ease}.informator .map .placesList li button img,.informator .map .placesList li button span{transition:all .3s ease}.informator .map .placesList li button:hover{transform:scale(1.05)}.informator .map .placesList li button:hover .icon img{transform:scale(1.1)}.informator .map .placesList li button img{height:auto;width:40px}.informator .map .placesList li button .content{display:flex;flex-direction:column}.informator .map .placesList li button .type{color:#707070;color:var(--text-color--light);font-size:.8em}.informator .map .placesList li button .title{font-size:1.2em}.informator .map .placesList li button .address{font-size:1em;margin-bottom:.5em;margin-top:.5em}.informator .map .placesList__noresults{display:grid;height:0;opacity:0;transform:scale(.85);transition:all .3s ease}.informator .map .placesList__noresults.visible{height:30px;opacity:1;transform:scale(1)}.informator .map .placesList__noresults span{background-color:#e91e63;background-color:var(--color-red);border-radius:15px;color:#fff;display:block;font-weight:400;margin:1em;padding:1em 2em;text-align:center;text-transform:uppercase}.informator .map .mapFilters{grid-column:1/11;grid-row:1/2}.informator .map .mapFilters fieldset{align-items:center;background:#62b1fc;background:linear-gradient(-90deg,#62b1fc,#302783);border:none;border-radius:15px;display:flex;flex-direction:column;padding:1em 1em 1.5em}.informator .map .mapFilters fieldset .header{align-items:center;display:flex;margin:0 0 1em;padding:0 0 0 1em}.informator .map .mapFilters fieldset .header span{color:#fff;font-size:2rem;line-height:1.25}.informator .map .mapFilters fieldset .header svg{height:auto;margin-right:.75em;width:60px}.informator .map .mapFilters fieldset .filters{grid-gap:1em;align-items:end;display:grid;flex-direction:column;gap:1em;grid-template-columns:repeat(2,1fr)}.informator .map .mapFilters fieldset .filters label{color:#fff;display:block;font-size:1.4rem;margin-bottom:.25em;padding-left:.25em}.informator .map .mapFilters fieldset .filters input,.informator .map .mapFilters fieldset .filters select{border:none;border-radius:5px;font-family:Poppins,sans-serif;font-family:var(--font);font-size:1.6rem;font-size:1.4rem;padding:.75em;width:100%}.informator .map .mapFilters fieldset .filters .filter{grid-column:span 2}.informator .map .mapFilters fieldset .filters .filter--district{grid-column:span 2}.informator .map__source{font-size:1rem;grid-column:2/10;grid-row:3/4;margin:1em;padding:1em;text-align:center}.informator .map__source a{color:#292929;color:var(--text-color);font-weight:600;-webkit-text-decoration:none;text-decoration:none}.informator .moreinfo{padding:100px 0 5em}.informator .moreinfo__heading{grid-column:2/10;grid-row:2/3}.informator .moreinfo__heading .lead p{font-size:1.8rem}.informator .moreinfo__heading h2{margin:.25em 0 1em}.informator .moreinfo__photo{grid-column:2/10;grid-row:1/2}.informator .moreinfo__photo .photo__wrapper{height:250px;margin-bottom:2em;overflow:hidden}.informator .moreinfo__photo .photo__wrapper img{height:525px;-o-object-fit:cover;object-fit:cover;-o-object-position:center -75px;object-position:center -75px;width:650px}.informator .moreinfo p{font-size:1.4rem;line-height:1.65}.informator .moreinfo__col--left{grid-column:2/10;grid-row:3/4;margin-bottom:1em}.informator .moreinfo__col--right{grid-column:2/10;grid-row:4/5;margin-bottom:1em}.informator .moreinfo__actions{grid-gap:1em;align-items:center;display:flex;flex-direction:column;gap:1em;grid-column:2/10;grid-row:5/6;margin-top:2em}.informator .faq__section{margin-top:-100px;padding-top:100px}.informator .faq{grid-gap:1em;display:grid;gap:1em}.informator .faq__heading{grid-column:2/10;grid-row:1/2}.informator .faq__content{grid-column:2/10;grid-row:2/3}.informator .faq .active{overflow:hidden;position:relative}.informator .faq .active button{background-color:transparent}.informator .faq [itemprop=mainEntity]{background:rgba(98,177,252,.4);background:linear-gradient(135deg,rgba(98,177,252,.4),rgba(48,39,131,.4));border-radius:15px;display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:1fr min-content}.informator .faq [itemprop=mainEntity].active svg{fill:#333;transform:rotate(-180deg)}.informator .faq [itemprop=name]{align-items:center;color:#292929;color:var(--text-color);font-size:1.8rem;grid-column:1/9;grid-row:1/2;line-height:1.4;margin:0;padding:.1em 0 0;transition:all .3s ease}.informator .faq [itemprop=acceptedAnswer]{grid-column:2/8;grid-row:2/3;max-height:0;overflow:hidden;transition:max-height .2s ease-out}.informator .faq [itemprop=text]{display:block;font-size:1.4rem;line-height:1.65;margin-bottom:1.5em;margin-top:1.5em}.informator .faq h3{align-items:center;font-size:1.8rem;grid-column:1/-1;grid-row:1/2;margin:0;transition:all .3s ease}.informator .faq button{background-color:#eff7ff;border:none;border-radius:15px;cursor:pointer;height:100%;padding:1em 2em;text-align:left;transition:all .3s;transition:all .3s ease;width:100%}.informator .faq button:not(.active button):hover{background-color:#cbe5fe}.informator .faq button span{display:flex;justify-content:space-between}.informator .faq button span svg{fill:#939393;fill:var(--text-color-gray);transition:all .3s ease}.informator .wheretostart{padding:100px 0 5em}.informator .wheretostart__heading{grid-column:2/10;grid-row:2/3}.informator .wheretostart__photo{grid-column:2/10;grid-row:1/2}.informator .wheretostart__photo .photo__wrapper{height:250px;margin-bottom:2em;overflow:hidden}.informator .wheretostart__photo .photo__wrapper img{height:600px;-o-object-fit:cover;object-fit:cover;-o-object-position:center -175px;object-position:center -175px;width:700px}.informator .wheretostart__content{grid-column:2/10;grid-row:3/4}.informator .wheretostart__content ol{grid-gap:1em;counter-reset:section;display:grid;gap:1em;grid-auto-rows:min-content;grid-template-columns:repeat(10,1fr);list-style-type:none;margin:2em 0;padding:0}.informator .wheretostart__content ol li{font-size:1.4rem;grid-column:1/11;line-height:1.45;padding:1em 0 2em 25%;position:relative}.informator .wheretostart__content ol li:before{content:"0" counter(section);counter-increment:section;font-size:3.5rem;font-weight:500;left:0;position:absolute;top:0}.informator .wheretostart__content ol li:after{border-bottom-style:solid;border-bottom-width:2px;bottom:0;content:"";left:25%;position:absolute;width:50px}.informator .wheretostart__content ol li:first-child:after,.informator .wheretostart__content ol li:first-child:before,.informator .wheretostart__content ol li:nth-child(9):after,.informator .wheretostart__content ol li:nth-child(9):before{color:#302783}.informator .wheretostart__content ol li:nth-child(2):after,.informator .wheretostart__content ol li:nth-child(2):before,.informator .wheretostart__content ol li:nth-child(8):after,.informator .wheretostart__content ol li:nth-child(8):before{color:#1753d8}.informator .wheretostart__content ol li:nth-child(3):after,.informator .wheretostart__content ol li:nth-child(3):before,.informator .wheretostart__content ol li:nth-child(7):after,.informator .wheretostart__content ol li:nth-child(7):before{color:#2f84fd}.informator .wheretostart__content ol li:nth-child(4):after,.informator .wheretostart__content ol li:nth-child(4):before,.informator .wheretostart__content ol li:nth-child(6):after,.informator .wheretostart__content ol li:nth-child(6):before{color:#62b1fc}.informator .wheretostart__content ol li:nth-child(5):after,.informator .wheretostart__content ol li:nth-child(5):before{color:#cbe5fe}.informator .wheretostart__actions{grid-gap:1em;align-items:center;display:flex;flex-direction:column;gap:1em;grid-column:2/10;grid-row:4/5}.informator .dialog{border:none;border-radius:25px 0 0 25px;height:80vh;margin:100px auto;max-height:calc(100vh - 100px);max-width:900px;overflow:visible;padding:0;transition:display allow-discrete .5s,overlay allow-discrete .15s}.informator .dialog::backdrop{-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem);background:#62b1fc;background:linear-gradient(90deg,rgba(98,177,252,.5),rgba(48,39,131,.75))}.informator .dialog{animation:close .15s forwards}.informator .dialog[open]{animation:open .5s forwards}.informator .dialog .btn--close{background-color:#fff;border:3px solid #fff;border:3px solid var(--btn-hover-color)}.informator .dialog .btn--close:hover{background-color:#fff;background-color:var(--btn-hover-color);color:#fff}.informator .dialog__top{height:125px;left:50%;position:absolute;top:-50px;transform:translateX(-50%);width:100%;z-index:10}.informator .dialog__top:before{background:linear-gradient(0deg,hsla(0,0%,100%,.25),#fff);border-radius:25px 25px 0 0;content:"";height:75px;left:0;position:absolute;top:50px;width:100%}.informator .dialog__icon{align-items:center;background-color:#fff;border-radius:50px;border-style:solid;border-width:2px;box-shadow:0 0 20px rgba(0,0,0,.2);display:flex;height:80px;justify-content:center;left:50%;position:absolute;top:10px;transform:translateX(-50%);width:80px;z-index:20}.informator .dialog__icon img{height:auto;width:40px}.informator .dialog__body{background-color:#fff;border-radius:15px 0 0 15px;display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:max-content;height:100%;overflow-y:scroll;padding:50px 1.5em 1em;position:relative;scrollbar-gutter:stable both-edges}.informator .dialog__header{display:grid;grid-column:1/7;grid-row:1/2;grid-template-columns:repeat(6,1fr);grid-template-rows:auto;padding:25px 0 50px}.informator .dialog__header .header__content{grid-column:1/7;grid-row:2/3}.informator .dialog__header .header__content>span{color:#707070;color:var(--text-color--light);display:block;margin-bottom:.5em}.informator .dialog__header .header__content h2{margin:0 0 1em}.informator .dialog__header .header__content .adddress{align-items:center;display:flex}.informator .dialog__header .header__content .adddress svg{margin-right:.5em}.informator .dialog__header .header__content .adddress svg path{fill:#ffa400;fill:var(--color-orange)}.informator .dialog__header .header__logo{grid-column:1/7;justify-self:center;padding:1em}.informator .dialog__header .header__logo img{max-width:150px}.informator .dialog__content{display:grid;grid-column:1/7;grid-row:2/3;grid-template-columns:subgrid}.informator .dialog__content .content__description{grid-column:1/7;grid-row:1/2}.informator .dialog__content .content__description p{font-weight:300;line-height:1.65}.informator .dialog__content .content__details{grid-column:1/7;margin-top:1.5em;padding-right:2em;padding-top:30px;position:relative}.informator .dialog__content .content__details a{color:#292929;color:var(--text-color);font-size:1.8rem;font-weight:400;-webkit-text-decoration:none;text-decoration:none}.informator .dialog__content .content__details:before{border-bottom:2px solid #ffa400;border-bottom:2px solid var(--color-orange);content:"";height:1px;left:0;position:absolute;top:0;width:80%}.informator .dialog__content .content__details ul{grid-gap:.5em;display:flex;flex-direction:column;gap:.5em;list-style-type:none;margin:0;padding:0}.informator .dialog__content .content__details ul li{display:flex;flex-direction:column}.informator .dialog__content .content__details ul li span{color:#707070;color:var(--text-color--light);font-size:1.2rem;line-height:1.2;margin-bottom:.5em}.informator .dialog__content .content__details ul li a{margin-bottom:.5em}.informator .dialog__content .content__details .website{align-items:center;display:flex}.informator .dialog__content .content__details .website svg{margin-right:1em}.informator .dialog__content .content__details .website svg path{fill:#302783}.informator .dialog__content .content__details .website a:hover{color:#302783}.informator .dialog__content .content__details .email{align-items:start;display:flex}.informator .dialog__content .content__details .email svg{margin-right:1em;margin-top:.75em}.informator .dialog__content .content__details .email svg path{fill:#302783}.informator .dialog__content .content__details .email a:hover{color:#302783}.informator .dialog__content .content__details .email ul{margin-top:.75em}.informator .dialog__content .content__details .phone{grid-gap:1em;align-items:top;display:flex;gap:1em}.informator .dialog__content .content__details .phone svg path{fill:#2f84fd}.informator .dialog__content .content__details .phone a:hover{color:#2f84fd}.informator .dialog__content .content__details .phone ul{margin-top:.2em}.informator .dialog__content .content__details .openinghours h3{align-items:center;display:flex;font-size:1.8rem}.informator .dialog__content .content__details .openinghours svg{margin-right:.75em}.informator .dialog__content .content__details .openinghours svg path{fill:#62b1fc}.informator .dialog__content .content__details .openinghours p{color:#707070;color:var(--text-color--light);font-size:1.55rem;line-height:1.45;margin:0 0 0 2.5em;padding:0}.informator .dialog__content .content__details .extraAddresses h3{align-items:center;display:flex;font-size:1.8rem}.informator .dialog__content .content__details .extraAddresses svg{margin-right:.75em}.informator .dialog__content .content__details .extraAddresses svg path{fill:#88c4fc}.informator .dialog__content .content__details .extraAddresses p{color:#707070;color:var(--text-color--light);font-size:1.55rem;line-height:1.45;margin:0 0 0 2.5em;padding:0}.informator .dialog__content .content__details .extraAddresses ul{margin:0 0 0 2.5em}.informator .dialog__content .content__details .extraAddresses ul .title{color:#292929;color:var(--text-color);font-size:1.4rem;font-weight:600;margin-bottom:.5em}.informator .dialog__content .content__details .email,.informator .dialog__content .content__details .openinghours,.informator .dialog__content .content__details .phone,.informator .dialog__content .content__details .website{margin-bottom:1em}.informator .dialog__footer{grid-column:1/7;margin:2em 0;text-align:center}@keyframes open{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes close{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:scale(.95)}}.informator .get-pdf{background-color:#e4e9ef;border-radius:15px;grid-template-columns:repeat(6,1fr);grid-template-rows:auto;margin-left:2em;margin-right:2em;max-width:1100px;padding:2em 2em 3em}.informator .get-pdf__photo{grid-column:1/-1;grid-row:1/2}.informator .get-pdf__photo img{height:auto;max-height:400px;width:100%}.informator .get-pdf__content{grid-column:1/-1;grid-row:2/3;text-align:center}.informator .get-pdf__content p{font-size:1.4rem}.informator .get-pdf__content p.lead{font-size:1.6rem}.informator .get-pdf__content .btn{margin-top:2em}.wcag{margin-left:auto;margin-right:auto;max-width:1440px}.wcag legend{color:#fff;font-size:1.4rem}.wcag fieldset{border:none}.wcag label{font-size:1.2rem}.skip-link{background-color:#fff;color:#000}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.theme-switcher{grid-gap:1em;align-items:center;display:inline-flex;gap:1em;margin-top:1em}.theme-switcher span{font-size:1.4rem}.theme-switcher button{background-color:#ccc;border:none;border-radius:40px;color:#000;cursor:pointer;height:28px;position:relative;width:50px}.theme-switcher button span{color:#000}.theme-switcher button:before{background-color:#000;border-radius:20px;content:"";height:20px;left:2px;position:absolute;top:4px;transition:all .3s ease;width:20px}.theme-switcher button[aria-pressed=true]:before{left:28px}[data-selected-theme=dark]{--accent:#fff}[data-selected-theme=dark] body{background-color:#000}[data-selected-theme=dark] .btn{background-color:var(--accent)!important;border-color:var(--accent)!important;color:#000!important}[data-selected-theme=dark] .theme-switcher .label{background-color:#000;color:#fff}[data-selected-theme=dark] .nav__trigger path{fill:var(--accent)!important}[data-selected-theme=dark] .header__credits{color:var(--accent)}[data-selected-theme=dark] .mainheader{background:#000;border-bottom:2px solid var(--accent)}[data-selected-theme=dark] .hero__actions,[data-selected-theme=dark] .hero__content{background-color:#000;border-radius:10px;padding:.5em}[data-selected-theme=dark] .intro{background:#000 none}[data-selected-theme=dark] .intro h2,[data-selected-theme=dark] .intro p{color:var(--accent)}[data-selected-theme=dark] .map .map__container{border:2px solid var(--accent)}[data-selected-theme=dark] .map .mapFilters fieldset{background:#000;border:2px solid var(--accent);color:var(--accent)}[data-selected-theme=dark] .map .mapFilters fieldset .filters label,[data-selected-theme=dark] .map .mapFilters fieldset .header{color:var(--accent)}[data-selected-theme=dark] .map .mapFilters fieldset input,[data-selected-theme=dark] .map .mapFilters fieldset select{border:1px solid var(--accent)}[data-selected-theme=dark] .map .mapFilters fieldset .icon path{fill:var(--accent)}[data-selected-theme=dark] .map [role=dialog]{background:#000}[data-selected-theme=dark] .map [role=dialog] span{color:var(--accent)}[data-selected-theme=dark] .map [role=dialog] .icon__wrapper{border-color:#000!important}[data-selected-theme=dark] .map [role=dialog] .icon__wrapper img{filter:grayscale(1) brightness(100) invert()}[data-selected-theme=dark] .map [role=dialog] .gm-style-iw-chr button{filter:invert(1);opacity:1}[data-selected-theme=dark] .map [role=dialog] .btn{background-color:var(--accent);border-color:var(--accent)!important;color:#000}[data-selected-theme=dark] .map [role=dialog] .btn:focus,[data-selected-theme=dark] .map [role=dialog] .btn:hover{background:var(--accent);color:#000}[data-selected-theme=dark] .map .map__source,[data-selected-theme=dark] .map .map__source a{color:var(--accent)}[data-selected-theme=dark] .map .map__source a{-webkit-text-decoration:underline;text-decoration:underline}[data-selected-theme=dark] .placesList{background-color:#000}[data-selected-theme=dark] .placesList li button span{color:var(--accent)}[data-selected-theme=dark] .placesList li button .address,[data-selected-theme=dark] .placesList li button .type{color:var(--accent);font-size:1.4rem;margin-bottom:.25em}[data-selected-theme=dark] .faq__section .faq [itemprop=mainEntity]{background:var(--accent)}[data-selected-theme=dark] .faq__section path{fill:#000}[data-selected-theme=dark] .faq__section .sub__header,[data-selected-theme=dark] .moreinfo .sub__header,[data-selected-theme=dark] .wheretostart .sub__header{color:var(--accent);font-weight:600}[data-selected-theme=dark] .faq__section .sub__header span,[data-selected-theme=dark] .moreinfo .sub__header span,[data-selected-theme=dark] .wheretostart .sub__header span{background:#000}[data-selected-theme=dark] .faq__section .sub__header:before,[data-selected-theme=dark] .moreinfo .sub__header:before,[data-selected-theme=dark] .wheretostart .sub__header:before{border-bottom-color:#fff}[data-selected-theme=dark] .faq__section h2,[data-selected-theme=dark] .faq__section li,[data-selected-theme=dark] .faq__section li:after,[data-selected-theme=dark] .faq__section li:before,[data-selected-theme=dark] .faq__section p,[data-selected-theme=dark] .moreinfo h2,[data-selected-theme=dark] .moreinfo li,[data-selected-theme=dark] .moreinfo li:after,[data-selected-theme=dark] .moreinfo li:before,[data-selected-theme=dark] .moreinfo p,[data-selected-theme=dark] .wheretostart h2,[data-selected-theme=dark] .wheretostart li,[data-selected-theme=dark] .wheretostart li:after,[data-selected-theme=dark] .wheretostart li:before,[data-selected-theme=dark] .wheretostart p{color:var(--accent)!important}[data-selected-theme=dark] footer a,[data-selected-theme=dark] footer li,[data-selected-theme=dark] footer p,[data-selected-theme=dark] footer span{color:var(--accent)}[data-selected-theme=dark] footer a{-webkit-text-decoration:underline;text-decoration:underline}[data-selected-theme=dark] footer .footer__container:before{background:var(--accent)}[data-selected-theme=dark] .design{color:var(--accent)}[data-selected-theme=dark] #dialog.dialog::backdrop{background:var(--accent)}[data-selected-theme=dark] #dialog .dialog__top:before{display:none}[data-selected-theme=dark] #dialog .dialog__body{background:#000 none}[data-selected-theme=dark] #dialog .dialog__body a,[data-selected-theme=dark] #dialog .dialog__body h2,[data-selected-theme=dark] #dialog .dialog__body li,[data-selected-theme=dark] #dialog .dialog__body p,[data-selected-theme=dark] #dialog .dialog__body span{color:var(--accent)!important}[data-selected-theme=dark] #dialog .dialog__body path{fill:var(--accent)}[data-selected-theme=dark] #dialog .dialog__content .content__details:before{border-bottom-color:var(--accent)}[data-selected-theme=dark] #dialog .dialog__icon{border-color:#000!important}[data-selected-theme=dark] #dialog .dialog__icon img{filter:grayscale(1) brightness(100) invert()}[data-selected-theme=dark] .deklaracja-dostepnosci a,[data-selected-theme=dark] .deklaracja-dostepnosci h1,[data-selected-theme=dark] .deklaracja-dostepnosci h2,[data-selected-theme=dark] .deklaracja-dostepnosci h3,[data-selected-theme=dark] .deklaracja-dostepnosci li,[data-selected-theme=dark] .deklaracja-dostepnosci p{color:var(--accent)}[data-selected-theme=dark] .get-pdf{background-color:#000}[data-selected-theme=dark] .get-pdf img{border-radius:15px}[data-selected-theme=dark] .get-pdf h2,[data-selected-theme=dark] .get-pdf p{color:var(--accent)}[data-selected-theme=dark] .donate,[data-selected-theme=dark] .layout,[data-selected-theme=dark] .objective{color:#fff}[data-selected-theme=dark] .layout a{color:#fff!important;-webkit-text-decoration:underline!important;text-decoration:underline!important}[data-selected-theme=dark] .content--lead{background-color:#fff;color:#000}[data-selected-theme=dark] .container--content *{color:#fff}[data-selected-theme=dark] .niebieskie-akcje .slide{background-color:#fff}[data-selected-theme=dark] .niebieskie-akcje .slide *{color:#000}[data-selected-theme=dark] .niebieskie-akcje .slide .btn{background-color:#000!important;color:#fff!important}.focus-visible{box-shadow:0 0 0 6px #fff}:focus-visible{box-shadow:0 0 0 6px #fff}.deklaracja-dostepnosci{margin-left:auto;margin-right:auto;max-width:1000px;padding-bottom:2em;padding-left:1em;padding-right:1em}.fundacja *,.fundacja :after,.fundacja :before{box-sizing:border-box}.fundacja img picture,.fundacja svg,.fundacja video{display:block;max-width:100%}.fundacja button,.fundacja input,.fundacja select,.fundacja textarea{font:inherit}.fundacja body{margin:0;min-height:100vh}.fundacja .slick-sr-only,.fundacja .sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.fundacja .hero{margin-left:auto;margin-right:auto;max-width:1400px;padding:0 1em}.fundacja .round{border-radius:15px;border-radius:var(--border-radius)}.fundacja .container--bg{background-image:url(../assets/images/background/mark.svg);background-position:0 100%;background-repeat:no-repeat}.fundacja .container--content{border-radius:15px;border-radius:var(--border-radius);display:grid;grid-template-columns:repeat(12,1fr);margin:0 2.08333%;max-width:1400px}.fundacja .container--content header{align-items:center;display:grid;grid-column:2/span 10;grid-row:1;grid-template-columns:subgrid}.fundacja .container--content header h2{font-size:3rem;font-weight:300;grid-column:1/span 5;padding-left:25%}.fundacja .container--content header h2 span{color:#2f84fd;color:var(--color-blue);display:block}.fundacja .container--content header p{color:#939393;color:var(--text-color-gray);font-weight:300;grid-column:6/span 6}.fundacja .container--content .content{grid-column:2/-2;grid-row:2}.fundacja .material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 200,"GRAD" 0,"opsz" 24}.fundacja .slider{margin:0!important}.fundacja .slider button{background:transparent;border:none}.fundacja .slider .slick-autoplay-toggle-button{cursor:pointer}.fundacja .slider .slick-autoplay-toggle-button:hover{color:rgba(0,0,0,.05)}.fundacja .slider .slick-autoplay-toggle-button:focus{color:rgba(0,0,0,.7)}.fundacja .slider .custom-next-button,.fundacja .slider .custom-prev-button{cursor:pointer}.fundacja .slider .custom-next-button:hover,.fundacja .slider .custom-prev-button:hover{color:rgba(0,0,0,.05)}.fundacja .slider .custom-next-button:focus,.fundacja .slider .custom-prev-button:focus{color:rgba(0,0,0,.7)}.fundacja .slider .custom-prev-button{right:30px}.fundacja .slider .slick-dots{display:flex;list-style-type:none;margin:0;padding:0}.fundacja .slider .slick-dots li{margin:0;padding:0}.fundacja .slider .slick-dots li button{height:20px;margin:0;position:relative;transition:all .3s;width:20px}.fundacja .slider .slick-dots li button .slick-dot-icon:before{background-color:#000;border-radius:50px;content:"";height:7px;left:5px;margin:0;padding:0;position:absolute;top:5px;transition:all .3s;width:7px}.fundacja .slider .slick-dots li.slick-active button{margin:0;width:40px}.fundacja .slider .slick-dots li.slick-active button span:before{background-color:#ffa400;background-color:var(--color-orange);width:25px}.fundacja .slider .slick-dots li span{opacity:1}.fundacja .hero-slider{border-radius:25px;border-radius:var(--border-radius-lg);overflow:hidden;position:relative}.fundacja .hero-slider:before{background:url(../assets/images/background/mark-white.svg) no-repeat;background-size:cover;bottom:-30px;content:"";height:115px;position:absolute;right:-30px;width:250px;z-index:1}.fundacja .hero-slider .slide{background-position:100%;background-size:cover;position:relative}.fundacja .hero-slider .slide.slide--1{background-image:url(../assets/images/fundacja/hero/wspieraj.jpg)}.fundacja .hero-slider .slide.slide--2{background-image:url(../assets/images/fundacja/hero/akcje.jpg)}.fundacja .hero-slider .slide:after,.fundacja .hero-slider .slide:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.fundacja .hero-slider .slide:before{background:transparent linear-gradient(248deg,#ffa400,rgba(98,176,251,0) 12%,rgba(97,175,250,0) 56%,#60acf8 79%,#302783) 0 0 no-repeat padding-box;border-radius:15px;opacity:.8;z-index:2}.fundacja .hero-slider .slide:after{background:#302783;opacity:.3;z-index:1}.fundacja .hero-slider .slide__wrapper{color:#fff;display:grid;grid-template-columns:.5fr 5fr 5fr .5fr;grid-template-rows:auto 60px;min-height:400px;overflow:hidden;padding:4em 0;position:relative;z-index:3}.fundacja .hero-slider .slide__content{align-self:end;grid-column:2/span 2;grid-row:1}.fundacja .hero-slider .slide__content h2{font-size:max(3rem,min(calc(1.571rem + 3.81vw),6rem));font-weight:300;line-height:1.2;margin:0;padding:0}.fundacja .hero-slider .slide__content p{font-weight:300;line-height:1.65;padding:1em 0}.fundacja .hero-slider .slide__actions{grid-gap:1em;display:flex;flex-wrap:wrap;gap:1em;grid-column:2/span 2;grid-row:2}.fundacja .hero-slider .slide__actions a{flex:0 auto}.fundacja .hero-slider .slick-autoplay-toggle-button{bottom:120px;display:none;height:50px;margin:0;padding:0;position:absolute;text-align:center;width:50px;z-index:2}.fundacja .hero-slider .slick-autoplay-toggle-button{color:#fff}.fundacja .hero-slider .slick-autoplay-toggle-button span{font-size:4rem}.fundacja .hero-slider .slick-arrow{height:50px;width:50px}.fundacja .hero-slider .slick-arrow .icon{font-size:4rem}.fundacja .hero-slider .slick-arrow.custom-next-button{color:#62b1fc;color:var(--color-blue-1);display:none;position:absolute;right:20px;top:25px;z-index:2}.fundacja .hero-slider .slick-arrow.custom-prev-button{color:#fff;display:none;position:absolute;right:70px;top:25px;z-index:2}.fundacja .hero-slider .slick-dots{left:4.54545%;position:absolute;top:calc(4em - 25px);width:200px}.fundacja .hero-slider .slick-dots li button .slick-dot-icon:before{background-color:#fff}.fundacja .btn{align-items:center;border-radius:2em;border-style:solid;border-width:2px;color:#292929;color:var(--text-color);display:inline-flex;font-size:1.6rem;padding:.45em 1.25em;-webkit-text-decoration:none;text-decoration:none;transition:all .3s ease}.fundacja .btn:focus,.fundacja .btn:hover{box-shadow:0 5px 20px rgba(0,0,0,.4);cursor:pointer;transform:scale(1.05) translateY(-3px)}.fundacja .btn--small{font-size:1.4rem;padding:.35em 1.05em}.fundacja .btn--white{--color:#fff;background-color:#fff;background-color:var(--color);border-color:#fff;border-color:var(--color)}.fundacja .btn--orange{--color:var(--color-orange);background-color:#ffa400;border-color:#ffa400;border-color:var(--color)}.fundacja .btn--orange,.fundacja .btn--solid{background-color:var(--color)}.fundacja .btn--transparent{background-color:transparent}.fundacja .wcag{margin-left:auto;margin-right:auto;max-width:1440px}.fundacja .wcag legend{color:#fff;font-size:1.4rem}.fundacja .wcag fieldset{border:none}.fundacja .wcag label{font-size:1.2rem}.fundacja .skip-link{background-color:#fff;color:#000}.fundacja .sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.fundacja .theme-switcher{grid-gap:1em;align-items:center;display:inline-flex;gap:1em;margin-top:1em}.fundacja .theme-switcher span{font-size:1.4rem}.fundacja .theme-switcher button{background-color:#ccc;border:none;border-radius:40px;color:#000;cursor:pointer;height:28px;position:relative;width:50px}.fundacja .theme-switcher button span{color:#000}.fundacja .theme-switcher button:before{background-color:#000;border-radius:20px;content:"";height:20px;left:2px;position:absolute;top:4px;transition:all .3s ease;width:20px}.fundacja .theme-switcher button[aria-pressed=true]:before{left:28px}.fundacja [data-selected-theme=dark]{--accent:#fff}.fundacja [data-selected-theme=dark] body{background-color:#000}.fundacja [data-selected-theme=dark] .btn{background-color:var(--accent)!important;border-color:var(--accent)!important;color:#000!important}.fundacja [data-selected-theme=dark] .theme-switcher .label{background-color:#000;color:#fff}.fundacja [data-selected-theme=dark] .nav__trigger path{fill:var(--accent)!important}.fundacja [data-selected-theme=dark] .header__credits{color:var(--accent)}.fundacja [data-selected-theme=dark] .mainheader{background:#000;border-bottom:2px solid var(--accent)}.fundacja [data-selected-theme=dark] .hero__actions,.fundacja [data-selected-theme=dark] .hero__content{background-color:#000;border-radius:10px;padding:.5em}.fundacja [data-selected-theme=dark] .intro{background:#000 none}.fundacja [data-selected-theme=dark] .intro h2,.fundacja [data-selected-theme=dark] .intro p{color:var(--accent)}.fundacja [data-selected-theme=dark] .map .map__container{border:2px solid var(--accent)}.fundacja [data-selected-theme=dark] .map .mapFilters fieldset{background:#000;border:2px solid var(--accent);color:var(--accent)}.fundacja [data-selected-theme=dark] .map .mapFilters fieldset .filters label,.fundacja [data-selected-theme=dark] .map .mapFilters fieldset .header{color:var(--accent)}.fundacja [data-selected-theme=dark] .map .mapFilters fieldset input,.fundacja [data-selected-theme=dark] .map .mapFilters fieldset select{border:1px solid var(--accent)}.fundacja [data-selected-theme=dark] .map .mapFilters fieldset .icon path{fill:var(--accent)}.fundacja [data-selected-theme=dark] .map [role=dialog]{background:#000}.fundacja [data-selected-theme=dark] .map [role=dialog] span{color:var(--accent)}.fundacja [data-selected-theme=dark] .map [role=dialog] .icon__wrapper{border-color:#000!important}.fundacja [data-selected-theme=dark] .map [role=dialog] .icon__wrapper img{filter:grayscale(1) brightness(100) invert()}.fundacja [data-selected-theme=dark] .map [role=dialog] .gm-style-iw-chr button{filter:invert(1);opacity:1}.fundacja [data-selected-theme=dark] .map [role=dialog] .btn{background-color:var(--accent);border-color:var(--accent)!important;color:#000}.fundacja [data-selected-theme=dark] .map [role=dialog] .btn:focus,.fundacja [data-selected-theme=dark] .map [role=dialog] .btn:hover{background:var(--accent);color:#000}.fundacja [data-selected-theme=dark] .map .map__source,.fundacja [data-selected-theme=dark] .map .map__source a{color:var(--accent)}.fundacja [data-selected-theme=dark] .map .map__source a{-webkit-text-decoration:underline;text-decoration:underline}.fundacja [data-selected-theme=dark] .placesList{background-color:#000}.fundacja [data-selected-theme=dark] .placesList li button span{color:var(--accent)}.fundacja [data-selected-theme=dark] .placesList li button .address,.fundacja [data-selected-theme=dark] .placesList li button .type{color:var(--accent);font-size:1.4rem;margin-bottom:.25em}.fundacja [data-selected-theme=dark] .faq__section .faq [itemprop=mainEntity]{background:var(--accent)}.fundacja [data-selected-theme=dark] .faq__section path{fill:#000}.fundacja [data-selected-theme=dark] .faq__section .sub__header,.fundacja [data-selected-theme=dark] .moreinfo .sub__header,.fundacja [data-selected-theme=dark] .wheretostart .sub__header{color:var(--accent);font-weight:600}.fundacja [data-selected-theme=dark] .faq__section .sub__header span,.fundacja [data-selected-theme=dark] .moreinfo .sub__header span,.fundacja [data-selected-theme=dark] .wheretostart .sub__header span{background:#000}.fundacja [data-selected-theme=dark] .faq__section .sub__header:before,.fundacja [data-selected-theme=dark] .moreinfo .sub__header:before,.fundacja [data-selected-theme=dark] .wheretostart .sub__header:before{border-bottom-color:#fff}.fundacja [data-selected-theme=dark] .faq__section h2,.fundacja [data-selected-theme=dark] .faq__section li,.fundacja [data-selected-theme=dark] .faq__section li:after,.fundacja [data-selected-theme=dark] .faq__section li:before,.fundacja [data-selected-theme=dark] .faq__section p,.fundacja [data-selected-theme=dark] .moreinfo h2,.fundacja [data-selected-theme=dark] .moreinfo li,.fundacja [data-selected-theme=dark] .moreinfo li:after,.fundacja [data-selected-theme=dark] .moreinfo li:before,.fundacja [data-selected-theme=dark] .moreinfo p,.fundacja [data-selected-theme=dark] .wheretostart h2,.fundacja [data-selected-theme=dark] .wheretostart li,.fundacja [data-selected-theme=dark] .wheretostart li:after,.fundacja [data-selected-theme=dark] .wheretostart li:before,.fundacja [data-selected-theme=dark] .wheretostart p{color:var(--accent)!important}.fundacja [data-selected-theme=dark] footer a,.fundacja [data-selected-theme=dark] footer li,.fundacja [data-selected-theme=dark] footer p,.fundacja [data-selected-theme=dark] footer span{color:var(--accent)}.fundacja [data-selected-theme=dark] footer a{-webkit-text-decoration:underline;text-decoration:underline}.fundacja [data-selected-theme=dark] footer .footer__container:before{background:var(--accent)}.fundacja [data-selected-theme=dark] .design{color:var(--accent)}.fundacja [data-selected-theme=dark] #dialog.dialog::backdrop{background:var(--accent)}.fundacja [data-selected-theme=dark] #dialog .dialog__top:before{display:none}.fundacja [data-selected-theme=dark] #dialog .dialog__body{background:#000 none}.fundacja [data-selected-theme=dark] #dialog .dialog__body a,.fundacja [data-selected-theme=dark] #dialog .dialog__body h2,.fundacja [data-selected-theme=dark] #dialog .dialog__body li,.fundacja [data-selected-theme=dark] #dialog .dialog__body p,.fundacja [data-selected-theme=dark] #dialog .dialog__body span{color:var(--accent)!important}.fundacja [data-selected-theme=dark] #dialog .dialog__body path{fill:var(--accent)}.fundacja [data-selected-theme=dark] #dialog .dialog__content .content__details:before{border-bottom-color:var(--accent)}.fundacja [data-selected-theme=dark] #dialog .dialog__icon{border-color:#000!important}.fundacja [data-selected-theme=dark] #dialog .dialog__icon img{filter:grayscale(1) brightness(100) invert()}.fundacja [data-selected-theme=dark] .deklaracja-dostepnosci a,.fundacja [data-selected-theme=dark] .deklaracja-dostepnosci h1,.fundacja [data-selected-theme=dark] .deklaracja-dostepnosci h2,.fundacja [data-selected-theme=dark] .deklaracja-dostepnosci h3,.fundacja [data-selected-theme=dark] .deklaracja-dostepnosci li,.fundacja [data-selected-theme=dark] .deklaracja-dostepnosci p{color:var(--accent)}.fundacja [data-selected-theme=dark] .get-pdf{background-color:#000}.fundacja [data-selected-theme=dark] .get-pdf img{border-radius:15px}.fundacja [data-selected-theme=dark] .get-pdf h2,.fundacja [data-selected-theme=dark] .get-pdf p{color:var(--accent)}.fundacja [data-selected-theme=dark] .donate,.fundacja [data-selected-theme=dark] .layout,.fundacja [data-selected-theme=dark] .objective{color:#fff}.fundacja [data-selected-theme=dark] .layout a{color:#fff!important;-webkit-text-decoration:underline!important;text-decoration:underline!important}.fundacja [data-selected-theme=dark] .content--lead{background-color:#fff;color:#000}.fundacja [data-selected-theme=dark] .container--content *{color:#fff}.fundacja [data-selected-theme=dark] .niebieskie-akcje .slide{background-color:#fff}.fundacja [data-selected-theme=dark] .niebieskie-akcje .slide *{color:#000}.fundacja [data-selected-theme=dark] .niebieskie-akcje .slide .btn{background-color:#000!important;color:#fff!important}.fundacja .focus-visible{box-shadow:0 0 0 6px #fff}.fundacja :focus-visible{box-shadow:0 0 0 6px #fff}.fundacja .deklaracja-dostepnosci{margin-left:auto;margin-right:auto;max-width:1000px;padding-bottom:2em;padding-left:1em;padding-right:1em}.fundacja .niebieskie-akcje{margin:3em auto;max-width:1400px;padding:0 1em}.fundacja .niebieskie-akcje article{background-color:#f3f3f3;background-color:var(--color-gray);border-radius:15px;border-radius:var(--border-radius);display:grid}.fundacja .niebieskie-akcje .slider{position:relative}.fundacja .niebieskie-akcje .slider .slick-arrow{bottom:0;height:30px;position:absolute;width:30px}.fundacja .niebieskie-akcje .slider .slick-arrow span{font-size:5rem}.fundacja .niebieskie-akcje .slider .slick-arrow.custom-prev-button{bottom:10px;color:#8b8b8b;color:var(--color-gray--dark);right:80px}.fundacja .niebieskie-akcje .slider .slick-arrow.custom-next-button{bottom:10px;color:#62b1fc;color:var(--color-blue-1);right:-2.91667%;right:30px}.fundacja .niebieskie-akcje .slide{position:relative}.fundacja .niebieskie-akcje .slide:hover .slide__thumb img{transform:scale(1.1) rotate(5deg)}.fundacja .niebieskie-akcje .slide:hover .btn{box-shadow:0 5px 20px rgba(0,0,0,.4);transform:scale(1.05) translateY(-3px)}.fundacja .niebieskie-akcje .slide__wrapper{grid-gap:1em;align-items:start;display:grid;gap:1em;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);padding:1em}.fundacja .niebieskie-akcje .slide__thumb{border-radius:15px;grid-column:1/-1;grid-row:1;height:260px;overflow:hidden;width:auto}.fundacja .niebieskie-akcje .slide__thumb img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:left;object-position:left;transition:all 3s ease;width:100%}.fundacja .niebieskie-akcje .slide__content{grid-column:1/-1;grid-row:2}.fundacja .niebieskie-akcje .slide__content h3{font-size:2rem;font-weight:400}.fundacja .niebieskie-akcje .slide__content p{font-size:1.4rem;line-height:1.45;margin-bottom:2em}.fundacja .niebieskie-akcje .slide__content a{color:inherit;-webkit-text-decoration:none;text-decoration:none}.fundacja .niebieskie-akcje .slick-slide{margin-left:2em}.fundacja .niebieskie-akcje .slick-list{margin-left:-2em}.fundacja .niebieskie-akcje .slick-dots{margin:1em 0 0 1em}.fundacja .niebieskie-akcje .slick-dots li button .slick-dot-icon:before{background-color:hsla(0,0%,58%,.3)}.fundacja .niebieskie-akcje .donate{grid-gap:1em;align-items:center;display:flex;flex-wrap:wrap;gap:1em;justify-content:center;margin:2em auto}.fundacja .niebieskie-akcje .donate h3{flex:1 100%}.fundacja .niebieskie-akcje .donate .icon{font-size:5rem}.fundacja .niebieskie-akcje .donate__lead{font-size:2.6rem;font-weight:500}.fundacja.post-type-archive-akcje .hero{background:url(../assets/images/background/akcje.jpg) no-repeat;background-position:right 35%;background-size:cover}.fundacja .statutory-donation.hero{background:url(../assets/images/fundacja/hero/darowizna.jpg) no-repeat;background-position:right 35%;background-size:cover}.fundacja .hero--single__content{position:relative;z-index:20}.fundacja main{padding-top:2em}.fundacja main.single.donation{margin-left:12.5%;margin-right:12.5%}.fundacja main.single.donation .header h2 span{color:#2f84fd;color:var(--color-blue-2);display:block}.fundacja main .wc-donation-platform.wcdp-form .wcdp_options{display:flex;flex-wrap:wrap;justify-content:center}.fundacja .akcje__list{grid-gap:3em;display:grid;gap:3em;grid-template-columns:repeat(2,1fr);margin:0 2.08333% 2em;position:relative}.fundacja .akcje__list .akcja[\:has\(\.akcje__content\%20a\:hover\)] .akcje__thumb img,.js-has-pseudo [csstools-has-1a-2u-39-32-2s-2p-2r-2y-2p-w-1a-2p-2z-2r-2y-2t-2n-2n-30-2x-37-38-w-1a-2p-2z-2r-2y-2p-1m-2w-2p-37-14-1a-2p-2z-2r-2y-2t-2n-2n-2r-33-32-38-2t-32-38-w-2p-1m-2w-33-3a-2t-36-15-w-1a-2p-2z-2r-2y-2t-2n-2n-38-2w-39-31-2q-w-2x-31-2v]:not(.does-not-exist):not(.does-not-exist):not(.does-not-exist):not(.does-not-exist):not(.does-not-exist):not(does-not-exist):not(does-not-exist){transform:scale(1.1) rotate(5deg)}.fundacja .akcje__list .akcja:has(.akcje__content a:hover) .akcje__thumb img{transform:scale(1.1) rotate(5deg)}.fundacja .akcje__list .akcja{grid-column:span 2;position:relative;text-align:center}.fundacja .akcje__list .akcje__wrapper{grid-gap:1em;align-items:start;display:grid;gap:1em;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);padding:1em;position:relative}.fundacja .akcje__list .akcje__thumb{border-radius:15px;grid-column:1/-1;grid-row:1;height:260px;overflow:hidden;width:auto}.fundacja .akcje__list .akcje__thumb img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:left;object-position:left;transition:all 3s ease;width:100%}.fundacja .akcje__list .akcje__content{grid-column:1/-1;grid-row:2}.fundacja .akcje__list .akcje__content h3{font-size:2rem;font-weight:400;transition:all .3s ease}.fundacja .akcje__list .akcje__content[\:has\(a\:hover\)] h3,.js-has-pseudo [csstools-has-1a-2u-39-32-2s-2p-2r-2y-2p-w-1a-2p-2z-2r-2y-2t-2n-2n-30-2x-37-38-w-1a-2p-2z-2r-2y-2t-2n-2n-2r-33-32-38-2t-32-38-1m-2w-2p-37-14-2p-1m-2w-33-3a-2t-36-15-w-2w-1f]:not(.does-not-exist):not(.does-not-exist):not(.does-not-exist):not(does-not-exist):not(does-not-exist){color:#2f84fd;color:var(--color-blue-2)}.fundacja .akcje__list .akcje__content:has(a:hover) h3{color:#2f84fd;color:var(--color-blue-2)}.fundacja .akcje__list .akcje__content a{color:inherit;-webkit-text-decoration:none;text-decoration:none}.fundacja .akcje__list .akcje__content p{font-size:1.4rem;line-height:1.45;margin-bottom:2em}.fundacja .akcje__list .akcje__actions{grid-gap:1em;display:flex;gap:1em;justify-content:center}.fundacja .akcje__list .akcje__actions a{color:inherit;font-size:1.4rem;height:40px;padding:0 1.25em;-webkit-text-decoration:none;text-decoration:none;transition:all .3s ease}.fundacja .akcje__list .akcje__actions a.donate{position:relative}.fundacja .akcje__list .akcje__actions a.donate:after{content:"\ea70";font-family:Material Symbols Outlined;font-size:2rem;margin-left:.5em;transform:translateY(-3px)}.fundacja .wspieram-na-niebiesko{background-color:#f3f3f3;background-color:var(--color-gray);padding-top:3em}.fundacja .wspieram-na-niebiesko article{border-radius:15px;border-radius:var(--border-radius);display:grid}.fundacja .wspieram-na-niebiesko .slider{padding:2em 0 3em}.fundacja .wspieram-na-niebiesko .slide__wrapper{grid-gap:1em;align-items:center;display:grid;gap:1em;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);padding:1em}.fundacja .wspieram-na-niebiesko .slide__thumb{border-radius:15px;box-shadow:0 0 20px rgba(0,0,0,.1);grid-column:1/-1;grid-row:1;height:200px;overflow:hidden;width:auto}.fundacja .wspieram-na-niebiesko .slide__thumb img{height:auto;-o-object-fit:cover;object-fit:cover;width:300px}.fundacja .wspieram-na-niebiesko .slide__content{grid-column:1/-1;grid-row:2;text-align:center}.fundacja .wspieram-na-niebiesko .slide__content h3{font-size:2rem;font-weight:400}.fundacja .wspieram-na-niebiesko .slide__content .btn{grid-gap:.5em;gap:.5em;padding-bottom:.2em}.fundacja .wspieram-na-niebiesko .slide__content .btn .icon{margin-bottom:10px}.fundacja .wspieram-na-niebiesko .slide__actions{text-align:center}.fundacja .wspieram-na-niebiesko .slick-slide{margin-left:2em}.fundacja .wspieram-na-niebiesko .slick-list{margin-left:-2em}.fundacja .wspieram-na-niebiesko .slick-dots{margin:1em 0 0 1em}.fundacja .wspieram-na-niebiesko .slick-dots li button .slick-dot-icon:before{background-color:hsla(0,0%,58%,.3)}.fundacja .wspieram-na-niebiesko .slick-arrow{bottom:0;height:30px;position:absolute;width:30px}.fundacja .wspieram-na-niebiesko .slick-arrow span{font-size:5rem}.fundacja .wspieram-na-niebiesko .slick-arrow.custom-prev-button{bottom:10px;color:#8b8b8b;color:var(--color-gray--dark);right:80px}.fundacja .wspieram-na-niebiesko .slick-arrow.custom-next-button{bottom:10px;color:#62b1fc;color:var(--color-blue-1);right:-2.91667%;right:30px}.fundacja.post-type-archive-aktualnosci .hero{background:url(../assets/images/fundacja/hero/slide-2.jpg) no-repeat;background-position:bottom;background-size:cover}.fundacja .aktualnosci h2{margin-bottom:.5em}.fundacja .aktualnosci .news{grid-column:2/-2}.fundacja .aktualnosci .news__list{grid-gap:2em;display:flex;flex-direction:column;flex-wrap:wrap;gap:2em;justify-content:center;list-style-type:none;margin:2em 0 4em;padding:0}.fundacja .aktualnosci .news__list .news__thumb{border-radius:15px;flex:0 100px;height:100px;min-width:100px}.fundacja .aktualnosci .news__list .news__thumb img{border-radius:15px;height:100%;min-width:100px;-o-object-fit:cover;object-fit:cover;width:auto}.fundacja .aktualnosci .news__list .news__content{flex:1 auto;padding:0 1em;text-align:center}.fundacja .aktualnosci .news__list .news__content span{color:#8b8b8b;color:var(--color-gray--dark);font-size:1.2rem}.fundacja .aktualnosci .news__list .news__content h3{font-size:1.4rem;font-weight:500;line-height:1.45;margin:0}.fundacja .aktualnosci .news__list .news__content a{color:inherit;-webkit-text-decoration:none;text-decoration:none;transition:all .3s ease}.fundacja .aktualnosci .news__list .news__content a:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.fundacja .aktualnosci .news__list .news__content a:hover{color:#2f84fd;color:var(--color-blue)}.fundacja .aktualnosci .news__list li{align-items:center;display:flex;flex-direction:column;position:relative}.fundacja .aktualnosci .news__list li:nth-child(-n+2){background-color:#f3f3f3;background-color:var(--color-gray);border-radius:25px;border-radius:var(--border-radius-lg);display:grid;grid-template-areas:"thumb" "content";padding:1em}.fundacja .aktualnosci .news__list li:nth-child(-n+2) .news__thumb{border-radius:15px;grid-area:thumb;height:260px;overflow:hidden;width:auto}.fundacja .aktualnosci .news__list li:nth-child(-n+2) .news__thumb img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:all 3s ease;width:100%}.fundacja .aktualnosci .news__list li:nth-child(-n+2) .news__content{grid-area:content;padding:0}.fundacja .aktualnosci .news__list li:nth-child(-n+2) .news__content h3{font-size:1.8rem;line-height:1.25}.fundacja .aktualnosci .news__list li:nth-child(-n+2):hover img{transform:scale(1.1) rotate(5deg)}.fundacja .aktualnosci .news__list li:nth-child(n+3) .news__thumb{box-shadow:0 0 50px rgba(0,0,0,.2)}.fundacja .aktualnosci .news__actions{display:flex;justify-content:center;margin-bottom:3em}.fundacja .aktualnosci--archive{margin-left:2em;margin-right:2em;max-width:992px}.fundacja main{margin-bottom:3em;margin-left:auto;margin-right:auto;max-width:1200px;padding-bottom:2em}.fundacja main.single{background-image:url(../assets/images/background/mark.svg);background-position:0 100%;background-repeat:no-repeat;background-size:500px auto}.fundacja .hero--single{background-position:center 20%;background-size:cover;border-radius:25px;border-radius:var(--border-radius-lg);color:#fff;display:grid;grid-template-columns:.5fr 5fr 5fr .5fr;grid-template-rows:auto;margin:0 2.08333% 2em;max-width:1400px;min-height:400px;overflow:hidden;padding:4em 30px;position:relative;z-index:3}.fundacja .hero--single .wrapper{background:url(../assets/images/background/mark-white.svg) no-repeat;background-size:cover;bottom:0;bottom:-30px;height:115px;position:absolute;right:0;right:-30px;width:250px;z-index:2}.fundacja .hero--single .breadcrumbs{display:none;font-size:1.2rem;letter-spacing:.5em;opacity:.5;position:absolute;text-transform:uppercase}.fundacja .hero--single .hero__content{align-self:center;grid-column:2/span 2;grid-row:1;position:relative;z-index:2}.fundacja .hero--single .hero__content h1{font-size:max(3rem,min(calc(1.571rem + 3.81vw),5.4rem));font-weight:300;line-height:1.2;margin:0;padding:0}.fundacja .hero--single .hero__content p{font-weight:300;line-height:1.65;padding:1em 0 0}.fundacja .hero--single:after,.fundacja .hero--single:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.fundacja .hero--single:before{background:transparent linear-gradient(248deg,#ffa400,rgba(98,176,251,0) 12%,rgba(97,175,250,0) 56%,#60acf8 79%,#302783) 0 0 no-repeat padding-box;border-radius:15px;opacity:.8;z-index:2}.fundacja .hero--single:after{background:#302783;opacity:.3;z-index:1}.fundacja.single-aktualnosci .hero__content{align-self:center;grid-column:2/span 2;grid-row:1;position:relative;z-index:2}.fundacja.single-aktualnosci .hero__content h1{font-size:2.5rem}.fundacja .objective{align-items:center;display:grid;grid-template-columns:repeat(12,1fr);margin:2em 0 1em;width:100%}.fundacja .objective h2{font-size:3.5rem;grid-column:2/span 10;grid-row:1}.fundacja .objective span{color:#939393;color:var(--text-color-gray);font-size:1.45rem;grid-column:2/span 10;grid-row:2;line-height:1.65}.fundacja .layout{grid-gap:2em;display:grid;gap:2em;grid-template-columns:repeat(2,1fr);margin:0 4.16667%;max-width:1400px}.fundacja .layout .image{align-self:center}.fundacja .layout .image img{border-radius:25px;display:block;height:auto;margin:0 auto;max-height:500px;max-width:100%}.fundacja .layout .content{margin:2em 0}.fundacja .layout .content p{font-size:1.4rem;line-height:1.55;margin-bottom:1em}.fundacja .layout .content ul{list-style-type:none;margin:0 0 1em;padding-left:2em}.fundacja .layout .content ul li:before{color:#2f84fd;color:var(--color-blue);content:"⬥";display:inline-block;margin-left:-2em;width:2em}.fundacja .layout .content li{font-size:1.4rem;line-height:1.55}.fundacja .layout .content a{color:#2f84fd;color:var(--color-blue);-webkit-text-decoration:none;text-decoration:none;transition:all .3s ease}.fundacja .layout .content a:hover{color:#302783}.fundacja .layout .content--lead{background-color:#f3f3f3;background-color:var(--color-gray);border-radius:15px;font-size:2rem;line-height:1.4;margin:2em .5em;padding:1em 2em;text-align:center}.fundacja .layout__col{grid-column:span 2}.fundacja .layout .embed-container{height:0;max-width:100%;overflow:hidden;padding-bottom:56.25%;position:relative}.fundacja .layout .embed-container embed,.fundacja .layout .embed-container iframe,.fundacja .layout .embed-container object{height:100%;left:0;position:absolute;top:0;width:100%}.fundacja .error404 .glitch__wrapper{align-items:center;display:flex;flex-direction:column-reverse;flex-wrap:wrap;margin:0 auto;text-align:center}.fundacja .error404 .glitch__wrapper .content{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;padding:1em}.fundacja .error404 .glitch__wrapper .content p{font-size:1.6rem;margin:.5em 0;padding:0}.fundacja .error404 .glitch__wrapper .content p.lead{font-size:1.8rem}.fundacja .error404 .glitch__wrapper h1{color:#62b1fc;color:var(--color-blue-1);margin:0}.fundacja .error404 .glitch__wrapper h1 span{color:#2f84fd;color:var(--color-blue)}.fundacja .error404 .glitch__wrapper h1{font-size:6rem;font-weight:700;text-transform:uppercase}.fundacja .error404 .glitch{animation:glitch 3.5s steps(1) infinite;background:url(../assets/images/glitch/logo.jpg);background-size:cover;height:180px;width:250px}@keyframes glitch{0%,46%,to{background:url(../assets/images/glitch/logo.jpg);background-size:cover}42%{background:url(../assets/images/glitch/logo_glitch-00004.png);background-size:cover}45.5%{background:url(../assets/images/glitch/logo_glitch-00005.png);background-size:cover}92.5%{background:url(../assets/images/glitch/logo_glitch-00001.png);background-size:cover}95%{background:url(../assets/images/glitch/logo_glitch-00002.png);background-size:cover}97.5%{background:url(../assets/images/glitch/logo_glitch-00003.png);background-size:cover}}.fundacja .donation .hero{background:url(../assets/images/fundacja/hero/darowizna.jpg) no-repeat;background-position:bottom;background-size:cover}.fundacja .donation{grid-template-columns:repeat(12,1fr)}.fundacja .donation__form{grid-column:2/-2;margin-left:1em;margin-right:1em;margin-top:2em}.fundacja .donate__quick{background:linear-gradient(90deg,#ffa400,#f3ca40);background:linear-gradient(90deg,var(--color-orange) 0,var(--color-orange--light) 100%);border-radius:15px;margin:2em 2.08333%;max-width:1400px;padding:1em}.fundacja .donate__quick .grid{grid-template-columns:1fr}.fundacja .donate__quick .wcdp-row{margin:0}.fundacja .donate__quick .header{font-weight:400;line-height:1.2}.fundacja .donate__quick .header h3{font-size:3rem;text-align:center}.fundacja .donate__quick .ico{min-width:80px}.fundacja .donate__quick .ico svg{display:block;height:auto;margin:0 auto;width:80px}.fundacja .donate__quick .wcdp-divider{display:none}.fundacja .donate__quick #wcdp-get-send.variations_form{grid-gap:1em;align-items:flex-end;display:flex;flex-wrap:wrap;gap:1em;justify-content:center;margin:0;overflow:visible;padding:0 0 1.5em}.fundacja .donate__quick #wcdp_amount{display:flex;flex-wrap:wrap;justify-content:center;margin:0;padding:0}.fundacja .donate__quick #wcdp_amount li{height:50px}.fundacja .donate__quick .button.wcdp-button .wcdp-arrow{display:none}.fundacja .donate__quick .button.wcdp-button[type=submit]{align-items:center;background-color:#292929;background-color:var(--color-black);border-radius:5em;color:#ffa400;color:var(--color-orange);display:flex;height:50px;justify-content:center;padding:0;position:relative;transition:all .3s ease;width:220px}.fundacja .donate__quick .button.wcdp-button[type=submit]:hover{box-shadow:0 5px 20px rgba(0,0,0,.4);transform:scale(1.05) translateY(-3px)}.fundacja .donate__quick .button.wcdp-button[type=submit]:hover .wcdp-arrow{animation:none;transform:translateX(0)}.fundacja .donate__quick .button.wcdp-button[type=submit] .wcdp-arrow{background:url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" fill="orange" viewBox="0 0 24 24"><path d="m15.7 12.4-3.8-3.6c-.4-.4-.8-.9-1.1-1.4-.3-.5-.4-1.1-.4-1.7s.3-1.4.8-1.9 1.1-.8 1.9-.8 1 .1 1.5.4c.4.3.8.7 1.2 1.1.3-.4.7-.8 1.2-1.1.4-.3.9-.4 1.5-.4s1.4.3 1.9.8.8 1.1.8 1.9-.1 1.2-.4 1.7c-.3.5-.7 1-1.1 1.4l-3.8 3.6Zm0-1.4 3-2.9c.4-.3.7-.7.9-1.1.3-.4.4-.9.4-1.4s-.2-.8-.5-1.2-.7-.5-1.2-.5-.8.1-1.1.4c-.3.2-.6.5-.9.8l-.7.9-.7-.9c-.3-.3-.5-.6-.9-.8-.3-.2-.7-.4-1.1-.4s-.8.2-1.2.5c-.3.3-.5.7-.5 1.2s.1.9.4 1.4c.3.4.6.8.9 1.1l3 2.9Zm-9.3 7.7 7.6 2.2 6-1.9c0-.3-.1-.5-.3-.7-.2-.1-.3-.2-.6-.2H13.3c-.3 0-.7-.1-1.1-.2l-2.2-.7.3-1 2 .7c.3.1.7.2 1.1.2h1.7c0-.3 0-.6-.2-.8-.1-.2-.3-.3-.5-.4l-5.8-2.1H6.3v4.8Zm-4 2.3v-8.2H9.1l5.8 2.1c.4.1.7.4.9.7.3.4.4.8.4 1.4h3c.6 0 1.1.2 1.4.6.3.4.5.9.5 1.4v.6l-7 2.2-7.6-2.2v1.3H2.4Zm1-1h2v-6.2h-2V20Z"/></svg>');display:block;height:24px;margin-bottom:.5em;text-indent:-99999px;width:24px}.fundacja .wcdp-body .wcdp-variation-heading{display:block;font-size:2rem;font-weight:400;margin:0 0 1em;text-align:center}.fundacja .wcdp-body #wcdp_amount{grid-template-columns:1fr;padding:1.5em 0 0}.fundacja .wcdp-body #wcdp_amount .wcdp-button-label{align-items:center;background-color:#fff;border:2px solid #ffa400;border:2px solid var(--color-orange);border-radius:3em;display:flex;font-size:2rem;height:50px;justify-content:center;min-width:100px;position:relative;transition:all .3s}.fundacja .wcdp-body #wcdp_amount .wcdp-button-label:hover{box-shadow:0 5px 20px rgba(0,0,0,.4);transform:scale(1.05) translateY(-3px)}.fundacja .wcdp-body #wcdp_amount .wcdp-button-label[\:has\(input\)]{padding:0}.fundacja .wcdp-body #wcdp_amount .wcdp-button-label[\:has\(input\)] #wcdp_other{padding:.5em 0}.fundacja .wcdp-body #wcdp_amount .wcdp-button-label[\:has\(input\)] input{background-color:transparent;border:none;box-shadow:none;color:#ffa400;color:var(--color-orange);outline:none;padding:0}.js-has-pseudo [csstools-has-1a-2u-39-32-2s-2p-2r-2y-2p-w-1a-3b-2r-2s-34-19-2q-33-2s-3d-w-z-3b-2r-2s-34-2n-2p-31-33-39-32-38-w-1a-3b-2r-2s-34-19-2q-39-38-38-33-32-19-30-2p-2q-2t-30-1m-2w-2p-37-14-2x-32-34-39-38-15]:not(#does-not-exist):not(.does-not-exist):not(.does-not-exist):not(does-not-exist){padding:0}.fundacja .wcdp-body #wcdp_amount .wcdp-button-label:has(input){padding:0}.js-has-pseudo [csstools-has-1a-2u-39-32-2s-2p-2r-2y-2p-w-1a-3b-2r-2s-34-19-2q-33-2s-3d-w-z-3b-2r-2s-34-2n-2p-31-33-39-32-38-w-1a-3b-2r-2s-34-19-2q-39-38-38-33-32-19-30-2p-2q-2t-30-1m-2w-2p-37-14-2x-32-34-39-38-15-w-z-3b-2r-2s-34-2n-33-38-2w-2t-36]:not(#does-not-exist):not(#does-not-exist):not(.does-not-exist):not(.does-not-exist):not(does-not-exist){padding:.5em 0}.fundacja .wcdp-body #wcdp_amount .wcdp-button-label:has(input) #wcdp_other{padding:.5em 0}.js-has-pseudo [csstools-has-1a-2u-39-32-2s-2p-2r-2y-2p-w-1a-3b-2r-2s-34-19-2q-33-2s-3d-w-z-3b-2r-2s-34-2n-2p-31-33-39-32-38-w-1a-3b-2r-2s-34-19-2q-39-38-38-33-32-19-30-2p-2q-2t-30-1m-2w-2p-37-14-2x-32-34-39-38-15-w-2x-32-34-39-38]:not(#does-not-exist):not(.does-not-exist):not(.does-not-exist):not(does-not-exist):not(does-not-exist){background-color:transparent;border:none;box-shadow:none;color:#ffa400;color:var(--color-orange);outline:none;padding:0}.fundacja .wcdp-body #wcdp_amount .wcdp-button-label:has(input) input{background-color:transparent;border:none;box-shadow:none;color:#ffa400;color:var(--color-orange);outline:none;padding:0}.fundacja .wcdp-body #wcdp_amount #wcdp-donation-amount{field-sizing:content;margin-left:.5em;max-width:120px;min-width:calc(60px - 1ch)}.fundacja .wcdp-body #wcdp_amount.wcdp_options>li>input{max-width:200px;min-width:100px}.fundacja .wcdp-body #wcdp_amount.wcdp_options>li>input:checked+label{background-color:#333;color:#ffa400;color:var(--color-orange);height:50px}.fundacja .wcdp-body #wcdp_amount.wcdp_options>li>input:checked+label:after{display:none}.fundacja .wcdp-form #wcdp_va_amount label,.fundacja.page-template-donation-default #wcdp_va_amount label{margin-bottom:.5em}.fundacja .wcdp-form #wcdp_va_amount .wcdp-variation-heading,.fundacja.page-template-donation-default #wcdp_va_amount .wcdp-variation-heading{font-family:Poppins,sans-serif;font-family:var(--font);font-weight:400;margin-bottom:.5em;margin-top:.5em}.fundacja .tabs{display:flex;flex-direction:row;margin:0 2.08333% 3em;position:relative}.fundacja .tab-container{display:flex;flex-direction:column;min-width:200px}.fundacja .tab-list{background-color:hsla(0,0%,55%,.1);border-radius:15px;border-radius:var(--border-radius);display:flex;flex-direction:column;padding:1em}.fundacja [role=tab]{background:none;border:none;color:#302783;color:var(--color-blue-4);cursor:pointer;font-size:1.8rem;outline:none;padding:12px 15px;text-align:left;width:100%}.fundacja [role=tab][aria-selected=true]{color:#2f84fd;color:var(--color-blue);font-weight:500}.fundacja [role=tab]:focus{outline:3px solid #2f84fd;outline:3px solid var(--color-blue)}.fundacja .tab-content{flex:1;position:relative}.fundacja .tab-content .layout{grid-template-columns:1fr;margin:0 8.33333%}.fundacja .tab-content .layout--simple{grid-gap:0;gap:0}.fundacja .tab-content .layout--simple .content{margin-top:0}.fundacja .tab-content .layout--downloads ul{grid-gap:.75em;display:flex;flex-direction:column;gap:.75em;list-style-type:none;margin:0;padding:0}.fundacja .tab-content .layout--downloads ul li:before{content:""}.fundacja .tab-content .layout--downloads ul li a{align-items:center;border-radius:.5em;color:var(--color-text);display:inline-flex;justify-content:flex-start;padding:.5em;transition:all .3s ease}.fundacja .tab-content .layout--downloads ul li a svg{height:30px;transition:all .3s ease;width:50px}.fundacja .tab-content .layout--downloads ul li a svg path{transition:all .3s ease}.fundacja .tab-content .layout--downloads ul li a:hover{color:#2f84fd;color:var(--color-blue)}.fundacja .tab-content .layout--downloads ul li a:hover svg{scale:1.1}.fundacja .tab-content .layout--downloads ul li a:hover svg path{fill:#2f84fd;fill:var(--color-blue)}.fundacja .tab-content h2{font-size:3.5rem}.fundacja .tab-content .objective{margin-top:0}.fundacja [role=tabpanel]{left:0;opacity:0;padding:0 2em;position:absolute;top:0;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;visibility:hidden;width:100%}.fundacja [role=tabpanel]:not([hidden]){opacity:1;position:relative;visibility:visible}.fundacja .menu-toggle{display:none}.fundacja.page-template-tpl_wspieram .hero{background:url(../assets/images/fundacja/hero/slide-2.jpg);background-position:100% 100%}.fundacja .woocommerce-billing-fields{background-color:#f3f3f3;background-color:var(--color-gray);border-radius:15px;border-radius:var(--border-radius);padding:.5em .5em 2.5em}.fundacja .woocommerce-billing-fields .form-row{margin-bottom:1em}.fundacja .woocommerce-billing-fields label{display:block;font-size:1.2rem;margin-bottom:.25em;opacity:.7}.fundacja .woocommerce-billing-fields input,.fundacja .woocommerce-billing-fields select{background-color:transparent;border:none;border-bottom:1px solid #000;padding:.5em 0}.fundacja .woocommerce-billing-fields p.form-row{grid-column:span 5;margin:0;padding:1em}.fundacja .woocommerce-billing-fields p.form-row input,.fundacja .woocommerce-billing-fields p.form-row select{font-size:1.6rem;padding-top:.5em;width:100%}.fundacja .wcdp-divider-arrow{display:none}.fundacja .woocommerce-billing-fields__field-wrapper{display:grid;grid-template-columns:1fr}.fundacja .shop_table{margin:4em auto 2em;min-width:320px}.fundacja .shop_table th{font-weight:400;min-width:150px;padding:.5em .25em}.fundacja .shop_table thead th{border-bottom:1px solid #ccc}.fundacja .shop_table tbody tr:last-child td,.fundacja .shop_table tbody tr:last-child th{border-bottom:1px solid #ccc;font-weight:600}.fundacja .shop_table tbody tr:last-child td>a,.fundacja .shop_table tbody tr:last-child th>a{font-weight:600!important}.fundacja .shop_table tfoot td,.fundacja .shop_table tfoot th{font-size:1.4rem;padding:.15em}.fundacja .shop_table tfoot th{text-align:left}.fundacja .shop_table td{padding:.25em;text-align:center}.fundacja .woocommerce-checkout-payment{background-color:#f3f3f3;background-color:var(--color-gray);border-radius:15px;border-radius:var(--border-radius);padding:.5em .5em 2.5em}.fundacja .woocommerce-checkout-payment .wc_payment_methods{grid-gap:1em;display:flex;flex-direction:column;gap:1em;list-style-type:none;margin:1em 0;padding:0}.fundacja .woocommerce-checkout-payment .wc_payment_methods input[type=checkbox]:checked+.wc_payment_method{background-color:#f0f0f0}.fundacja .woocommerce-checkout-payment .wc_payment_methods>li{border:1px solid #ccc;border-radius:15px;border-radius:var(--border-radius);margin:0;padding:0}.fundacja .woocommerce-checkout-payment .wc_payment_methods>li>label{align-items:center;display:grid;font-weight:500;grid-template-columns:30px 120px 1fr;padding:1em;position:relative}.fundacja .woocommerce-checkout-payment .wc_payment_methods>li>label .payment_method_ico{display:none}.fundacja .woocommerce-checkout-payment .wc_payment_methods>li>label .payment_method_ico img{display:block;margin:0;padding:0}.fundacja .woocommerce-checkout-payment .wc_payment_methods>li.selected{background-color:#fff;border-color:#ffa400;border-color:var(--color-orange);border-width:2px}.fundacja .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper{background-color:hsla(0,0%,80%,.4);border-radius:15px;border-radius:var(--border-radius);font-size:1.4rem;margin-bottom:2em;margin-top:2em;padding:1em 2em;text-align:center}.fundacja .woocommerce-checkout-payment a{color:#292929;color:var(--color-black);font-weight:600;transition:all .3s ease}.fundacja .woocommerce-checkout-payment a:hover{color:#2f84fd;color:var(--color-blue-2)}.fundacja .woocommerce-checkout-payment .payment_box{padding:0 2em 2em}.fundacja .woocommerce-checkout-payment .payment_box p{text-align:center}.fundacja .woocommerce-checkout-payment .payu-accept-conditions .payu-conditions-description{line-height:1.4em;text-align:center}.fundacja .pbl-container .payu-list-banks li label{border-radius:10px;margin:.5em;width:auto}.fundacja .pbl-container .payu-list-banks li label img{max-width:100%}.fundacja .pbl-container .payu-list-banks li label.active{background-color:#fff;border-color:#ffa400;border-color:var(--color-orange);border-width:2px}.fundacja .wcdp-body button[type=submit]{align-items:center;border-radius:2em;border-style:solid;border-width:2px;color:#292929;color:var(--text-color);display:inline-flex;font-size:1.6rem;padding:.45em 1.25em;-webkit-text-decoration:none;text-decoration:none;transition:all .3s ease}.fundacja .wcdp-body button[type=submit]:focus,.fundacja .wcdp-body button[type=submit]:hover{box-shadow:0 5px 20px rgba(0,0,0,.4);transform:scale(1.05) translateY(-3px)}.fundacja .wcdp-body button[type=submit]{--color:var(--color-orange);background-color:#ffa400;background-color:var(--color);border-color:#ffa400;border-color:var(--color)}.fundacja .wcdp-body h3{text-align:center}.fundacja .donation .select2-selection.select2-selection--single{height:40px}.fundacja .donation .select2-selection.select2-selection--single .select2-selection__rendered{line-height:40px}.fundacja .donation .select2-selection.select2-selection--single .select2-selection__arrow{height:40px}.fundacja .donation .button[type=submit]{align-items:center;border-radius:2em;border-style:solid;border-width:2px;color:#292929;color:var(--text-color);display:inline-flex;font-size:1.8rem;font-size:1.6rem;padding:.45em 1.25em;position:relative;-webkit-text-decoration:none;text-decoration:none;transition:all .3s ease}.fundacja .donation .button[type=submit]:focus,.fundacja .donation .button[type=submit]:hover{box-shadow:0 5px 20px rgba(0,0,0,.4);transform:scale(1.05) translateY(-3px)}.fundacja .donation .button[type=submit]{--color:var(--color-orange);background-color:#ffa400;background-color:var(--color);border-color:#ffa400;border-color:var(--color)}.fundacja .donation .button[type=submit]:after{content:"\ea70";font-family:Material Symbols Outlined;font-size:2rem;margin-left:.5em;transform:translateY(-3px)}.fundacja .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error{list-style-type:none;margin:2em;padding:0}.fundacja .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error li{display:block;padding:.25em 0 .25em 2em;position:relative}.fundacja .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error li a{color:#e91e63;color:var(--color-red);-webkit-text-decoration:none;text-decoration:none}.fundacja .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error li a:hover{color:#302783;color:var(--color-blue-4)}.fundacja .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error li:before{color:#e91e63;color:var(--color-red);content:"⬥";display:inline-block;margin-left:-2em;width:2em}.fundacja .donation.checkout .woocommerce-order{grid-gap:1em;display:flex;flex-wrap:wrap;gap:1em}.fundacja .donation.checkout .woocommerce-order a:not(.woocommerce-button){color:inherit;color:var(--color-text);font-weight:400;-webkit-text-decoration:none;text-decoration:none;transition:all .3s ease}.fundacja .donation.checkout .woocommerce-order a:not(.woocommerce-button):hover{color:#2f84fd;color:var(--color-blue-2)}.fundacja .donation.checkout .woocommerce-order address{font-style:normal}.fundacja .donation.checkout .woocommerce-order .woocommerce-button{align-items:center;border-radius:2em;border-style:solid;border-width:2px;color:#292929;color:var(--text-color);display:inline-flex;font-size:1.8rem;font-size:1.6rem;padding:.45em 1.25em;position:relative;-webkit-text-decoration:none;text-decoration:none;transition:all .3s ease}.fundacja .donation.checkout .woocommerce-order .woocommerce-button:focus,.fundacja .donation.checkout .woocommerce-order .woocommerce-button:hover{box-shadow:0 5px 20px rgba(0,0,0,.4);transform:scale(1.05) translateY(-3px)}.fundacja .donation.checkout .woocommerce-order .woocommerce-button{--color:var(--color-orange);background-color:#ffa400;background-color:var(--color);border-color:#ffa400;border-color:var(--color)}.fundacja .donation.checkout .woocommerce-order .woocommerce-notice{flex:1 100%;font-size:3rem;text-align:center}.fundacja .donation.checkout .woocommerce-order .woocommerce-order-overview{display:grid}.fundacja .donation.checkout .woocommerce-order .woocommerce-thankyou-order-details{flex:1 100%;line-height:1.45;list-style-type:none;margin:2em 1em;padding:0;text-align:center}.fundacja .donation.checkout .woocommerce-order .woocommerce-thankyou-order-details li{padding:.5em}.fundacja .donation.checkout .woocommerce-order .woocommerce-thankyou-order-details li strong{display:block;font-size:1.8rem;font-weight:500;margin-top:.2em}.fundacja .donation.checkout .woocommerce-order .woocommerce-order-details{background-color:#f1f1f1;border-radius:15px;border-radius:var(--border-radius);flex:1 100%;padding:1em 2em;text-align:center}.fundacja .donation.checkout .woocommerce-order .woocommerce-order-details table{margin:0 auto}.fundacja .donation.checkout .woocommerce-order .woocommerce-customer-details{background-color:#f1f1f1;border-radius:15px;border-radius:var(--border-radius);flex:1 100%;padding:1em 2em;text-align:center}.fundacja.single-akcje .action{margin-bottom:1em;margin-top:3em;text-align:center}.fundacja.single-akcje .btn--donation{font-size:1.8rem;margin:0 auto;outline:.5em solid #ececec;position:relative}.fundacja.single-akcje .btn--donationhover{outline-width:1em}.fundacja.single-akcje .btn--donation:after{content:"\ea70";font-family:Material Symbols Outlined;font-size:2rem;font-size:2.5rem;margin-left:.5em;transform:translateY(-3px)}.fundacja.page-template-tpl_przyjaciele_fundacji .hero{background:url(../assets/images/fundacja/hero/przyjaciel.jpg) no-repeat;background-position:right 35%;background-size:cover}.fundacja .layout .content{margin-top:0}.fundacja .layout .content .donators{grid-gap:3em 1em;display:grid;gap:3em 1em;grid-template-columns:1fr}.fundacja .layout .content .donators .donator{grid-gap:2em;border-radius:15px;display:grid;gap:2em;padding:1em;position:relative}.fundacja .layout .content .donators .donator:nth-child(4n+3),.fundacja .layout .content .donators .donator:nth-child(4n+4){background-color:#f3f3f3;background-color:var(--color-gray)}.fundacja .layout .content .donators .donator:nth-child(4n+3) .donator__photo,.fundacja .layout .content .donators .donator:nth-child(4n+4) .donator__photo{grid-column:2;grid-row:1}.fundacja .layout .content .donators .donator:nth-child(4n+3) .donator__content,.fundacja .layout .content .donators .donator:nth-child(4n+4) .donator__content{grid-column:1;grid-row:1}.fundacja .layout .content .donators .donator__photo{border-radius:15px;box-shadow:0 0 50px rgba(0,0,0,.2);height:260px;overflow:hidden;width:auto}.fundacja .layout .content .donators .donator__photo img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:all 3sease;width:100%}.fundacja .layout .content .donators .donator__content{align-items:center;display:grid;grid-template-rows:1fr 100px 50px;justify-items:center;text-align:center}.fundacja .layout .content .donators .donator__content h3{font-size:2.2rem;margin-bottom:.5em}.fundacja .layout .content .donators .donator__content button{margin-bottom:1em}.fundacja .layout .content .donators dialog{background-image:url(../assets/images/background/mark.svg);background-position:0 100%;background-repeat:no-repeat;background-size:300px auto;border:none;border-radius:25px;box-shadow:0 4px 6px rgba(0,0,0,.1);max-width:500px;padding:1em 1em 2.5em;text-align:center;width:90%}.fundacja .layout .content .donators .donator__modal-photo{padding-top:1em}.fundacja .layout .content .donators .donator__modal-photo img{border-radius:15px}.fundacja .layout .content .donators dialog[open]{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.fundacja .layout .content .donators .close-modal{background:none;border:none;color:#333;cursor:pointer;font-size:24px;position:absolute;right:10px;top:10px}.fundacja .layout .content .donators .close-modal:focus{outline:2px solid #007bff}.footer{margin-top:2em}.footer__container{grid-gap:1em;align-items:center;align-items:start;display:grid;font-size:1.4rem;gap:1em;grid-template-columns:1fr;margin:0 2em;max-width:1400px;padding:3em 0 2em;position:relative;text-align:center}.footer__container:before{background:#62b1fc;background:linear-gradient(90deg,#62b1fc,#302783);border-radius:30px;content:"";height:10px;left:0;position:absolute;top:0;width:100%}.footer__container a{color:#292929;color:var(--text-color);-webkit-text-decoration:none;text-decoration:none}.footer__container a:hover{color:#2f84fd;color:var(--color-blue)}.footer__logo{align-items:center;display:flex;justify-content:center;margin-bottom:1em}.footer__logo img{max-width:100px}.footer__address{display:flex;flex-direction:column}.footer__contacts ul{grid-gap:.5em;display:flex;flex-direction:column;gap:.5em;list-style-type:none;margin:0;padding:0}.footer__contacts ul.footer__files{margin:.5em 0}.footer__contacts ul.footer__files a{font-weight:300}.footer__credits{color:#292929;color:var(--text-color);display:flex;flex-direction:column;text-align:center;-webkit-text-decoration:none;text-decoration:none;transition:all .3s ease}.footer__credits:hover{transform:scale(1.05)}.footer__credits p{font-size:1.2rem}.footer__credits img{margin:0;max-height:80px;width:100%}.footer__info{padding-top:1em;text-align:center}.footer__info li,.footer__info p{font-size:1.4rem}.footer__info ul{grid-gap:1em;display:flex;flex-wrap:wrap;gap:1em;justify-content:center;list-style-type:none;margin:0;padding:0}.footer__info ul li:last-child{flex:1 100%;text-align:center}.design{color:#707070;color:var(--text-color--light);font-size:1.2rem;margin:0 auto;max-width:1200px;padding:1em;text-align:center}.design a{color:#707070;color:var(--text-color--light);font-weight:500;-webkit-text-decoration:none;text-decoration:none}@media only screen and (min-width:560px){.informator .hero__actions{flex-direction:row;justify-content:flex-start}.informator .intro__actions{flex-direction:row}.informator .map .infowindow{max-width:400px;padding:0 1em 2em}.informator .map .mapFilters{grid-column:2/10}.informator .map .mapFilters fieldset .filters .filter--title{grid-column:span 1}.informator .map .mapFilters fieldset .filters .filter--type{grid-column:span 1}.informator .moreinfo__actions{flex-direction:row}.informator .wheretostart__actions{grid-gap:2em;flex-direction:row;gap:2em}.fundacja .wcdp-body #wcdp_amount{grid-template-columns:repeat(3,max-content);padding:0}}@media only screen and (min-width:768px){.mainnav .wrapper{flex-direction:row;justify-content:space-between}.mainnav .nav__trigger{display:none}.mainnav nav{grid-template-rows:1fr;margin-left:2em}.mainnav nav .nav__wrapper{padding:1em}.mainnav nav ul{flex-direction:row;justify-content:flex-start}.mainnav.fixed{flex-direction:row;justify-content:space-between;padding:0 2em}.informator .hero{padding:5em 0 3em}.informator .hero__content{grid-column:2/7}.informator .hero__actions{grid-column:2/7}.informator .intro__content{grid-column:3/9}.informator .map .gm-style-iw.gm-style-iw-c{max-width:550px!important}.informator .moreinfo__heading{grid-column:2/6;grid-row:1/2}.informator .moreinfo__heading .lead{padding-left:12.5%}.informator .moreinfo__photo{grid-column:6/11;grid-row:1/2;margin:6em 12.5% 4rem}.informator .faq__heading{grid-column:2/6}.informator .faq__heading h2{width:50%}.informator .faq__content{grid-column:5/11;grid-row:1/2;padding-top:4em}.informator .wheretostart__heading{grid-column:7/10;grid-row:1/2}.informator .wheretostart__photo{grid-column:2/6;margin-top:5em}.informator .wheretostart__content ol li:after{left:25%;width:70px}.informator .wheretostart__content ol li{padding-left:25%}.informator .wheretostart__content ol li:nth-child(odd){grid-column:1/5}.informator .wheretostart__content ol li:nth-child(2n){grid-column:6/10}.informator .wheretostart__actions{grid-column:6/11}.informator .dialog__header .header__content{grid-column:1/5;grid-row:1/2}.informator .dialog__header .header__logo{grid-column:5/7}.informator .get-pdf__photo{align-self:center;grid-column:1/4;grid-row:1/2}.informator .get-pdf__content{align-self:center;grid-column:4/7;grid-row:1/2;max-width:60ch;padding:1em 5em 1em 2em;text-align:left}.fundacja .hero{padding:0 2.08333%}.fundacja .niebieskie-akcje{padding:0 8.33333%}.fundacja .niebieskie-akcje .slide__thumb{grid-column:2;grid-row:1/-1}.fundacja .niebieskie-akcje .slide__content{grid-column:1;grid-row:1/-1}.fundacja .akcje__list .akcja{text-align:left}.fundacja .akcje__list .akcje__thumb{grid-column:2;grid-row:1/-1}.fundacja .akcje__list .akcje__content{grid-column:1;grid-row:1/-1}.fundacja .akcje__list .akcje__actions{justify-content:flex-start}.fundacja .wspieram-na-niebiesko .slide__thumb{grid-column:2;grid-row:1/-1}.fundacja .wspieram-na-niebiesko .slide__content{grid-column:1;grid-row:1/-1}.fundacja .aktualnosci .news__list{grid-gap:1em;gap:1em}.fundacja .aktualnosci .news__list .news__content{text-align:left}.fundacja .aktualnosci .news__list li{grid-gap:2em;flex-direction:row-reverse;gap:2em}.fundacja .aktualnosci .news__list li:nth-child(-n+2){grid-template-areas:"content thumb";grid-template-columns:auto 200px;padding:1em 1em 1em 2em}.fundacja .layout__col--left,.fundacja .layout__col--right{grid-column:span 1}.fundacja .donate__quick .grid{align-items:center;grid-template-columns:3fr 1fr 6fr}.fundacja .donate__quick .header h3{text-align:left}.fundacja .donate__quick{padding:1em 2.08333% 0}.fundacja .woocommerce-billing-fields p.form-row-wide{grid-column:span 10}.fundacja .woocommerce-billing-fields__field-wrapper{grid-gap:1em;gap:1em;grid-template-columns:repeat(10,1fr)}.footer__container{grid-template-columns:repeat(10,1fr);text-align:left}.footer__address{flex:0 250px;grid-column:3/6;padding-top:2em}.footer__contacts{grid-column:6/8;padding-top:2em}.footer__credits{grid-column:9/11;padding-top:2em}.footer__info{grid-column:span 12}.design{text-align:right}}@media only screen and (min-width:992px){.sub__header:before{width:60%}.informator .btn:not(nav){font-size:1.6rem}.informator .hero h1{font-size:3.586rem}.informator .map__container{grid-column:1/-1;height:550px}.informator .map #map{grid-column:1/8;grid-row:2/3}.informator .map .placesList{grid-column:8/11;grid-row:2/3;height:100%}.informator .map .placesList li button img{width:50px}.informator .map .mapFilters fieldset{flex-direction:row}.informator .map .mapFilters fieldset .header{margin:.5em 0 0}.informator .map .mapFilters fieldset .filters{grid-template-columns:repeat(8,1fr);margin-left:3em;margin-right:1em;width:100%}.informator .map .mapFilters fieldset .filters .filter--title{grid-column:span 2}.informator .map .mapFilters fieldset .filters .filter--type{grid-column:span 2}.informator .map .mapFilters fieldset .filters .filter--district{grid-column:span 4}.informator .moreinfo__heading h2{font-size:4.2rem;line-height:1.2;width:65%}.informator .moreinfo__photo{grid-column:6/11}.informator .moreinfo__col--left{grid-column:2/5;grid-row:2/3}.informator .moreinfo__col--right{grid-column:7/10;grid-row:2/3}.informator .moreinfo__actions{grid-gap:2em;gap:2em;grid-column:6/10}.informator .faq [itemprop=text]{font-size:1.6rem;padding:0 2em .5em 4rem}.informator .wheretostart{padding:10em 0}.informator .dialog__body{border-radius:25px 0 0 25px;padding:50px 4em 1em}.informator .dialog__content .content__description{grid-column:4/7;grid-row:1/2}.informator .dialog__content .content__details{grid-column:1/4}.fundacja .round{border-radius:25px;border-radius:var(--border-radius-lg)}.fundacja .container--content{border-radius:25px;border-radius:var(--border-radius-lg);grid-template-columns:1.5fr repeat(10,1fr) 1.5fr}.fundacja .container--content header h2{font-size:3.5rem}.fundacja .hero-slider:before{bottom:-70px;height:235px;right:-30px;width:500px}.fundacja .hero-slider .slide__wrapper{grid-template-columns:1.5fr 5fr 5fr 1.5fr;min-height:500px}.fundacja .hero-slider .slide__content{grid-column:2}.fundacja .hero-slider .slick-autoplay-toggle-button{display:block;left:4.54545%}.fundacja .hero-slider .slick-arrow.custom-next-button{bottom:60px;display:block;left:4.54545%;right:auto;top:auto}.fundacja .hero-slider .slick-arrow.custom-prev-button{bottom:180px;display:block;left:4.54545%;right:auto;top:auto}.fundacja .hero-slider .slick-dots{left:11.36364%}.fundacja .niebieskie-akcje article{border-radius:25px;border-radius:var(--border-radius-lg)}.fundacja .niebieskie-akcje .slider .slick-arrow{bottom:50%}.fundacja .niebieskie-akcje .slider .slick-arrow.custom-prev-button{left:-8.33333%;right:auto;top:40%}.fundacja .niebieskie-akcje .slider .slick-arrow.custom-next-button{right:-30px;top:40%}.fundacja .niebieskie-akcje .slide__wrapper{align-items:center;grid-template-columns:auto 200px;padding:1em 1em 1em 2em}.fundacja .hero--single__content{grid-column:1/span 12}.fundacja main .wc-donation-platform.wcdp-form{margin:0 8.33333%}.fundacja .akcje__list .akcja{grid-column:span 1}.fundacja .akcje__list .akcja:nth-child(3n+3) .akcje__thumb,.fundacja .akcje__list .akcja:nth-child(4n+4) .akcje__thumb{grid-column:1;grid-row:1/-1}.fundacja .akcje__list .akcja:nth-child(3n+3) .akcje__content,.fundacja .akcje__list .akcja:nth-child(4n+4) .akcje__content{grid-column:2;grid-row:1/-1}.fundacja .akcje__list .akcje__wrapper{align-items:center;grid-template-columns:auto 200px;padding:1em 1em 1em 2em}.fundacja .wspieram-na-niebiesko article{border-radius:25px;border-radius:var(--border-radius-lg)}.fundacja .wspieram-na-niebiesko .slide__wrapper{padding:1em 1em 1em 2em}.fundacja .wspieram-na-niebiesko .slick-arrow{bottom:50%}.fundacja .wspieram-na-niebiesko .slick-arrow.custom-prev-button{left:-8.33333%;right:auto;top:40%}.fundacja .wspieram-na-niebiesko .slick-arrow.custom-next-button{right:-30px;top:40%}.fundacja .hero--single{grid-template-columns:1.5fr 5fr 5fr 1.5fr;padding:4em 60px}.fundacja .hero--single .wrapper{bottom:-70px;height:235px;right:-30px;width:500px}.fundacja .hero--single .breadcrumbs{bottom:50%;display:block;left:6.25%;transform:rotate(-90deg) translateX(-50%);transform-origin:left;transform-origin:left center;z-index:2}.fundacja .hero--single .hero__content{grid-column:2}.fundacja .hero--single .hero__content{align-self:end}.fundacja.single-aktualnosci .hero__content h1{font-size:4rem}.fundacja.single-aktualnosci .hero__content{grid-column:2/span 1}.fundacja .objective h2{font-size:4rem;grid-column:1/span 3;padding-left:16.66667%}.fundacja .objective span{grid-column:5/span 4;grid-row:1}.fundacja .layout{margin:0 12.5%}.fundacja .layout .content--lead{font-size:2.5rem}.fundacja .donation__form{grid-column:4/-4}.fundacja .donate__quick .wcdp-row{margin:0}.fundacja .donate__quick .header h3{font-size:3.2rem;padding-left:1em}.fundacja .donate__quick #wcdp-get-send.variations_form{align-items:end}.fundacja .wcdp-body .wcdp-variation-heading{margin:0;padding:0}.fundacja .wcdp-form #wcdp_va_amount,.fundacja.page-template-donation-default #wcdp_va_amount{padding:0 2em}.fundacja .wcdp-form #wcdp_va_amount label,.fundacja.page-template-donation-default #wcdp_va_amount label{font-size:2.5rem}.fundacja .tab-content h2{font-size:4rem}.fundacja .tab-content .objective h2{grid-column:1/span 5}.fundacja .tab-content .objective span{grid-column:6/span 6}.fundacja .woocommerce-billing-fields{margin-bottom:4em;padding:2em 3em}.fundacja .woocommerce-billing-fields #billing_postcode_field{grid-column:span 3}.fundacja .woocommerce-billing-fields #billing_city_field{grid-column:span 7}.fundacja .woocommerce-billing-fields #billing_email_field,.fundacja .woocommerce-billing-fields #billing_phone_field{grid-column:span 5}.fundacja .woocommerce-checkout-payment{padding:.5em 2em 2.5em}.fundacja .woocommerce-checkout-payment .wc_payment_methods>li>label .payment_method_ico{display:block}.fundacja .donation.checkout .woocommerce-order .woocommerce-order-overview{grid-template-columns:repeat(5,1fr)}.fundacja .donation.checkout .woocommerce-order .woocommerce-order-details{flex:45%}.fundacja .donation.checkout .woocommerce-order .woocommerce-customer-details{flex:45%}.fundacja .layout .content .donators{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1100px){.mainheader .header__credits{align-items:center;display:flex;flex:1 400px;flex-direction:row;justify-content:flex-end}.informator .get-pdf{margin-left:auto;margin-right:auto}.informator .get-pdf__photo{grid-column:1/4}.informator .get-pdf__content{grid-column:4/7}}@media only screen and (min-width:1200px){.informator .hero h1{font-size:5rem;margin:0}.informator .intro{background-position:center 50px;padding:6em 0}.informator .map .mapFilters{grid-column:1/-1;margin:0 2em}.informator .map .mapFilters fieldset .filters #districtSelect{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fundacja .aktualnosci .news__list{grid-gap:2em;flex-direction:row;gap:2em}.fundacja .aktualnosci .news__list li{flex:0 calc(50% - 2em)}.fundacja .aktualnosci--archive{margin-left:auto;margin-right:auto}.fundacja .donation__form{margin-left:auto;margin-right:auto}.fundacja .layout .content .donators .donator{grid-template-columns:160px 1fr}.fundacja .layout .content .donators .donator__content{align-items:center;justify-items:start;text-align:left}.footer__address{grid-column:3/5}.footer__contacts{grid-column:5/7}.footer__credits{align-items:center;flex-direction:row;grid-column:7/11;text-align:right}.footer__credits img{height:65px}.footer__info{grid-column:span 4;text-align:left}.footer__info ul{justify-content:space-between}.footer__info ul li:last-child{text-align:left}}@media only screen and (min-width:1400px){.mainnav .wrapper{margin:0 auto;padding:0 2em 2em}.footer__container{margin:0 auto}}@media only screen and (min-width:1440px){.grid__section{margin:0 auto}.fundacja .container--content{margin-left:auto;margin-right:auto}.fundacja main.single.donation{margin-left:auto;margin-right:auto}.fundacja .akcje__list{margin:0 auto}.fundacja .hero--single{margin:0 auto}.fundacja .donate__quick{margin:2em auto;padding:0 2.08333%}}@media only screen and (max-width:991px){.fundacja .wspieram-na-niebiesko header h2{grid-column:1/-1;grid-row:1;padding:0}.fundacja .wspieram-na-niebiesko header p{grid-column:1/-1;grid-row:2}}@media (max-width:600px){.fundacja .tabs{flex-direction:column}.fundacja .tab-container{background:#fff;border-right:none;min-width:auto}.fundacja .tab-list{background:#fff;border-radius:1em;box-shadow:0 2px 25px rgba(0,0,0,.2);display:none;flex-direction:column;left:0;position:absolute;top:50px;width:100%;z-index:10}.fundacja .tab-list.show{display:flex}.fundacja [role=tab]{border-left:none;padding:12px;text-align:left;width:100%}.fundacja [role=tab][aria-selected=true]{border-radius:.5em;color:#2f84fd;color:var(--color-blue);font-weight:500}.fundacja .menu-toggle{background:#f3f3f3;background:var(--color-gray);border:none;border-radius:15px;border-radius:var(--border-radius);color:var(--color-text);cursor:pointer;display:block;font-size:16px;padding:10px;text-align:left;width:100%}.fundacja .menu-toggle span{color:#ffa400;color:var(--color-orange)}}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition-duration:0s!important}.fundacja *{animation:none!important;transition-duration:0s!important}}@media (prefers-reduced-motion){.fundacja .error404 .glitch{animation:none}}