@charset "UTF-8";
:root {
  --width-gutter: 40px;
  --width-page: calc(1280px + 2 * var(--width-gutter));
  --size-p: 16px;
  --size-p-bigger: 19px;
  --size-page-title: 80px;
  --size-page-intro: 40px;
  --font-main: museo-sans, Helvetica, Arial, sans-serif;
  --font-body: 500 20px/1.5em var(--font-main);
  --font-body-bald: 700 20px/1.5em var(--font-main);
  --font-body-small: 500 18px/1.5em var(--font-main);
  --font-body-small-extra: 500 16px/1.2em var(--font-main);
  --font-size-56: 56px;
  --font-size-38: 38px;
  --font-size-32: 32px;
  --font-size-24: 24px;
  --spacing-section: 80px;
  --section-min-height: 575px;
  --height-top-bar: 150px;
  --height-hero: 720px;
  --height-mega-menu: 470px;
  --form-field-height: 64px;
  --form-field-padding: 20px;
  --popup-padding: var(--width-gutter);
  --slider-gap: 40px;
}

/*-------------------------------------------------------------------------*/
/* !	Extendables
//
/*-------------------------------------------------------------------------*/
.btn-secondary, .btn-primary, .btn, .wpcf7-form-control.wpcf7-submit {
  display: inline-flex;
  padding: 16px;
  font: 700 24px/1.15em museo-sans, Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
  flex-basis: fit-content;
  align-items: center;
  text-decoration: none;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  white-space: nowrap;
}
.btn-secondary:hover, .btn-primary:hover, .btn:hover, .wpcf7-form-control.wpcf7-submit:hover {
  text-decoration: none;
  background: #fff;
  border-color: #000;
  color: #000;
}

/*-------------------------------------------------------------------------*/
/* !	shared
//
/*-------------------------------------------------------------------------*/
.font-bigger {
  font: 700 var(--font-size-32)/1.2em museo-sans, Helvetica, Arial, sans-serif;
}

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a img {
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
div {
  display: block;
}

textarea,
select,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  outline: 0;
  vertical-align: middle;
}

input.text,
input[type=text],
input[type=button],
input[type=submit],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}

select {
  background: #fff url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
  background-repeat: no-repeat;
  background-position: 97% center;
  padding: 0 25px 0 8px;
  font-size: 0.875em;
}

* {
  box-sizing: border-box;
}

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Left: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transition              - arguments: What: all, Length: 1s, Easing: ease-in-out
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0

------------------------------------------------------------- */
/* BACKGROUND GRADIENT */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSITION */
/* TRIPLE BORDERS */
/* OPACITY */
.row {
  width: 100%;
}

.wrap, .grid-4-3, .grid-1-2, .grid-2-1, .grid-1-3, .g-12, .g-11, .g-10, .g-9, .g-8, .g-7, .g-6, .g-5, .g-4, .g-3, .g-2, .g-1 {
  width: 100%;
  max-width: var(--width-page);
  padding: 0 var(--width-gutter);
  margin: 0 auto;
}
.editor-content .wrap, .editor-content .grid-4-3, .editor-content .grid-1-2, .editor-content .grid-2-1, .editor-content .grid-1-3, .editor-content .g-12, .editor-content .g-11, .editor-content .g-10, .editor-content .g-9, .editor-content .g-8, .editor-content .g-7, .editor-content .g-6, .editor-content .g-5, .editor-content .g-4, .editor-content .g-3, .editor-content .g-2, .editor-content .g-1 {
  padding: 0;
}

.g-1 {
  margin: 0px auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-column-gap: var(--width-gutter);
  grid-row-gap: var(--width-gutter);
}
.wrap .g-1, .grid-4-3 .g-1, .grid-1-2 .g-1, .grid-2-1 .g-1, .grid-1-3 .g-1, .g-12 .g-1, .g-11 .g-1, .g-10 .g-1, .g-9 .g-1, .g-8 .g-1, .g-7 .g-1, .g-6 .g-1, .g-5 .g-1, .g-4 .g-1, .g-3 .g-1, .g-2 .g-1, .g-1 .g-1 {
  padding: 0;
}

.g-2 {
  margin: 0px auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: var(--width-gutter);
  grid-row-gap: var(--width-gutter);
}
.wrap .g-2, .grid-4-3 .g-2, .grid-1-2 .g-2, .grid-2-1 .g-2, .grid-1-3 .g-2, .g-12 .g-2, .g-11 .g-2, .g-10 .g-2, .g-9 .g-2, .g-8 .g-2, .g-7 .g-2, .g-6 .g-2, .g-5 .g-2, .g-4 .g-2, .g-3 .g-2, .g-1 .g-2, .g-2 .g-2 {
  padding: 0;
}

.g-3 {
  margin: 0px auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: var(--width-gutter);
  grid-row-gap: var(--width-gutter);
}
.wrap .g-3, .grid-4-3 .g-3, .grid-1-2 .g-3, .grid-2-1 .g-3, .grid-1-3 .g-3, .g-12 .g-3, .g-11 .g-3, .g-10 .g-3, .g-9 .g-3, .g-8 .g-3, .g-7 .g-3, .g-6 .g-3, .g-5 .g-3, .g-4 .g-3, .g-1 .g-3, .g-2 .g-3, .g-3 .g-3 {
  padding: 0;
}

.g-4 {
  margin: 0px auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: var(--width-gutter);
  grid-row-gap: var(--width-gutter);
}
.wrap .g-4, .grid-4-3 .g-4, .grid-1-2 .g-4, .grid-2-1 .g-4, .grid-1-3 .g-4, .g-12 .g-4, .g-11 .g-4, .g-10 .g-4, .g-9 .g-4, .g-8 .g-4, .g-7 .g-4, .g-6 .g-4, .g-5 .g-4, .g-1 .g-4, .g-2 .g-4, .g-3 .g-4, .g-4 .g-4 {
  padding: 0;
}

.g-5 {
  margin: 0px auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-column-gap: var(--width-gutter);
  grid-row-gap: var(--width-gutter);
}
.wrap .g-5, .grid-4-3 .g-5, .grid-1-2 .g-5, .grid-2-1 .g-5, .grid-1-3 .g-5, .g-12 .g-5, .g-11 .g-5, .g-10 .g-5, .g-9 .g-5, .g-8 .g-5, .g-7 .g-5, .g-6 .g-5, .g-1 .g-5, .g-2 .g-5, .g-3 .g-5, .g-4 .g-5, .g-5 .g-5 {
  padding: 0;
}

.g-6 {
  margin: 0px auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-column-gap: var(--width-gutter);
  grid-row-gap: var(--width-gutter);
}
.wrap .g-6, .grid-4-3 .g-6, .grid-1-2 .g-6, .grid-2-1 .g-6, .grid-1-3 .g-6, .g-12 .g-6, .g-11 .g-6, .g-10 .g-6, .g-9 .g-6, .g-8 .g-6, .g-7 .g-6, .g-1 .g-6, .g-2 .g-6, .g-3 .g-6, .g-4 .g-6, .g-5 .g-6, .g-6 .g-6 {
  padding: 0;
}

.g-7 {
  margin: 0px auto;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-column-gap: var(--width-gutter);
  grid-row-gap: var(--width-gutter);
}
.wrap .g-7, .grid-4-3 .g-7, .grid-1-2 .g-7, .grid-2-1 .g-7, .grid-1-3 .g-7, .g-12 .g-7, .g-11 .g-7, .g-10 .g-7, .g-9 .g-7, .g-8 .g-7, .g-1 .g-7, .g-2 .g-7, .g-3 .g-7, .g-4 .g-7, .g-5 .g-7, .g-6 .g-7, .g-7 .g-7 {
  padding: 0;
}

.g-8 {
  margin: 0px auto;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  grid-column-gap: var(--width-gutter);
  grid-row-gap: var(--width-gutter);
}
.wrap .g-8, .grid-4-3 .g-8, .grid-1-2 .g-8, .grid-2-1 .g-8, .grid-1-3 .g-8, .g-12 .g-8, .g-11 .g-8, .g-10 .g-8, .g-9 .g-8, .g-1 .g-8, .g-2 .g-8, .g-3 .g-8, .g-4 .g-8, .g-5 .g-8, .g-6 .g-8, .g-7 .g-8, .g-8 .g-8 {
  padding: 0;
}

.g-9 {
  margin: 0px auto;
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  grid-column-gap: var(--width-gutter);
  grid-row-gap: var(--width-gutter);
}
.wrap .g-9, .grid-4-3 .g-9, .grid-1-2 .g-9, .grid-2-1 .g-9, .grid-1-3 .g-9, .g-12 .g-9, .g-11 .g-9, .g-10 .g-9, .g-1 .g-9, .g-2 .g-9, .g-3 .g-9, .g-4 .g-9, .g-5 .g-9, .g-6 .g-9, .g-7 .g-9, .g-8 .g-9, .g-9 .g-9 {
  padding: 0;
}

.g-10 {
  margin: 0px auto;
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  grid-column-gap: var(--width-gutter);
  grid-row-gap: var(--width-gutter);
}
.wrap .g-10, .grid-4-3 .g-10, .grid-1-2 .g-10, .grid-2-1 .g-10, .grid-1-3 .g-10, .g-12 .g-10, .g-11 .g-10, .g-1 .g-10, .g-2 .g-10, .g-3 .g-10, .g-4 .g-10, .g-5 .g-10, .g-6 .g-10, .g-7 .g-10, .g-8 .g-10, .g-9 .g-10, .g-10 .g-10 {
  padding: 0;
}

.g-11 {
  margin: 0px auto;
  display: grid;
  grid-template-columns: repeat(11, minmax(0, 1fr));
  grid-column-gap: var(--width-gutter);
  grid-row-gap: var(--width-gutter);
}
.wrap .g-11, .grid-4-3 .g-11, .grid-1-2 .g-11, .grid-2-1 .g-11, .grid-1-3 .g-11, .g-12 .g-11, .g-1 .g-11, .g-2 .g-11, .g-3 .g-11, .g-4 .g-11, .g-5 .g-11, .g-6 .g-11, .g-7 .g-11, .g-8 .g-11, .g-9 .g-11, .g-10 .g-11, .g-11 .g-11 {
  padding: 0;
}

.g-12 {
  margin: 0px auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-column-gap: var(--width-gutter);
  grid-row-gap: var(--width-gutter);
}
.wrap .g-12, .grid-4-3 .g-12, .grid-1-2 .g-12, .grid-2-1 .g-12, .grid-1-3 .g-12, .g-1 .g-12, .g-2 .g-12, .g-3 .g-12, .g-4 .g-12, .g-5 .g-12, .g-6 .g-12, .g-7 .g-12, .g-8 .g-12, .g-9 .g-12, .g-10 .g-12, .g-11 .g-12, .g-12 .g-12 {
  padding: 0;
}

.grid-4-3, .grid-1-2, .grid-2-1, .grid-1-3 {
  display: grid;
  grid-column-gap: var(--width-gutter);
  grid-row-gap: var(--width-gutter);
}
.wrap .grid-4-3, .grid-4-3 .grid-4-3, .wrap .grid-1-2, .grid-4-3 .grid-1-2, .grid-1-2 .grid-4-3, .grid-1-2 .grid-1-2, .wrap .grid-2-1, .grid-4-3 .grid-2-1, .grid-1-2 .grid-2-1, .grid-2-1 .grid-4-3, .grid-2-1 .grid-1-2, .grid-2-1 .grid-2-1, .wrap .grid-1-3, .grid-4-3 .grid-1-3, .grid-1-2 .grid-1-3, .grid-2-1 .grid-1-3, .grid-1-3 .grid-4-3, .grid-1-3 .grid-1-2, .grid-1-3 .grid-2-1, .grid-1-3 .grid-1-3, .g-1 .grid-4-3, .g-1 .grid-1-2, .g-1 .grid-2-1, .g-1 .grid-1-3, .g-2 .grid-4-3, .g-2 .grid-1-2, .g-2 .grid-2-1, .g-2 .grid-1-3, .g-3 .grid-4-3, .g-3 .grid-1-2, .g-3 .grid-2-1, .g-3 .grid-1-3, .g-4 .grid-4-3, .g-4 .grid-1-2, .g-4 .grid-2-1, .g-4 .grid-1-3, .g-5 .grid-4-3, .g-5 .grid-1-2, .g-5 .grid-2-1, .g-5 .grid-1-3, .g-6 .grid-4-3, .g-6 .grid-1-2, .g-6 .grid-2-1, .g-6 .grid-1-3, .g-7 .grid-4-3, .g-7 .grid-1-2, .g-7 .grid-2-1, .g-7 .grid-1-3, .g-8 .grid-4-3, .g-8 .grid-1-2, .g-8 .grid-2-1, .g-8 .grid-1-3, .g-9 .grid-4-3, .g-9 .grid-1-2, .g-9 .grid-2-1, .g-9 .grid-1-3, .g-10 .grid-4-3, .g-10 .grid-1-2, .g-10 .grid-2-1, .g-10 .grid-1-3, .g-11 .grid-4-3, .g-11 .grid-1-2, .g-11 .grid-2-1, .g-11 .grid-1-3, .g-12 .grid-4-3, .g-12 .grid-1-2, .g-12 .grid-2-1, .g-12 .grid-1-3 {
  padding: 0;
}

.grid-1-3 {
  grid-template-columns: 1fr minmax(0, 3fr);
}

.grid-2-1 {
  grid-template-columns: 2fr 1fr;
}

.grid-1-2 {
  grid-template-columns: 1fr 2fr;
}

.grid-4-3 {
  grid-template-columns: 4fr 3fr;
}

.c-6,
.c-8,
.slick-dots,
.c-10 {
  display: block;
  margin: 0 auto;
}

.c-6 {
  padding: 0 calc((100% - 110px) / 12 * 3);
  margin: 0 40px;
}

.c-8, .slick-dots {
  padding: 0 calc((100% - 110px) / 12 * 2);
  margin: 0 30px;
}

.c-10 {
  padding: 0 calc((100% - 110px) / 12 * 1);
  margin: 0 20px;
}

/*-------------------------------------------------------------------------*/
/* !	Grid Helper Styles
//
/*-------------------------------------------------------------------------*/
.grid-helper {
  display: grid;
  display: none;
  width: 100%;
  max-width: var(--width-page);
  padding: 0 var(--width-gutter);
  grid-template-columns: repeat(12, 1fr);
  column-gap: var(--width-gutter);
  z-index: 9999;
  position: fixed;
  top: 0;
  height: 100vh;
  left: 50%;
  transform: translateX(-50%);
}

.grid-helper div {
  background: rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------------------
*
*	Typography
*
*-------------------------------------------------------------------------*/
body {
  color: #000;
  font: var(--font-body);
  font-size: 62.5%;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4 {
  font-family: museo-sans, Helvetica, Arial, sans-serif;
  color: #000;
  margin: 0em 0 0em;
  line-height: 1.1em;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child {
  margin-bottom: 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
  margin-top: 0;
}

h1 {
  font-size: var(--font-size-56);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.15em;
}

h2 {
  font-size: var(--font-size-38);
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.15em;
  margin-bottom: 8px;
}

h3 {
  font-size: var(--font-size-32);
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.2em;
  margin-bottom: 8px;
}

h4 {
  font-size: var(--font-size-56);
  letter-spacing: 0.02em;
  line-height: 1.15em;
}

p,
li,
ul,
ol,
td,
th,
dt,
dd {
  font: var(--font-body);
  letter-spacing: 0.03em;
  margin: 0em 0 0.8em 0;
}
.main-container p:last-child,
.main-container li:last-child,
.main-container ul:last-child,
.main-container ol:last-child,
.main-container td:last-child,
.main-container th:last-child,
.main-container dt:last-child,
.main-container dd:last-child {
  margin-bottom: 0;
}
.main-container p:first-child,
.main-container li:first-child,
.main-container ul:first-child,
.main-container ol:first-child,
.main-container td:first-child,
.main-container th:first-child,
.main-container dt:first-child,
.main-container dd:first-child {
  margin-top: 0;
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  outline: none;
  color: #000;
}

a:hover {
  text-decoration: underline;
}

.p9 {
  font-size: 0.9em !important;
}

.p8 {
  font-size: 0.8em !important;
}

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

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

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

strong,
b {
  font-weight: bold;
}

em {
  font-style: italic;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.editor-content h2 {
  margin: 0 0 40px;
}
.editor-content img,
.editor-content svg {
  width: auto;
  max-width: 100%;
  height: auto;
}
.editor-content ul,
.editor-content ol {
  margin-bottom: 20px;
  margin-left: 0;
}
.editor-content ul li,
.editor-content ol li {
  margin-top: 0;
  margin-bottom: 0.4em;
}
.editor-content ul:last-child,
.editor-content ol:last-child {
  margin-bottom: 0;
}
.editor-content ul:first-child,
.editor-content ol:first-child {
  margin-top: 0;
}
.editor-content ul li {
  padding-left: 0.9em;
  position: relative;
}
.editor-content ul li:before {
  position: absolute;
  left: 0;
  content: "–";
}
.editor-content ol {
  list-style-type: decimal;
  margin-left: 2em;
}
.editor-content blockquote {
  position: relative;
  margin: 0;
  padding: 20px 30px;
}
.editor-content blockquote:before, .editor-content blockquote:after {
  position: absolute;
  color: #000;
  font-size: 60px;
  width: 20px;
  height: 30px;
}
.editor-content blockquote:before {
  content: "“";
  left: 0;
  top: 30px;
}
.editor-content blockquote:after {
  right: 0;
  bottom: -10px;
}
.editor-content em {
  font-style: italic;
}

/*-------------------------------------------------------------------------*/
/* !	General Forms
//
/*-------------------------------------------------------------------------*/
input.text,
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
select {
  width: 100%;
  height: var(--form-field-height);
  padding: 20px;
  border: 0px solid #000;
  border-radius: 4px;
  font: 600 16px/22px museo-sans, Helvetica, Arial, sans-serif;
}

textarea {
  padding: 20px;
  border: 0px solid #000;
  border-radius: 4px;
  font: 600 16px/22px museo-sans, Helvetica, Arial, sans-serif;
}

.select2-container--default .select2-selection--single {
  width: 100%;
  height: var(--form-field-height);
  border: 0px solid #000;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: var(--form-field-padding);
  font: 600 16px/22px museo-sans, Helvetica, Arial, sans-serif;
  color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: var(--form-field-height);
}

form input[type=radio],
form input[type=checkbox] {
  display: none;
}
form input[type=radio] + label,
form input[type=checkbox] + label {
  margin-bottom: 1em;
  display: block;
  padding: 0 !important;
  color: #000;
}
form input[type=radio] + label:before,
form input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #000;
  background: #fff;
  margin-left: 4px;
  margin-right: 0.5em;
  border-radius: 100%;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
form input[type=radio]:checked + label:before,
form input[type=checkbox]:checked + label:before {
  background: #000;
}
form select {
  color: #000;
}

/*-------------------------------------------------------------------------*/
/* !	floating label
//
/*-------------------------------------------------------------------------*/
.floating-label-group {
  position: relative;
}
.floating-label-group .floating-label {
  font: 600 15px/1em museo-sans, Helvetica, Arial, sans-serif;
  color: #000;
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  transition: all 0.1s ease;
}
.floating-label-group input:focus ~ .floating-label,
.floating-label-group input:not(:focus):valid ~ .floating-label {
  top: 3px;
  transform: translateY(0);
  left: 20px;
  font-size: 11px;
  opacity: 1;
  color: #000;
}

/*-------------------------------------------------------------------------*/
/* !	Wordpress CF7
//
/*-------------------------------------------------------------------------*/
.wpcf7-form-control.wpcf7-submit {
  margin: 0;
}
.wpcf7-form-control.wpcf7-submit:hover {
  cursor: pointer;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
}

/*-------------------------------------------------------------------------*/
/* !	Fix auto zoom on mobiles
//
/*-------------------------------------------------------------------------*/
@media screen and (max-width: 1025px) {
  input.text,
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password] {
    font-size: 16px;
  }
  input.text:focus,
  input[type=text]:focus,
  input[type=tel]:focus,
  input[type=email]:focus,
  input[type=password]:focus {
    font-size: 16px;
  }
}
.ico-star-wrap {
  width: 16px;
  height: 16px;
}
.ico-star-wrap .ico-star {
  fill: #fff;
}

.ico-cross-wrap {
  width: 18px;
  height: 18px;
}
.ico-cross-wrap .ico-cross {
  fill: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ico-chev-down-wrap {
  width: 24px;
  height: 14px;
}
.ico-chev-down-wrap .ico-chev-down {
  fill: #000;
}

.korelacje-logo-path {
  fill: #fff;
}

.btn-circle-wrap {
  width: 24px;
  height: 24px;
}
.btn-circle-wrap .btn-circle-path {
  fill: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 64px;
}
.social-links a {
  display: flex;
  width: 64px;
  height: 64px;
  margin: 0 0px;
  border-radius: 50%;
  background: #1d1d1d;
  justify-content: center;
  align-items: center;
}
.social-links a svg {
  width: auto;
  height: 30px;
}
.social-links a svg path {
  fill: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-links a:hover svg.ico-email path {
  fill: #b6ff04;
}
.social-links a:hover svg.ico-facebook path {
  fill: #b6ff04;
}
.social-links a:hover svg.ico-twitter path {
  fill: #b6ff04;
}
.social-links a:hover svg.ico-pinterest path {
  fill: #b6ff04;
}
.social-links a:hover svg.ico-instagram path {
  fill: #b6ff04;
}
.social-links a:hover svg.ico-linkedin path {
  fill: #b6ff04;
}
.social-links a:hover svg.ico-vimeo path {
  fill: #b6ff04;
}
.social-links a:hover svg.ico-youtube path {
  fill: #b6ff04;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: none;
  -o-transform: translate3d(0, 0, 0);
  transform: none;
}

.slick-with-gap .slick-list {
  margin: 0 calc(var(--slider-gap) * -1 / 2);
  overflow: visible;
  position: relative;
}
.slick-with-gap .slick-track {
  display: flex !important;
}
.slick-with-gap .slick-slide {
  height: inherit !important;
}
.slick-with-gap .slick-slide > div {
  padding: 0 calc(var(--slider-gap) / 2);
  height: 100%;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff slick-image-url("../images/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 42px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.5;
}
.slick-prev .ico-chev-down-wrap .ico-chev-down,
.slick-next .ico-chev-down-wrap .ico-chev-down {
  fill: #fff;
}

.slick-prev {
  transform: rotate(-180deg);
  right: 52px;
  top: -185px;
  z-index: 2;
}

.slick-next {
  transform: rotate(0deg);
  right: 0px;
  top: -185px;
}

/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 10px 0 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  background: #000;
  cursor: pointer;
  border-radius: 50%;
  padding: 0;
  opacity: 0.3;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*
              &:before {
                  position: absolute;
                  top: 0;
                  left: 0;
                  content: $slick-dot-character;
                  width: 20px;
                  height: 20px;
                  font-size: $slick-dot-size;
                  line-height: 20px;
                  text-align: center;
                  color: $slick-dot-color;
                  opacity: $slick-opacity-not-active;
                  -webkit-font-smoothing: antialiased;
                  -moz-osx-font-smoothing: grayscale;
              }
  */
}
.slick-dots li button:hover, .slick-dots li button:focus {
  opacity: 1;
}
.slick-dots li.slick-active button {
  opacity: 1;
}

.cookie-info {
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
  border-top: 1px solid #000;
  padding: 30px 0;
}
.cookie-info .cookie-wrapper {
  width: 100%;
  max-width: var(--width-page);
  padding: 0 var(--width-gutter);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.editor-content .cookie-info .cookie-wrapper {
  padding: 0;
}
.cookie-info .cookie-wrapper p {
  font: var(--font-body-small);
}
.cookie-info .buttons {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 30px;
}
.cookie-info .buttons .btn, .cookie-info .buttons .wpcf7-form-control.wpcf7-submit {
  margin: 0;
}
.cookie-info .cookie-close {
  width: 40px;
  position: absolute;
  right: 0px;
  top: 10px;
}
.cookie-info .cookie-close .svg-close-line {
  fill: none;
  stroke: #000;
  stroke-width: 1.343;
}
.cookie-info .cookie-close:hover {
  cursor: pointer;
  transform: scale(1.1);
}

body {
  background-color: #fff;
}
body.remove-scrolling {
  height: 100%;
  overflow: hidden;
}

a,
a:hover {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.btn, .wpcf7-form-control.wpcf7-submit {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-primary svg {
  margin-left: 20px;
}
.btn-primary:hover .btn-circle-wrap .btn-circle-path {
  fill: #000;
}
.btn-secondary {
  background: #fff;
  color: #000;
}
.btn-secondary:hover {
  background: #000;
  color: #fff;
}

.buttons .btn, .buttons .wpcf7-form-control.wpcf7-submit {
  margin-left: 16px;
}
.buttons .btn:first-child, .buttons .wpcf7-form-control.wpcf7-submit:first-child {
  margin-right: 0;
}

img,
svg,
video {
  display: block;
  width: 100%;
  height: auto;
}

.image-ratio, .image-ratio-80, .image-ratio-56 {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.image-ratio .image-wrap, .image-ratio-80 .image-wrap, .image-ratio-56 .image-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.image-ratio .image-wrap img, .image-ratio-80 .image-wrap img, .image-ratio-56 .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-ratio-56 {
  padding-bottom: 56%;
}
.image-ratio-80 {
  padding-bottom: 80%;
}

.film-iconka {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 20px;
}
.film-iconka img {
  margin-top: 4px;
  width: auto;
  height: auto;
}

#hiddendiv {
  visibility: hidden;
}

.font-color-light {
  color: #555555;
}

.background-lime {
  background: #b6ff04;
  transition: background 0.3s ease;
}

.tile-artist .image-wrap,
.tile-wydarzenie .image-wrap,
.tile-kalendarz .image-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.tile-artist .image-wrap .flip-card,
.tile-wydarzenie .image-wrap .flip-card,
.tile-kalendarz .image-wrap .flip-card {
  position: absolute;
  inset: 0;
}

.tile-kalendarz .image-wrap {
  height: 100%;
  padding-bottom: 0;
}

.flip-card {
  background-color: transparent;
  perspective: 1000px;
}
.flip-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-back {
  transform: rotateY(180deg);
}

/*-------------------------------------------------------------------------*/
/* !	Colors with mono
//
/*-------------------------------------------------------------------------*/
.tag-film,
.tag-spotkanie {
  background: #b6ff04;
  transition: background 0.3s ease;
}
.mono-turned-on .tag-film,
.mono-turned-on .tag-spotkanie {
  background: #e3eec7;
}

.tag-animacja,
.tag-animacje,
.tag-projekcja-stala,
.tag-wydarzenie-towarzyszace {
  background: #5adcc4;
  transition: background 0.3s ease;
}
.mono-turned-on .tag-animacja,
.mono-turned-on .tag-animacje,
.mono-turned-on .tag-projekcja-stala,
.mono-turned-on .tag-wydarzenie-towarzyszace {
  background: #bad8d2;
}

.kalendarz-film,
.kalendarz-spotkanie {
  border-left: 40px solid #b6ff04;
}
.mono-turned-on .kalendarz-film,
.mono-turned-on .kalendarz-spotkanie {
  border-left: 40px solid #e3eec7;
}

.kalendarz-animacja,
.kalendarz-animacje,
.kalendarz-projekcja-stala,
.kalendarz-wydarzenie-towarzyszace {
  border-left: 40px solid #5adcc4;
}
.mono-turned-on .kalendarz-animacja,
.mono-turned-on .kalendarz-animacje,
.mono-turned-on .kalendarz-projekcja-stala,
.mono-turned-on .kalendarz-wydarzenie-towarzyszace {
  border-left: 40px solid #bad8d2;
}

.mono-turned-on svg,
.mono-turned-on img {
  filter: grayscale(100);
}
.mono-turned-on.page-template-home .row-home-intro {
  background: #fff;
}
.mono-turned-on .main-container .page-section.background-lime {
  background: #000;
}
.mono-turned-on .main-container .page-section.background-lime h1,
.mono-turned-on .main-container .page-section.background-lime h2,
.mono-turned-on .main-container .page-section.background-lime h3,
.mono-turned-on .main-container .page-section.background-lime h4,
.mono-turned-on .main-container .page-section.background-lime p,
.mono-turned-on .main-container .page-section.background-lime li {
  color: #fff;
}
.mono-turned-on .main-container .page-section.background-lime .btn-primary {
  border-color: #fff;
}
.mono-turned-on.page-template-o-festivalu .main-container .section-1.page-section.background-lime .g-2 .column-right h2,
.mono-turned-on.page-template-o-festivalu .main-container .section-1.page-section.background-lime .g-2 .column-right h3,
.mono-turned-on.page-template-o-festivalu .main-container .section-1.page-section.background-lime .g-2 .column-right h4,
.mono-turned-on.page-template-o-festivalu .main-container .section-1.page-section.background-lime .g-2 .column-right p,
.mono-turned-on.page-template-o-festivalu .main-container .section-1.page-section.background-lime .g-2 .column-right li,
.mono-turned-on.page-template-o-festivalu .main-container .section-1.page-section.background-lime .g-2 .column-right a {
  color: #000;
}
.mono-turned-on.page-template-o-festivalu .main-container .page-section.background-black {
  background: #fff;
}
.mono-turned-on.page-template-o-festivalu .main-container .page-section.background-black h2,
.mono-turned-on.page-template-o-festivalu .main-container .page-section.background-black h3,
.mono-turned-on.page-template-o-festivalu .main-container .page-section.background-black h4,
.mono-turned-on.page-template-o-festivalu .main-container .page-section.background-black p,
.mono-turned-on.page-template-o-festivalu .main-container .page-section.background-black li,
.mono-turned-on.page-template-o-festivalu .main-container .page-section.background-black a {
  color: #000;
}
.mono-turned-on.page-template-o-festivalu .section-3 .column-right:before {
  background: #000;
}
.mono-turned-on.single-wydarzenie .background-lime,
.mono-turned-on.single-wydarzenie .row-recenzja:before {
  background: #eeeeee;
}
.mono-turned-on.single-wydarzenie .row-film-stopka {
  background: #eeeeee;
}
.mono-turned-on .row-header-standard .column-right:before,
.mono-turned-on .row-header-standard .column-left:before {
  background: #eeeeee;
}
.mono-turned-on .page-footer {
  background: #000;
}
.mono-turned-on .page-footer p,
.mono-turned-on .page-footer a,
.mono-turned-on .page-footer h2,
.mono-turned-on .page-footer h3,
.mono-turned-on .page-footer h4,
.mono-turned-on .page-footer li {
  color: #fff;
}
.mono-turned-on.page-template-home .page-footer {
  background: #eeeeee;
}
.mono-turned-on.page-template-home .page-footer p,
.mono-turned-on.page-template-home .page-footer a,
.mono-turned-on.page-template-home .page-footer h2,
.mono-turned-on.page-template-home .page-footer h3,
.mono-turned-on.page-template-home .page-footer h4,
.mono-turned-on.page-template-home .page-footer li {
  color: #000;
}
.mono-turned-on.post-type-archive-kalendarz .row-hero, .mono-turned-on.post-type-archive-artysta .row-hero, .mono-turned-on.post-type-archive-wydarzenie .row-hero, .mono-turned-on.page-template-program .row-hero {
  padding-top: 0;
}
.mono-turned-on.post-type-archive-kalendarz .row-hero .hero-text, .mono-turned-on.post-type-archive-artysta .row-hero .hero-text, .mono-turned-on.post-type-archive-wydarzenie .row-hero .hero-text, .mono-turned-on.page-template-program .row-hero .hero-text {
  background: #fff;
}

/*-------------------------------------------------------------------------*/
/* !	Tops bar
//
/*-------------------------------------------------------------------------*/
.top-bar {
  background: #000;
  padding: 40px 0;
  height: var(--height-top-bar);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 45;
}
.top-bar .top-bar-wrapper {
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 100%;
  max-width: var(--width-page);
  padding: 0 var(--width-gutter);
  margin: 0 auto;
  max-width: 100%;
}
.editor-content .top-bar .top-bar-wrapper {
  padding: 0;
}
.top-bar p {
  color: #fff;
  margin-bottom: 0;
}
.top-bar .header-right {
  display: flex;
  gap: 65px;
  align-items: center;
}
.top-bar .header-right .korelacje-logo-svg {
  width: 243px;
}
.top-bar .header-left {
  display: flex;
  gap: 65px;
  align-items: center;
  justify-content: flex-end;
}
.top-bar .header-icon .header-mono-wrap {
  width: 72px;
  height: 69px;
}
.top-bar .header-icon .header-menu-wrap {
  width: 59px;
  height: 69px;
}
.top-bar .header-icon .header-menu-wrap path {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-opened .top-bar .header-icon .header-menu-wrap path {
  fill: #000;
}
.top-bar .header-icon:hover {
  cursor: pointer;
  transform: scale(1.05);
}
.top-bar .header-icon path {
  fill: #fff;
}

.header-icon.mono .header-on {
  display: none;
}
.mono-turned-on .header-icon.mono .header-on {
  display: block;
}
.header-icon.mono .header-off {
  display: block;
}
.mono-turned-on .header-icon.mono .header-off {
  display: none;
}
.header-icon.menu .header-on {
  display: none;
}
.menu-opened .header-icon.menu .header-on {
  display: block;
}
.header-icon.menu .header-off {
  display: block;
}
.menu-opened .header-icon.menu .header-off {
  display: none;
}

.header-icon {
  z-index: 99;
}

.site-navigation {
  filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.5));
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 90;
  width: 500px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform-origin: top right;
  transform: scaleX(0);
}
.menu-opened .site-navigation {
  transform: scaleX(1);
}
.site-navigation .main-navigation {
  position: absolute;
  inset: 0;
  background: #b6ff04;
  transition: background 0.4s ease;
  clip-path: polygon(80% 0%, 100% 0%, 100% 100%, 0% 100%); /* Defines the polygon shape */
  padding: 260px var(--width-gutter) 60px 260px;
  text-align: right;
}
.site-navigation .main-navigation a {
  text-decoration: none;
}
.site-navigation .main-navigation a:hover {
  text-decoration: underline;
}
.mono-turned-on .site-navigation .main-navigation {
  background: #eeeeee;
}

.row-hero {
  height: var(--height-hero);
  padding-top: var(--height-top-bar);
  position: relative;
}
.row-hero .image-wrap {
  position: absolute;
  inset: 0;
}
.row-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.row-hero .hero-content {
  height: 100%;
  padding-bottom: 120px;
}
.row-hero .hero-content .hero-text {
  z-index: 1;
  padding: var(--width-gutter);
  align-self: flex-end;
}
.row-hero .hero-content .hero-text h1 {
  margin-bottom: 16px;
}

.event-header {
  padding-top: var(--height-top-bar);
}
.event-header .image-wrap {
  background: #000;
}

.post-type-archive-kalendarz .row-hero,
.post-type-archive-artysta .row-hero,
.post-type-archive-wydarzenie .row-hero,
.page-template-program .row-hero {
  padding-top: 0;
}
.post-type-archive-kalendarz .row-hero .hero-text,
.post-type-archive-artysta .row-hero .hero-text,
.post-type-archive-wydarzenie .row-hero .hero-text,
.page-template-program .row-hero .hero-text {
  background: #b6ff04;
  transition: background 0.3s ease;
}

.page-template-home .hero-text {
  background: #fff;
  max-width: 400px;
}
.page-template-home .hero-text .btn-primary {
  width: 100%;
  justify-content: space-between;
  margin-top: 32px;
}
.page-template-home .row-home-intro {
  background: #b6ff04;
  padding: var(--spacing-section) 0;
}
.page-template-home .row-home-intro h2 {
  margin-bottom: 0;
}
.page-template-home .row-home-intro .grid-4-3 {
  gap: 80px;
  align-items: center;
}
.page-template-home .row-home-intro .film-iconka {
  margin-bottom: 8px;
}
.page-template-home .row-home-intro .btn, .page-template-home .row-home-intro .wpcf7-form-control.wpcf7-submit {
  margin-top: 24px;
}
.page-template-home .page-footer .page-footer-right,
.page-template-home .page-footer .page-footer-left {
  align-self: center;
}
.page-template-home .page-footer .btn, .page-template-home .page-footer .wpcf7-form-control.wpcf7-submit {
  background: none;
  color: #000;
  border: none;
  padding: 0;
}
.page-template-home .page-footer .btn .btn-circle-wrap, .page-template-home .page-footer .wpcf7-form-control.wpcf7-submit .btn-circle-wrap {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-template-home .page-footer .btn .btn-circle-wrap .btn-circle-path, .page-template-home .page-footer .wpcf7-form-control.wpcf7-submit .btn-circle-wrap .btn-circle-path {
  fill: #000;
}
.page-template-home .page-footer .btn:hover, .page-template-home .page-footer .wpcf7-form-control.wpcf7-submit:hover {
  background: none;
  color: #000;
}
.page-template-home .page-footer .btn:hover .btn-circle-wrap, .page-template-home .page-footer .wpcf7-form-control.wpcf7-submit:hover .btn-circle-wrap {
  transform: translateX(5px);
}
.page-template-home .page-footer .btn:hover .btn-circle-wrap .btn-circle-path, .page-template-home .page-footer .wpcf7-form-control.wpcf7-submit:hover .btn-circle-wrap .btn-circle-path {
  fill: #000;
}

/*-------------------------------------------------------------------------*/
/* !	Archiva
//
/*-------------------------------------------------------------------------*/
.program-top {
  padding: 80px 0;
  background: #eeeeee;
}
.program-top h2 {
  font-size: var(--font-size-32);
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.tags .tag {
  padding: 4px 8px;
  font: var(--font-body-small);
  text-transform: uppercase;
  white-space: nowrap;
}

.program-nav {
  gap: 0;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.program-nav h2 {
  padding: 16px 40px; /* Optional padding */
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  text-decoration: none;
}
.program-nav h2.active {
  background: #000;
  color: #fff;
}
.program-nav h2.active a {
  color: #fff;
}
.program-nav button {
  border: none;
  background: none;
  padding: 16px 40px; /* Optional padding */
  border-left: 1px solid #000;
  text-decoration: none;
  font-size: var(--font-size-32);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.15em;
}
.program-nav button.active {
  background: #000;
  color: #fff;
}
.program-nav button:hover {
  cursor: pointer;
}

.categories-nav {
  display: flex;
  flex-wrap: wrap; /* Allow items to wrap if needed */
  justify-content: space-between;
  width: 100%;
}
.categories-nav h2 {
  flex: 1 1 33%; /* Grow and shrink, with an initial width of 33% */
  min-width: 200px; /* Set a minimum width for each column */
  box-sizing: border-box; /* Include padding and border in the width */
  margin-bottom: 0;
}
.categories-nav a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

.date-nav {
  padding-bottom: 40px;
}
.date-nav a {
  border-top: 0;
  font-size: var(--font-size-32);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.15em;
}

.page-footer-program h2 {
  margin-bottom: 32px;
}

.row-list {
  background: #eeeeee;
  padding-bottom: 100px;
}

.film-info p.film-rez {
  margin-bottom: 0;
}
.film-info p:last-child {
  margin-block: 0.8em;
}
.film-info p span {
  display: inline;
  position: relative;
}
.film-info p span:before {
  content: "|";
  display: inline;
  margin: 0 0.25em 0 0;
}
.film-info p span:first-child:before {
  display: none;
}

.tile-artist {
  background: #fff;
}
.tile-artist .tags {
  margin-bottom: 32px;
}
.tile-artist .artist-details {
  padding: 32px;
}
.tile-artist .artist-details h2 {
  margin-bottom: 16px;
}
.tile-artist .artist-details a {
  text-decoration: none;
  display: inline-block;
}
.tile-artist .artist-details a:hover {
  text-decoration: underline;
}
.tile-artist:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.tile-wydarzenie {
  background: #fff;
}
.tile-wydarzenie .spacer {
  width: 100%;
  height: 16px;
}
.tile-wydarzenie .wydarzenie-details {
  padding: 32px;
}
.tile-wydarzenie .wydarzenie-details h3 {
  margin-top: 32px;
}
.tile-wydarzenie .wydarzenie-details a {
  text-decoration: none;
  display: inline-block;
}
.tile-wydarzenie .wydarzenie-details a:hover {
  text-decoration: underline;
}
.tile-wydarzenie:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.tile-kalendarz {
  background: #fff;
  margin-bottom: 32px;
  gap: 0;
}
.tile-kalendarz .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tile-kalendarz .kalendarz-details {
  padding: 64px 44px 64px 44px;
}
.tile-kalendarz .kalendarz-details .meta,
.tile-kalendarz .kalendarz-details h2,
.tile-kalendarz .kalendarz-details .film-info,
.tile-kalendarz .kalendarz-details .film-iconki {
  margin-bottom: 32px;
}
.tile-kalendarz .kalendarz-details .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tile-kalendarz .kalendarz-details .meta p {
  margin-bottom: 0;
}
.tile-kalendarz .kalendarz-details .cal-stopka {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tile-kalendarz .kalendarz-details .cal-stopka .film-iconka {
  grid-template-columns: 15px 1fr;
}
.tile-kalendarz:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/*-------------------------------------------------------------------------*/
/* !	Events
//
/*-------------------------------------------------------------------------*/
.event-header .g-2 {
  min-height: var(--section-min-height);
  gap: 0;
}
.event-header .text-panel {
  align-self: center;
  padding: 120px;
}
.event-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-header p {
  margin-bottom: 8px;
}
.event-header .event-info {
  padding-right: 60px;
}
.event-header .event-info h1 {
  margin-bottom: 32px;
}
.event-header .event-info .film-event {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 16px;
}
.event-header .event-info .film-event:first-child {
  margin-top: 32px;
}
.event-header .event-info .film-event .data {
  text-transform: uppercase;
}
.event-header .event-info .film-event .font-color-light {
  font: var(--font-body-small);
}
.event-header .event-info .free-tickets {
  margin-top: 20px;
}

.row-opis .g-2 {
  min-height: var(--section-min-height);
  gap: 0;
}
.row-opis .text-panel {
  align-self: center;
  padding: 120px;
}
.row-opis img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.row-opis .image-wrap {
  order: 2;
}
.row-opis .opis-text {
  padding-left: 90px;
}

.row-kalendarz-free {
  padding-top: 60px;
  padding-bottom: 60px;
}

.row-recenzja {
  position: relative;
}
.row-recenzja .wrap, .row-recenzja .g-1, .row-recenzja .g-2, .row-recenzja .g-3, .row-recenzja .g-4, .row-recenzja .g-5, .row-recenzja .g-6, .row-recenzja .g-7, .row-recenzja .g-8, .row-recenzja .g-9, .row-recenzja .g-10, .row-recenzja .g-11, .row-recenzja .g-12, .row-recenzja .grid-1-3, .row-recenzja .grid-2-1, .row-recenzja .grid-1-2, .row-recenzja .grid-4-3 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.row-recenzja p {
  font: var(--font-body-small-extra);
  line-height: 1.4em;
}
.row-recenzja:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 280px;
  height: 210px;
  background: #b6ff04;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}
.row-recenzja:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 280px;
  height: 210px;
  background: #000;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
}

.row-film-stopka {
  background: #5adcc4;
  position: relative;
}
.row-film-stopka .g-2 {
  gap: 0;
  align-items: center;
}
.row-film-stopka .column-left,
.row-film-stopka .column-right {
  padding: 120px;
}
.row-film-stopka .column-left {
  padding-left: 90px;
}
.row-film-stopka .column-right {
  padding-right: 60px;
  position: relative;
}
.row-film-stopka .column-right .editor-content {
  position: relative;
  z-index: 2;
}
.row-film-stopka .column-right .editor-content h2,
.row-film-stopka .column-right .editor-content h3,
.row-film-stopka .column-right .editor-content h4,
.row-film-stopka .column-right .editor-content p,
.row-film-stopka .column-right .editor-content a,
.row-film-stopka .column-right .editor-content li {
  color: #fff;
}
.row-film-stopka .column-right .editor-content h2 {
  margin-bottom: 16px;
}
.row-film-stopka .column-right .editor-content .font-color-light {
  margin-bottom: 32px;
}
.row-film-stopka .column-right .editor-content p {
  margin-bottom: 8px;
}
.row-film-stopka .column-right:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  background: #000;
  z-index: 1;
}
.row-film-stopka:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 280px;
  height: 210px;
  background: #fff;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  z-index: 2;
}

/*-------------------------------------------------------------------------*/
/* !	Pages
//
/*-------------------------------------------------------------------------*/
.page-template-home .row-hero {
  height: 100vh;
  height: 100svh;
  min-height: calc(700px + var(--height-top-bar));
}
.page-template-home .row-home-artists {
  background: #eeeeee;
  padding: 40px 0 80px;
}
.page-template-home .row-home-artists h2 {
  margin-bottom: 32px;
}
.page-template-home .row-home-artists .home-artist-grid {
  gap: 16px;
}
.page-template-home .row-home-artists .tile-artist-home .flip-card .flip-card-inner {
  width: 100%;
  height: 0;
  padding-bottom: calc(80% + 56px);
}
.page-template-home .row-home-artists .tile-artist-home .card-title {
  padding: 8px 16px;
  font: 700 20px/1em museo-sans, Helvetica, Arial, sans-serif;
}
.page-template-home .row-home-artists .tile-artist-home .flip-card-back .card-title {
  font: 500 16px/1em museo-sans, Helvetica, Arial, sans-serif;
}
.page-template-home .row-home-artists .tile-artist-home .flip-card-inner {
  background: #fff;
}
.page-template-home .row-home-artists .tile-artist-home:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.page-template-home .row-news-home {
  background: #000;
  padding: 80px 0;
}
.page-template-home .row-news-home h2,
.page-template-home .row-news-home h3,
.page-template-home .row-news-home a,
.page-template-home .row-news-home p {
  color: #fff;
}
.page-template-home .row-news-home h2 {
  margin-bottom: 32px;
}
.page-template-home .row-news-home .tile-news {
  background: #1d1d1d;
  padding: 24px;
}
.page-template-home .row-news-home .tile-news img {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-template-home .row-news-home .tile-news a,
.page-template-home .row-news-home .tile-news h3 {
  font: 900 var(--font-size-24)/1.2em museo-sans, Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
  text-decoration: none;
  margin-bottom: 20px;
}
.page-template-home .row-news-home .tile-news:hover img {
  transform: scale(1.1);
}

.page-footer {
  background: #5adcc4;
}
.page-footer .page-footer-left {
  width: 500px;
  padding: 70px 70px 70px 0;
}
.page-footer .page-footer-right {
  width: 400px;
  padding: 70px 0 70px 70px;
}
.page-footer .triangle-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  width: 100%;
  max-width: var(--width-page);
  padding: 0 var(--width-gutter);
  margin: 0 auto;
}
.editor-content .page-footer .triangle-grid {
  padding: 0;
}
.page-footer .triangle-bottom-path {
  fill: #fff;
}
.page-footer .triangle-top-path {
  fill: #eeeeee;
}
.page-template-home .page-footer .triangle-top-path {
  fill: #000;
}
.page-footer .tri-top,
.page-footer .tri-bottom {
  width: 100%;
  max-width: 280px;
  height: 50%;
  transform: scale(1.01);
}
.page-footer .tri-top svg,
.page-footer .tri-bottom svg {
  width: 100%;
  height: 100%;
}

.page-template-o-festivalu .top-bar,
.page-template-media .top-bar,
.page-template-default .top-bar {
  position: relative;
}

.main-container .page-section .g-2 {
  gap: 0;
}
.main-container .page-section.background-lime {
  background: #b6ff04;
}
.main-container .page-section.background-black {
  background: #000;
}
.main-container .page-section.background-black h1,
.main-container .page-section.background-black h2,
.main-container .page-section.background-black h3,
.main-container .page-section.background-black h4,
.main-container .page-section.background-black p,
.main-container .page-section.background-black li,
.main-container .page-section.background-black a {
  color: #fff;
}
.main-container .page-section .column-left {
  padding: 120px 120px 120px 0;
  position: relative;
}
.main-container .page-section .column-right {
  padding: 120px 0 120px 120px;
  position: relative;
}
.main-container .page-section.row-image {
  height: var(--section-min-height);
  overflow: hidden;
}
.main-container .page-section.row-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-template-o-festivalu .font-bigger {
  margin-bottom: 32px;
  display: inline-block;
  max-width: 520px;
}
.page-template-o-festivalu .editor-content {
  z-index: 2;
  position: relative;
}
.page-template-o-festivalu .section-1 .g-2 {
  align-items: center;
}
.page-template-o-festivalu .section-1 .g-2 .column-right {
  position: relative;
}
.page-template-o-festivalu .section-1 .g-2 .column-right:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  background: #fff;
  z-index: 1;
}
.page-template-o-festivalu .section-1 .btn, .page-template-o-festivalu .section-1 .wpcf7-form-control.wpcf7-submit {
  max-width: 300px;
  white-space: normal;
  margin-top: 32px;
}
.page-template-o-festivalu .section-1 .btn .btn-circle-wrap, .page-template-o-festivalu .section-1 .wpcf7-form-control.wpcf7-submit .btn-circle-wrap {
  width: 44px;
}
.page-template-o-festivalu .section-2 .image-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
}
.page-template-o-festivalu .section-2 .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-o-festivalu .section-3 .column-left {
  position: relative;
}
.page-template-o-festivalu .section-3 .column-left:before {
  content: "";
  position: absolute;
  width: 280px;
  height: 210px;
  top: -1px;
  left: 50%;
  background: #b6ff04;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}

.row-header-standard {
  background: #000;
}
.row-header-standard .g-2 {
  min-height: var(--section-min-height);
  grid-column-gap: 0;
}
.row-header-standard .column-left,
.row-header-standard .column-right {
  display: flex;
  align-items: center;
}
.row-header-standard .column-left {
  position: relative;
}
.row-header-standard .column-left:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -1px;
  height: 50%;
  width: 210px;
  background: #b6ff04;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  transition: background 0.3s ease;
}
.row-header-standard .column-left h1 {
  color: #fff;
}
.row-header-standard .column-right {
  position: relative;
}
.row-header-standard .column-right .intro {
  font: 900 24px/1.3em museo-sans, Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
}
.row-header-standard .column-right .editor-content {
  position: relative;
  z-index: 2;
}
.row-header-standard .column-right:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  background: #b6ff04;
  z-index: 1;
  transition: background 0.3s ease;
}

.icons-strip {
  padding: 120px 80px;
}
.icons-strip .ikona {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.icons-strip .ikona .ico-wrap {
  width: 100%;
  max-width: 200px;
  height: auto;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-content: center;
  justify-content: center;
  aspect-ratio: 1;
}
.icons-strip .ikona .ico-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 45%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.icons-strip .ikona:hover img {
  transform: scale(1.1);
}
.icons-strip a {
  text-decoration: none;
}
.icons-strip a:hover {
  text-decoration: underline;
}

.row-text {
  background: #eeeeee;
  padding: 120px 0px;
}
.row-text h2 {
  margin-top: 40px;
}

/*-------------------------------------------------------------------------*/
/* !	Logos
//
/*-------------------------------------------------------------------------*/
.logos {
  padding: 80px 0;
}

.logos-grid {
  gap: 120px;
}
.logos-grid .organizatorzy {
  position: relative;
}
.logos-grid .organizatorzy:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #eeeeee;
  right: -45px;
  top: 0;
}

.patroni {
  margin-top: 120px;
}

.slider-logos {
  margin-top: 60px;
  overflow: hidden;
}
.slider-logos .slick-track {
  display: flex;
  align-items: center;
  margin: 0;
}
.slider-logos .logo-img {
  height: 100%;
  display: flex;
}
.slider-logos .logo-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 75px;
}

.footer-finansowanie h3 {
  margin: calc(1.5 * var(--spacing-section)) 0 calc(0.5 * var(--spacing-section));
}
.footer-finansowanie .col {
  padding-right: 20%;
}
.footer-finansowanie .col .slides {
  display: flex;
  gap: 50px;
  margin-bottom: 40px;
}
.footer-finansowanie .col img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 75px;
}
.footer-finansowanie .col p {
  font-size: var(--font-body-small);
}

.row-footer {
  background: #000;
  padding: 80px 0;
}
.row-footer .wrap, .row-footer .g-1, .row-footer .g-2, .row-footer .g-3, .row-footer .g-4, .row-footer .g-5, .row-footer .g-6, .row-footer .g-7, .row-footer .g-8, .row-footer .g-9, .row-footer .g-10, .row-footer .g-11, .row-footer .g-12, .row-footer .grid-1-3, .row-footer .grid-2-1, .row-footer .grid-1-2, .row-footer .grid-4-3 {
  text-align: center;
}
.row-footer h2,
.row-footer p,
.row-footer a {
  color: #fff;
}
.row-footer .footer-foot {
  margin-top: 120px;
}
.row-footer .footer-left {
  display: flex;
  gap: 64px;
  text-align: right;
}
.row-footer .footer-left .footer-logo {
  width: 100%;
  max-width: 200px;
  display: inline-block;
}
.row-footer .k-info {
  margin-bottom: 0;
}
.row-footer .footer-right {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.row-footer .footer-right a {
  text-decoration: none;
  font: var(--font-body);
}
.row-footer .footer-right a:hover {
  text-decoration: underline;
}

.slick-autoplay-toggle-button {
  display: none !important;
}

@media screen and (max-width: 1100px) {
  #hiddendiv,
  #wp-admin-bar-my-account {
    display: none !important;
  }
  :root {
    --height-hero: 640px;
    --font-size-56: 48px;
  }
  .row-hero .hero-content {
    padding-bottom: 60px;
  }
  .tile-kalendarz .kalendarz-details .cal-stopka {
    display: block;
  }
  .tile-kalendarz .kalendarz-details .cal-stopka .film-iconka {
    margin-bottom: 20px;
  }
  .tile-kalendarz .kalendarz-details .cal-stopka .buttons {
    margin-top: 40px;
  }
  .tile-kalendarz .kalendarz-details .cal-stopka .buttons .btn:first-child, .tile-kalendarz .kalendarz-details .cal-stopka .buttons .wpcf7-form-control.wpcf7-submit:first-child {
    margin-left: 0;
  }
  .row-list-artists .g-3,
  .row-list-wydarzenia .g-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-artist-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .main-container .page-section .column-right {
    padding: 60px 0 60px 40px;
  }
  .main-container .page-section .column-left {
    padding: 60px 40px 60px 0;
  }
  .row-footer .g-2.footer-foot {
    grid-template-columns: 2fr 1fr;
  }
  .row-footer .footer-right {
    flex-direction: column;
  }
  .event-header .g-2 {
    padding: 0;
  }
  .event-header .event-info {
    padding: 60px;
  }
  .row-opis .g-2 {
    padding: 0;
  }
  .row-opis .text-panel {
    padding: 60px;
  }
  .row-film-stopka .g-2 {
    padding: 0;
  }
  .row-film-stopka .column-right,
  .row-film-stopka .column-left {
    padding: 60px;
  }
  .row-recenzja:after,
  .row-film-stopka:after {
    width: 140px;
    height: 105px;
  }
  .icons-strip {
    padding: 40px 0px;
  }
  .icons-strip .g-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 900px) {
  :root {
    --height-hero: 520px;
    --font-size-56: 48px;
  }
  .top-bar .k-info {
    display: none;
  }
  .row-hero .hero-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .home-artist-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .program-top h2,
  .date-nav a {
    font-size: 24px;
  }
  .date-nav a,
  .program-nav a {
    padding: 16px;
  }
  .date-nav button,
  .program-nav h2 {
    padding: 16px;
  }
  .categories-nav a {
    padding: 0;
  }
  .tile-kalendarz {
    grid-template-columns: 1fr;
  }
  .tile-kalendarz .image-wrap {
    height: 60vw;
  }
  .page-footer {
    padding: 60px 0;
  }
  .page-footer .triangle-grid {
    display: block;
  }
  .page-footer .triangle-grid .triangles {
    display: none;
  }
  .page-footer .triangle-grid .page-footer-left,
  .page-footer .triangle-grid .page-footer-right {
    width: auto;
    padding: 40px;
    padding: 0;
  }
  .page-footer .triangle-grid .page-footer-left {
    margin-bottom: 30px;
  }
  .event-header .event-info .film-event {
    flex-direction: column;
  }
  .page-template-o-festivalu .page-section {
    padding: 0px;
  }
  .page-template-o-festivalu .page-section .g-2 {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .page-template-o-festivalu .page-section .column-left,
  .page-template-o-festivalu .page-section .column-right {
    padding: 60px var(--width-gutter);
  }
  .page-template-o-festivalu .page-section.section-1 .g-2 .column-right:before {
    width: 100%;
  }
  .page-template-o-festivalu .page-section.section-2 .column-left {
    height: 40vh;
  }
  .page-template-o-festivalu .page-section.section-2 .image-wrap {
    width: 100%;
  }
  .page-template-o-festivalu .page-section.section-3 .column-right {
    display: none;
  }
  .row-footer .footer-left {
    flex-direction: column;
    text-align: left;
    gap: 30px;
  }
  .row-footer .footer-right {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --width-gutter: 20px;
    --size-p: 16px;
    --size-p-bigger: 19px;
    --font-main: museo-sans, Helvetica, Arial, sans-serif;
    --font-body: 500 20px/1.5em var(--font-main);
    --font-body-bald: 700 20px/1.5em var(--font-main);
    --font-body-small: 500 18px/1.5em var(--font-main);
    --font-body-small-extra: 500 16px/1.2em var(--font-main);
    --font-size-56: 36px;
    --font-size-38: 30px;
    --font-size-32: 26px;
    --font-size-24: 22px;
    --spacing-section: 80px;
    --section-min-height: 575px;
    --height-top-bar: 85px;
  }
  .row-list-artists .g-3,
  .row-list-wydarzenia .g-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .page-template-home .row-home-intro .grid-4-3 {
    grid-template-columns: 1fr;
  }
  .page-template-home .row-news-home .g-3 {
    grid-template-columns: 1fr;
  }
  .home-artist-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .single-wydarzenie .g-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .single-wydarzenie .event-header .event-info,
  .single-wydarzenie .row-opis .text-panel,
  .single-wydarzenie .row-film-stopka .column-right,
  .single-wydarzenie .row-film-stopka .column-left {
    padding: 60px 20px;
  }
  .single-wydarzenie .c-8, .single-wydarzenie .slick-dots {
    padding: 0;
    margin: 0;
  }
  .single-wydarzenie .row-recenzja:before {
    width: 140px;
    height: 105px;
  }
  .single-wydarzenie .row-opis .image-wrap {
    order: 1;
  }
  .single-wydarzenie .row-opis .text-panel {
    order: 2;
  }
  .single-wydarzenie .row-film-stopka .column-right {
    order: 1;
  }
  .single-wydarzenie .row-film-stopka .column-right:before {
    width: 100%;
  }
  .single-wydarzenie .row-film-stopka .column-left {
    order: 2;
  }
  .logos {
    padding: 60px 0;
  }
  .logos-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 60px;
  }
  .logos-grid .organizatorzy:before {
    display: none;
  }
  .patroni {
    margin-top: 60px;
  }
  .row-footer {
    padding: 60px 0;
  }
  .row-footer .g-2.footer-foot {
    grid-template-columns: 1fr;
    margin-top: 60px;
    gap: 40px;
  }
  .row-footer .g-2.footer-foot .footer-right {
    align-items: flex-start;
  }
  .footer-finansowanie .g-2 {
    grid-template-columns: 1fr;
  }
  .footer-finansowanie .col {
    padding-right: 0;
  }
  .footer-finansowanie .col .slides {
    margin-bottom: 20px;
    gap: 20px;
  }
  .footer-finansowanie .col img {
    max-width: 50vw;
  }
  .top-bar {
    padding: 20px 0;
  }
  .top-bar .header-right .korelacje-logo-svg {
    width: 150px;
  }
  .top-bar .header-left {
    gap: 25px;
  }
  .top-bar .header-icon .header-mono-wrap {
    width: auto;
    height: 44px;
  }
  .top-bar .header-icon .header-menu-wrap {
    width: auto;
    height: 44px;
  }
  .kalendarz-film,
  .kalendarz-spotkanie {
    border: none;
    border-top: 40px solid #b6ff04;
  }
  .mono-turned-on .kalendarz-film,
  .mono-turned-on .kalendarz-spotkanie {
    border: none;
    border-top: 40px solid #e3eec7;
  }
  .kalendarz-animacja,
  .kalendarz-animacje,
  .kalendarz-projekcja-stala,
  .kalendarz-wydarzenie-towarzyszace {
    border: none;
    border-top: 40px solid #5adcc4;
  }
  .mono-turned-on .kalendarz-animacja,
  .mono-turned-on .kalendarz-animacje,
  .mono-turned-on .kalendarz-projekcja-stala,
  .mono-turned-on .kalendarz-wydarzenie-towarzyszace {
    border: none;
    border-top: 40px solid #bad8d2;
  }
  .tile-kalendarz .kalendarz-details {
    padding: 20px;
  }
  .tile-kalendarz .kalendarz-details .meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .tile-kalendarz .kalendarz-details .cal-stopka .buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .tile-kalendarz .kalendarz-details .cal-stopka .buttons .btn, .tile-kalendarz .kalendarz-details .cal-stopka .buttons .wpcf7-form-control.wpcf7-submit {
    margin: 0;
  }
  .event-header .event-info .film-event {
    gap: 0;
  }
  .main-container .row-header-standard.page-section .g-2 {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .main-container .row-header-standard.page-section .column-right,
  .main-container .row-header-standard.page-section .column-left {
    padding: 40px 20px;
  }
  .main-container .row-header-standard.page-section .column-right:before {
    width: 100%;
  }
  .row-header-standard .column-left:before {
    bottom: -1px;
  }
  .icons-strip .g-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cookie-info .cookie-wrapper {
    flex-direction: column;
  }
  .program-top .nav-program {
    order: 3;
  }
  .program-top .date-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .program-top button:nth-child(1), .program-top button:nth-child(2) {
    border-bottom: 1px solid #000;
  }
  .icons-strip .ikona {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 20px;
  }
  .icons-strip .ikona .ico-title {
    margin-bottom: 5px;
  }
}

/*# sourceMappingURL=nk-styles-1752233944501.css.map */
