:root {
  hanging-punctuation: first last;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font: inherit;
}
body {
  min-height: 100svh;
  font-family: ui-sans-serif, system-ui, sans-serif;
}
body:not(.transitions) * {
  transition: none !important;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
  object-fit: cover;
}
img:not(.free),
picture:not(.free),
svg:not(.free),
video:not(.free) {
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
@media (prefers-reduced-motion: no-preference) {
  :has(:target) {
    scroll-behavior: smooth;
    scroll-padding-top: var(--scroll-padding-top);
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition: none;
  }
}
.acf-map {
  width: 100%;
  height: 400px;
}
.acf-map img {
  max-width: inherit !important;
}
/* Ukrywanie przez [hidden] – zachowuje oryginalny display (grid/flex/itd.) po odsłonięciu */
.clu-infinite-scroll > *[hidden] {
  display: none !important;
}
/* Lock podczas inicjalizacji: nie pozwala rosnąć, nie skacze scroll */
.clu-infinite-scroll.is-loading {
  min-height: 100vh;
  overflow: clip;
  /* lub hidden, jeśli wolisz */
  position: relative;
}
/* Opcjonalny „veil” (wizualna osłona, zero FOUC nawet przy wolnym JS) */
.clu-infinite-scroll.is-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--clu-loading-bg, #fff);
}
.clu-infinite-sentinel {
  height: 1px;
  width: 100%;
}
/* Konfiguracja (opcjonalnie) */
.clu-infinite-scroll {
  --clu-batch: 8;
  --clu-preload: 600px;
}
.content-grid {
  --padding-inline: max(12px, 4vw);
  --content-max-width: 1400px;
  display: grid;
  width: 100%;
  grid-template-columns: [full-width-start] minmax(var(--padding-inline), 1fr) [content-start] min(100% - (var(--padding-inline) * 2), var(--content-max-width)) [content-end] minmax(var(--padding-inline), 1fr) [full-width-end];
}
.content-grid > :not(.full-width) {
  grid-column: content;
}
.content-grid > .full-width {
  grid-column: full-width;
}
@media (min-width: 992px) {
  .content-grid .column-md-content {
    grid-column: content;
  }
}
img.bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
:has(>.bg-image):not(picture),
:has(>picture>.bg-image) {
  position: relative;
}
/* ---------------------------------
STANDARDIZE ALL FIELDS
----------------------------------*/
.field-wrap {
  display: flex;
}
.field-wrap > label {
  display: block;
}
.field-wrap > div input,
.field-wrap textarea,
.field-wrap select,
.field-wrap .pikaday__container,
.field-wrap .pikaday__display {
  width: 100%;
}
.field-wrap > div input[type="checkbox"] {
  width: auto;
}
.field-wrap input[type="submit"],
.field-wrap input[type="button"],
.field-wrap button {
  width: auto;
}
.nf-field-label {
  order: 5;
}
.nf-field-description {
  width: 100%;
  order: 10;
}
.nf-field-element {
  order: 15;
}
/* ---------------------------------
LABEL ABOVE
----------------------------------*/
.label-above .nf-field-label {
  margin-bottom: 10px;
}
/* ---------------------------------
LABEL BELOW
----------------------------------*/
.label-below .nf-field-label {
  margin-top: 10px;
  order: 15;
}
.label-below .nf-field-element {
  order: 5;
}
/* ---------------------------------
LABEL HIDDEN
----------------------------------*/
.label-hidden .field-wrap {
  flex-wrap: wrap;
}
.label-hidden .nf-field-label {
  height: 0;
  margin: 0 !important;
  width: 100%;
  visibility: hidden;
}
.label-hidden .nf-field-description {
  width: 100%;
  order: 20;
}
.label-hidden .nf-field-element {
  width: 100%;
}
/* ---------------------------------
LABEL LEFT
----------------------------------*/
.label-left .field-wrap {
  flex-direction: row;
  flex-wrap: wrap;
}
.label-left .nf-field-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 2%;
  text-align: right;
  width: 35%;
  order: 5;
}
.label-left .nf-field-label label {
  width: 100%;
}
.label-left .nf-field-description {
  margin-left: 35%;
}
.label-left .nf-field-element {
  display: inline-block;
  width: 65%;
  order: 10;
}
.label-left .nf-after-field {
  margin-left: 36.5%;
}
/* ---------------------------------
LABEL RIGHT
----------------------------------*/
.label-right .field-wrap {
  flex-direction: row;
}
.label-right .nf-field-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 2%;
  width: 35%;
  order: 10;
}
.label-right .nf-field-description {
  margin-right: 35%;
  order: 15;
}
.label-right .nf-field-element {
  display: inline-block;
  width: 65%;
  order: 5;
}
.label-right .checkbox-wrap .nf-field-label {
  width: auto;
}
.label-right .checkbox-wrap .nf-field-element {
  width: 20px;
}
.label-right .nf-after-field {
  width: 65%;
}
/* ---------------------------------
ADJUST SOME LABEL ABOVE & BELOW ISSUES
----------------------------------*/
.label-below .field-wrap,
.label-above .field-wrap {
  flex-direction: column;
  flex-flow: wrap;
}
.label-below .nf-field-element,
.label-above .nf-field-element {
  margin: 0;
  width: 100%;
}
/* ---------------------------------
ADJUST SOME LABEL LEFT & RIGHT ISSUES
----------------------------------*/
.label-left .textarea-wrap .nf-field-label,
.label-left .listradio-wrap .nf-field-label,
.label-left .listcheckbox-wrap .nf-field-label,
.label-right .textarea-wrap .nf-field-label,
.label-right .listradio-wrap .nf-field-label,
.label-right .listcheckbox-wrap .nf-field-label {
  align-items: flex-start;
}
.label-left .textarea-wrap .nf-field-label,
.label-right .textarea-wrap .nf-field-label {
  margin-top: 5px;
}
.label-left .html-wrap,
.label-left .hr-wrap,
.label-right .html-wrap,
.label-right .hr-wrap {
  display: block;
}
.label-left .html-wrap .nf-field-element,
.label-left .hr-wrap .nf-field-element,
.label-right .html-wrap .nf-field-element,
.label-right .hr-wrap .nf-field-element {
  display: block;
  margin: 0;
  width: 100%;
}
/* ---------------------------------
FIELD DESCRIPTION POSITIONS
----------------------------------*/
/*
 * Ninja Forms - Form Display Structure
 */
.ninja-forms-form-wrap *,
.ninja-forms-form-wrap *:after,
.ninja-forms-form-wrap *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.nf-response-msg {
  display: none;
}
.nf-field-container,
#ninja_forms_required_items {
  clear: both;
  position: relative;
  margin-bottom: 25px;
}
.nf-field-container::after,
#ninja_forms_required_items::after {
  clear: both;
  content: "";
  display: block;
}
.nf-field-container.hidden-container,
.nf-field-container.hr-container,
#ninja_forms_required_items.hidden-container,
#ninja_forms_required_items.hr-container {
  margin: 0;
  height: auto;
}
.nf-field-container.hidden-container .nf-field-label,
.nf-field-container.hr-container .nf-field-label,
#ninja_forms_required_items.hidden-container .nf-field-label,
#ninja_forms_required_items.hr-container .nf-field-label {
  display: none;
}
.nf-field-container.html-container .nf-field-label,
#ninja_forms_required_items.html-container .nf-field-label {
  display: none;
}
.nf-field-label .nf-label-span,
.nf-field-label label {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.nf-field-element {
  position: relative;
}
.nf-field-element input,
.nf-field-element select,
.nf-field-element textarea {
  margin: 0;
  width: auto;
  height: auto;
  vertical-align: inherit;
}
.nf-field-element textarea {
  height: 200px;
}
.nf-field-description p:last-child {
  margin: 0;
}
.nf-help {
  background: url("../img/help-info.png") no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.nf-input-limit {
  font-size: 12px;
  margin-top: 5px;
}
.nf-static {
  padding: 0 10px;
}
.nf-after-field .nf-error-msg {
  margin-right: 10px;
}
/* ---------------------------------
Screen Reader CSS
----------------------------------*/
.nf-sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  opacity: 0;
  white-space: nowrap;
  width: 1px;
}
/* ---------------------------------
Date/Time FIELD
----------------------------------*/
.nf-field-element .time-wrap {
  padding: 1px;
}
/* ---------------------------------
CHECKBOX FIELD
----------------------------------*/
/* ---------------------------------
RADIO & CHECKBOX LISTS
----------------------------------*/
.list-radio-wrap .nf-field-element ul,
.list-radio-wrap .nf-field-element li,
.list-checkbox-wrap .nf-field-element ul,
.list-checkbox-wrap .nf-field-element li,
.list-image-wrap .nf-field-element ul,
.list-image-wrap .nf-field-element li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.list-radio-wrap .nf-field-element ul input,
.list-radio-wrap .nf-field-element li input,
.list-checkbox-wrap .nf-field-element ul input,
.list-checkbox-wrap .nf-field-element li input,
.list-image-wrap .nf-field-element ul input,
.list-image-wrap .nf-field-element li input {
  margin-right: 5px;
}
.list-radio-wrap .nf-field-element li,
.list-checkbox-wrap .nf-field-element li,
.list-image-wrap .nf-field-element li {
  padding-left: 10px;
  margin: 0 0 5px !important;
  text-indent: initial !important;
}
.list-radio-wrap .nf-field-element li label,
.list-checkbox-wrap .nf-field-element li label,
.list-image-wrap .nf-field-element li label {
  display: block;
  float: initial;
  width: auto;
  margin-left: 1.5em;
}
.list-radio-wrap .nf-field-element li input,
.list-checkbox-wrap .nf-field-element li input,
.list-image-wrap .nf-field-element li input {
  width: auto !important;
  float: left;
  margin-top: 0.25em;
}
.listimage-wrap li {
  width: 100%;
  height: 100%;
  display: inline-grid;
}
.listimage-wrap li label {
  padding: 5px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
}
.listimage-wrap li label.nf-checked-label {
  border-width: 2px;
  border-style: solid;
  border-color: #007acc;
  transition: all 0.5s;
}
.listimage-wrap li label img {
  display: block;
}
.listimage-wrap li input:focus + label {
  outline: 2px solid;
}
/* ---------------------------------
PRODUCT FIELD
----------------------------------*/
.product-wrap > div input {
  width: 80px !important;
}
.product-wrap > div .nf-product-field span {
  padding: 0 5px;
}
/* ---------------------------------
STAR RATING
----------------------------------*/
.starrating-wrap .star {
  border-bottom: 0;
}
/* ---------------------------------
HONEYPOT
----------------------------------*/
.nf-form-hp {
  position: absolute;
  visibility: hidden;
}
/* ---------------------------------
SELECT LIST
----------------------------------*/
.list-select-wrap div div {
  display: none;
}
/* ---------------------------------
COLORS
As minimal as possible
----------------------------------*/
.ninja-forms-req-symbol,
.nf-error-msg {
  color: #E80000;
}
.nf-error .ninja-forms-field {
  border: 1px solid #E80000;
}
.nf-error.listimage-wrap .nf-field-element ul {
  border: 1px solid #E80000;
}
.nf-field-submit-error {
  padding: 15px;
}
.ninja-forms-noscript-message {
  background: #f1f1f1;
  border: 4px dashed #ccc;
  color: #333;
  display: block;
  font-size: 20px;
  margin: 20px 0;
  padding: 40px;
  text-align: center;
}
/* ---------------------------------
HELPER CLASSES
----------------------------------*/
.two-col-list ul li {
  float: left;
  width: 50%;
}
.three-col-list ul li {
  float: left;
  width: 33.33%;
}
.four-col-list ul li {
  float: left;
  width: 25%;
}
.five-col-list ul li {
  float: left;
  width: 20%;
}
.six-col-list ul li {
  float: left;
  width: 16.66%;
}
body .pika-label {
  background: transparent;
}
/* Column Classes
    Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.nf-form-cont .five-sixths,
.nf-form-cont .four-sixths,
.nf-form-cont .one-fourth,
.nf-form-cont .one-half,
.nf-form-cont .one-sixth,
.nf-form-cont .one-third,
.nf-form-cont .three-fourths,
.nf-form-cont .three-sixths,
.nf-form-cont .two-fourths,
.nf-form-cont .two-sixths,
.nf-form-cont .two-thirds {
  clear: initial;
  float: left;
  margin-left: 2.56410256%;
}
.nf-form-cont .five-sixths .inside,
.nf-form-cont .four-sixths .inside,
.nf-form-cont .one-fourth .inside,
.nf-form-cont .one-half .inside,
.nf-form-cont .one-sixth .inside,
.nf-form-cont .one-third .inside,
.nf-form-cont .three-fourths .inside,
.nf-form-cont .three-sixths .inside,
.nf-form-cont .two-fourths .inside,
.nf-form-cont .two-sixths .inside,
.nf-form-cont .two-thirds .inside {
  padding: 20px;
}
.nf-form-cont .five-sixths::after,
.nf-form-cont .four-sixths::after,
.nf-form-cont .one-fourth::after,
.nf-form-cont .one-half::after,
.nf-form-cont .one-sixth::after,
.nf-form-cont .one-third::after,
.nf-form-cont .three-fourths::after,
.nf-form-cont .three-sixths::after,
.nf-form-cont .two-fourths::after,
.nf-form-cont .two-sixths::after,
.nf-form-cont .two-thirds::after {
  clear: both;
  content: "";
  display: block;
}
.nf-form-cont .one-half,
.nf-form-cont .three-sixths,
.nf-form-cont .two-fourths {
  width: 48.71794872%;
}
.nf-form-cont .one-third,
.nf-form-cont .two-sixths {
  width: 31.62393162%;
}
.nf-form-cont .four-sixths,
.nf-form-cont .two-thirds {
  width: 65.81196581%;
}
.nf-form-cont .one-fourth {
  width: 23.07692308%;
}
.nf-form-cont .three-fourths {
  width: 74.35897436%;
}
.nf-form-cont .one-sixth {
  width: 14.52991453%;
}
.nf-form-cont .five-sixths {
  width: 82.90598291%;
}
.nf-form-cont .first {
  clear: both;
  margin-left: 0;
}
/* ---------------------------------
STANDARDIZE ALL FIELDS
----------------------------------*/
.field-wrap {
  display: flex;
}
.field-wrap > label {
  display: block;
}
.field-wrap > div input,
.field-wrap textarea,
.field-wrap select,
.field-wrap .pikaday__container,
.field-wrap .pikaday__display {
  width: 100%;
}
.field-wrap > div input[type="checkbox"] {
  width: auto;
}
.field-wrap input[type="submit"],
.field-wrap input[type="button"],
.field-wrap button {
  width: auto;
}
.nf-field-label {
  order: 5;
}
.nf-field-description {
  width: 100%;
  order: 10;
}
.nf-field-element {
  order: 15;
}
/* ---------------------------------
LABEL ABOVE
----------------------------------*/
.label-above .nf-field-label {
  margin-bottom: 10px;
}
/* ---------------------------------
LABEL BELOW
----------------------------------*/
.label-below .nf-field-label {
  margin-top: 10px;
  order: 15;
}
.label-below .nf-field-element {
  order: 5;
}
/* ---------------------------------
LABEL HIDDEN
----------------------------------*/
.label-hidden .field-wrap {
  flex-wrap: wrap;
}
.label-hidden .nf-field-label {
  height: 0;
  margin: 0 !important;
  width: 100%;
  visibility: hidden;
}
.label-hidden .nf-field-description {
  width: 100%;
  order: 20;
}
.label-hidden .nf-field-element {
  width: 100%;
}
/* ---------------------------------
LABEL LEFT
----------------------------------*/
.label-left .field-wrap {
  flex-direction: row;
  flex-wrap: wrap;
}
.label-left .nf-field-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 2%;
  text-align: right;
  width: 35%;
  order: 5;
}
.label-left .nf-field-label label {
  width: 100%;
}
.label-left .nf-field-description {
  margin-left: 35%;
}
.label-left .nf-field-element {
  display: inline-block;
  width: 65%;
  order: 10;
}
.label-left .nf-after-field {
  margin-left: 36.5%;
}
/* ---------------------------------
LABEL RIGHT
----------------------------------*/
.label-right .field-wrap {
  flex-direction: row;
}
.label-right .nf-field-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 2%;
  width: 35%;
  order: 10;
}
.label-right .nf-field-description {
  margin-right: 35%;
  order: 15;
}
.label-right .nf-field-element {
  display: inline-block;
  width: 65%;
  order: 5;
}
.label-right .checkbox-wrap .nf-field-label {
  width: auto;
}
.label-right .checkbox-wrap .nf-field-element {
  width: 20px;
}
.label-right .nf-after-field {
  width: 65%;
}
/* ---------------------------------
ADJUST SOME LABEL ABOVE & BELOW ISSUES
----------------------------------*/
.label-below .field-wrap,
.label-above .field-wrap {
  flex-direction: column;
  flex-flow: wrap;
}
.label-below .nf-field-element,
.label-above .nf-field-element {
  margin: 0;
  width: 100%;
}
/* ---------------------------------
ADJUST SOME LABEL LEFT & RIGHT ISSUES
----------------------------------*/
.label-left .textarea-wrap .nf-field-label,
.label-left .listradio-wrap .nf-field-label,
.label-left .listcheckbox-wrap .nf-field-label,
.label-right .textarea-wrap .nf-field-label,
.label-right .listradio-wrap .nf-field-label,
.label-right .listcheckbox-wrap .nf-field-label {
  align-items: flex-start;
}
.label-left .textarea-wrap .nf-field-label,
.label-right .textarea-wrap .nf-field-label {
  margin-top: 5px;
}
.label-left .html-wrap,
.label-left .hr-wrap,
.label-right .html-wrap,
.label-right .hr-wrap {
  display: block;
}
.label-left .html-wrap .nf-field-element,
.label-left .hr-wrap .nf-field-element,
.label-right .html-wrap .nf-field-element,
.label-right .hr-wrap .nf-field-element {
  display: block;
  margin: 0;
  width: 100%;
}
:root {
  --wpclu-header-height: 120px;
  --wpclu-header-height-mobile: 70px;
  --wpclu-header-padding: 10px;
  --wpclu-color-primary: #209D60;
  --wpclu-color-primary-2: #79C4A0;
  --wpclu-color-primary-3: #29FA85;
  --global-padding-inline: clamp(12px, calc(12px + (88 * (100vw - 375px) / 1065)), 100px);
}
@font-face {
  font-family: 'Satoshi-Variable';
  src: url('assets/fonts/Satoshi-Variable.woff2') format('woff2'), url('assets/fonts/Satoshi-Variable.woff') format('woff'), url('assets/fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
.alert-primary {
  --bs-alert-color: #FFF;
  --bs-alert-bg: #209d60;
  --bs-alert-border-color: #36bd7b;
  --bs-alert-link-color: #FFF;
}
body {
  font-family: 'Satoshi-Variable';
  font-weight: 400;
  font-style: normal;
}
.font-2,
h1 span,
.h1 span,
h2 span,
.h2 span {
  font-family: "Playfair Display", serif;
}
h1,
.h1 {
  font-size: clamp(44px, calc(44px + 36 * (100vw - 375px) / 1065), 80px);
  font-weight: 400;
}
h1 span,
.h1 span {
  font-size: 1.05em;
}
h1 a,
.h1 a {
  color: inherit;
  text-decoration: none;
}
h2,
.h2 {
  font-size: clamp(44px, calc(44px + 16 * (100vw - 375px) / 1065), 60px);
  font-weight: 400;
  margin-bottom: 0.45em;
  line-height: 1;
}
h2 span,
.h2 span {
  font-size: 1.05em;
}
h2 a,
.h2 a {
  color: inherit;
  text-decoration: none;
}
h3,
.h3 {
  font-size: clamp(32px, calc(32px + 12 * (100vw - 375px) / 1065), 44px);
  font-weight: 400;
  margin-bottom: 0.45em;
  line-height: 1;
}
h3 a,
.h3 a {
  color: inherit;
  text-decoration: none;
}
h4,
.h4 {
  font-size: clamp(22px, calc(22px + 10 * (100vw - 375px) / 1065), 32px);
  font-weight: 400;
  margin-bottom: 0.45em;
  line-height: 1;
}
h4 a,
.h4 a {
  color: inherit;
  text-decoration: none;
}
.bg-dark {
  background: #070c0a !important;
  color: #FFF;
}
.bg-black {
  color: #FFF;
}
.bg-black .text-muted,
.bg-dark .text-muted {
  color: #CCCCCC !important;
}
.bg-black h2 span,
.bg-dark h2 span,
.bg-white h2 span,
.bg-black .h2 span,
.bg-dark .h2 span,
.bg-white .h2 span {
  color: var(--wpclu-color-primary);
}
/*- SETTINGS -----*/
.content-grid {
  --padding-inline: var(--global-padding-inline);
  --content-max-width: 1920px;
}
.content-grid.mw-sm {
  --content-max-width: 768px;
}
.content-grid.mw-xxl {
  --content-max-width: 1440px;
}
.btn-primary {
  --bs-btn-bg: var(--wpclu-color-primary);
  --bs-btn-border-color: var(--wpclu-color-primary);
  --bs-btn-hover-bg: #098247;
  --bs-btn-hover-border-color: #098247;
  --bs-btn-active-bg: #098247;
  --bs-btn-active-border-color: #098247;
  --bs-btn-disabled-bg: var(--wpclu-color-primary);
  --bs-btn-disabled-border-color: var(--wpclu-color-primary);
}
.btn {
  --bs-btn-padding-x: 1.8rem;
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-font-weight: 700;
  --bs-btn-border-radius: 1.75rem;
}
@media (max-width: 576px) {
  .btn {
    width: 100%;
  }
}
.bg-primary {
  background-color: var(--wpclu-color-primary) !important;
}
.bg-jlabs {
  background-color: #19407e !important;
}
.btn-outline-youtube {
  border-color: #FA2626 !important;
  color: #FA2626 !important;
}
.btn-outline-youtube:before {
  content: '';
  width: 2em;
  height: 1.5em;
  display: inline-block;
  background: no-repeat center / contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 21 22'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23FF0302' d='M20.6 6a2.6 2.6 0 0 0-1.9-2c-1.6-.4-8.2-.4-8.2-.4S4 3.6 2.3 4A2.6 2.6 0 0 0 .5 6C0 7.5 0 11 0 11s0 3.4.5 5a2.6 2.6 0 0 0 1.8 2c1.7.4 8.2.4 8.2.4s6.6 0 8.2-.4a2.6 2.6 0 0 0 1.9-2c.4-1.6.4-5 .4-5s0-3.4-.4-5Z'/%3E%3Cpath fill='%23FEFEFE' d='M8.4 14.1V8l5.5 3.1-5.5 3.1Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 .5h21v21H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  margin: -0.3em 0.3em -0.3em 0;
}
.eyebrow {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.bg-white .eyebrow {
  color: #163C3B;
}
.bg-black .eyebrow {
  color: var(--wpclu-color-primary);
}
.subheading-lead {
  font-size: 16px;
  font-weight: 400;
}
.subheading-lead .bg-white {
  color: #456362;
}
.btn.btn-linkedin {
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 0;
  background: no-repeat center / contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 41 40'%3E%3Cpath fill='%23209D60' d='M20.9 0a20 20 0 1 0 0 40 20 20 0 1 0 0-40Z'/%3E%3Cpath fill='%23fff' d='M10.4 13.3c-.5-.5-.8-1.1-.8-1.8s.3-1.4.8-1.9 1.2-.7 2-.7c.9 0 1.5.2 2 .7.6.5.8 1.1.8 1.9 0 .7-.2 1.3-.8 1.8-.5.5-1.2.7-2 .7s-1.5-.2-2-.7Zm4.4 2.8v15H10v-15h4.8Zm15.8 1.5c1 1.1 1.5 2.6 1.5 4.6v8.6h-4.5v-8c0-1-.3-1.7-.8-2.3-.5-.5-1.2-.8-2-.8-.9 0-1.6.3-2 .8a3 3 0 0 0-.9 2.3v8h-4.5V16.1H22v2c.5-.7 1.1-1.3 1.9-1.6.8-.4 1.6-.6 2.6-.6 1.7 0 3.1.6 4.2 1.7Z'/%3E%3C/svg%3E");
  border-radius: 0;
}
.opacity-33 {
  opacity: 0.33 !important;
}
#header {
  --header-height: var(--wpclu-header-height-mobile);
  height: var(--header-height);
  z-index: 10;
}
@media (min-width: 1200px) {
  #header {
    --header-height: var(--wpclu-header-height);
  }
}
#header .header-cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--header-height);
  position: relative;
  z-index: 20;
}
#header .website-logo a {
  display: inline-grid;
  align-items: center;
  height: var(--header-height);
  padding-block: var(--wpclu-header-padding);
}
#header .website-logo a > * {
  width: 100px;
  height: 56px;
}
#header #hamburger {
  display: flex;
  border: none;
  background: transparent;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  overflow: hidden;
}
#header #hamburger span {
  color: transparent;
  height: 0;
  display: inline-block;
  width: 32px;
  border-top: 2px solid #FFF;
  position: relative;
}
#header #hamburger span:before,
#header #hamburger span:after {
  content: '';
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  border-top: 2px solid #FFF;
}
#header #hamburger span:before {
  top: -12px;
}
#header #hamburger span:after {
  bottom: -10px;
}
@media (min-width: 1200px) {
  #header #hamburger {
    display: none;
  }
}
body.menu-open #header #hamburger span {
  border-top-color: transparent;
}
body.menu-open #header #hamburger span:before {
  transform: rotate(45deg);
  top: -2px;
}
body.menu-open #header #hamburger span:after {
  transform: rotate(-45deg);
  top: -2px;
}
#header #main-menu {
  display: none;
  position: absolute;
  top: var(--wpclu-header-height-mobile);
  height: calc(100dvh - var(--wpclu-header-height-mobile));
  background: #000;
  left: calc(-1 * var(--global-padding-inline));
  right: calc(-1 * var(--global-padding-inline));
  overflow: auto;
  overscroll-behavior: contain;
  box-shadow: 0 -100px #000;
}
@media (min-width: 1200px) {
  #header #main-menu {
    width: calc(100% - 220px);
    margin-inline: 10px 110px;
  }
}
#header #main-menu .menu {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  list-style: none;
  padding-left: 0;
  flex-wrap: wrap;
  justify-content: center;
  margin-block: 12px 0;
  min-height: calc(100vh - 92px);
  font-size: clamp(16px, calc(4.36px + 3.64vw), 48px);
}
#header #main-menu .menu li a {
  color: #FFF;
  text-decoration: none;
  padding: 0.6em var(--global-padding-inline);
  display: block;
  text-align: center;
}
@media (min-width: 1200px) {
  #header #main-menu .menu li a {
    padding: 0;
    color: #000;
    font-weight: 700;
    text-align: left;
  }
}
#header #main-menu .menu .lang-item {
  display: none;
}
#header #main-menu .menu li.menu-featured a {
  background: var(--wpclu-color-primary);
  max-width: 20em;
  margin-inline: auto;
  white-space: nowrap;
  border-radius: 2em;
}
#header a.lang-item__mobile {
  position: absolute;
  top: 0;
  right: 80px;
  height: 70px;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, auto);
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  gap: 10px;
}
@media (min-width: 1200px) {
  #header {
    height: var(--wpclu-header-height);
  }
  #header #main-menu {
    display: flex;
    justify-content: center;
    position: static;
    background: transparent;
    height: auto !important;
    box-shadow: none;
    overflow: visible;
  }
  #header #main-menu .menu {
    flex-direction: row;
    flex-wrap: nowrap;
    margin-block: 0;
    height: 62px;
    padding: 7px;
    border-radius: 31px;
    background: #FFF;
    font-size: 14px;
    min-height: auto;
  }
  #header #main-menu .menu li {
    border-bottom: none;
  }
  #header #main-menu .menu li a {
    padding: 0 1em;
    height: 48px;
    line-height: 48px;
    white-space: nowrap;
    border-radius: 24px;
  }
  #header #main-menu .menu li.lang-item {
    position: absolute;
    right: 0;
    background: #FFF;
    height: 62px;
    top: 29px;
    border-radius: 31px;
  }
  #header #main-menu .menu li.lang-item a {
    height: 60px;
    line-height: 60px;
    padding-inline: 2.25em;
  }
  #header #main-menu .menu li.menu-featured a {
    background: var(--wpclu-color-primary);
    color: #FFF !important;
  }
  #header #main-menu .menu .lang-item {
    display: block;
  }
  #header #main-menu .sub-menu {
    display: none;
  }
  #header a.lang-item__mobile {
    display: none;
  }
}
#header.menu-open {
  background: #ffffff;
}
#header.menu-open #main-menu {
  display: flex;
  /*flex-direction: column;*/
  justify-content: center;
}
#header.menu-open #hamburger span {
  border-top-color: transparent;
}
#header.menu-open #hamburger span:before {
  transform: rotate(45deg);
  top: -2px;
}
#header.menu-open #hamburger span:after {
  transform: rotate(-45deg);
  top: -2px;
}
.tags {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7em;
}
.tags .tag {
  background: var(--wpclu-color-primary);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom-left-radius: 16px;
}
.tags .tag img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
@media (min-width: 576px) {
  .tags {
    gap: 1em;
  }
  .tags .tag {
    padding: 8px 16px;
    font-size: 12px;
  }
}
/* Szkielet strony */
.main-section {
  --border-radius: clamp(100px, calc(100px + (150 * (100vw - 375px) / 1065)), 250px);
  --padding-block: clamp(40px, calc(60px + (50 * (100vw - 375px) / 1065)), 120px);
  padding-block: calc(var(--padding-block) + var(--border-radius)) var(--padding-block);
  overflow: hidden;
  scroll-margin-top: calc(var(--border-radius) * -1);
}
.main-section:first-child {
  padding-top: calc(30px + var(--wpclu-header-height));
  margin-top: calc(-1 * var(--wpclu-header-height-mobile));
}
.main-section:first-child body.home,
body.single-events .main-section:first-child {
  padding-top: calc(var(--wpclu-header-height-mobile) + 20px);
}
@media (min-width: 1200px) {
  .main-section:first-child body.home,
  body.single-events .main-section:first-child {
    padding-top: calc(var(--wpclu-header-height) + 60px);
  }
}
@media (min-width: 1200px) {
  .main-section:first-child {
    padding-top: calc(30px + var(--wpclu-header-height));
    margin-top: calc(-1 * var(--wpclu-header-height));
  }
}
.main-section:not(:first-child) {
  margin-top: calc(-1 * var(--border-radius));
}
.main-section.bg-black,
.main-section.bg-primary,
.main-section.bg-jlabs {
  color: #FFF;
}
.main-section.style-1 {
  border-bottom-left-radius: var(--border-radius);
}
.main-section:nth-child(1) {
  z-index: 10;
}
.main-section:nth-child(2) {
  z-index: 9;
}
.main-section:nth-child(3) {
  z-index: 8;
}
.main-section:nth-child(4) {
  z-index: 7;
}
.main-section:nth-child(5) {
  z-index: 6;
}
.main-section:nth-child(6) {
  z-index: 5;
}
.main-section:nth-child(7) {
  z-index: 4;
}
.main-section:nth-child(8) {
  z-index: 3;
}
.main-section:nth-child(9) {
  z-index: 2;
}
.main-section:nth-child(10) {
  z-index: 1;
}
.footer-content {
  display: grid;
  grid-template-areas: "logo logo" "address menu" "socials see-also" "privacy-policy privacy-policy";
  color: #CCCCCC;
  gap: 3em 2em;
  grid-template-columns: 1fr 1fr;
}
.footer-content a {
  color: #FFF;
  text-decoration: none;
}
.footer-content .footer-content__logo {
  grid-area: logo;
  justify-self: center;
}
.footer-content .footer-content__logo svg {
  width: 120px;
  margin-block: 1em;
  aspect-ratio: 1.8;
  object-fit: contain;
}
.footer-content .footer-content__address {
  grid-area: address;
}
.footer-content .footer-content__address p {
  color: #ccc;
}
.footer-content .footer-content__menu {
  grid-area: menu;
}
.footer-content .footer-content__socials {
  grid-area: socials;
}
.footer-content .footer-content__menu ul,
.footer-content .footer-content__socials ul {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 0.7em;
}
.footer-content .footer-content__menu ul a,
.footer-content .footer-content__socials ul a {
  color: #ccc;
}
.footer-content .footer-content__privacy-policy {
  grid-area: privacy-policy;
  text-align: center;
  font-size: 14px;
}
.footer-content .footer-content__see-also {
  grid-area: see-also;
}
.footer-content h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 1.3em;
}
@media (min-width: 992px) {
  .footer-content {
    grid-template-areas: "logo address menu socials see-also" "privacy-policy privacy-policy empty empty empty";
    grid-template-columns: 25fr 10fr 10fr 6fr 6fr;
  }
  .footer-content .footer-content__logo {
    grid-area: logo;
    justify-self: start;
  }
  .footer-content .footer-content__privacy-policy {
    text-align: left;
  }
  .footer-content .footer-content__see-also {
    text-align: right;
  }
}
.footer-content .ico {
  background: no-repeat left top 0.2em/1em;
  padding-left: 2em;
}
.footer-content .ico.ico-fb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='%23ccc' d='M9 0a9 9 0 0 0-2.2 17.7v-6H5V9h1.8V7.8q0-4.5 4.4-4.5l2 .3V6h-1Q10 6 10 8v1h3l-.6 2.8H10v6.1A9 9 0 0 0 9 0'/%3E%3C/svg%3E");
}
.footer-content .ico.ico-ig {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='none' viewBox='0 0 18 18'%3E%3Cg fill='%23ccc' clip-path='url(%23a)'%3E%3Cpath d='m9 1.6 5.3.4q.6.1 1 .7.5.4.7 1 .2.4.3 1.7a63 63 0 0 1-.3 8.9q-.2.6-.7 1l-1 .7-1.7.3a63 63 0 0 1-9-.3l-1-.7q-.4-.4-.6-1l-.3-1.7a63 63 0 0 1 .3-9l.7-1q.4-.5 1-.6l1.7-.3zM9 0H5.3Q3.9 0 3 .6q-.8.3-1.6 1-.7.7-1 1.6Q0 4 0 5.4A66 66 0 0 0 .4 15q.3.8 1 1.6.7.7 1.6 1 .8.4 2.2.4a66 66 0 0 0 9.6-.4q.8-.3 1.6-1 .7-.7 1-1.6.3-.8.4-2.2a66 66 0 0 0-.4-9.6q-.3-.8-1-1.6-.7-.7-1.6-1-.8-.4-2.2-.4z'/%3E%3Cpath d='M9 4.4a4.6 4.6 0 1 0 0 9.2 4.6 4.6 0 0 0 0-9.2M9 12a3 3 0 1 1 0-6 3 3 0 0 1 0 6m5.9-7.8a1 1 0 1 1-2.2 0 1 1 0 0 1 2.2 0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h18v18H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.footer-content .ico.ico-yt {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='%23ccc' d='M17.8 5.4s-.2-1.2-.7-1.8Q16 2.7 15.3 3C12.8 2.7 9 2.7 9 2.7s-3.8 0-6.3.2Q2 2.7.9 3.6C.4 4.2.2 5.4.2 5.4l-.2 3v1.3l.2 2.9s.2 1.2.7 1.8q1.2.9 2 .7c1.4.2 6.1.2 6.1.2s3.8 0 6.3-.2q.7.2 1.8-.7c.5-.6.7-1.8.7-1.8l.2-3V8.4zm-10.7 6V6.2L12 8.8z'/%3E%3C/svg%3E");
}
.footer-content .other-pages {
  display: flex;
  gap: 20px 40px;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .footer-content .other-pages {
    justify-content: flex-end;
  }
}
.footer-content .other-pages img {
  max-width: 120px;
}
/*- CUSTOM STYLES -----*/
body {
  background: #FFF;
}
.person-photo {
  border-bottom-left-radius: 110px;
}
body.single-speaker .person-photo {
  aspect-ratio: 1;
  object-position: 50% 25%;
}
@media (min-width: 992px) {
  body.single-speaker .person-photo {
    aspect-ratio: 0.85;
  }
}
.person {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 0.75em;
  font-size: 0.75em;
  line-height: 0.875em;
  align-items: center;
}
@media (min-width: 768px) {
  .person {
    grid-template-columns: 44px 1fr;
  }
}
.person .person-photo {
  margin-top: 2px;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}
.person .person-info .person-name {
  margin-bottom: 0.4em;
  line-height: 1.1;
  font-size: inherit !important;
}
.person .person-info .person-role {
  font-size: 0.85em;
  font-weight: 200;
}
.person-2 {
  display: grid;
  gap: 2em;
  position: relative;
}
.person-2 .person-photo {
  width: 100%;
  aspect-ratio: 0.85;
  object-fit: cover;
  border-bottom-left-radius: 80px;
}
.person-2 .person-info .person-name {
  font-size: 1.25em;
  margin-bottom: 0.15em;
}
.person-2 .person-info .person-role {
  font-size: 0.875em;
  font-weight: 200;
  color: #CCC;
}
.person-2 a {
  color: inherit;
}
.link-more {
  display: flex;
  gap: 0.9em;
  text-decoration: none;
}
.link-more:after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  background: no-repeat center / contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 28 29'%3E%3Cpath stroke='%23209D60' stroke-width='2' d='m20.8 19.5 4.9-5-5-4.8m5 4.9H2.6'/%3E%3C/svg%3E");
}
.info-box {
  background: #070C0A;
  padding: 24px;
  border-radius: 24px;
  display: grid;
  gap: 1rem;
  align-items: center;
  max-width: 740px;
  width: 100%;
}
.info-box p {
  color: #CCC;
}
.info-box .info-box__cta {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .info-box {
    grid-template-columns: auto 218px;
    padding: 32px;
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .info-box {
    justify-self: center;
  }
}
/* Events */
.event {
  font-size: 16px;
  display: grid;
  grid-template-areas: "date info" "details details" "speakers speakers" "cta cta";
  grid-template-columns: 5em auto;
  padding: 1.5em 1em;
  border-radius: 1.5em;
  gap: 1em;
  width: 100%;
}
.section-intro .event {
  background: #070c0a;
}
.section-intro .event .event__date time {
  color: var(--wpclu-color-primary);
}
.event.bg-dark .event__date time {
  color: var(--wpclu-color-primary);
}
.bg-primary .event {
  background: #FFFFFF33;
}
.event.single {
  padding: 0;
  grid-template-columns: 6em auto;
}
.event.single .event__date {
  background: #070C0A;
  padding: 16px 32px;
  border-radius: 24px;
}
@media (min-width: 1200px) {
  .event.single .event__date {
    padding: 32px;
  }
}
.event.single .event__date time {
  font-size: 5em;
  color: #209D60;
}
.event.single .event__title {
  font-size: clamp(36px, calc(36px + 34 * (100vw - 375px) / 1065), 70px);
  max-width: 16em;
}
.event.single .event__details .event__desc {
  font-size: 1em;
  color: #CCC;
  max-width: 45em;
}
.event.single .event__cta {
  display: flex;
  margin-top: 1em;
  flex-wrap: wrap;
}
.event__date {
  grid-area: date;
  font-size: 0.875em;
  display: grid;
  align-items: start;
  align-self: self-start;
  justify-content: center;
  justify-items: center;
  grid-template-rows: min-content auto;
  gap: 0.4em;
}
.event__date time {
  font-size: 4em;
  font-family: "Playfair Display", serif;
  line-height: 1;
}
.event__date span {
  text-align: center;
}
.event__info {
  grid-area: info;
  font-size: 0.875em;
  align-self: center;
}
.event__info p {
  margin-bottom: 0.6em;
}
.event__info .event__type {
  text-transform: uppercase;
  color: #7BFFBE;
  font-weight: 600;
}
.event.event-type__place .event__info .event__type {
  color: #00FF70;
}
.event.event-type__online .event__info .event__type {
  color: #30EB83;
}
.event__info > :last-child {
  margin-bottom: 0;
}
.event__details {
  grid-area: details;
}
.event__details .event .event__title {
  margin-bottom: 0.6em;
}
.event__details .event__desc {
  font-size: 0.875em;
  line-height: 1.325em;
}
.event__details .event__desc p:last-child {
  margin-bottom: 0;
}
.event__speakers {
  grid-area: speakers;
}
.event__speakers .event__speakers-title {
  font-size: 0.875em;
  margin-bottom: 1.6em;
}
.event__speakers .event__speakers-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75em 0.625em;
}
@media (min-width: 768px) {
  .event__speakers .event__speakers-list {
    grid-template-columns: repeat(4, 1fr);
    max-width: 960px;
  }
}
.event__cta {
  grid-area: cta;
  display: grid;
  gap: 1em;
  align-items: start;
  grid-template-rows: min-content;
}
@media (min-width: 1200px) {
  .event {
    font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 1440px) / (2000 - 1440))), 20px);
    grid-template-areas: "date info cta" "date details cta" "date speakers speakers";
    grid-template-columns: 4em auto 14.4em;
    place-self: center;
    padding: 2em;
    gap: 0.7em 2em;
  }
  .event:not(.single) {
    max-width: 1240px;
  }
  .event.single {
    font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 1440px) / (2000 - 1440))), 20px);
    grid-template-areas: "date info" "date details" "date speakers" "date cta";
    grid-template-columns: 9em auto;
  }
  .event.single .event__info {
    font-size: 1em;
  }
  .event__title {
    font-size: 1.75em;
  }
  .event__info {
    display: flex;
    gap: 0 2em;
    flex-wrap: wrap;
  }
  .event__info > * {
    position: relative;
  }
  .event__info > *:not(:first-child):before {
    content: '';
    position: absolute;
    top: 0.6em;
    left: calc(-1em - 3px);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #FFF;
  }
  .event__speakers {
    margin-top: 1.5em;
  }
}
.event-map {
  border-bottom-left-radius: 100px;
  aspect-ratio: 0.85;
  height: auto;
  max-height: 70vh;
}
@media (min-width: 992px) {
  .event-map {
    height: 100%;
    max-height: none;
    aspect-ratio: auto;
  }
}
body:has(.event-ended-banner) {
  padding-top: 32px;
}
.event-ended-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  background: #209d60;
  color: #FFF;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  padding: 7px 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  min-height: 32px;
  display: grid;
  align-items: center;
  justify-content: center;
}
.place-desc {
  font-size: 18px;
}
.place-location {
  color: #209D60;
  font-weight: 500;
  margin: 3rem 0;
  background: no-repeat left center / 1.2em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 29'%3E%3Cpath stroke='%23209D60' stroke-width='2' d='M16.1 12.3 9 26.2l-7.1-14A7.8 7.8 0 0 1 9 1.7h.5c5.1.4 8.4 5.7 6.6 10.6Z'/%3E%3Cpath stroke='%23209D60' stroke-width='2' d='M9 12.5a3 3 0 1 0 0-6.1 3 3 0 0 0 0 6.1Z'/%3E%3C/svg%3E");
  padding-left: 2.5em;
}
.place-image {
  border-bottom-left-radius: 80px;
}
.lecture {
  display: grid;
  grid-template-areas: "hours title" "desc desc" "speaker speaker" "cta cta";
  grid-template-columns: min-content auto;
  padding: 1.5em 1em;
  border-radius: 1.5em;
  gap: 0 2em;
  background: #FFFFFF33;
  max-width: 80rem;
  width: 100%;
  place-self: center;
}
.lecture .lecture__hours {
  grid-area: hours;
  display: grid;
  justify-items: center;
  align-self: start;
  margin-top: 0.15em;
}
.lecture .lecture__hours > * {
  display: block;
  position: relative;
}
.lecture .lecture__hours .lecture__hours-to {
  margin-top: 40px;
  font-size: 0.7em;
}
.lecture .lecture__hours .lecture__hours-to:before {
  content: '';
  width: 0;
  height: 20px;
  border-left: 1px solid #FFF;
  position: absolute;
  top: -30px;
  left: 50%;
}
.lecture .lecture__title {
  grid-area: title;
  line-height: 1.25;
  margin-bottom: 0.7em;
}
.lecture .lecture__desc {
  grid-area: desc;
}
.lecture .lecture__speaker {
  grid-area: speaker;
  margin-bottom: 0;
  margin-top: 1.6rem;
}
.lecture .lecture__speaker .person {
  grid-template-columns: 80px auto;
  align-items: center;
  font-size: 1em;
  margin-bottom: 1rem;
  align-self: start;
}
@media (min-width: 1400px) {
  .lecture .lecture__speaker {
    display: grid;
    grid-template-areas: "title title" "person person-desc";
    gap: 0 2em;
    grid-template-columns: 200px auto;
  }
  .lecture .lecture__speaker > :first-child {
    grid-area: title;
  }
  .lecture .lecture__speaker .person {
    grid-area: person;
    grid-template-columns: 50px auto;
  }
  .lecture .lecture__speaker .person-desc {
    grid-area: person-desc;
    font-size: 0.85em;
  }
}
@media (min-width: 1400px) {
  .lecture.open .lecture__speaker .person {
    grid-area: person;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}
.lecture .lecture__cta {
  grid-area: cta;
  display: grid;
  justify-items: start;
  gap: 1rem;
}
.lecture .lecture__cta > :first-child {
  margin-top: 1rem;
}
@media (min-width: 576px) {
  .lecture .lecture__cta {
    grid-template-columns: 1fr 1fr;
  }
  .lecture .lecture__cta .btn {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .lecture .lecture__cta {
    grid-template-columns: 1fr;
    align-self: start;
  }
}
@media (min-width: 1200px) {
  .lecture {
    grid-template-areas: "hours title cta" "hours desc cta" "hours speaker cta";
    grid-template-columns: min-content 1fr 15rem;
    padding: 40px;
  }
}
.lecture .lecture__desc {
  max-height: calc(3 * 24px);
  overflow: hidden;
}
.lecture .lecture__desc.has-overflow {
  -webkit-mask-image: linear-gradient(to bottom, black 67%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 67%, transparent 100%);
}
.lecture.open .lecture__desc {
  max-height: none;
}
.lecture .person-desc {
  max-height: calc(3 * 20.8px);
  overflow: hidden;
}
.lecture .person-desc.has-overflow {
  -webkit-mask-image: linear-gradient(to bottom, black 67%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 67%, transparent 100%);
}
.lecture.open .person-desc {
  max-height: none;
}
.lecture:not(.open) .lecture-toggle__open {
  display: none;
}
.lecture.open .lecture-toggle__closed {
  display: none;
}
.lecture:not(:has(.has-overflow)):not(.open) .lecture-toggle {
  display: none;
}
.people-grid {
  display: grid;
  gap: 3rem 1rem;
  margin-top: 4rem;
}
@media (min-width: 480px) {
  .people-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .people-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .people-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1400px) {
  .people-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1900px) {
  .people-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
.nf-custom-lessmore.open u.open {
  display: inline;
}
.nf-custom-lessmore u.open,
.nf-custom-lessmore.open u:not(.open) {
  display: none;
}
/* Elements */
.splot {
  display: grid;
  gap: 4rem 0;
  --content-max-width: 1080px;
}
.splot .splot-item {
  display: grid;
  gap: 3rem 0;
  align-items: center;
}
.splot .splot-item__image img {
  border-bottom-left-radius: clamp(100px, calc(100px + 100 * (100vw - 375px) / 1065), 200px);
  width: 100%;
  max-height: clamp(540px, 100vh, 640px);
}
@media (min-width: 768px) {
  .splot {
    gap: 8rem 0;
  }
  .splot .splot-item {
    grid-template-columns: 5fr 6fr;
    gap: 0 3rem;
  }
  .splot .splot-item .splot-item__content {
    max-width: 430px;
  }
  .splot .splot-item:nth-child(2n) {
    grid-template-columns: 6fr 5fr;
    gap: 0 3rem;
  }
  .splot .splot-item:nth-child(2n) .splot-item__content {
    order: 1;
    justify-self: right;
  }
}
/* Sections */
@media (min-width: 1200px) {
  .section-intro .tags {
    justify-content: center;
  }
}
.section-intro h1 {
  margin-top: 0.2em;
  text-wrap-style: balance;
  line-height: 0.9;
  max-width: 1240px;
  margin-inline: auto;
}
.section-intro h1 span {
  color: var(--wpclu-color-primary-2);
}
@media (max-width: 440px) and (max-height: 800px) {
  body.home .section-intro h1,
  body.home .section-intro .h1 {
    font-size: 34px;
    margin-bottom: 1.5rem !important;
  }
  body.home .section-intro h1.event__title,
  body.home .section-intro .h1.event__title {
    font-size: 28px;
  }
  body.home .section-intro .tags {
    gap: 4px;
  }
  body.home .section-intro .tags .tag {
    padding: 4px 10px;
    border-bottom-left-radius: 6px;
  }
  body.home .section-intro .tags .tag img {
    display: none;
  }
  body.home .section-intro .event {
    gap: 0.5em 1em;
  }
  body.home .section-intro .event__speakers-title {
    display: none;
  }
}
.section-splot.bg-dark .desc {
  color: #CCC;
  font-size: clamp(16px, calc(16px + 2 * (100vw - 375px) / 1065), 18px);
}
.section-splot .desc .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .section-splot .desc .btn {
    width: auto;
  }
}
.splide-testimonials {
  margin-bottom: 7rem;
}
@media (min-width: 992px) {
  .splide-testimonials {
    max-width: min(100%, 680px);
    margin: 2rem auto 8rem;
  }
}
.splide-testimonials .splide__track {
  overflow: visible;
}
.splide-testimonials .splide__slide {
  border: 1px solid #B5C1C0;
  padding: clamp(16px, calc(16px + 16 * (100vw - 375px) / 1065), 32px);
  border-radius: 20px;
  display: grid;
  grid-template-rows: 1fr min-content;
  gap: 1rem;
  background: #FFF;
  cursor: grab;
}
.splide-testimonials .splide__slide .desc {
  font-size: clamp(18px, calc(18px + 6 * (100vw - 375px) / 1065), 24px);
  color: #163C3B;
}
.splide-testimonials .splide__slide .meta {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
}
.splide-people {
  margin-bottom: 3rem;
}
button.splide__arrow {
  top: calc(100% + 3rem);
  left: 50%;
  right: auto;
}
.splide-people button.splide__arrow {
  top: calc(100% + 1.5rem);
}
button.splide__arrow.splide__arrow--prev {
  transform: translateX(calc(-50% - 0.5rem));
}
button.splide__arrow.splide__arrow--next {
  transform: translateX(calc(50% + 0.2rem));
}
.splide__arrow {
  width: 50px;
  height: 50px;
  background: no-repeat center / contain;
}
.splide__arrow svg {
  display: none;
}
.splide__arrow.splide__arrow--prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 56 56'%3E%3Crect width='55' height='55' x='-.5' y='.5' stroke='%23b5c1c0' rx='27.5' transform='matrix(-1 0 0 1 55 0)'/%3E%3Cpath stroke='%23163c3b' stroke-width='2' d='m22.2 33.2-4.9-5 5-4.8m-5 4.9h23.1'/%3E%3C/svg%3E");
}
.bg-black .splide__arrow.splide__arrow--prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 56 56'%3E%3Crect width='55' height='55' x='-.5' y='.5' stroke='%23FFFFFF' rx='27.5' transform='matrix(-1 0 0 1 55 0)'/%3E%3Cpath stroke='%23FFFFFF' stroke-width='2' d='m22.2 33.2-4.9-5 5-4.8m-5 4.9h23.1'/%3E%3C/svg%3E");
}
.splide__arrow.splide__arrow--next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 56 56'%3E%3Crect width='55' height='55' x='.5' y='.5' stroke='%23b5c1c0' rx='27.5'/%3E%3Cpath stroke='%23163c3b' stroke-width='2' d='m33.8 33.2 4.9-5-5-4.8m5 4.9H15.6'/%3E%3C/svg%3E");
}
.bg-black .splide__arrow.splide__arrow--next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 56 56'%3E%3Crect width='55' height='55' x='.5' y='.5' stroke='%23FFFFFF' rx='27.5'/%3E%3Cpath stroke='%23FFFFFF' stroke-width='2' d='m33.8 33.2 4.9-5-5-4.8m5 4.9H15.6'/%3E%3C/svg%3E");
}
.events-grid,
.lecture-grid {
  margin-top: 4rem;
  display: grid;
  gap: 1rem;
}
.section-newsletter > .content-grid > .row {
  max-width: 1240px;
  margin-inline: auto;
  width: 100%;
}
.nf-form-title {
  display: none;
}
.nf-before-form-content:has(.nf-form-fields-required) {
  display: none;
}
.field-wrap .pikaday__container,
.field-wrap .pikaday__display,
.field-wrap > div input,
.field-wrap select,
.field-wrap textarea,
input.form-control,
select.form-control,
textarea.form-control,
select.form-select {
  background: transparent;
  border: 1px solid #292929;
  color: #FFF;
  line-height: 24px;
  padding: 12px 20px;
  border-radius: 24px;
}
.field-wrap .pikaday__container option,
.field-wrap .pikaday__display option,
.field-wrap > div input option,
.field-wrap select option,
.field-wrap textarea option,
input.form-control option,
select.form-control option,
textarea.form-control option,
select.form-select option {
  color: initial;
}
input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus,
select.form-select:focus {
  background: transparent;
  border: 1px solid #FFF;
  color: #FFF;
  box-shadow: 0 0 0 0.25rem var(--wpclu-color-primary);
}
.nf-field-label .nf-label-span,
.nf-field-label label {
  font-weight: 400;
  color: #CCC;
}
.label-above .nf-field-label {
  margin-bottom: 4px;
  padding-left: 20px;
}
.field-wrap:has(.nf-field-element [placeholder]) .nf-field-label {
  display: none;
}
.field-wrap input[type=submit] {
  width: 100% !important;
  background: #209d60;
  border: none;
}
.nf-field-label .nf-label-span,
.nf-field-label label {
  color: #FFF;
  font-weight: 400 !important;
}
.nf-field-label .nf-label-span a,
.nf-field-label label a {
  color: #209d60;
}
input::placeholder,
textarea::placeholder {
  color: #AAA;
}
.theme-light .field-wrap .pikaday__container,
.theme-light .field-wrap .pikaday__display,
.theme-light .field-wrap > div input,
.theme-light .field-wrap select,
.theme-light .field-wrap textarea {
  border-color: #FFF;
}
.theme-light .field-wrap .pikaday__container::-webkit-input-placeholder,
.theme-light .field-wrap .pikaday__display::-webkit-input-placeholder,
.theme-light .field-wrap > div input::-webkit-input-placeholder,
.theme-light .field-wrap select::-webkit-input-placeholder,
.theme-light .field-wrap textarea::-webkit-input-placeholder {
  color: #FFF;
  opacity: 1;
}
.theme-light .field-wrap input[type=submit] {
  background: #FFF;
  color: #209d60;
  width: 100%;
}
.form-control::-webkit-input-placeholder {
  color: #CCC;
}
.form-control:-ms-input-placeholder {
  color: #CCC;
}
.form-control::-ms-input-placeholder {
  color: #CCC;
}
/* Beautifiers */
.splot {
  position: relative;
}
@media (min-width: 768px) {
  .splot:before {
    --size: clamp(160px, calc(160px + 80 * (100vw - 375px) / 1065), 240px);
    content: '';
    position: absolute;
    top: -4rem;
    right: 0;
    width: var(--size);
    height: var(--size);
    z-index: -1;
    transform: translateX(50%);
    background: no-repeat center / contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='none' viewBox='0 0 301 290'%3E%3Cg fill='%2329fa85' clip-path='url(%23a)'%3E%3Cpath d='M0 264v-70.4h1.4c53-.8 102.8-21.2 140.3-57.3A191 191 0 0 0 201.3 1.5V0h73v1.5a260 260 0 0 1-81 184.6A280 280 0 0 1 1.4 264zm2.9-67.5V261a277 277 0 0 0 188.4-77 257 257 0 0 0 80-181.1h-67.2a194 194 0 0 1-60.4 135.5A209 209 0 0 1 3 196.4'/%3E%3Cpath d='M26 290v-70.3h1.5a207 207 0 0 0 140.3-57.3 191 191 0 0 0 59.5-135v-1.3h73v1.4a260 260 0 0 1-81 184.7A280 280 0 0 1 27.6 290zm3-67.5v64.6a277 277 0 0 0 188.3-77 257 257 0 0 0 80.1-181.2h-67.2a194 194 0 0 1-60.4 135.6 209 209 0 0 1-140.9 58'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h300.3v290H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  }
}
.splot:after {
  --size: clamp(160px, calc(160px + 80 * (100vw - 375px) / 1065), 240px);
  content: '';
  position: absolute;
  bottom: -2rem;
  right: 2rem;
  width: var(--size);
  height: var(--size);
  z-index: -1;
  transform: translateY(100%);
  background: no-repeat center / contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='none' viewBox='0 0 301 290'%3E%3Cg fill='%2329fa85' clip-path='url(%23a)'%3E%3Cpath d='M0 264v-70.4h1.4c53-.8 102.8-21.2 140.3-57.3A191 191 0 0 0 201.3 1.5V0h73v1.5a260 260 0 0 1-81 184.6A280 280 0 0 1 1.4 264zm2.9-67.5V261a277 277 0 0 0 188.4-77 257 257 0 0 0 80-181.1h-67.2a194 194 0 0 1-60.4 135.5A209 209 0 0 1 3 196.4'/%3E%3Cpath d='M26 290v-70.3h1.5a207 207 0 0 0 140.3-57.3 191 191 0 0 0 59.5-135v-1.3h73v1.4a260 260 0 0 1-81 184.7A280 280 0 0 1 27.6 290zm3-67.5v64.6a277 277 0 0 0 188.3-77 257 257 0 0 0 80.1-181.2h-67.2a194 194 0 0 1-60.4 135.6 209 209 0 0 1-140.9 58'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h300.3v290H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.splot-item:first-child .splot-item__content {
  position: relative;
}
.splot-item:first-child .splot-item__content:after {
  content: '';
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  width: 24px;
  height: 4px;
  background: #29FA85;
}
@media (min-width: 768px) {
  .splot-item:first-child .splot-item__content:after {
    width: 48px;
    height: 8px;
    left: -80px;
    bottom: -3rem;
  }
}
.splot-item:nth-child(2) .splot-item__content {
  position: relative;
}
.splot-item:nth-child(2) .splot-item__content:after {
  content: '';
  position: absolute;
  top: -1.5rem;
  right: 0;
  width: 24px;
  height: 4px;
  background: #29FA85;
}
@media (min-width: 768px) {
  .splot-item:nth-child(2) .splot-item__content:after {
    width: 48px;
    height: 8px;
    right: -80px;
    top: 2rem;
  }
}
.section-testimonials {
  position: relative;
}
.section-testimonials:after {
  --size: clamp(160px, calc(160px + 80 * (100vw - 375px) / 1065), 240px);
  content: '';
  position: absolute;
  bottom: -5rem;
  right: 2rem;
  width: var(--size);
  height: var(--size);
  z-index: -1;
  background: no-repeat center / contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='none' viewBox='0 0 301 290'%3E%3Cg fill='%2329fa85' clip-path='url(%23a)'%3E%3Cpath d='M0 264v-70.4h1.4c53-.8 102.8-21.2 140.3-57.3A191 191 0 0 0 201.3 1.5V0h73v1.5a260 260 0 0 1-81 184.6A280 280 0 0 1 1.4 264zm2.9-67.5V261a277 277 0 0 0 188.4-77 257 257 0 0 0 80-181.1h-67.2a194 194 0 0 1-60.4 135.5A209 209 0 0 1 3 196.4'/%3E%3Cpath d='M26 290v-70.3h1.5a207 207 0 0 0 140.3-57.3 191 191 0 0 0 59.5-135v-1.3h73v1.4a260 260 0 0 1-81 184.7A280 280 0 0 1 27.6 290zm3-67.5v64.6a277 277 0 0 0 188.3-77 257 257 0 0 0 80.1-181.2h-67.2a194 194 0 0 1-60.4 135.6 209 209 0 0 1-140.9 58'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h300.3v290H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
@media (min-width: 992px) {
  .section-testimonials:after {
    left: 6rem;
    right: auto;
    bottom: -6rem;
  }
}
.subheading-lead {
  max-width: 80%;
  text-wrap-style: balance;
}
.text-center .subheading-lead {
  margin-inline: auto;
}
@media (min-width: 1200px) {
  .text-xl-center .subheading-lead {
    margin-inline: auto;
  }
}
.beautifiers-1 {
  position: relative;
}
.beautifiers-1:after {
  content: '';
  position: absolute;
  top: calc(var(--padding-block) + 120px);
  right: 0;
  width: clamp(150px, calc(100px + 8vw), 270px);
  aspect-ratio: 1;
  background: no-repeat center / contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 193 186'%3E%3Cpath fill='%2329FA85' d='M0 185.7v-49.3h1a144 144 0 0 0 98.3-40.1 134 134 0 0 0 41.8-94.6v-1h51.2v1a182 182 0 0 1-56.8 129.5A196 196 0 0 1 1 185.7zm2-47.3v45.3a194 194 0 0 0 132-54c35.4-34 55.3-79 56.2-127h-47.1a136 136 0 0 1-42.4 95A146 146 0 0 1 2 138.4'/%3E%3C/svg%3E");
  transform: translateX(50%);
}
@media (min-width: 1200px) {
  .beautifiers-1 > .content-grid > header {
    position: relative;
  }
  .beautifiers-1 > .content-grid > header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 8px;
    background: #29FA85;
  }
}
.post-type-archive .main-section.beautifiers-1 {
  position: relatve;
}
.post-type-archive .main-section.beautifiers-1:after {
  top: calc(var(--padding-block) + -50px);
  max-width: 200px;
}
.section-speakers > .content-grid {
  --content-max-width: 1240px;
}
.section-speakers > .content-grid > header {
  position: relative;
}
.section-speakers > .content-grid > header:after {
  --size: clamp(160px, calc(160px + 80 * (100vw - 375px) / 1065), 240px);
  content: '';
  position: absolute;
  top: 80%;
  right: 0;
  width: var(--size);
  height: var(--size);
  z-index: -1;
  background: no-repeat center / contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='none' viewBox='0 0 301 290'%3E%3Cg fill='%2329fa85' clip-path='url(%23a)'%3E%3Cpath d='M0 264v-70.4h1.4c53-.8 102.8-21.2 140.3-57.3A191 191 0 0 0 201.3 1.5V0h73v1.5a260 260 0 0 1-81 184.6A280 280 0 0 1 1.4 264zm2.9-67.5V261a277 277 0 0 0 188.4-77 257 257 0 0 0 80-181.1h-67.2a194 194 0 0 1-60.4 135.5A209 209 0 0 1 3 196.4'/%3E%3Cpath d='M26 290v-70.3h1.5a207 207 0 0 0 140.3-57.3 191 191 0 0 0 59.5-135v-1.3h73v1.4a260 260 0 0 1-81 184.7A280 280 0 0 1 27.6 290zm3-67.5v64.6a277 277 0 0 0 188.3-77 257 257 0 0 0 80.1-181.2h-67.2a194 194 0 0 1-60.4 135.6 209 209 0 0 1-140.9 58'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h300.3v290H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  transform: translate(50%, -50%);
}
.section-speakers > .content-grid > header:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 4px;
  z-index: -1;
  background: #209d60;
}
@media (min-width: 1200px) {
  .section-speakers > .content-grid > header:before {
    right: auto;
    top: auto;
    left: 0;
    bottom: 30%;
    width: 48px;
    height: 8px;
  }
}
.section-speakers .splide .splide__slide,
.people-grid {
  position: relative;
}
.section-speakers .splide .splide__slide .link-more:before,
.people-grid .link-more:before {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.section-jlabs > .content-grid {
  --content-max-width: 1240px;
}
.section-jlabs .dyn-gallery {
  position: relative;
}
.section-jlabs .dyn-gallery:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(150px, calc(100px + 8vw), 270px);
  aspect-ratio: 1;
  background: no-repeat center / contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 193 186'%3E%3Cpath fill='%23FFFFFF' d='M0 185.7v-49.3h1a144 144 0 0 0 98.3-40.1 134 134 0 0 0 41.8-94.6v-1h51.2v1a182 182 0 0 1-56.8 129.5A196 196 0 0 1 1 185.7zm2-47.3v45.3a194 194 0 0 0 132-54c35.4-34 55.3-79 56.2-127h-47.1a136 136 0 0 1-42.4 95A146 146 0 0 1 2 138.4'/%3E%3C/svg%3E");
  transform: translate(30%, 30%);
}
.section-jlabs .col-a {
  position: relative;
}
.section-jlabs .col-a :after {
  content: '';
  position: absolute;
  top: 0;
  right: 24px;
  width: 24px;
  height: 4px;
  z-index: -1;
  background: #FFF;
}
@media (min-width: 1200px) {
  .section-jlabs .col-a :after {
    width: 48px;
    height: 8px;
  }
}
.single-event-intro {
  position: relative;
}
.single-event-intro:before {
  --size: clamp(160px, calc(160px + 80 * (100vw - 375px) / 1065), 240px);
  content: '';
  position: absolute;
  top: 15rem;
  right: 0;
  width: var(--size);
  height: var(--size);
  z-index: -1;
  transform: translateX(35%);
  background: no-repeat center / contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='none' viewBox='0 0 301 290'%3E%3Cg fill='%2329fa85' clip-path='url(%23a)'%3E%3Cpath d='M0 264v-70.4h1.4c53-.8 102.8-21.2 140.3-57.3A191 191 0 0 0 201.3 1.5V0h73v1.5a260 260 0 0 1-81 184.6A280 280 0 0 1 1.4 264zm2.9-67.5V261a277 277 0 0 0 188.4-77 257 257 0 0 0 80-181.1h-67.2a194 194 0 0 1-60.4 135.5A209 209 0 0 1 3 196.4'/%3E%3Cpath d='M26 290v-70.3h1.5a207 207 0 0 0 140.3-57.3 191 191 0 0 0 59.5-135v-1.3h73v1.4a260 260 0 0 1-81 184.7A280 280 0 0 1 27.6 290zm3-67.5v64.6a277 277 0 0 0 188.3-77 257 257 0 0 0 80.1-181.2h-67.2a194 194 0 0 1-60.4 135.6 209 209 0 0 1-140.9 58'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h300.3v290H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.single-event-intro .event {
  position: relative;
}
.single-event-intro .event:after {
  content: '';
  position: absolute;
  top: 2rem;
  right: 0;
  width: 48px;
  height: 8px;
  z-index: -1;
  background: #29fa85;
}
.section-place {
  position: relative;
}
.section-place:before {
  --size: clamp(160px, calc(160px + 80 * (100vw - 375px) / 1065), 240px);
  content: '';
  position: absolute;
  bottom: -80px;
  left: calc(50% + min(50vw, 1100px));
  width: var(--size);
  height: var(--size);
  z-index: -1;
  transform: translateX(-100%);
  background: no-repeat center / contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='none' viewBox='0 0 301 290'%3E%3Cg fill='%2329fa85' clip-path='url(%23a)'%3E%3Cpath d='M0 264v-70.4h1.4c53-.8 102.8-21.2 140.3-57.3A191 191 0 0 0 201.3 1.5V0h73v1.5a260 260 0 0 1-81 184.6A280 280 0 0 1 1.4 264zm2.9-67.5V261a277 277 0 0 0 188.4-77 257 257 0 0 0 80-181.1h-67.2a194 194 0 0 1-60.4 135.5A209 209 0 0 1 3 196.4'/%3E%3Cpath d='M26 290v-70.3h1.5a207 207 0 0 0 140.3-57.3 191 191 0 0 0 59.5-135v-1.3h73v1.4a260 260 0 0 1-81 184.7A280 280 0 0 1 27.6 290zm3-67.5v64.6a277 277 0 0 0 188.3-77 257 257 0 0 0 80.1-181.2h-67.2a194 194 0 0 1-60.4 135.6 209 209 0 0 1-140.9 58'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h300.3v290H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
@media (min-width: 1200px) {
  .section-signup {
    position: relative;
  }
  .section-signup:before {
    --size: clamp(160px, calc(160px + 80 * (100vw - 375px) / 1065), 240px);
    content: '';
    position: absolute;
    top: 25rem;
    right: 0;
    width: var(--size);
    height: var(--size);
    z-index: -1;
    transform: translateX(35%);
    background: no-repeat center / contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='none' viewBox='0 0 301 290'%3E%3Cg fill='%2329fa85' clip-path='url(%23a)'%3E%3Cpath d='M0 264v-70.4h1.4c53-.8 102.8-21.2 140.3-57.3A191 191 0 0 0 201.3 1.5V0h73v1.5a260 260 0 0 1-81 184.6A280 280 0 0 1 1.4 264zm2.9-67.5V261a277 277 0 0 0 188.4-77 257 257 0 0 0 80-181.1h-67.2a194 194 0 0 1-60.4 135.5A209 209 0 0 1 3 196.4'/%3E%3Cpath d='M26 290v-70.3h1.5a207 207 0 0 0 140.3-57.3 191 191 0 0 0 59.5-135v-1.3h73v1.4a260 260 0 0 1-81 184.7A280 280 0 0 1 27.6 290zm3-67.5v64.6a277 277 0 0 0 188.3-77 257 257 0 0 0 80.1-181.2h-67.2a194 194 0 0 1-60.4 135.6 209 209 0 0 1-140.9 58'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h300.3v290H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  }
}
a.scroll-to-signup-btn {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #209d60;
  z-index: 10;
  color: #FFF;
  box-shadow: inset 0 0 10px #ffffff0a, 0 0 10px #00000014;
  max-width: calc(100% - 20px);
}
a.scroll-to-signup-btn.btn-hidden {
  pointer-events: none;
  opacity: 0;
}
a.scroll-to-signup-btn:hover,
a.scroll-to-signup-btn:active,
a.scroll-to-signup-btn.on-self-color {
  background: #FFF;
  color: #000;
}
body:not(.scrolled) a.scroll-to-signup-btn {
  display: none;
}
body .flatpickr-calendar {
  background: #070c0a;
  border-radius: 14px;
  overflow: hidden;
}
body .flatpickr-calendar .flatpickr-months .flatpickr-month {
  background: #070c0a;
}
body .flatpickr-calendar span.flatpickr-weekday {
  background: #070c0a;
}
body .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #070c0a, 5px 0 0 #209d60;
}
body .flatpickr-day {
  line-height: 38px;
}
body .flatpickr-day.inRange {
  box-shadow: -5px 0 0 #209d60, 5px 0 0 #209d60;
}
body .flatpickr-day.inRange,
body .flatpickr-day.prevMonthDay.inRange,
body .flatpickr-day.nextMonthDay.inRange,
body .flatpickr-day.today.inRange,
body .flatpickr-day.prevMonthDay.today.inRange,
body .flatpickr-day.nextMonthDay.today.inRange,
body .flatpickr-day:hover,
body .flatpickr-day.prevMonthDay:hover,
body .flatpickr-day.nextMonthDay:hover,
body .flatpickr-day:focus,
body .flatpickr-day.prevMonthDay:focus,
body .flatpickr-day.nextMonthDay:focus {
  background: #209d60;
  border-color: #209d60;
}
body .flatpickr-day.selected,
body .flatpickr-day.startRange,
body .flatpickr-day.endRange,
body .flatpickr-day.selected.inRange,
body .flatpickr-day.startRange.inRange,
body .flatpickr-day.endRange.inRange,
body .flatpickr-day.selected:focus,
body .flatpickr-day.startRange:focus,
body .flatpickr-day.endRange:focus,
body .flatpickr-day.selected:hover,
body .flatpickr-day.startRange:hover,
body .flatpickr-day.endRange:hover,
body .flatpickr-day.selected.prevMonthDay,
body .flatpickr-day.startRange.prevMonthDay,
body .flatpickr-day.endRange.prevMonthDay,
body .flatpickr-day.selected.nextMonthDay,
body .flatpickr-day.startRange.nextMonthDay,
body .flatpickr-day.endRange.nextMonthDay {
  background: #32b977;
  border-color: #32b977;
}
body .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
body .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
body .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #32b977;
}
body .flatpickr-day.today {
  border-color: #209d6052;
}
.event-filters {
  max-width: 1240px;
  margin-inline: auto;
}
.auto-wrapper {
  position: relative;
}
.auto-list {
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0;
  right: 0;
  z-index: 1080;
  max-height: 260px;
  overflow: auto;
  border: 1px solid #292929;
  scrollbar-width: thin;
  scrollbar-color: var(--wpclu-color-primary) transparent;
}
.auto-list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.auto-list::-webkit-scrollbar-track {
  background: transparent;
}
.auto-list::-webkit-scrollbar-thumb {
  background: var(--wpclu-color-primary);
  border-radius: 3px;
}
.list-group-item {
  background: #070c0a;
  color: #ccc;
  border: none;
  border-bottom: 1px solid #292929;
}
.list-group-item.active {
  background: var(--wpclu-color-primary);
  border-color: var(--wpclu-color-primary);
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  background: var(--wpclu-color-primary);
  border-color: var(--wpclu-color-primary);
}
.flatpickr-calendar {
  z-index: 1060;
}
.events-grid .event[hidden].item-found,
.people-grid .person-2[hidden].item-found {
  display: block !important;
}
.dyn-gallery {
  display: grid;
  gap: clamp(16px, 2vw, 30px);
  aspect-ratio: 1;
  /* domyślnie: 3 elementy */
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 3fr 3fr;
  /* 3 elem.: 1. pełna szerokość, dół 1/2 + 2/3 */
  /* 2 elem.: równe rzędy, oba 2:1 */
  /* 4 elem.: 3 kolumny, góra 2+1, dół 1+2 */
}
.dyn-gallery > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  /* może przycinać */
  border-bottom-left-radius: clamp(40px, 10vw, 80px);
}
.dyn-gallery > :nth-child(1) {
  grid-column: 1 / -1;
  aspect-ratio: 2 / 1;
}
.dyn-gallery > :nth-child(2) {
  aspect-ratio: 2 / 3;
}
.dyn-gallery > :nth-child(3) {
  aspect-ratio: 4 / 3;
}
.dyn-gallery:has(:nth-child(2):last-child) {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
}
.dyn-gallery:has(:nth-child(2):last-child) > :nth-child(1),
.dyn-gallery:has(:nth-child(2):last-child) > :nth-child(2) {
  aspect-ratio: 2 / 1;
}
.dyn-gallery:has(:nth-child(4):last-child) {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.dyn-gallery:has(:nth-child(4):last-child) > :nth-child(1) {
  grid-column: 1 / span 2;
  grid-row: 1;
  aspect-ratio: 4 / 3;
}
.dyn-gallery:has(:nth-child(4):last-child) > :nth-child(2) {
  grid-column: 3;
  grid-row: 1;
  aspect-ratio: 2 / 3;
}
.dyn-gallery:has(:nth-child(4):last-child) > :nth-child(3) {
  grid-column: 1;
  grid-row: 2;
  aspect-ratio: 2 / 3;
}
.dyn-gallery:has(:nth-child(4):last-child) > :nth-child(4) {
  grid-column: 2 / span 2;
  grid-row: 2;
  aspect-ratio: 4 / 3;
}
@media (min-width: 992px) {
  .dyn-gallery {
    max-width: 650px;
    margin-right: 100px;
  }
}
.dyn-gallery-wide {
  display: grid;
  gap: clamp(16px, 2vw, 30px);
  aspect-ratio: 4 / 3;
  /* kontener 4:3 */
  grid-template-columns: 1fr 1fr;
  /* 2 kolumny */
  grid-template-rows: repeat(8, 1fr);
  /* wysokość podzielona na 8 równych pasów */
  max-width: 1200px;
  margin-inline: auto;
}
.dyn-gallery-wide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-bottom-left-radius: clamp(40px, 10vw, 80px);
  /* może przycinać */
}
/* 1 element: pełny kadr */
.dyn-gallery-wide:has(:nth-child(1):last-child) > :nth-child(1) {
  grid-column: 1 / span 2;
  grid-row: 1 / -1;
}
/* 2 elementy: dwa obok siebie (po całej wysokości) */
.dyn-gallery-wide:has(:nth-child(2):last-child) > :nth-child(1) {
  grid-column: 1;
  grid-row: 1 / -1;
}
.dyn-gallery-wide:has(:nth-child(2):last-child) > :nth-child(2) {
  grid-column: 2;
  grid-row: 1 / -1;
}
/* 3 elementy:
   kol.1: cały wys. (1)
   kol.2: 5/8 (2) nad 3/8 (3) */
.dyn-gallery-wide:has(:nth-child(3):last-child) > :nth-child(1) {
  grid-column: 1;
  grid-row: 1 / -1;
  /* 8/8 */
}
.dyn-gallery-wide:has(:nth-child(3):last-child) > :nth-child(2) {
  grid-column: 2;
  grid-row: 1 / 6;
  /* 5/8 */
}
.dyn-gallery-wide:has(:nth-child(3):last-child) > :nth-child(3) {
  grid-column: 2;
  grid-row: 6 / -1;
  /* 3/8 */
}
/* 4 elementy:
   kol.1: 3/8 (1) nad 5/8 (3)
   kol.2: 5/8 (2) nad 3/8 (4) */
.dyn-gallery-wide:has(:nth-child(4):last-child) > :nth-child(1) {
  grid-column: 1;
  grid-row: 1 / 4;
  /* 3/8 */
}
.dyn-gallery-wide:has(:nth-child(4):last-child) > :nth-child(2) {
  grid-column: 2;
  grid-row: 1 / 6;
  /* 5/8 */
}
.dyn-gallery-wide:has(:nth-child(4):last-child) > :nth-child(3) {
  grid-column: 1;
  grid-row: 4 / -1;
  /* 5/8 */
}
.dyn-gallery-wide:has(:nth-child(4):last-child) > :nth-child(4) {
  grid-column: 2;
  grid-row: 6 / -1;
  /* 3/8 */
}
