/*
  Theme Name:		wp-jac-chota-masterki
  Theme URI:
  Description:	based on chota 0.8.1
  Author:			jacek
  Author URI:		http://waliszewski.pl/
  Text Domain:	wp-jac-chota-masterki
  Version:		0.1
  */
@charset "UTF-8";

:root {
  --bg-color: #fff;
  --bg-color-h: 0;
  --bg-color-s: 0%;
  --bg-color-l: 100%;
  --color-hover: hsl(
    var(--bg-color-h),
    var(--bg-color-s),
    calc(var(--bg-color-l) - 5%)
  );
  --bg-secondary-color: #f3f3f6;
  --color-primary: #005dcf;
  --bg-brand-color: #e63a23;
  --color-primary-h: 229;
  --color-primary-s: 47%;
  --color-primary-l: 44%;
  --color-primary-dark: hsl(
    var(--color-primary-h),
    var(--color-primary-s),
    calc(var(--color-primary-l) - 5%)
  );
  --color-primary-darker: hsl(
    var(--color-primary-h),
    var(--color-primary-s),
    calc(var(--color-primary-l) - 10%)
  );
  --color-lightGrey: #d2d6dd;
  --color-grey: #747681;
  --color-darkGrey: #3f4144;
  --color-error: #e63a23;
  --color-success: #28bd14;
  --color-warning: #ffaf1a;
  --color-bezowy: #f4f0eb;
  --color-rozowy: #ef8491;
  --color-czarny: #000000;
  --grid-maxWidth: 162rem;
  --grid-lg-maxWidth: 120rem;
  --grid-gutter: 2rem;
  --font-size: 2rem;
  --font-color: #333;
  --font-family-sans: "aktiv-grotesk", sans-serif;
  --font-family-mono: monaco, "Consolas", "Lucida Console", monospace;
  --font-family-header: "ohno-blazeface", serif;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
  line-height: 1.15;
  text-size-adjust: 100%;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  background-color: #fff;
  background-color: var(--bg-color);
  line-height: 1.6;
  font-size: 2rem;
  font-size: var(--font-size);
  color: #333;
  color: var(--font-color);
  font-family: "Crimson Text", serif;
  font-family: "aktiv-grotesk", sans-serif;
  font-family: var(--font-family-sans);
  margin: 0;
  padding: 0;
}
h1,
h2 {
  font-family: "ohno-blazeface", serif;
  font-family: var(--font-family-header);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0.35em 0 0.7em;
}
@media screen and (min-width: 600px) {
  h1,
  h2.big {
    font-size: 3em;
    line-height: 1.1;
  }
  h2 {
    font-size: 1.75em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1.25em;
  }
  h5 {
    font-size: 1em;
  }
  h6 {
    font-size: 0.85em;
  }
}
a {
  color: #333;
  color: var(--font-color);
  -webkit-text-decoration: none;
  text-decoration: none;
}
button {
  font-family: inherit;
}
blockquote {
  background-color: #f3f3f6;
  background-color: var(--bg-secondary-color);
  padding: 1.5rem 2rem;
  border-left: 3px solid #d2d6dd;
  border-left: 3px solid var(--color-lightGrey);
}
dl dt {
  font-weight: bold;
}
hr {
  border: none;
  background-color: #d2d6dd;
  background-color: var(--color-lightGrey);
  height: 1px;
  margin: 1rem 0;
}
table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}
table.striped tr:nth-of-type(2n) {
  background-color: #f3f3f6;
  background-color: var(--bg-secondary-color);
}
td,
th {
  vertical-align: middle;
  padding: 1.2rem 0.4rem;
}
thead {
  border-bottom: 2px solid #d2d6dd;
  border-bottom: 2px solid var(--color-lightGrey);
}
tfoot {
  border-top: 2px solid #d2d6dd;
  border-top: 2px solid var(--color-lightGrey);
}
code,
kbd,
pre,
samp,
tt {
  font-family: monaco, "Consolas", "Lucida Console", monospace;
  font-family: var(--font-family-mono);
}
code,
kbd {
  font-size: 90%;
  white-space: pre-wrap;
  border-radius: 4px;
  padding: 0.2em 0.4em;
  background-color: #f3f3f6;
  background-color: var(--bg-secondary-color);
  color: #e63a23;
  color: var(--color-error);
}
pre {
  background-color: #f3f3f6;
  background-color: var(--bg-secondary-color);
  font-size: 1em;
  padding: 1rem;
  overflow-x: auto;
}
pre code {
  background: none;
  padding: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline;
  text-decoration: underline dotted;
}
img {
  max-width: 100%;
  height: auto;
}
fieldset {
  border: 1px solid #d2d6dd;
  border: 1px solid var(--color-lightGrey);
}
iframe {
  border: 0;
}
.container {
  max-width: 162rem;
  max-width: var(--grid-maxWidth);
  margin: 0 auto;
  width: 96%;
  padding: 0 calc(2rem / 2);
  padding: 0 calc(var(--grid-gutter) / 2);
}
.container-lg {
  max-width: 120rem;
  max-width: var(--grid-lg-maxWidth);
}
.row {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-left: calc(2rem / -2);
  padding-left: calc(var(--grid-gutter) / -2);
  padding-right: calc(2rem / -2);
  padding-right: calc(var(--grid-gutter) / -2);
}
.row.reverse {
  flex-direction: row-reverse;
}
.col {
  flex: 1;
}
.col,
[class*=" col-"],
[class^="col-"] {
  margin: calc(2rem / 2) calc(2rem / 2);
  margin: calc(var(--grid-gutter) / 2) calc(var(--grid-gutter) / 2);
}
.col-1 {
  flex: 0 0 calc((100% / (12 / 1)) - 2rem);
  flex: 0 0 calc((100% / (12 / 1)) - var(--grid-gutter));
  max-width: calc((100% / (12 / 1)) - 2rem);
  max-width: calc((100% / (12 / 1)) - var(--grid-gutter));
}
.col-2 {
  flex: 0 0 calc((100% / (12 / 2)) - 2rem);
  flex: 0 0 calc((100% / (12 / 2)) - var(--grid-gutter));
  max-width: calc((100% / (12 / 2)) - 2rem);
  max-width: calc((100% / (12 / 2)) - var(--grid-gutter));
}
.col-3 {
  flex: 0 0 calc((100% / (12 / 3)) - 2rem);
  flex: 0 0 calc((100% / (12 / 3)) - var(--grid-gutter));
  max-width: calc((100% / (12 / 3)) - 2rem);
  max-width: calc((100% / (12 / 3)) - var(--grid-gutter));
}
.col-4 {
  flex: 0 0 calc((100% / (12 / 4)) - 2rem);
  flex: 0 0 calc((100% / (12 / 4)) - var(--grid-gutter));
  max-width: calc((100% / (12 / 4)) - 2rem);
  max-width: calc((100% / (12 / 4)) - var(--grid-gutter));
}
.col-5 {
  flex: 0 0 calc((100% / (12 / 5)) - 2rem);
  flex: 0 0 calc((100% / (12 / 5)) - var(--grid-gutter));
  max-width: calc((100% / (12 / 5)) - 2rem);
  max-width: calc((100% / (12 / 5)) - var(--grid-gutter));
}
.col-6 {
  flex: 0 0 calc((100% / (12 / 6)) - 2rem);
  flex: 0 0 calc((100% / (12 / 6)) - var(--grid-gutter));
  max-width: calc((100% / (12 / 6)) - 2rem);
  max-width: calc((100% / (12 / 6)) - var(--grid-gutter));
}
.col-7 {
  flex: 0 0 calc((100% / (12 / 7)) - 2rem);
  flex: 0 0 calc((100% / (12 / 7)) - var(--grid-gutter));
  max-width: calc((100% / (12 / 7)) - 2rem);
  max-width: calc((100% / (12 / 7)) - var(--grid-gutter));
}
.col-8 {
  flex: 0 0 calc((100% / (12 / 8)) - 2rem);
  flex: 0 0 calc((100% / (12 / 8)) - var(--grid-gutter));
  max-width: calc((100% / (12 / 8)) - 2rem);
  max-width: calc((100% / (12 / 8)) - var(--grid-gutter));
}
.col-9 {
  flex: 0 0 calc((100% / (12 / 9)) - 2rem);
  flex: 0 0 calc((100% / (12 / 9)) - var(--grid-gutter));
  max-width: calc((100% / (12 / 9)) - 2rem);
  max-width: calc((100% / (12 / 9)) - var(--grid-gutter));
}
.col-10 {
  flex: 0 0 calc((100% / (12 / 10)) - 2rem);
  flex: 0 0 calc((100% / (12 / 10)) - var(--grid-gutter));
  max-width: calc((100% / (12 / 10)) - 2rem);
  max-width: calc((100% / (12 / 10)) - var(--grid-gutter));
}
.col-11 {
  flex: 0 0 calc((100% / (12 / 11)) - 2rem);
  flex: 0 0 calc((100% / (12 / 11)) - var(--grid-gutter));
  max-width: calc((100% / (12 / 11)) - 2rem);
  max-width: calc((100% / (12 / 11)) - var(--grid-gutter));
}
.col-12 {
  flex: 0 0 calc((100% / (12 / 12)) - 2rem);
  flex: 0 0 calc((100% / (12 / 12)) - var(--grid-gutter));
  max-width: calc((100% / (12 / 12)) - 2rem);
  max-width: calc((100% / (12 / 12)) - var(--grid-gutter));
}
@media screen and (max-width: 599px) {
  .container {
    width: 100%;
  }
  .col,
  [class*="col-"],
  [class^="col-"] {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .col-1-md {
    flex: 0 0 calc((100% / (12 / 1)) - 2rem);
    flex: 0 0 calc((100% / (12 / 1)) - var(--grid-gutter));
    max-width: calc((100% / (12 / 1)) - 2rem);
    max-width: calc((100% / (12 / 1)) - var(--grid-gutter));
  }
  .col-2-md {
    flex: 0 0 calc((100% / (12 / 2)) - 2rem);
    flex: 0 0 calc((100% / (12 / 2)) - var(--grid-gutter));
    max-width: calc((100% / (12 / 2)) - 2rem);
    max-width: calc((100% / (12 / 2)) - var(--grid-gutter));
  }
  .col-3-md {
    flex: 0 0 calc((100% / (12 / 3)) - 2rem);
    flex: 0 0 calc((100% / (12 / 3)) - var(--grid-gutter));
    max-width: calc((100% / (12 / 3)) - 2rem);
    max-width: calc((100% / (12 / 3)) - var(--grid-gutter));
  }
  .col-4-md {
    flex: 0 0 calc((100% / (12 / 4)) - 2rem);
    flex: 0 0 calc((100% / (12 / 4)) - var(--grid-gutter));
    max-width: calc((100% / (12 / 4)) - 2rem);
    max-width: calc((100% / (12 / 4)) - var(--grid-gutter));
  }
  .col-5-md {
    flex: 0 0 calc((100% / (12 / 5)) - 2rem);
    flex: 0 0 calc((100% / (12 / 5)) - var(--grid-gutter));
    max-width: calc((100% / (12 / 5)) - 2rem);
    max-width: calc((100% / (12 / 5)) - var(--grid-gutter));
  }
  .col-6-md {
    flex: 0 0 calc((100% / (12 / 6)) - 2rem);
    flex: 0 0 calc((100% / (12 / 6)) - var(--grid-gutter));
    max-width: calc((100% / (12 / 6)) - 2rem);
    max-width: calc((100% / (12 / 6)) - var(--grid-gutter));
  }
  .col-7-md {
    flex: 0 0 calc((100% / (12 / 7)) - 2rem);
    flex: 0 0 calc((100% / (12 / 7)) - var(--grid-gutter));
    max-width: calc((100% / (12 / 7)) - 2rem);
    max-width: calc((100% / (12 / 7)) - var(--grid-gutter));
  }
  .col-8-md {
    flex: 0 0 calc((100% / (12 / 8)) - 2rem);
    flex: 0 0 calc((100% / (12 / 8)) - var(--grid-gutter));
    max-width: calc((100% / (12 / 8)) - 2rem);
    max-width: calc((100% / (12 / 8)) - var(--grid-gutter));
  }
  .col-9-md {
    flex: 0 0 calc((100% / (12 / 9)) - 2rem);
    flex: 0 0 calc((100% / (12 / 9)) - var(--grid-gutter));
    max-width: calc((100% / (12 / 9)) - 2rem);
    max-width: calc((100% / (12 / 9)) - var(--grid-gutter));
  }
  .col-10-md {
    flex: 0 0 calc((100% / (12 / 10)) - 2rem);
    flex: 0 0 calc((100% / (12 / 10)) - var(--grid-gutter));
    max-width: calc((100% / (12 / 10)) - 2rem);
    max-width: calc((100% / (12 / 10)) - var(--grid-gutter));
  }
  .col-11-md {
    flex: 0 0 calc((100% / (12 / 11)) - 2rem);
    flex: 0 0 calc((100% / (12 / 11)) - var(--grid-gutter));
    max-width: calc((100% / (12 / 11)) - 2rem);
    max-width: calc((100% / (12 / 11)) - var(--grid-gutter));
  }
  .col-12-md {
    flex: 0 0 calc((100% / (12 / 12)) - 2rem);
    flex: 0 0 calc((100% / (12 / 12)) - var(--grid-gutter));
    max-width: calc((100% / (12 / 12)) - 2rem);
    max-width: calc((100% / (12 / 12)) - var(--grid-gutter));
  }
}
@media screen and (min-width: 1200px) {
  .col-1-lg {
    flex: 0 0 calc((100% / (12 / 1)) - 2rem);
    flex: 0 0 calc((100% / (12 / 1)) - var(--grid-gutter));
    max-width: calc((100% / (12 / 1)) - 2rem);
    max-width: calc((100% / (12 / 1)) - var(--grid-gutter));
  }
  .col-2-lg {
    flex: 0 0 calc((100% / (12 / 2)) - 2rem);
    flex: 0 0 calc((100% / (12 / 2)) - var(--grid-gutter));
    max-width: calc((100% / (12 / 2)) - 2rem);
    max-width: calc((100% / (12 / 2)) - var(--grid-gutter));
  }
  .col-3-lg {
    flex: 0 0 calc((100% / (12 / 3)) - 2rem);
    flex: 0 0 calc((100% / (12 / 3)) - var(--grid-gutter));
    max-width: calc((100% / (12 / 3)) - 2rem);
    max-width: calc((100% / (12 / 3)) - var(--grid-gutter));
  }
  .col-4-lg {
    flex: 0 0 calc((100% / (12 / 4)) - 2rem);
    flex: 0 0 calc((100% / (12 / 4)) - var(--grid-gutter));
    max-width: calc((100% / (12 / 4)) - 2rem);
    max-width: calc((100% / (12 / 4)) - var(--grid-gutter));
  }
  .col-5-lg {
    flex: 0 0 calc((100% / (12 / 5)) - 2rem);
    flex: 0 0 calc((100% / (12 / 5)) - var(--grid-gutter));
    max-width: calc((100% / (12 / 5)) - 2rem);
    max-width: calc((100% / (12 / 5)) - var(--grid-gutter));
  }
  .col-6-lg {
    flex: 0 0 calc((100% / (12 / 6)) - 2rem);
    flex: 0 0 calc((100% / (12 / 6)) - var(--grid-gutter));
    max-width: calc((100% / (12 / 6)) - 2rem);
    max-width: calc((100% / (12 / 6)) - var(--grid-gutter));
  }
  .col-7-lg {
    flex: 0 0 calc((100% / (12 / 7)) - 2rem);
    flex: 0 0 calc((100% / (12 / 7)) - var(--grid-gutter));
    max-width: calc((100% / (12 / 7)) - 2rem);
    max-width: calc((100% / (12 / 7)) - var(--grid-gutter));
  }
  .col-8-lg {
    flex: 0 0 calc((100% / (12 / 8)) - 2rem);
    flex: 0 0 calc((100% / (12 / 8)) - var(--grid-gutter));
    max-width: calc((100% / (12 / 8)) - 2rem);
    max-width: calc((100% / (12 / 8)) - var(--grid-gutter));
  }
  .col-9-lg {
    flex: 0 0 calc((100% / (12 / 9)) - 2rem);
    flex: 0 0 calc((100% / (12 / 9)) - var(--grid-gutter));
    max-width: calc((100% / (12 / 9)) - 2rem);
    max-width: calc((100% / (12 / 9)) - var(--grid-gutter));
  }
  .col-10-lg {
    flex: 0 0 calc((100% / (12 / 10)) - 2rem);
    flex: 0 0 calc((100% / (12 / 10)) - var(--grid-gutter));
    max-width: calc((100% / (12 / 10)) - 2rem);
    max-width: calc((100% / (12 / 10)) - var(--grid-gutter));
  }
  .col-11-lg {
    flex: 0 0 calc((100% / (12 / 11)) - 2rem);
    flex: 0 0 calc((100% / (12 / 11)) - var(--grid-gutter));
    max-width: calc((100% / (12 / 11)) - 2rem);
    max-width: calc((100% / (12 / 11)) - var(--grid-gutter));
  }
  .col-12-lg {
    flex: 0 0 calc((100% / (12 / 12)) - 2rem);
    flex: 0 0 calc((100% / (12 / 12)) - var(--grid-gutter));
    max-width: calc((100% / (12 / 12)) - 2rem);
    max-width: calc((100% / (12 / 12)) - var(--grid-gutter));
  }
}
.row.gapless {
  margin-left: 0;
  margin-right: 0;
}
.row.gapless .col,
.row.gapless [class*="col-"] {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
.row.gapless .col-1 {
  flex: 0 0 calc(100% / (12 / 1));
  max-width: calc(100% / (12 / 1));
}
.row.gapless .col-2 {
  flex: 0 0 calc(100% / (12 / 2));
  max-width: calc(100% / (12 / 2));
}
.row.gapless .col-3 {
  flex: 0 0 calc(100% / (12 / 3));
  max-width: calc(100% / (12 / 3));
}
.row.gapless .col-4 {
  flex: 0 0 calc(100% / (12 / 4));
  max-width: calc(100% / (12 / 4));
}
.row.gapless .col-5 {
  flex: 0 0 calc(100% / (12 / 5));
  max-width: calc(100% / (12 / 5));
}
.row.gapless .col-6 {
  flex: 0 0 calc(100% / (12 / 6));
  max-width: calc(100% / (12 / 6));
}
.row.gapless .col-7 {
  flex: 0 0 calc(100% / (12 / 7));
  max-width: calc(100% / (12 / 7));
}
.row.gapless .col-8 {
  flex: 0 0 calc(100% / (12 / 8));
  max-width: calc(100% / (12 / 8));
}
.row.gapless .col-9 {
  flex: 0 0 calc(100% / (12 / 9));
  max-width: calc(100% / (12 / 9));
}
.row.gapless .col-10 {
  flex: 0 0 calc(100% / (12 / 10));
  max-width: calc(100% / (12 / 10));
}
.row.gapless .col-11 {
  flex: 0 0 calc(100% / (12 / 11));
  max-width: calc(100% / (12 / 11));
}
.row.gapless .col-12 {
  flex: 0 0 calc(100% / (12 / 12));
  max-width: calc(100% / (12 / 12));
}
@media screen and (min-width: 900px) {
  .row.gapless .col-1-md {
    flex: 0 0 calc(100% / (12 / 1));
    max-width: calc(100% / (12 / 1));
  }
  .row.gapless .col-2-md {
    flex: 0 0 calc(100% / (12 / 2));
    max-width: calc(100% / (12 / 2));
  }
  .row.gapless .col-3-md {
    flex: 0 0 calc(100% / (12 / 3));
    max-width: calc(100% / (12 / 3));
  }
  .row.gapless .col-4-md {
    flex: 0 0 calc(100% / (12 / 4));
    max-width: calc(100% / (12 / 4));
  }
  .row.gapless .col-5-md {
    flex: 0 0 calc(100% / (12 / 5));
    max-width: calc(100% / (12 / 5));
  }
  .row.gapless .col-6-md {
    flex: 0 0 calc(100% / (12 / 6));
    max-width: calc(100% / (12 / 6));
  }
  .row.gapless .col-7-md {
    flex: 0 0 calc(100% / (12 / 7));
    max-width: calc(100% / (12 / 7));
  }
  .row.gapless .col-8-md {
    flex: 0 0 calc(100% / (12 / 8));
    max-width: calc(100% / (12 / 8));
  }
  .row.gapless .col-9-md {
    flex: 0 0 calc(100% / (12 / 9));
    max-width: calc(100% / (12 / 9));
  }
  .row.gapless .col-10-md {
    flex: 0 0 calc(100% / (12 / 10));
    max-width: calc(100% / (12 / 10));
  }
  .row.gapless .col-11-md {
    flex: 0 0 calc(100% / (12 / 11));
    max-width: calc(100% / (12 / 11));
  }
  .row.gapless .col-12-md {
    flex: 0 0 calc(100% / (12 / 12));
    max-width: calc(100% / (12 / 12));
  }
}
@media screen and (min-width: 1200px) {
  .row.gapless .col-1-lg {
    flex: 0 0 calc(100% / (12 / 1));
    max-width: calc(100% / (12 / 1));
  }
  .row.gapless .col-2-lg {
    flex: 0 0 calc(100% / (12 / 2));
    max-width: calc(100% / (12 / 2));
  }
  .row.gapless .col-3-lg {
    flex: 0 0 calc(100% / (12 / 3));
    max-width: calc(100% / (12 / 3));
  }
  .row.gapless .col-4-lg {
    flex: 0 0 calc(100% / (12 / 4));
    max-width: calc(100% / (12 / 4));
  }
  .row.gapless .col-5-lg {
    flex: 0 0 calc(100% / (12 / 5));
    max-width: calc(100% / (12 / 5));
  }
  .row.gapless .col-6-lg {
    flex: 0 0 calc(100% / (12 / 6));
    max-width: calc(100% / (12 / 6));
  }
  .row.gapless .col-7-lg {
    flex: 0 0 calc(100% / (12 / 7));
    max-width: calc(100% / (12 / 7));
  }
  .row.gapless .col-8-lg {
    flex: 0 0 calc(100% / (12 / 8));
    max-width: calc(100% / (12 / 8));
  }
  .row.gapless .col-9-lg {
    flex: 0 0 calc(100% / (12 / 9));
    max-width: calc(100% / (12 / 9));
  }
  .row.gapless .col-10-lg {
    flex: 0 0 calc(100% / (12 / 10));
    max-width: calc(100% / (12 / 10));
  }
  .row.gapless .col-11-lg {
    flex: 0 0 calc(100% / (12 / 11));
    max-width: calc(100% / (12 / 11));
  }
  .row.gapless .col-12-lg {
    flex: 0 0 calc(100% / (12 / 12));
    max-width: calc(100% / (12 / 12));
  }
}
fieldset {
  padding: 0.5rem 2rem;
}
legend {
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.1rem;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
    [type="color"]
  ):not([type="button"]):not([type="reset"]),
select,
textarea,
textarea[type="text"] {
  font-family: inherit;
  padding: 0.8rem 1rem;
  border-radius: 4px;
  border: 1px solid #d2d6dd;
  border: 1px solid var(--color-lightGrey);
  font-size: 1em;
  transition: all 0.2s ease;
  display: block;
  width: 100%;
}
select {
  appearance: none;
  background: #f3f3f6 no-repeat 100%;
  background-size: 1ex;
  background-origin: content-box;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='40' fill='%23555'><polygon points='0,0 60,0 30,40'/></svg>");
}
.button,
[type="button"],
[type="reset"],
[type="submit"],
button {
  padding: 1rem 2.5rem;
  color: #3f4144;
  color: var(--color-darkGrey);
  background: #d2d6dd;
  background: var(--color-lightGrey);
  border-radius: 50px;
  border: 1px solid transparent;
  font-size: 2rem;
  font-size: var(--font-size);
  line-height: 1;
  text-align: center;
  transition: opacity 0.2s ease;
  -webkit-text-decoration: none;
  text-decoration: none;
  transform: scale(1);
  display: inline-block;
  cursor: pointer;
}
.button.dark,
.button.error,
.button.primary,
.button.secondary,
.button.success,
[type="submit"] {
  color: #fff;
  z-index: 1;
  background-color: #000;
  background-color: #005dcf;
  background-color: var(--color-primary);
}
.button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover,
button:hover {
  opacity: 0.8;
}
button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover {
  opacity: 0.4;
  cursor: not-allowed;
}
.grouped {
  display: flex;
}
.grouped > :not(:last-child) {
  margin-right: 16px;
}
.grouped.gapless > * {
  margin: 0 0 0 -1px !important;
  border-radius: 0 !important;
}
.grouped.gapless > :first-child {
  margin: 0 !important;
  border-radius: 4px 0 0 4px !important;
}
.grouped.gapless > :last-child {
  border-radius: 0 4px 4px 0 !important;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
    [type="color"]
  ):not([type="button"]):not([type="reset"]):not(:disabled):hover,
select:hover,
textarea:hover,
textarea[type="text"]:hover {
  border-color: #747681;
  border-color: var(--color-grey);
}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
    [type="color"]
  ):not([type="button"]):not([type="reset"]):focus,
select:focus,
textarea:focus,
textarea[type="text"]:focus {
  outline: none;
  border-color: #005dcf;
  border-color: var(--color-primary);
  box-shadow: 0 0 1px #005dcf;
  box-shadow: 0 0 1px var(--color-primary);
}
input.error:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
    [type="color"]
  ):not([type="button"]):not([type="reset"]),
textarea.error {
  border-color: #e63a23;
  border-color: var(--color-error);
}
input.success:not([type="checkbox"]):not([type="radio"]):not(
    [type="submit"]
  ):not([type="color"]):not([type="button"]):not([type="reset"]),
textarea.success {
  border-color: #28bd14;
  border-color: var(--color-success);
}
[type="checkbox"],
[type="radio"] {
  width: 2rem;
  height: 1.6rem;
}
.button + .button {
  margin-left: 1rem;
}
.button.secondary {
  background-color: #747681;
  background-color: var(--color-grey);
}
.button.dark {
  background-color: #3f4144;
  background-color: var(--color-darkGrey);
}
.button.error {
  background-color: #e63a23;
  background-color: var(--color-error);
}
.button.success {
  background-color: #28bd14;
  background-color: var(--color-success);
}
.button.outline {
  background-color: transparent;
  border-color: #333;
  border-color: var(--font-color);
  color: #333;
  color: var(--font-color);
}
a.button.outline {
  color: #333;
  color: var(--font-color);
}
.button.outline.primary {
  border-color: #005dcf;
  border-color: var(--color-primary);
  color: #005dcf;
  color: var(--color-primary);
}
.button.outline.secondary {
  border-color: #747681;
  border-color: var(--color-grey);
  color: #747681;
  color: var(--color-grey);
}
.button.outline.dark {
  border-color: #3f4144;
  border-color: var(--color-darkGrey);
  color: #3f4144;
  color: var(--color-darkGrey);
}
.button.clear {
  background-color: transparent;
  border-color: transparent;
  color: #005dcf;
  color: var(--color-primary);
}
.button.icon {
  display: inline-flex;
  align-items: center;
}
.button.icon > img {
  margin-left: 2px;
}
.button.icon-only {
  padding: 1rem;
}
.button:active:not(:disabled),
[type="button"]:active:not(:disabled),
[type="reset"]:active:not(:disabled),
[type="submit"]:active:not(:disabled),
button:active:not(:disabled) {
  transform: scale(0.98);
}
::placeholder {
  color: #bdbfc4;
}
.nav {
  display: flex;
  min-height: 5rem;
  align-items: stretch;
}
.nav img {
  max-height: 3rem;
}
.nav > .container {
  display: flex;
}
.nav-center,
.nav-left,
.nav-right {
  display: flex;
  flex: 1;
}
.nav-left {
  justify-content: flex-start;
}
.nav-right {
  justify-content: flex-end;
}
.nav-center {
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .nav,
  .nav > .container {
    flex-direction: column;
  }
  .nav-center,
  .nav-left,
  .nav-right {
    flex-wrap: wrap;
  }
}
.nav .brand,
.nav a {
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}
.nav .active:not(.button),
.nav [aria-current="page"]:not(.button) {
  color: #000;
  color: #005dcf;
  color: var(--color-primary);
}
.nav .brand {
  font-size: 1.75em;
  padding-top: 0;
  padding-bottom: 0;
}
.nav .brand img {
  padding-right: 1rem;
}
.nav .button {
  margin: auto 1rem;
}
.card {
  padding: 1rem 2rem;
  border-radius: 4px;
  background: #fff;
  background: var(--bg-color);
  box-shadow: 0 1px 3px #747681;
  box-shadow: 0 1px 3px var(--color-grey);
}
.card p:last-child {
  margin: 0;
}
.card header > * {
  margin-top: 0;
  margin-bottom: 1rem;
}
.tabs {
  display: flex;
}
.tabs a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.tabs > .dropdown > summary,
.tabs > a {
  flex: 0 1 auto;
  align-items: flex-start;
  color: #3f4144;
  color: var(--color-darkGrey);
  border-bottom: 2px solid #d2d6dd;
  border-bottom: 2px solid var(--color-lightGrey);
  text-align: center;
}
.tabs > a.active,
.tabs > a:hover,
.tabs > a[aria-current="page"] {
  opacity: 1;
  border-bottom: 2px solid #3f4144;
  border-bottom: 2px solid var(--color-darkGrey);
}
.tabs > a.active,
.tabs > a[aria-current="page"] {
  border-color: #005dcf;
  border-color: var(--color-primary);
}
.tabs.is-full a {
  flex: 1 1 auto;
}
.tag {
  display: inline-block;
  border: 1px solid #d2d6dd;
  border: 1px solid var(--color-lightGrey);
  text-transform: uppercase;
  color: #747681;
  color: var(--color-grey);
  padding: 0.5rem;
  line-height: 1;
  letter-spacing: 0.5px;
}
.tag.is-small {
  padding: 0.4rem;
  font-size: 0.75em;
}
.tag.is-large {
  padding: 0.7rem;
  font-size: 1.125em;
}
.tag + .tag {
  margin-left: 1rem;
}
details.dropdown {
  position: relative;
  display: inline-block;
}
details.dropdown > :last-child {
  position: absolute;
  left: 0;
  white-space: nowrap;
}
.bg-primary {
  background-color: #005dcf !important;
  background-color: var(--color-primary) !important;
}
.bg-warning {
  background-color: #ffaf1a !important;
  background-color: var(--color-warning) !important;
}
.bg-light {
  background-color: #d2d6dd !important;
  background-color: var(--color-lightGrey) !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-black {
  background-color: #000000 !important;
}
.bg-dark {
  background-color: #3f4144 !important;
  background-color: var(--color-darkGrey) !important;
}
.bg-grey {
  background-color: #747681 !important;
  background-color: var(--color-grey) !important;
}
.bg-error {
  background-color: #e63a23 !important;
  background-color: var(--color-error) !important;
}
.bg-success {
  background-color: #28bd14 !important;
  background-color: var(--color-success) !important;
}
.bg-bezowy {
  background-color: #f4f0eb !important;
  background-color: var(--color-bezowy) !important;
}
.bg-rozowy {
  background-color: #ef8491 !important;
  background-color: var(--color-rozowy) !important;
}
.bd-primary {
  border: 1px solid #005dcf !important;
  border: 1px solid var(--color-primary) !important;
}
.bd-light {
  border: 1px solid #d2d6dd !important;
  border: 1px solid var(--color-lightGrey) !important;
}
.bd-dark {
  border: 1px solid #3f4144 !important;
  border: 1px solid var(--color-darkGrey) !important;
}
.bd-grey {
  border: 1px solid #747681 !important;
  border: 1px solid var(--color-grey) !important;
}
.bd-error {
  border: 1px solid #e63a23 !important;
  border: 1px solid var(--color-error) !important;
}
.bd-success {
  border: 1px solid #28bd14 !important;
  border: 1px solid var(--color-success) !important;
}
.text-primary {
  color: #005dcf !important;
  color: var(--color-primary) !important;
}
.text-warning {
  color: #ffaf1a !important;
  color: var(--color-warning) !important;
}
.text-light {
  color: #d2d6dd !important;
  color: var(--color-lightGrey) !important;
}
.text-dark {
  color: #3f4144 !important;
  color: var(--color-darkGrey) !important;
}
.text-grey {
  color: #747681 !important;
  color: var(--color-grey) !important;
}
.text-error {
  color: #e63a23 !important;
  color: var(--color-error) !important;
}
.text-success {
  color: #28bd14 !important;
  color: var(--color-success) !important;
}
.text-white {
  color: #fff !important;
}
.text-black {
  color: #000 !important;
}
.text-bg-brand {
  color: var(--bg-brand-color) !important;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.is-full-screen {
  width: 100%;
  min-height: 100vh;
}
.is-full-width {
  width: 100% !important;
}
.is-full-height {
  height: 100% !important;
}
.is-vertical-align {
  display: flex;
  align-items: center;
}
.is-horizontal-align {
  display: flex;
  justify-content: center;
}
.is-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.is-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.is-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.is-fixed {
  position: fixed;
  width: 100%;
}
.is-paddingless {
  padding: 0 !important;
}
.is-marginless {
  margin: 0 !important;
}
.is-pointer {
  cursor: pointer !important;
}
.p-relative {
  position: relative !important;
}
.p-absolute {
  position: absolute !important;
}
.is-rounded {
  border-radius: 100%;
}
.clearfix {
  content: "";
  display: table;
  clear: both;
}
.is-hidden {
  display: none !important;
}
@media screen and (max-width: 599px) {
  .hide-xs {
    display: none !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .hide-sm {
    display: none !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .hide-md {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .hide-lg {
    display: none !important;
  }
}
@media print {
  .hide-pr {
    display: none !important;
  }
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.tabs {
  text-transform: uppercase;
}
.tabs .dropdown {
  position: relative;
  height: 100%;
  display: flex;
}
.tabs .dropdown,
.tabs a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media screen and (min-width: 600px) and (max-width: 1200px) {
  .tabs a {
    font-size: 1.4rem;
  }
}
.tabs .dropdown a,
.tabs > .dropdown > summary,
.tabs > a {
  flex: 0 1 auto;
  color: #3f4144;
  color: var(--color-darkGrey);
  border-bottom: 2px solidvar(--color-lightGrey);
  text-align: center;
}
.tabs .dropdown a:hover,
.tabs > a.active,
.tabs > a:hover,
.tabs > a[aria-current="page"] {
  opacity: 1;
  border-bottom: 2px solidvar(--color-darkGrey);
}
.tabs a.current-menu-item,
.tabs a.current-menu-item:after,
.tabs a.current-menu-parent,
.tabs > a.active,
.tabs > a[aria-current="page"] {
}
.tabs.is-full a {
  flex: 1 1 auto;
}
.tabs ul.sub-menu {
  text-transform: none;
  list-style-type: none;
  text-align: left;
  white-space: nowrap;
  background: rgba(255, 255, 255, 1);
  z-index: 1;
  color: #333;
  color: var(--font-color);
  opacity: 0.9;
}
.sub-menu li a {
  color: #333 !important;
  color: var(--font-color) !important;
}
.sub-menu li:before {
  content: none !important;
}
.tabs ul.sub-menu a,
.tabs ul.sub-menu a:hover {
  border: none;
}
.tabs ul.sub-menu:after {
  content: "";
  position: absolute;
  display: inline;
  top: -5px;
  height: 14px;
  width: 14px;
  left: 50%;
  margin-left: -7px;
  background: inherit;
  transform: rotate(45deg);
  border-radius: 2px;
  background: rgba(255, 255, 255, 1);
  box-shadow: -2px -2px 2px -2pxvar (--color-grey);
}
.tabs ul.sub-menu li {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 9px;
}
.light .tabs ul.sub-menu li:hover {
  background: rgba(142, 142, 142, 0.1);
}
.tabs > .active > .sub-menu {
  display: block !important;
  position: absolute;
  top: 50%;
  left: 50%;
  animation: slide-down 0.2s ease 1;
}
.card.sub-menu {
  padding: 1rem;
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-1.6rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(-1.6rem);
  }
}
.sub-menu a:hover {
  color: #005dcf;
  color: var(--color-primary);
}
.tabs .dropdown-toggle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.tabs .dropdown-toggle:after {
  content: "›";
  margin-top: 4px;
  margin-left: 16px;
  font-size: 110%;
  display: inline-block;
  border-radius: 0 0 0 2px;
  width: 10px;
  height: 10px;
  transform: rotate(90deg);
}
.nav img {
  max-height: 6rem;
}
.nav img {
  max-height: 12rem;
}
#site_logo {
  padding: 2rem;
  background: #e63a23;
  background: var(--bg-brand-color);
}
.video-container,
.video-slideshow {
  position: fixed;
  background: #444444;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-slideshow video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.video-slideshow img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  position: relative;
}
@media screen and (max-width: 599px) {
  .video-slideshow video {
    width: auto;
    height: 100vh;
  }
  .video-transform {
    transform: translateX(-20%);
    transition: transform 9s ease;
    transition-delay: 3s;
  }
  .video-transform-special {
    animation: moveVideo 12s ease-in-out infinite;
  }
}
@keyframes moveVideo {
  0% {
    transform: translateX(0%);
  }
  30% {
    transform: translateX(20%);
  }
  50% {
    transform: translateX(20%);
  }
  80% {
    transform: translateX(-20%);
  }
  to {
    transform: translateX(0%);
  }
}
.hide {
  display: none !important;
}
footer,
header {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  z-index: 1;
}
#main_footer {
  margin: 0;
  padding: 0;
}
.footer-left {
  background-color: #e63a23;
  width: 100%;
  height: 100%;
  padding: 2rem 0;
}
.footer-right {
  background-color: #000000;
  width: 100%;
  height: 100%;
  padding: 2rem 0;
}
header nav {
  margin: auto;
  width: 100%;
}
.home footer,
.home header {
  background: transparent !important;
}
main {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.button.warning {
  background-color: #ffaf1a;
  background-color: var(--color-warning);
  color: #fff;
}
.cta {
  margin: 0.4em 0;
}
.card-cta {
  background: #fafafa;
  background-image: url("../img/logo-short-white.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.card header .material-symbols-outlined {
  font-size: 4.8em;
}
@media screen and (min-width: 600px) {
  .vertical-align,
  .vertical-align-md {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 599px) {
  .vertical-align,
  .vertical-align-md {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.block {
  display: block;
}
.p-2 {
  padding: 2rem;
  padding: var(--grid-gutter);
}
.p-4 {
  padding: calc(2rem * 2);
  padding: calc(var(--grid-gutter) * 2);
}
.p-8 {
  padding: calc(2rem * 4);
  padding: calc(var(--grid-gutter) * 4);
}
.m-2 {
  margin: 2rem;
  margin: var(--grid-gutter);
}
.m-4 {
  margin: calc(2rem * 2);
  margin: calc(var(--grid-gutter) * 2);
}
.px-2 {
  padding: 0 2rem;
  padding: 0 var(--grid-gutter);
}
.px-4 {
  padding: 0 calc(2rem * 2);
  padding: 0 calc(var(--grid-gutter) * 2);
}
.px-8 {
  padding: 0 calc(2rem * 4);
  padding: 0 calc(var(--grid-gutter) * 4);
}
.mx-2 {
  margin: 0 2rem;
  margin: 0 var(--grid-gutter);
}
.my-4 {
  margin: 0 calc(2rem * 2);
  margin: 0 calc(var(--grid-gutter) * 2);
}
.py-2 {
  padding: 2rem 0;
  padding: var(--grid-gutter) 0;
}
.py-4 {
  padding: calc(2rem * 2) 0;
  padding: calc(var(--grid-gutter) * 2) 0;
}
.py-8 {
  padding: calc(2rem * 4) 0;
  padding: calc(var(--grid-gutter) * 4) 0;
}
.my-2 {
  margin: 2rem 0;
  margin: var(--grid-gutter) 0;
}
.my-4 {
  margin: calc(2rem * 2) 0;
  margin: calc(var(--grid-gutter) * 2) 0;
}
@media screen and (max-width: 600px) {
  .p-2 {
    padding: calc(2rem / 2);
    padding: calc(var(--grid-gutter) / 2);
  }
  .p-4 {
    padding: 2rem;
    padding: var(--grid-gutter);
  }
  .p-8 {
    padding: calc(2rem * 2);
    padding: calc(var(--grid-gutter) * 2);
  }
  .m-2 {
    margin: calc(2rem / 2);
    margin: calc(var(--grid-gutter) / 2);
  }
  .m-4 {
    margin: 2rem;
    margin: var(--grid-gutter);
  }
  .px-2 {
    padding: 0 calc(2rem / 2);
    padding: 0 calc(var(--grid-gutter) / 2);
  }
  .px-4 {
    padding: 0 2rem;
    padding: 0 var(--grid-gutter);
  }
  .px-8 {
    padding: 0 calc(2rem * 2);
    padding: 0 calc(var(--grid-gutter) * 2);
  }
  .mx-2 {
    margin: 0 calc(2rem / 2);
    margin: 0 calc(var(--grid-gutter) / 2);
  }
  .my-4 {
    margin: 0 2rem;
    margin: 0 var(--grid-gutter);
  }
  .py-2 {
    padding: calc(2rem / 2) 0;
    padding: calc(var(--grid-gutter) / 2) 0;
  }
  .py-4 {
    padding: 2rem 0;
    padding: var(--grid-gutter) 0;
  }
  .py-8 {
    padding: calc(2rem * 2) 0;
    padding: calc(var(--grid-gutter) * 2) 0;
  }
  .my-2 {
    margin: calc(2rem / 2) 0;
    margin: calc(var(--grid-gutter) / 2) 0;
  }
  .my-4 {
    margin: 2rem 0;
    margin: var(--grid-gutter) 0;
  }
}
.nav-center {
  flex: 1;
}
.nav-left,
.nav-right {
  flex: 2;
}
.blog-card h3 {
  font-size: 90%;
  line-height: 1.5;
  font-weight: 600;
}
.blog-card header {
  padding: 0;
}
.blog-card p {
  font-size: 90%;
  line-height: 1.4;
  margin-top: 0;
  padding-bottom: 28px;
}
.blog-card .post-meta {
  padding-bottom: 0;
}
.blog-card footer {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
#featured_frontpage_content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  z-index: 1;
}
#featured_frontpage_content .card {
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  box-shadow: none;
  border-radius: 9px;
}
#featured_frontpage_content .card a {
  color: #ffffff;
}
#featured_frontpage_content .title {
  font-weight: 700;
  font-size: 1.2em;
}
#featured_frontpage_content .excerpt {
  font-size: 0.9em;
}
#featured_frontpage_content .material-symbols-outlined {
  font-size: 2.4em;
}
#featured_frontpage_content .wrapper {
  height: 100%;
}
@media screen and (min-width: 600px) {
  .row > * {
    padding-left: calc(2rem / 2);
    padding-left: calc(var(--grid-gutter) / 2);
    padding-right: calc(2rem / 2);
    padding-right: calc(var(--grid-gutter) / 2);
  }
}
@media screen and (max-width: 599px) {
  .co-robimy,
  .subpages-list,
  p {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  blockquote {
    margin-left: 0;
    margin-right: 0;
  }
  .video-slideshow {
    position: absolute;
    height: 100vh;
    width: 100vw;
  }
  #featured_frontpage_content {
    position: relative;
    margin-top: 100vh;
  }
  #featured_frontpage_content .card {
    background: rgba(0, 0, 0, 0.6);
  }
  .bg-rozowe {
    background-color: #e1958f;
  }
  .motto {
    width: 100%;
    margin: 0;
    padding: 2rem;
  }
}
.gapless figure {
  margin: 0;
}
.podwojny-text {
  padding: 8rem;
  height: 100%;
}
.co-robimy hr {
  background-color: #ffffff;
  border-color: #ffffff;
}
.co-mowia {
  padding: 3rem;
  color: #ffffff;
  background: #d195ff;
}
.co-mowia figure {
  padding: 2rem 0;
}
.co-mowia blockquote {
  background: transparent !important;
  color: #000000;
  border: none;
  font-size: 0.6em;
}
.co-mowia blockquote cite {
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  margin-top: 1rem;
  font-style: normal;
}
.jak-dzialamy {
  background: #ffffff;
  color: #e63a23;
}
.jak-dzialamy a {
  color: #e63a23;
}
.newsletter {
  background: #005dcf;
  padding: 4rem 0;
  color: #ffffff;
}
.newsletter h3 {
  text-align: center;
  font-family: "ohno-blazeface", serif;
  font-family: var(--font-family-header);
  font-size: 1.75em;
}
.mailerlite-form-field label {
  display: none !important;
}
.mailerlite-form-field input {
  border-radius: 0 !important;
}
.mailerlite-form-field input::placeholder {
  color: black;
}
.mailerlite-subscribe-submit {
  width: 100%;
  padding: 0.75rem;
  background-color: black;
  color: white;
  border: none;
  cursor: pointer;
}
.mailerlite-subscribe-submit:hover {
  background-color: #333;
}
@media screen and (max-width: 899px) {
  .home .main-image-holder {
    height: 100vh;
  }
  .home .main-image-holder img {
    width: 100%;
    height: 70%;
  }
  .main-image-holder img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
  }
  .wp-block-spacer {
    display: none;
  }
  .co-mowia [class^="col-"] {
    padding: 20px;
    position: relative;
  }
  .co-mowia [class^="col-"]:not(:last-child):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: white;
  }
}
.podwojny-obrazek {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .podwojny-holder [class^="col-"] {
    position: relative;
  }
  .podwojny-obrazek {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
  }
  .podwojny-obrazek figure {
    height: 100%;
  }
  .podwojny-obrazek img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .main-image-holder img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
  }
  .mailerlite-form-inputs {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    justify-content: space-between;
  }
  .mailerlite-form-field,
  .mailerlite-subscribe-button-container {
    flex: 1 1 calc(33.333% - 4rem);
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .mailerlite-form-field label {
    display: none !important;
  }
  .mailerlite-form-field input {
    width: 100%;
    padding: 0.5rem;
    border: none !important;
    border-radius: 0 !important;
    box-sizing: border-box;
    height: 42px;
  }
  .mailerlite-form-field input::placeholder {
    color: black;
  }
  .mailerlite-subscribe-submit {
    width: 100%;
    padding: 0.75rem;
    background-color: black;
    color: white;
    border: none;
    cursor: pointer;
    height: 42px;
  }
  .mailerlite-subscribe-submit:hover {
    background-color: #333;
  }
  .home {
  }
  .panel-obrazek {
    position: relative;
  }
  .panel-obrazek figure {
    margin: 0;
  }
  .panel-obrazek figure img {
    width: 50% !important;
  }
  .panel-obrazek .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  .bokserka {
    position: relative;
  }
  .bokserka figure {
    margin: 0;
  }
  .bokserka figure img {
    max-width: 66.66%;
  }
  .bokserka .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  .jak-dzialamy {
    display: flex;
    justify-content: flex-end;
  }
  .jak-dzialamy .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  .jak-dzialamy .wp-block-image {
    width: 20%;
  }
  .jak-dzialamy .alignright,
  .jak-dzialamy figure {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .co-mowia blockquote {
    background: transparent !important;
    border: none;
    font-size: 0.6em;
  }
  .co-mowia [class^="col-"] {
    padding: 20px;
    position: relative;
  }
  .co-mowia [class^="col-"]:not(:last-child):after {
    content: "";
    position: absolute;
    top: 5%;
    bottom: 5%;
    right: 0;
    width: 1px;
    background: white;
  }
  .gap-right {
    padding-right: 4rem;
  }
  .gap-left {
    padding-left: 4rem;
  }
}
.subpages-list .card {
  box-shadow: none;
  border-bottom: 1px solid #e63a23;
  border-bottom: 1px solid var(--bg-brand-color);
  border-radius: 0;
  display: flex;
  align-items: center;
}
.subpages-list .row {
  width: 100%;
}
.subpages-list .title {
  font-weight: 700;
  text-transform: uppercase;
}
.home .main-container {
  padding-top: 80px;
}
@media screen and (min-width: 600px) {
  .home .main-container {
    padding-top: 120px;
  }
}
.color-holder,
.main-image-holder {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}
.home .main-image-holder {
  height: 100vh;
}
.home .main-image-holder img {
  width: 100%;
}
.color-holder,
.main-image-holder {
  height: 100vh;
}
.loga-slider {
  padding: 4rem 0;
}
.loga-slider .slick-track {
  display: flex;
  align-items: center;
  text-align: center;
}
.loga-slider figure {
  padding: 0 2rem;
}
.loga-slider img {
  margin: auto;
  width: 100%;
  max-height: 200px;
}
.home .main-image {
  top: 0;
}
#content_container {
  position: relative;
  z-index: 1;
}
#main_header {
  height: auto;
}
#main_header .tabs {
  width: 100%;
  justify-content: space-between;
}
#main_header .tabs a {
  border: none;
  font-weight: 500;
  flex: 1;
  line-height: 0.9em;
}
.tabs a span {
  line-height: 1.3;
  background-color: transparent;
  min-height: 76px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
}
.color-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.color-overlay.dla-firm {
  background-color: rgba(0, 93, 207, 0.7);
  mix-blend-mode: multiply;
}
.color-overlay.dla-szkol-i-instytucji {
  background-color: rgba(255, 175, 26, 0.7);
  mix-blend-mode: multiply;
}
.color-overlay.dla-ciebie {
  background-color: rgba(255, 140, 154, 0.8);
  mix-blend-mode: multiply;
}
.color-overlay.wiedza {
  background-color: rgba(230, 58, 35, 0.7);
  mix-blend-mode: multiply;
}
.color-overlay.wesprzyj-nas {
  background-color: rgba(3, 162, 0, 0.7);
  mix-blend-mode: multiply;
}
.color-holder.dla-firm,
.current-menu-item.dla-firm,
.current-page-ancestor.dla-firm,
.dla-firm span,
.dla-firm:hover {
  background-color: #005dcf !important;
}
.color-holder.dla-ciebie,
.current-menu-item.dla-ciebie,
.current-page-ancestor.dla-ciebie,
.dla-ciebie span,
.dla-ciebie:hover {
  background-color: #ff8c9a !important;
}
.current-menu-item.dla-szkol,
.current-page-ancestor.dla-szkol,
.dla-szkol span,
.dla-szkol:hover {
  background-color: #ffaf1a !important;
}
.color-holder.dla-szkol-i-instytucji,
.current-menu-item.dla-szkol-i-instytucji,
.current-page-ancestor.dla-szkol-i-instytucji,
.dla-szkol-i-instytucji span,
.dla-szkol-i-instytucji:hover {
  background-color: #ffaf1a !important;
}
.color-holder.wiedza,
.current-menu-item.wiedza,
.current-page-ancestor.wiedza,
.wiedza span,
.wiedza:hover {
  background-color: #e63a23 !important;
}
.color-holder.wesprzyj-nas,
.current-menu-item.wesprzyj-nas,
.current-page-ancestor.wesprzyj-nas,
.wesprzyj-nas span,
.wesprzyj-nas:hover {
  background-color: #03a200 !important;
}
.color-holder-sklep,
.current-menu-item.sklep,
.current-page-ancestor.sklep,
.sklep span,
.sklep:hover {
  color: #000000;
  background-color: #ffffff !important;
}
.text-dla-firm {
  color: #005dcf !important;
}
.text-dla-firm a {
  color: #005dcf !important;
}
.text-dla-ciebie {
  color: #ff8c9a !important;
}
.text-dla-ciebie a {
  color: #ff8c9a !important;
}
.text-dla-szkol {
  color: #ffaf1a !important;
}
.text-dla-szkol a h1,
.text-dla-szkol a h2,
.text-dla-szkol a h3,
.text-dla-szkol a h4,
.text-dla-szkol a h5,
.text-dla-szkol a h6 {
  color: #ffaf1a !important;
}
.text-wiedza {
  color: #e63a23 !important;
}
.text-wiedza a {
  color: #e63a23 !important;
}
.text-wesprzyj-nas {
  color: #03a200 !important;
}
.text-wesprzyj-nas a {
  color: #03a200 !important;
}
.text-sklep {
  color: #000000 !important;
}
.text-sklep a {
  color: #000000 !important;
}
@media screen and (max-width: 599px) {
  .text-dla-ciebie,
  .text-dla-firm,
  .text-dla-szkol,
  .text-sklep,
  .text-wesprzyj-nas,
  .text-wiedza {
    background: #ffffff;
  }
}
.search {
  max-width: 60px;
  flex: none;
  float: right;
  overflow: hidden;
}
.search span {
  text-align: center;
  background-color: #000000 !important;
}
.subpages .kwadrat {
  padding: 4rem;
}
.subpages .numerek {
  font-family: "ohno-blazeface", serif;
  font-family: var(--font-family-header);
  font-size: 12rem;
  line-height: 1;
  right: 3rem;
  top: 1.5rem;
}
.subpages .link {
  right: 2em;
  bottom: 2em;
  max-width: 6rem;
  max-height: 6rem;
}
.subpages .link img {
  max-width: 6rem;
  max-height: 6rem;
}
.subpages .zajawka-holder {
  padding-right: 8rem;
}
.subpages .title-zajawka {
  left: 3rem;
  right: 6rem;
  top: 16rem;
}
.subpages .title {
  text-transform: uppercase;
  padding-bottom: 2rem;
  font-size: 2rem;
}
@media screen and (min-width: 600px) {
  .kartka {
    aspect-ratio: 1/1.414;
  }
  .kartka-kwadrat,
  .kwadrat {
    aspect-ratio: 1/1;
  }
}
.misja {
  background-color: #ffb222;
  aspect-ratio: 15/16;
  text-align: center;
  color: #ffffff;
  position: relative;
  line-height: 1;
}
.misja h1,
.misja h2 {
  font-family: "aktiv-grotesk", sans-serif;
  font-family: var(--font-family-sans);
  font-size: 2rem;
  text-transform: uppercase;
  margin: 1rem 2rem;
}
.misja h3 {
  font-size: 6rem;
  font-family: "ohno-blazeface", serif;
  font-family: var(--font-family-header);
}
.misja p {
  font-size: 4rem;
  text-transform: uppercase;
  font-family: "aktiv-grotesk", sans-serif;
  font-family: var(--font-family-sans);
  padding: 2rem;
  line-height: 1.1;
}
@media screen and (max-width: 599px) {
  [class^="col-"] {
    margin: 0;
    padding: 0;
  }
  .misja h1,
  .misja h2 {
    margin: 0;
    padding: 4rem;
  }
  .misja h3 {
    padding: 1rem;
  }
  .misja p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 600px) {
  .misja h1,
  .misja h2 {
    position: relative;
  }
  .misja p {
    position: relative;
  }
  .infograf .gwiazdka:after {
    content: " *";
    font-size: 1rem;
    vertical-align: super;
  }
  .infograf h1 {
    line-height: 1.3;
  }
  .infograf h2 {
    line-height: 1.3;
  }
  .infograf h3,
  .infograf h4,
  .infograf h5 {
    text-transform: uppercase;
    line-height: 1.3;
  }
}
.infograf .gwiazdka:after {
  content: " *";
  vertical-align: super;
}
.lista-pioro li {
  list-style-type: none;
  text-transform: uppercase;
  position: relative;
  padding-left: 72px;
}
.lista-pioro li:before {
  content: url("../img/pen-zolte.svg");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: auto;
  margin-right: 1em;
  font-family: "ohno-blazeface", serif;
  font-family: var(--font-family-header);
}
:where(figure) {
  margin: 0;
  margin: initial;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#search_placeholder {
  min-width: 400px;
  max-width: 600px;
  max-height: 70vh;
  overflow: auto;
}
.loaderek {
  display: inline-block;
  animation: rotateBounce 0.9s infinite linear;
  transform-origin: center;
  min-height: 2rem;
}
@keyframes rotateBounce {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.4);
  }
  to {
    transform: rotate(360deg) scale(1);
  }
}
.button-xl {
  font-size: 110%;
}
.button-white {
  border-color: var(--color-light) !important;
  color: var(--color-light) !important;
}
.uppercase {
  text-transform: uppercase;
}
.mailpoet-heading {
  font-family: "ohno-blazeface", serif !important;
  font-family: var(--font-family-header) !important;
}
.border-2-white {
  border: 2rem solid white;
}
.border-right-white img {
  border-right: 2rem solid white;
}
.grid-md {
  max-width: 60%;
}
.center-text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.panel-obrazek figure {
  position: relative;
}
.panel-obrazek figcaption {
  width: 50%;
  text-align: center;
  position: absolute;
  right: 0;
  left: 50%;
  top: 50%;
  color: white;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
  .panel-obrazek figure {
    position: relative;
  }
  .panel-obrazek figcaption {
    padding: 1rem;
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
  }
}
.cytat {
  position: relative;
}
.cytat blockquote {
  background: transparent;
  border: none;
  color: white;
}
@media screen and (min-width: 1199px) {
  .cytat {
    height: 100%;
    position: relative;
  }
  .cytat blockquote {
    background: transparent;
    width: 50%;
    position: absolute;
    right: 0;
    left: 25%;
    top: 50%;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 599px) {
  .border-right-white img {
    border: none;
  }
  .grid-md {
    max-width: 100%;
  }
}
.thumbnail img {
  width: 100%;
}
.dolacz-warsztaty img {
  max-width: 60px !important;
}
\n body,
html {
  height: 100vh;
}

/* wordpress */
.aligncenter {
  margin: auto;
}
.alignright {
  float: right;
  margin-left: 1rem;
}
.alignleft {
  float: left;
  margin-right: 1rem;
}
.is-type-video.aligncenter iframe {
  display: block;
  margin: auto;
}

#main_container {
  position: relative;
  z-index: 1;
  /*background:rgba(255,255,255, 0.7);*/
  max-width: 100%;
  /*background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255, 0%) 0%, rgba(255,255,255,0.9) 50%);*/
}
.frontpage-card {
  padding: 1rem 2rem;
  border-radius: 9px;
  /*background:rgba(142,142,142,0.05);*/
  background: rgb(255, 255, 255);
  border: 1px solid rgb(248, 248, 248);
  /* box-shadow: 0px 3px 3px rgb(245,245,245);*/
  min-height: 180px;
}
.frontpage-card .subtitle {
  text-transform: uppercase;
  font-weight: 400;
  color: var(--color-Black);
  margin: 0 -1.4rem;
}
.frontpage-card img {
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
a .frontpage-card:hover img {
  /*transform: scale(1.2);*/
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.2, 1.2);
}
.slider-row {
  margin-top: 8rem;
  overflow: hidden;
}
.subpages {
  justify-content: center;
}
.zajawki {
  display: none;
}
.site-logo {
  height: 6em;
}
@media only screen and (max-width: 600px) {
  .site-logo {
    /*width:200px;*/
    height: 4em;
    margin-right: 54px;
  }
  .slider-row {
    display: block;
    margin-top: 0;
  }
  .slick-slide .col-12 {
    margin-left: 0;
    margin-right: 0;
  }
  .slick-slide {
    padding: 0 0.2rem;
  }
  .slick-list {
    margin-top: -0.8rem !important;
  }
  .slide-bg {
    border-radius: 9px 9px 0 0;
  }

  .wp-block-image .alignright,
  .wp-block-image .alignleft,
  .alignleft,
  .alignright {
    display: block;
    margin: auto;
    width: 100%;
    float: none;
    text-align: center;
  }
  .headline h3 {
    display: block;
    text-align: center;
  }
  .wp-element-caption {
    width: 100%;
    display: block !important;
  }
  /*.breadcrumbs{
        display:none;
    }*/
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    display: block;
    margin: 1rem 0;
    text-align: center;
    line-height: 1.1;
  }

  .subpages p {
    display: block;
    clear: both;
  }
  .frontpage-card {
    min-height: auto;
  }
}
.hamburger {
  background: #bbb;
}

.transparent {
  background: transparent !important;
}

#open_menu {
  position: absolute;
  right: 0.6em;
  top: 0.6em;
  background: rgba(255, 255, 255, 0.8);
}

.mobile-facebook {
  position: absolute !important;
  right: 0;
}

.social {
  max-width: 24px;
}

.card ul {
  list-style-type: none;
  list-style-position: outside;
}
.card ul li {
  list-style: none;
  counter-increment: list;
  display: table-row;
}
.card ul li:before {
  content: "✔";
  font-size: 15px;
  color: limegreen;
  text-align: right;
  line-height: 1.7;
  padding-right: 10px;
  display: table-cell;
}

/* additional  */

.special-list,
.special-list ul {
  list-style-type: none;
}
ul.special-list li::before {
  content: "✔";
  font-size: 15px;
  color: limegreen;
  line-height: 1.7;
  padding-right: 10px;
}

.top-menu a {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
/* additional eof  */

/* breadcrumbs */
@media screen and (min-width: 600px) {
  .breadcrumbs {
    padding-top: 80px;
  }
}
ul.breadcrumb {
  padding: 0.2rem 0.4rem 0rem;
  list-style: none;
  color: #ffffff;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 90%;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li + li:before {
  padding: 8px 2px;
  vertical-align: bottom;
  content: "/ ";
  /*font-family: "Material Symbols Outlined";*/
  color: inherit;
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  text-decoration: none;
  color: #ffffff;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  text-decoration: underline;
}

.show-for-sr {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.mm-spn span {
  display: inline-block;
}
.frontpage-slider {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
}

.frontpage-background {
  height: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.slick-slide h3 {
  font-size: 1.1em;
}
.slick-slide,
.slick-slide div,
.slick-background,
.slick-list,
.slick-track {
  height: 100%;
}
.relative-height {
  position: relative;
  height: auto;
}

/* slider addons */
h1.slide-up {
  animation: slide-up 1s;
  opacity: 0;
}

h1.slide-down {
  opacity: 1;
  animation: slide-down 1s;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-1.6rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-up {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(1.6rem);
  }
}

.frontpage-background a:hover {
  opacity: 1;
}

@keyframes opacityIn {
  50% {
    opacity: 1;
  }
}
@keyframes opacityOut {
  50% {
    opacity: 0;
  }
}

/* slider addons eof */

.circle {
  border-radius: 50%;
}

.subtitle {
  font-size: 80%;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  vertical-align: middle;
}
.card-more {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -13px;
}

.wp-block-buttons + .wp-block-buttons {
  margin-top: 20px;
}

.wp-jac-answer {
  display: none;
  padding: 0.4rem;
}
.wp-jac-answer.active {
  display: block;
}
.wp-jac-question {
  position: relative;
  cursor: pointer;
  padding: 0.4rem 0.8rem 0 0;
}
.divider {
  border-bottom: 1px solid var(--color-lightgrey);
}
.wp-jac-question:after {
  font-family: "Material Symbols Outlined";
  content: "\e7cd";
  font-size: 24px;
  position: absolute;
  right: -0.6rem;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  -webkit-transition: 100ms linear all;
  -moz-transition: 100ms linear all;
  -o-transition: 100ms linear all;
  transition: 100ms linear all;
}
.wp-jac-question.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  top: 0%;
}

.card-footer {
  bottom: 2rem;
  left: 0;
  right: 0;
}
.card-footer a {
  display: block;
}

.home .grecaptcha-badge {
  display: none !important;
}

#main_header,
#main_header a,
footer,
footer a {
  color: white;
  transition: color 1s ease; /* Płynne przejście koloru */
}
/*#main_header.dark, #main_header.dark a, footer, footer a{
color:black;
}
#main_header.light, #main_header.light a, footer, footer a{
color:white;
}*/

svg {
  width: auto;
}

/*@media screen and (max-width: 599px) {
    .home
    {footer, footer a{
          color:black;
       }
   }
}*/

#scroll_prompt {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 40px;
}
#scroll_prompt span {
  font-size: 64px;
  color: white;
  cursor: pointer;
  animation: bouncing 2s infinite;
}

@keyframes bouncing {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.klaro {
  font-size: 14px !important;
}
