:root {
  --pageWidth: 1460px;
  --fontMain: neue-haas-grotesk-display, sans-serif;
  --fontSecond: ClashGrotesk-Variable, sans-serif;
  --headerHeight: 80px;
  --mSpace: 100px;
  --hSpace: 20px;
  --color1: #EFBEBC;
  --color1Dark: #DC8D8A;
  --color2: #BCB8DF;
  --color2Dark: #8984C3;
  --color3: #B6C58B;
  --color3Dark: #809847;
  --color4: #6EA1C3;
  --color4Dark: #1F6494;
  --colorMain: #A8735A;
  --colorMainDark: #68301A;
}
@media (max-width: 500px) {
  :root {
    --mSpace: 50px;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  scroll-padding-top: 150px;
}

html {
  font-family: neue-haas-grotesk-display, sans-serif;
  height: 100%;
  min-width: 320px;
  line-height: 1.8;
}

body {
  margin: 0;
  padding: 0;
  background: #F5EAE8;
  color: #000;
  isolation: isolate;
  line-height: 1.7777777778em;
}

html, body {
  scroll-padding-top: 100px;
}

img {
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: bold;
}

a {
  color: var(--colorSecond);
  text-decoration: none;
}

hr {
  border: none;
  border-top: 1px solid #DC8D8A;
  margin: 2.5rem 0 1.5rem;
}

@media screen and (prefers-reduced-motion: reduce) {
  * {
    transition: 0s !important;
  }
}
.all {
  overflow-x: hidden;
}

.all-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.yt {
  max-width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
.yt iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hidden, [hidden] {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.form-row {
  margin-bottom: 20px;
}

.form-row--buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-messages {
  font-weight: bold;
  margin-bottom: 10px;
}
.form-messages.is-error {
  padding: 2px;
  color: #cc0000;
}
.form-messages.is-ok {
  padding: 2px;
  color: #09944f;
}

.form-label {
  display: block;
  margin-bottom: 2px;
  font-size: 15px;
  font-family: inherit;
  font-weight: bold;
}

.form-control {
  padding: 0 25px;
  width: 100%;
  max-width: 100%;
  border-radius: 15px;
  height: auto;
  border: 0;
  font-size: 20px;
  min-height: 75px;
  font-family: inherit;
  letter-spacing: 1px;
  font-weight: 600;
  box-sizing: border-box;
  background: none;
  background: #eee;
}
.form-control:focus {
  border-color: #000;
  outline: none;
}

.form-control:is(textarea) {
  min-height: 150px;
}

.infoonly {
  font-size: 11px;
  color: inherit;
  display: block;
  line-height: 1.4;
}

.form-error {
  display: none;
  color: #c90e0e;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 13px;
}

.form-row.is-invalid .form-error {
  display: block;
}
.form-row.is-invalid .form-control, .form-row.is-invalid .form-checkbox input {
  background: #FCEAED;
}

.form-message {
  font-weight: bold;
  color: #c90e0e;
  margin: 20px 0;
}
.form-message:empty {
  display: none;
}

.form-checkbox {
  display: flex;
  font-size: 14px;
  cursor: pointer;
  padding-top: 1px;
}
.form-checkbox br + br {
  display: none;
}
.form-checkbox input[type=checkbox] {
  background: #eee;
  flex-shrink: 0;
  margin-top: -1px;
  margin-left: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  border: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
.form-checkbox input[type=checkbox]:checked {
  background: #A8735A;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-check' viewBox='0 0 16 16'%3E  %3Cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z'%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  background-size: 98%;
  border-color: #A8735A;
}
.form-checkbox input[type=checkbox]:focus {
  outline: none;
  border-color: #000;
}
.form-checkbox input[type=radio] {
  flex-shrink: 0;
  margin-top: -1px;
  margin-left: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #eee;
  border: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
.form-checkbox input[type=radio]:checked {
  background: #A8735A;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-check' viewBox='0 0 16 16'%3E  %3Cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z'%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  background-size: 98%;
  border-color: #A8735A;
}
.form-checkbox span p {
  margin-top: 0;
  margin-bottom: 2px;
}

.button {
  border-radius: 100px;
  border: 2px solid var(--colorMain);
  height: 65px;
  font-size: 18px;
  font-weight: 600;
  padding: 0 40px;
  position: relative;
  text-decoration: none;
  color: inherit;
  align-items: center;
  display: inline-flex;
  vertical-align: top;
  white-space: nowrap;
  gap: 10px;
  background: none;
  letter-spacing: 1px;
  transition: 0.2s background-color, 0.2s color;
}
.button:hover:not(.buy-ticket) {
  background: var(--colorMain);
  color: #fff;
}

@media (max-width: 600px) {
  .button {
    font-size: 16px;
    height: 47px;
    padding-inline: 20px;
  }
}

.header-register, .buy-ticket {
  border-radius: 100px;
  border: 2px solid var(--colorMain);
  height: 65px;
  font-size: 20px;
  font-weight: 600;
  padding: 0 20px;
  position: relative;
  text-decoration: none;
  color: inherit;
  align-items: center;
  display: inline-flex;
  vertical-align: top;
  white-space: nowrap;
  gap: 10px;
  letter-spacing: 1px;
  transition: 0.2s background, 0.2s color;
}
.header-register::before, .buy-ticket::before {
  content: "";
  background: currentColor;
  -webkit-mask-image: url("/holistica-expo.pl/images/2027/ticket.svg");
          mask-image: url("/holistica-expo.pl/images/2027/ticket.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 27px;
  height: 27px;
  transition: 0.2s background, 0.2s color;
}
.header-register:hover, .buy-ticket:hover {
  background: var(--colorMain);
  color: #fff;
}
.header-register:hover::before, .buy-ticket:hover::before {
  background: currentColor;
}
@media (max-width: 1100px) {
  .header-register, .buy-ticket {
    font-size: 18px;
    padding-inline: 30px;
    height: 55px;
  }
}
@media (max-width: 600px) {
  .header-register, .buy-ticket {
    font-size: 16px;
    height: 47px;
    padding-inline: 20px;
  }
}

.header {
  margin: 0 auto;
  padding: 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: 0.2s background, 0.2s box-shadow;
  background: var(--color1Dark);
  min-height: var(--headerHeight);
}

.header.is-sticky {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.header-inside {
  max-width: var(--pageWidth);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-main {
  display: flex;
  gap: 20px;
  flex: 1;
  align-items: center;
}

.header-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  max-width: 250px;
}

.header-logo img {
  display: block;
}

.header-menu {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: auto;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.header-menu-el {
  position: relative;
}

.header-menu-el-inside {
  display: flex;
  align-items: center;
}

.header-menu-el-link {
  flex: 1;
  text-decoration: none;
  transition: 0.2s color;
}
.header-menu-el-link:hover {
  color: var(--colorMain);
}

.header-register {
  min-height: 47px;
  height: 47px;
  font-size: 16px;
  border-color: #fff;
  color: #fff;
}
.header-register:hover {
  background: #fff;
  color: var(--color1Dark);
}

.header-burger {
  width: 30px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
  flex-direction: column;
  gap: 5px;
  background: none;
  cursor: pointer;
  border: 0;
  display: none;
}
.header-burger strong {
  display: none;
}
.header-burger span {
  width: 27px;
  height: 2px;
  display: flex;
  background: #fff;
}
.header-burger span:nth-of-type(2) {
  width: 20px;
}

@media (max-width: 1160px) {
  .header-container {
    justify-content: space-between;
  }
  .header-logo {
    margin-right: auto;
  }
  .header-main {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 310px;
    height: 100vh;
    padding: 30px;
    transition: 0.3s translate;
    translate: -120%;
    display: block;
    background: rgba(214, 134, 134, 0.95);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    box-shadow: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02), 6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028), 12.5px 12.5px 10px rgba(0, 0, 0, 0.035);
  }
  .header-menu {
    display: flex;
    flex-direction: column;
    gap: 0;
    font-size: 20px;
    color: #fff;
  }
  .header-menu-el-link {
    padding: 15px 0;
    display: block;
  }
  .header-menu-el-link:hover {
    color: #fff;
  }
  .header-menu-el {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header-menu-el:last-child {
    border: 0;
  }
  .header-menu-el:has(.header-menu-sublist) {
    padding-right: 0;
    background: none;
  }
  .header-burger {
    display: flex;
  }
  body.is-menu-show .header-main {
    translate: 0;
  }
  body.is-menu-show .header-burger {
    position: relative;
  }
  body.is-menu-show .header-burger span:nth-of-type(2) {
    display: none;
  }
  body.is-menu-show .header-burger span:nth-of-type(1),
  body.is-menu-show .header-burger span:nth-of-type(3) {
    width: 25px;
    translate: -50% -50%;
    position: absolute;
    left: 50%;
    top: 50%;
  }
  body.is-menu-show .header-burger span:nth-of-type(1) {
    rotate: -45deg;
  }
  body.is-menu-show .header-burger span:nth-of-type(3) {
    rotate: 45deg;
  }
}
@media (max-width: 500px) {
  .header-logo {
    max-width: 50%;
  }
  .header-inside {
    gap: 5px;
  }
  .header-register {
    text-align: center;
    font-size: 12px;
    padding-inline: 10px;
    min-height: 33px;
  }
  .header-register::before {
    display: none;
  }
}
@media (max-width: 400px) {
  .header-main {
    width: 300px;
  }
  .header-register {
    font-size: 11px;
    max-width: 110px;
    max-height: 40px;
  }
  .header-logo {
    max-width: 120px;
  }
}
.footer {
  max-width: var(--pageWidth);
  width: 100%;
  margin-inline: auto;
  border-top: 1px solid var(--colorMain);
  padding-top: 40px;
  padding-inline: var(--hSpace);
}

.footer-inside {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-logo,
.footer-menu,
.footer-mck {
  flex: 1;
}

.footer-mck {
  justify-self: end;
}

.footer-menu {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.footer-social {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
}

.footer-social a {
  display: block;
}
.footer-social a:hover {
  filter: brightness(0.8);
}

.footer-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
  font-weight: 500;
}
.footer-menu-list a:hover {
  color: var(--colorMain);
}

.footer-copyright {
  text-align: center;
  display: block;
  margin-top: 50px;
  padding-bottom: 30px;
}

.m-title {
  font-size: clamp(1.5625rem, 1.5625 * 1rem - 1.078125rem + (0.02875 * 100vi), 3rem);
  color: var(--colorMain);
  margin-top: 0;
  margin-bottom: 30px;
}

.m-text {
  font-size: clamp(1rem, 1 * 1rem - 0.9rem + (0.016 * 100vi), 1.5rem);
  line-height: 1.6;
}

.m-fokus {
  /* overflow: hidden; */
  position: relative;
  height: 100vh;
  min-height: 700px;
  isolation: isolate;
  margin-bottom: var(--mSpace);
}

.m-fokus-section {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: var(--headerHeight);
  padding-bottom: 20px;
}

.m-fokus-section {
  pointer-events: none;
}

.m-fokus-section.is-active {
  pointer-events: auto;
}

.m-fokus-section-outer,
.m-fokus-section-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.m-fokus-section-outer {
  position: relative;
}

.m-fokus-section-inner {
  position: absolute;
  inset: 0;
}

.m-fokus-section-bg {
  background: var(--color1);
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

.m-fokus-section-title {
  font-size: clamp(2.25rem, 2.25 * 1rem - 3.6666666667rem + (0.0733333333 * 100vi), 5rem);
  font-weight: bold;
  margin: 0;
  line-height: 1;
  color: var(--colorSection);
  max-width: 810px;
  margin-bottom: 40px;
}

.m-fokus-section-date {
  font-weight: bold;
  color: var(--colorSection);
  margin-bottom: 20px;
  font-size: clamp(1.5rem, 1.5 * 1rem - 2.6666666667rem + (0.0533333333 * 100vi), 3.5rem);
}

.m-fokus-section-text {
  padding-right: 50px;
  font-weight: 500;
  max-width: 600px;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-size: clamp(1.125rem, 1.125 * 1rem - 0.5rem + (0.01 * 100vi), 1.5rem);
}

.m-fokus-section-text-small {
  padding-right: 50px;
  font-size: 20px;
  max-width: 610px;
  line-height: 1.6;
  letter-spacing: 1px;
  font-size: clamp(1rem, 1 * 1rem - 0.1875rem + (0.005 * 100vi), 1.25rem);
}

.m-fokus .buy-ticket {
  color: #fff;
  border-color: var(--colorSection);
  margin-top: 40px;
}
.m-fokus .buy-ticket::before {
  background: #fff;
}
.m-fokus .buy-ticket:hover {
  background: var(--colorSection);
}

.m-fokus-bg {
  background: var(--color1);
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

.m-fokus-section-main {
  height: 100%;
  display: flex;
  justify-content: center;
  max-width: var(--pageWidth);
  margin: 0 auto;
  padding-inline: 40px;
  padding-block: var(--mSectionHSpace);
  gap: 30px;
}

.m-fokus-section-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  max-width: 600px;
}

.m-fokus-section-content-inner {
  margin-right: -100px;
  position: relative;
  z-index: 1;
}

.m-fokus-section-img {
  flex: 1;
  position: relative;
  max-width: 650px;
  /* margin-block: 30px; */
  margin-left: -80px;
}

.m-fokus-section-img-cnt {
  position: absolute;
  inset: 0;
}

.m-fokus-section-img-cnt:first-child {
  animation: scale1 5.5s 0s infinite ease-in-out alternate;
}

@keyframes scale1 {
  to {
    scale: 0.9;
  }
}
.m-fokus-section-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.m-fokus-section-img-cnt:last-child img {
  translate: 0 5%;
}

.m-fokus-section-1 {
  --colorSection: var(--color1Dark);
}

.m-fokus-section-1 .m-fokus-section-bg {
  background-color: var(--color1);
}

.m-fokus-section-2 {
  --colorSection: var(--color2Dark);
}

.m-fokus-section-2 .m-fokus-section-bg {
  background-color: var(--color2);
}

.m-fokus-section-3 {
  --colorSection: var(--color3Dark);
}

.m-fokus-section-3 .m-fokus-section-bg {
  background-color: var(--color3);
}

.m-fokus-section-4 {
  --colorSection: var(--color4Dark);
}

.m-fokus-section-4 .m-fokus-section-bg {
  background-color: var(--color4);
}

@media (max-width: 600px) {
  .m-fokus-section {
    padding-block: 30px;
  }
  .m-fokus {
    min-height: 840px;
  }
  .m-fokus-section-main {
    flex-direction: column-reverse;
    gap: 20px;
    padding-bottom: 0;
    padding-inline: 20px;
  }
  .m-fokus-section {
    padding-top: calc(var(--headerHeight) + 30px);
  }
  .m-fokus-section-content-inner {
    margin-right: 0;
  }
  .m-fokus-section-text-small,
  .m-fokus-section-text {
    padding-right: 0;
  }
  .m-fokus-section-img {
    margin-bottom: 0;
    z-index: -1;
    margin-left: -20px;
    margin-right: -20px;
  }
  .m-fokus-section-title {
    margin-bottom: 15px;
  }
  .m-fokus-section-date,
  .m-fokus-section-text {
    margin-bottom: 10px;
  }
  .m-fokus-section-text-small {
    font-size: 13px;
  }
  .m-fokus .buy-ticket {
    margin-top: 20px;
  }
}
.m-about {
  max-width: var(--pageWidth);
  width: 100%;
  margin-inline: auto;
  padding-inline: var(--hSpace);
  margin-bottom: var(--mSpace);
}

.m-about-main {
  display: flex;
  gap: 100px;
  align-items: center;
}

.m-about-content {
  flex: 1;
}

.m-about-content .word {
  opacity: 0.1;
  color: var(--colorMain);
}

.m-about-img {
  flex: 1;
  margin-top: -8%;
}
.m-about-img img {
  display: block;
}

@media (max-width: 1100px) {
  .m-about-main {
    gap: 50px;
  }
}
@media (max-width: 860px) {
  .m-about-content {
    display: contents;
  }
  .m-about-main {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .m-about .m-title {
    margin-bottom: 0;
  }
  .m-about-content,
  .m-about-img {
    flex: initial;
    translate: none;
  }
  .m-about-img {
    margin-top: -20px;
  }
}
.m-package-select {
  max-width: var(--pageWidth);
  width: 100%;
  margin-inline: auto;
  padding-inline: var(--hSpace);
  margin-bottom: var(--mSpace);
}

@keyframes anim1 {
  from {
    translate: 0 -8px;
  }
  to {
    translate: 0 8px;
  }
}
.m-package-select-box {
  border-radius: 20px;
  border: 2px solid var(--colorMain);
  padding: 70px;
  min-height: 400px;
  display: flex;
  gap: 50px;
  align-items: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.m-package-select-box::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: url("/holistica-expo.pl/images/2027/wzorek.svg") right 20px center no-repeat;
  pointer-events: none;
  animation: anim1 5s 0s infinite alternate;
  z-index: -1;
}

.m-package-select-content {
  padding-right: 100px;
}
.m-package-select-content p {
  margin-bottom: 0;
}
.m-package-select-content .word {
  opacity: 0.1;
  color: var(--colorMain);
}

@media (max-width: 890px) {
  .m-package-select-box {
    flex-direction: column;
    text-align: center;
  }
  .m-package-select-content {
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .m-package-select-box {
    text-align: left;
    padding: 30px;
    gap: 30px;
    align-items: flex-start;
  }
}
.m-packages {
  max-width: var(--pageWidth);
  width: 100%;
  margin-inline: auto;
  padding-inline: var(--hSpace);
  margin-bottom: var(--mSpace);
}

.m-packages-title {
  font-size: clamp(2.5rem, 2.5 * 1rem - 7.25rem + (0.145 * 100vi), 7.9375rem);
  color: #e7d5d0;
  margin: 0;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
.m-packages-title .word {
  opacity: 0.01;
  color: #000;
}

.m-packages-el {
  display: flex;
  align-items: center;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 50px;
  min-height: 550px;
}

.m-packages-el-img {
  flex: 1;
  align-self: stretch;
  -webkit-mask: linear-gradient(to left, rgba(0, 0, 0, 0), #000 100px);
          mask: linear-gradient(to left, rgba(0, 0, 0, 0), #000 100px);
}

.m-packages-el-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}

.m-packages-el-desc {
  padding-right: 30px;
  flex: 1;
  font-size: 18px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 50px;
}

.m-packages-el-desc p {
  letter-spacing: 1px;
  margin-bottom: 0;
}

.m-packages-el-desc .buy-ticket {
  margin-top: 30px;
  border-color: var(--colorText);
  color: #fff;
}
.m-packages-el-desc .buy-ticket:hover {
  background: var(--colorText);
}

.m-packages-el--fair {
  background: var(--color1);
  --colorText: var(--color1Dark);
}

.m-packages-el--body {
  background: var(--color2);
  --colorText: var(--color2Dark);
}

.m-packages-el--mind {
  background: var(--color3);
  --colorText: var(--color3Dark);
}

.m-packages-el--soul {
  background: var(--color4);
  --colorText: var(--color4Dark);
}

.m-packages-el-header {
  display: flex;
  gap: 30px;
  align-items: center;
}

.m-packages-el-header div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.m-packages-el-header div h3, .m-packages-el-header div h2 {
  margin: 0;
  color: var(--colorText);
  font-size: 42px;
  letter-spacing: 3px;
  margin-bottom: 6px;
}
.m-packages-el-header div small {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
}

@media (max-width: 890px) {
  .m-packages-el {
    flex-direction: column;
  }
  .m-packages-el-img img {
    width: 100%;
  }
  .m-packages-el-desc {
    padding: 30px;
  }
  .m-packages-el .buy-ticket {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .m-packages-el-img {
    -webkit-mask: none;
            mask: none;
    min-height: 300px;
    display: flex;
  }
  .m-packages-el-img img {
    height: auto;
  }
  .m-packages-el-header {
    gap: 20px;
  }
  .m-packages-el-header img {
    max-width: 80px;
  }
  .m-packages-el-header div h3 {
    font-size: 25px;
    margin-bottom: 0;
  }
  .m-packages-el-header div small {
    font-size: 16px;
  }
  .m-packages-el-desc {
    font-size: 15px;
  }
}
.m-become-partner {
  overflow-x: clip;
  padding-inline: var(--hSpace);
  margin-bottom: var(--mSpace);
}

.m-become-partner-inside {
  max-width: var(--pageWidth);
  width: 100%;
  margin-inline: auto;
  display: flex;
  gap: 70px;
  align-items: flex-end;
  position: relative;
  isolation: isolate;
}
.m-become-partner-inside::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  left: -50vw;
  right: -50vw;
  background: var(--color1);
  z-index: -1;
}

.m-become-partner-inside {
  padding-bottom: 50px;
  padding-top: 40px;
}

.m-become-partner-img {
  flex: 1;
  position: relative;
}

.m-become-partner-img img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.m-become-partner-content {
  flex: 1;
  font-size: 18px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-weight: 400;
  letter-spacing: 1px;
}
.m-become-partner-content .button {
  margin-top: 30px;
}

@media (max-width: 960px) {
  .m-become-partner {
    margin-top: 120px;
  }
  .m-become-partner-inside {
    flex-direction: column;
    gap: 10px;
  }
  .m-become-partner-img img {
    position: relative;
    margin-top: -90px;
  }
}
@media (max-width: 600px) {
  .m-become-partner {
    margin-top: 100px;
  }
  .m-become-partner-content {
    padding-top: 20px;
    padding-bottom: 0;
    align-items: flex-start;
    font-size: 15px;
  }
  .m-become-partner-content .button {
    margin-top: 20px;
  }
}
.m-zostan-z-nami {
  max-width: var(--pageWidth);
  width: 100%;
  margin-inline: auto;
  padding-inline: var(--hSpace);
  margin-bottom: var(--mSpace);
}

@keyframes anim2 {
  from {
    translate: 0 -5px;
  }
  to {
    translate: 0 5px;
  }
}
.m-zostan-z-nami-box {
  border-radius: 20px;
  border: 2px solid var(--colorMain);
  padding: 70px;
  display: flex;
  min-height: 400px;
  gap: 50px;
  align-items: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.m-zostan-z-nami-box::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: url("/holistica-expo.pl/images/2027/wzorek2.svg") right 20px center no-repeat;
  pointer-events: none;
  animation: anim2 5s 0s infinite alternate;
  z-index: -1;
}
.m-zostan-z-nami-box .word {
  opacity: 0.1;
  color: var(--colorMain);
}

.m-zostan-z-nami-content {
  padding-right: 100px;
}

@media (max-width: 890px) {
  .m-zostan-z-nami-box {
    flex-direction: column;
    text-align: center;
  }
  .m-zostan-z-nami-content {
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .m-zostan-z-nami-box {
    text-align: left;
    padding: 30px;
    gap: 30px;
    min-height: 300px;
    align-items: flex-start;
  }
}
.subpage {
  max-width: 900px;
  margin-inline: auto;
  width: 100%;
  margin-top: 120px;
  padding-inline: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  padding-bottom: 50px;
}

:where(.subpage a:not([class])) {
  color: var(--colorSecond);
}

.subpage-addon {
  opacity: 0.8;
}
.subpage-addon .focus-el {
  animation: none;
  --a: 360deg;
}

.subpage-bg {
  background: url("/holistica-expo.pl/images/2027/bg.jpg") center/cover;
  aspect-ratio: 1920/1285;
  -webkit-mask: linear-gradient(to top, rgba(0, 0, 0, 0), #000 200px);
          mask: linear-gradient(to top, rgba(0, 0, 0, 0), #000 200px);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.subpage-header {
  padding: 30px;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-weight: bold;
  border-radius: var(--borderRadius) var(--borderRadius) 0 0;
  isolation: isolate;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  text-align: center;
}

.subpage-title {
  margin: 0;
  line-height: 1.2;
  color: var(--colorMain);
  max-width: 900px;
  margin-inline: auto;
  font-family: var(--fontSecond);
  font-weight: 600;
  letter-spacing: 1px;
  font-size: clamp(2.1875rem, 2.1875 * 1rem - 1.7rem + (0.034 * 100vi), 3.25rem);
}

.subpage-subtitle {
  max-width: 1026px;
  margin-inline: auto;
  font-weight: normal;
  color: #fff;
  font-family: var(--fontSecond);
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .subpage-subtitle {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .subpage-subtitle {
    font-size: 14px;
  }
}

.subpage-content-cnt {
  display: flex;
}

.subpage-content {
  position: relative;
  z-index: 1;
  padding: 40px 60px;
  font-size: 18px;
  border-radius: 30px;
  font-family: var(--fontMain);
  background: #fff;
  width: 100%;
  color: #000;
  min-height: 450px;
}

:where(.subpage-content ul:not([class])) li::marker {
  color: var(--color1Dark);
}

:where(.subpage-content :is(h2, h3, h4, h5, h6)) {
  font-size: 25px;
  margin-block: 20px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--color1Dark);
}
@media (max-width: 640px) {
  :where(.subpage-content :is(h2, h3, h4, h5, h6)) {
    font-size: 20px;
  }
}

.subpage .button {
  padding-block: 15px;
  min-height: 55px;
  height: 55px;
}

@media (max-width: 640px) {
  .subpage {
    padding-inline: 10px;
  }
  .subpage-content {
    font-size: 16px;
    padding: 30px 15px;
  }
}
@media (max-width: 500px) {
  .subpage-header {
    min-height: 150px;
  }
}
.page-newsletter {
  background: var(--color2);
}
.page-newsletter .subpage {
  display: flex;
  width: 100%;
  max-width: 100%;
  max-width: 1600px;
  margin-inline: auto;
  flex-direction: row;
  padding-bottom: 0;
  align-items: center;
}
@media (max-width: 950px) {
  .page-newsletter .subpage {
    flex-direction: column-reverse;
  }
}
.page-newsletter .subpage-header {
  display: none;
}
.page-newsletter .subpage-bg {
  display: none;
}
.page-newsletter .subpage-content-cnt {
  flex: 1;
}
.page-newsletter .subpage::before {
  content: "";
  aspect-ratio: 782/882;
  background: url("/holistica-expo.pl/images/2027/pani.png") center bottom/contain no-repeat;
  flex: 1;
  width: 100%;
  max-width: 700px;
}
.page-newsletter .subpage-content {
  background: none;
  color: #fff;
  padding-top: 0;
}
.page-newsletter .form-label {
  display: none;
}
.page-newsletter .form-checkbox {
  color: #000;
}
.page-newsletter .subpage p:has(+ .form) {
  font-weight: bold;
  color: var(--color2Dark);
  font-size: 20px;
}
.page-newsletter .button {
  color: #000;
  border-color: #8984C3;
}
/*# sourceMappingURL=style.2027.css.map */
