*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-size: 1rem;
  text-align: left;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  text-decoration: underline;
  background-color: transparent;
}
a:hover {
  text-decoration: none;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
:root {
  --gutter-desktop: 30px;
  --gutter-mobile: 20px;
  --font-heading: "DM Serif Display", serif;
  --font-default: "DM Sans", sans-serif;
  --color-default: #000;
  --color-black: #000;
  --color-white: #fff;
  --color-yellow: #FFCB05;
  --color-red: #E21219;
  --color-lime-green: #A6CE39;
  --color-green: #00A651;
  --color-blue: #2E3192;
  --color-sky-blue: #00AEEF;
  --color-cream: #EEEDE4;
  --color-gray: #E1E0DE;
  --color-focus: #000;
  --color-light-gray: #EEEDE5;
  --color-error: #ED1C24;
}
.focus-tabulator,
.form-styled input[type="text"]:focus-visible,
.form-styled input[type="date"]:focus-visible,
.form-styled input[type="email"]:focus-visible,
.form-styled input[type="phone"]:focus-visible,
.form-styled input[type="time"]:focus-visible,
.form-styled select:focus-visible,
.form-styled textarea:focus-visible,
.checkbox-styled input:focus-visible ~ .checkmark,
.radio-styled input:focus-visible ~ .checkmark,
.hamburger:focus-visible,
details > summary:focus-visible {
  box-shadow: 0 0 0 6px var(--color-focus);
  text-decoration: none;
  outline: 1px solid var(--color-white);
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6,
.price-info .price,
.element-content.title-left .element-title {
  font-family: var(--font-heading);
  font-weight: 400;
  margin: 0;
}
.h1,
h1 {
  font-size: 10rem;
  line-height: 1;
}
@media only screen and (max-width:47.96875em) {
  .h1,
  h1 {
    font-size: 5rem;
  }
}
.h2,
h2,
.price-info .price {
  font-size: 6rem;
  line-height: 1.4;
}
@media only screen and (max-width:47.96875em) {
  .h2,
  h2,
  .price-info .price {
    font-size: 3.4rem;
  }
}
.h3,
h3,
.element-content.title-left .element-title {
  font-size: 4.5rem;
  line-height: 1.1;
}
@media only screen and (max-width:47.96875em) {
  .h3,
  h3,
  .element-content.title-left .element-title {
    font-size: 2.8rem;
  }
}
p:empty {
  display: none;
}
.h4,
h4 {
  font-size: 3.5rem;
  line-height: 1.4;
}
@media only screen and (max-width:47.96875em) {
  .h4,
  h4 {
    font-size: 2.8rem;
  }
}
.h5,
h5 {
  font-size: 2.7rem;
  line-height: 1.3;
}
@media only screen and (max-width:47.96875em) {
  .h5,
  h5 {
    font-size: 2.2rem;
  }
}
.h6,
h6 {
  font-size: 2.2rem;
  line-height: 1.2;
}
@media only screen and (max-width:47.96875em) {
  .h6,
  h6 {
    font-size: 1.7rem;
  }
}
.text-small,
small,
.form-styled .message.bad,
.form-styled .message.required,
.form-styled .form-notice p,
.form-styled span.description,
.parsley-errors-list,
table caption,
.product-list-note-holder .inside-holder p,
.element-gallery .gallery-item figcaption,
.calendar-item .calendar-item-inside .parent-info {
  font-size: 1.3rem;
}
.text-normal,
.typo li,
p,
form.holiday-care .applicant-info-group .legend-small .legend-title {
  font-size: 1.8rem;
}
@media only screen and (max-width:47.96875em) {
  .text-normal,
  .typo li,
  p,
  form.holiday-care .applicant-info-group .legend-small .legend-title {
    font-size: 1.4rem;
  }
}
.text-large,
.lead {
  font-size: 2.7rem;
}
@media only screen and (max-width:47.96875em) {
  .text-large,
  .lead {
    font-size: 1.8rem;
  }
}
.text-large p,
.lead p {
  font-size: inherit;
}
.typo h1,
.typo h1,
.typo .h2,
.typo h2,
.typo .h3,
.typo h3,
.typo .h4,
.typo h4,
.typo .h5,
.typo h5,
.typo .h6,
.typo h6,
.typo .price-info .price,
.typo .element-content.title-left .element-title {
  margin-bottom: 15px;
}
.typo a {
  color: var(--color-default);
}
.typo a:hover {
  color: #B5B5B5;
}
.typo p:first-of-type {
  margin-top: 0;
}
.typo p:last-of-type {
  margin-bottom: 0;
}
a:focus-visible,
button:focus-visible {
  box-shadow: 0 0 0 6px var(--color-focus);
  text-decoration: none;
  outline: 1px solid var(--color-white);
}
.font-default {
  font-family: var(--font-default);
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: none;
  height: 1px;
  background-color: var(--color-black);
}
.text-dynamic-ls {
  margin: 0;
  white-space: nowrap;
  font-family: var(--font-default);
  font-size: clamp(2.2rem, 6vw, 4.5rem);
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  display: inline;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
[class^="ficon-"],
[class*=" ficon-"],
.___fonticon {
  line-height: 1;
}
[class^="ficon-"]:before,
[class*=" ficon-"]:before,
.___fonticon {
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
}
.ficon-download2:before {
  content: "\e90c";
}
.ficon-calendar3:before {
  content: "\e90b";
}
.ficon-dvr:before {
  content: "\e90a";
}
.ficon-notification-highlight:before {
  content: "\e907";
}
.ficon-notification-info:before {
  content: "\e908";
}
.ficon-notification-alert:before {
  content: "\e909";
}
.ficon-calendar:before {
  content: "\e906";
}
.ficon-document:before {
  content: "\e905";
}
.ficon-big_arrow_down:before {
  content: "\e900";
}
.ficon-big_arrow_left:before {
  content: "\e901";
}
.ficon-big_arrow_right:before {
  content: "\e902";
}
.ficon-big_arrow_up:before {
  content: "\e903";
}
.ficon-phone:before {
  content: "\e0cd";
}
.ficon-external_link:before {
  content: "\e0b2";
}
.ficon-chat:before {
  content: "\e0b7";
}
.ficon-chat_bubble_outline:before {
  content: "\e0cb";
}
.ficon-cloud_download:before {
  content: "\e2c0";
}
.ficon-date_range:before {
  content: "\e916";
}
.ficon-delete:before {
  content: "\e872";
}
.ficon-favorite_full:before {
  content: "\e87d";
}
.ficon-favorite_border:before {
  content: "\e87e";
}
.ficon-goat:before {
  content: "\e904";
}
.ficon-arrow_down:before {
  content: "\e313";
}
.ficon-arrow_left:before {
  content: "\e314";
}
.ficon-arrow_right:before {
  content: "\e315";
}
.ficon-arrow_up:before {
  content: "\e316";
}
.ficon-open_in_new:before {
  content: "\e89e";
}
.ficon-mail_outline:before {
  content: "\e0e1";
}
.ficon-message:before {
  content: "\e0c9";
}
.ficon-navigation:before {
  content: "\e55d";
}
.ficon-user_account:before {
  content: "\e7fd";
}
.ficon-publish:before {
  content: "\e255";
}
.ficon-search:before {
  content: "\e8b6";
}
.ficon-translate:before {
  content: "\e8e2";
}
.ficon-calendar-2:before {
  content: "\e953";
}
.ficon-website:before {
  content: "\e9ca";
}
.ficon-facebook:before {
  content: "\ea90";
}
.ficon-instagram:before {
  content: "\ea92";
}
.ficon-twitter:before {
  content: "\ea96";
}
.ficon-youtube:before {
  content: "\ea9d";
}
.ficon-linkedin2:before {
  content: "\eaca";
}
@font-face {
  font-family: 'malaulica';
  src: url('../fonts/malaulica.eot?mu3');
  src: url('../fonts/malaulica.eot?mu3#iefix') format('embedded-opentype'), url('../fonts/malaulica.ttf?mu3') format('truetype'), url('../fonts/malaulica.woff?mu3') format('woff'), url('../fonts/malaulica.svg?mu3#malaulica') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.mu-icon,
[class^="mu-icon-"],
[class*=" mu-icon-"],
.form-styled .btn-toolbar button[type="submit"].btn-outline:before,
.form-styled .btn-toolbar button[type="submit"].btn-black:after,
.form-styled span.description:before,
.btn.btn-arrow-right:after,
.btn.btn-arrow-left:before,
.btn-add:before,
details > summary:after {
  font-family: 'malaulica' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mu-icon-external-link:before {
  content: "\e900";
}
.mu-icon-email:before {
  content: "\e901";
}
.mu-icon-gift:before {
  content: "\e902";
}
.mu-icon-volume:before {
  content: "\e903";
}
.mu-icon-play:before {
  content: "\e904";
}
.mu-icon-download:before {
  content: "\e905";
}
.mu-icon-angle-right:before {
  content: "\e906";
}
.mu-icon-warning:before {
  content: "\e907";
}
.mu-icon-info:before {
  content: "\e908";
}
.mu-icon-close:before {
  content: "\e909";
}
.mu-icon-arrow_down:before {
  content: "\e90a";
}
.mu-icon-mobile:before {
  content: "\e90b";
}
.mu-icon-phone:before {
  content: "\e90c";
}
.mu-icon-instagram:before {
  content: "\e90d";
}
.mu-icon-facebook:before {
  content: "\e90e";
}
.mu-icon-email2:before {
  content: "\e90f";
}
.mu-icon-arrow_right:before {
  content: "\e910";
}
.mu-icon-arrow_up:before {
  content: "\e911";
}
.mu-icon-arrow_left:before {
  content: "\e912";
}
.mu-icon-plus:before {
  content: "\e913";
}
.mu-icon-print:before {
  content: "\e914";
}
.bg-light-gray {
  background-color: var(--color-light-gray);
}
.bg-color-cream {
  background-color: var(--color-cream);
}
.bg-lime-green {
  background-color: var(--color-lime-green);
}
.form-steps-header ol {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}
.form-steps-header ol li {
  background-image: url("../images/step_arrow.svg");
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 68px;
  margin-right: 24px;
}
@media only screen and (max-width:63.96875em) {
  .form-steps-header ol li {
    background-image: url("../images/step_arrow_mobile.svg");
    padding-right: 22px;
    margin-left: 8px;
    margin-right: 0;
  }
}
.form-steps-header ol li:last-of-type {
  background-image: none;
  padding-right: 0;
  margin-right: 0;
}
.form-steps-header ol .step-link {
  text-decoration: none;
}
.form-steps-header ol li.active .step-item,
.form-steps-header ol li.current .step-item {
  color: var(--color-black);
  font-weight: 900;
}
.form-steps-header ol .step-item {
  font-size: 2.2rem;
  color: #997A03;
}
@media only screen and (max-width:63.96875em) {
  .form-steps-header ol .step-item {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}
.form-steps-header ol .step-num {
  display: inline-block;
  font-style: normal;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 2px solid #997A03;
  font-size: 1.4rem;
  color: #997A03;
  line-height: 26px;
  text-align: center;
}
@media only screen and (min-width:64em) {
  .form-steps-header ol .step-num {
    display: none;
  }
}
.form-steps-header ol li.active .step-num,
.form-steps-header ol li.current .step-num {
  font-weight: 900;
  background-color: var(--color-black);
  color: var(--color-yellow);
  border-color: var(--color-black);
}
.form-styled .message.bad,
.form-styled .message.required {
  color: var(--color-error);
  margin-top: 7px;
  display: block;
}
.form-styled .hc666 {
  display: none;
}
.form-styled .form-fields-container {
  border-radius: 40px;
  background-color: var(--color-white);
  padding: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.form-styled .form-notice {
  display: inline-block;
  border-radius: 7px;
  background: rgba(255, 203, 5, 0.24);
  padding: 5px 7px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-styled .form-notice .left {
  width: 21px;
  line-height: 16px;
}
.form-styled .form-notice .left [class^="mu-icon-"] {
  font-size: 2.1rem;
}
.form-styled .form-notice .right {
  width: calc(100% - 21px);
  padding-left: 10px;
}
.form-styled .form-notice p {
  margin: 0;
}
.form-styled button.hidden {
  display: none;
}
.form-styled button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.form-styled .btn-toolbar {
  text-align: right;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-styled .btn-toolbar button[type="submit"] {
  padding-left: 35px;
  padding-right: 35px;
}
@media only screen and (max-width:47.96875em) {
  .form-styled .btn-toolbar button[type="submit"] {
    padding: 13px;
  }
}
.form-styled .btn-toolbar button[type="submit"].btn-outline:before {
  content: "\e912";
  margin-right: 13px;
  top: 2px;
  position: relative;
}
@media only screen and (max-width:47.96875em) {
  .form-styled .btn-toolbar button[type="submit"].btn-outline:before {
    margin-right: 9px;
  }
}
.form-styled .btn-toolbar button[type="submit"].btn-black {
  margin-left: auto;
}
.form-styled .btn-toolbar button[type="submit"].btn-black:after {
  content: "\e910";
  margin-left: 13px;
  margin-top: 2px;
}
@media only screen and (max-width:47.96875em) {
  .form-styled .btn-toolbar button[type="submit"].btn-black:after {
    margin-left: 9px;
  }
}
.form-styled .middleColumn.fieldgroup {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.form-styled .middleColumn.fieldgroup .fieldgroup-field {
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width:47.96875em) {
  .form-styled .middleColumn.fieldgroup .fieldgroup-field {
    width: calc(100% - 20px);
    margin-bottom: 25px;
  }
}
.form-styled .form-two-cols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.form-styled .form-two-cols > div {
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
}
@media only screen and (max-width:47.96875em) {
  .form-styled .form-two-cols > div {
    width: calc(100% - 20px);
    margin-bottom: 25px;
  }
}
.form-styled .CompositeField > label.left {
  color: var(--color-black);
  font-size: 2.7rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.27px;
  display: block;
  margin-bottom: 25px;
}
.form-styled .fieldgroup-field,
.form-styled div.field {
  position: relative;
}
.form-styled .fieldgroup-field label,
.form-styled div.field label {
  display: block;
  margin-bottom: 15px;
}
.form-styled fieldset > div.field,
.form-styled .form-fields-container > div.field {
  margin-bottom: 50px;
}
@media only screen and (max-width:47.96875em) {
  .form-styled fieldset > div.field,
  .form-styled .form-fields-container > div.field {
    margin-bottom: 25px;
  }
}
.form-styled fieldset > div.field.checkbox,
.form-styled .form-fields-container > div.field.checkbox {
  margin-bottom: 15px;
}
.form-styled input[type="text"],
.form-styled input[type="date"],
.form-styled input[type="email"],
.form-styled input[type="phone"],
.form-styled input[type="time"],
.form-styled select,
.form-styled textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--color-black);
  background-color: var(--color-white);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.18px;
  font-weight: 700;
}
.form-styled input[type="text"][disabled],
.form-styled input[type="date"][disabled],
.form-styled input[type="email"][disabled],
.form-styled input[type="phone"][disabled],
.form-styled input[type="time"][disabled],
.form-styled select[disabled],
.form-styled textarea[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.form-styled input[type="text"][readonly],
.form-styled input[type="date"][readonly],
.form-styled input[type="email"][readonly],
.form-styled input[type="phone"][readonly],
.form-styled input[type="time"][readonly],
.form-styled select[readonly],
.form-styled textarea[readonly] {
  opacity: 0.7;
  cursor: default;
}
.form-styled select {
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  background-image: url("../images/arrow_down.svg");
  background-repeat: no-repeat;
  background-position: center right 0;
  padding-right: 20px;
}
.form-styled textarea {
  min-height: 150px;
  padding: 10px;
}
.form-styled label {
  margin: 0;
}
.form-styled span.description {
  position: relative;
  margin-top: 10px;
  display: inline-block;
  background-color: rgba(255, 203, 5, 0.24);
  border-radius: 7px;
  color: var(--color-black);
  padding: 8px 8px 8px 35px;
}
.form-styled span.description:before {
  position: absolute;
  content: "\e908";
  font-size: 2rem;
  top: 50%;
  margin-top: -10px;
  left: 8px;
}
.checkbox-styled {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 1.8rem;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width:47.96875em) {
  .checkbox-styled {
    font-size: 1.4rem;
  }
}
.checkbox-styled a {
  color: var(--color-default);
}
.checkbox-styled a:hover {
  color: #B5B5B5;
}
.checkbox-styled input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-styled input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-styled .checkmark {
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 2px;
  border: 2px solid var(--color-black);
  background: var(--color-white);
}
@media only screen and (max-width:47.96875em) {
  .checkbox-styled .checkmark {
    top: 0;
  }
}
.checkbox-styled .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid var(--color-default);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox-styled:hover input ~ .checkmark {
  background-color: var(--color-light-gray);
}
.radio-styled {
  display: block;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 10px !important;
}
.radio-styled input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio-styled input:checked ~ .checkmark {
  background-color: transparent;
}
.radio-styled input:checked ~ .checkmark:after {
  display: block;
}
.radio-styled .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid var(--color-black);
}
@media only screen and (max-width:47.96875em) {
  .radio-styled .checkmark {
    top: 0;
  }
}
.radio-styled .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-black);
}
.radio-styled:hover input ~ .checkmark {
  background-color: var(--color-gray);
}
.form-heading-h2,
.legend-title {
  color: #000;
  font-family: var(--font-default);
  font-size: 2.7rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.27px;
  margin-bottom: 40px;
}
@media only screen and (max-width:47.96875em) {
  .form-heading-h2,
  .legend-title {
    font-size: 1.8rem;
    letter-spacing: -0.18px;
  }
}
.malaulica-field-error {
  color: var(--color-error);
  margin-top: 7px;
  font-size: 1.3rem;
}
.fieldgroup-field > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.fieldgroup-field > div .malaulica-field-error {
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}
.fieldholder-small.date,
.field.date > div.middleColumn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fieldholder-small.date .parsley-errors-list,
.field.date > div.middleColumn .parsley-errors-list {
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}
.parsley-errors-list.filled {
  margin-top: 7px;
}
.parsley-errors-list > span {
  color: var(--color-error);
}
.malaulica-error-summary {
  display: block;
  border: 4px solid var(--color-error);
  padding: 30px;
  background-color: var(--color-white);
  margin-bottom: 32px;
  border-radius: 40px;
}
.malaulica-error-summary h2 {
  margin: 0 0 16px;
}
.malaulica-error-summary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.malaulica-error-summary ul li {
  margin: 2px 0;
}
.malaulica-error-summary a {
  color: var(--color-error);
}
small.error,
.message.error {
  margin-top: 7px;
  display: block;
  color: var(--color-error);
}
ul.optionset {
  list-style: none;
  margin: 0 -20px 20px;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
ul.optionset li {
  margin-left: 20px;
  margin-right: 20px;
}
.is-required .form-label:after {
  content: '*';
}
.hidden {
  display: none !important;
}
.table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
}
table th {
  font-weight: 700;
  padding: 20px 15px;
}
table thead tr {
  background-color: var(--color-gray);
}
table caption {
  padding: 5px 10px;
  margin-top: 15px;
}
.table td {
  padding: 10px;
}
.table th,
.table td {
  vertical-align: top;
  border-bottom: 1px solid var(--color-gray);
}
@media only screen and (max-width:68.71875em) {
  .table th,
  .table td {
    white-space: nowrap;
  }
}
.table th {
  white-space: nowrap;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid var(--color-gray);
}
.table tbody + tbody {
  border-top: 2px solid var(--color-gray);
}
.table .table {
  background-color: #fff;
}
.table-sm th,
.table-sm td {
  padding: 10px;
}
.table-mu {
  width: 100%;
  max-width: 100%;
}
.table-mu thead tr {
  position: relative;
}
.table-mu thead tr td,
.table-mu thead tr th {
  border-bottom: 0;
}
.table-mu thead tr td:first-of-type,
.table-mu thead tr th:first-of-type {
  border-color: var(--color-lime-green);
}
.table-bordered {
  border: 1px solid var(--color-gray);
}
.table-bordered th,
.table-bordered td {
  border: 1px solid var(--color-gray);
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: var(--color-gray);
}
.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.termin-table {
  margin: 0;
}
.termin-table td {
  border: 0;
}
.typo .table-mu td {
  padding: 25px 15px;
}
@media only screen and (max-width:47.96875em) {
  .typo .table-mu td {
    padding: 10px;
  }
}
.typo .table-mu tr:nth-child(even) {
  background-color: var(--color-gray);
}
nav ul,
nav ol {
  list-style: none;
  padding: 0;
}
:root {
  --_iCD-banner--btn-accept-all--fontWeight: normal;
  --_iCD-banner--btn-accept-all--fontSize: 1.8rem;
  --_iCD-banner--btn-accept-all--letterSpacing: normal;
  --_iCD-banner--btn-accept-all--lineHeight: 1;
  --_iCD-banner--btn-accept-all--textTransform: none;
  --_iCD-banner--btn-accept-all--textColor: #fff;
  --_iCD-banner--btn-accept-all--textColor--hover: #000;
  --_iCD-banner--btn-accept-all--textDecoration: none;
  --_iCD-banner--btn-accept-all--bgColor: transparent;
  --_iCD-banner--btn-accept-all--bgColor--hover: #fff;
  --_iCD-banner--btn-accept-all--borderWidth: 1px;
  --_iCD-banner--btn-accept-all--borderColor: #fff;
  --_iCD-banner--btn-accept-all--borderColor--hover: #fff;
  --_iCD-banner--btn-accept-all--borderStyle: solid;
  --_iCD-banner--btn-accept-all--borderRadius: 30px;
  --_iCD-banner--btn-accept-all--borderRadius--hover: 30px;
  --_iCD-banner--btn-accept-all--paddingBlock: 12px 20px;
  --_iCD-banner--btn-accept-all--paddingInline: 14px;
  --_iCD-banner--btn-close-necessary--fontWeight: normal;
  --_iCD-banner--btn-close-necessary--fontSize: 1.8rem;
  --_iCD-banner--btn-close-necessary--letterSpacing: normal;
  --_iCD-banner--btn-close-necessary--lineHeight: 1;
  --_iCD-banner--btn-close-necessary--textTransform: none;
  --_iCD-banner--btn-close-necessary--textColor: #fff;
  --_iCD-banner--btn-close-necessary--textColor--hover: #000;
  --_iCD-banner--btn-close-necessary--textDecoration: none;
  --_iCD-banner--btn-close-necessary--bgColor: transparent;
  --_iCD-banner--btn-close-necessary--bgColor--hover: #fff;
  --_iCD-banner--btn-close-necessary--borderWidth: 1px;
  --_iCD-banner--btn-close-necessary--borderColor: #fff;
  --_iCD-banner--btn-close-necessary--borderColor--hover: #fff;
  --_iCD-banner--btn-close-necessary--borderStyle: solid;
  --_iCD-banner--btn-close-necessary--borderRadius: 30px;
  --_iCD-banner--btn-close-necessary--borderRadius--hover: 30px;
  --_iCD-banner--btn-close-necessary--paddingBlock: 12px 20px;
  --_iCD-banner--btn-close-necessary--paddingInline: 14px;
  --_iCD-banner--btn-accept--fontWeight: normal;
  --_iCD-banner--btn-accept--fontSize: 1.8rem;
  --_iCD-banner--btn-accept--letterSpacing: normal;
  --_iCD-banner--btn-accept--lineHeight: 1;
  --_iCD-banner--btn-accept--textTransform: none;
  --_iCD-banner--btn-accept--textColor: #fff;
  --_iCD-banner--btn-accept--textColor--hover: #000;
  --_iCD-banner--btn-accept--textDecoration: none;
  --_iCD-banner--btn-accept--bgColor: transparent;
  --_iCD-banner--btn-accept--bgColor--hover: #fff;
  --_iCD-banner--btn-accept--borderWidth: 1px;
  --_iCD-banner--btn-accept--borderColor: #fff;
  --_iCD-banner--btn-accept--borderColor--hover: #fff;
  --_iCD-banner--btn-accept--borderStyle: solid;
  --_iCD-banner--btn-accept--borderRadius: 30px;
  --_iCD-banner--btn-accept--borderRadius--hover: 30px;
  --_iCD-banner--btn-accept--paddingBlock: 12px 20px;
  --_iCD-banner--btn-accept--paddingInline: 14px;
  --_iCD-banner--btn-options--fontWeight: normal;
  --_iCD-banner--btn-options--fontSize: 1.8rem;
  --_iCD-banner--btn-options--letterSpacing: normal;
  --_iCD-banner--btn-options--lineHeight: 1;
  --_iCD-banner--btn-options--textTransform: none;
  --_iCD-banner--btn-options--textColor: #fff;
  --_iCD-banner--btn-options--textColor--hover: #000;
  --_iCD-banner--btn-options--textDecoration: none;
  --_iCD-banner--btn-options--bgColor: transparent;
  --_iCD-banner--btn-options--bgColor--hover: #fff;
  --_iCD-banner--btn-options--borderWidth: 1px;
  --_iCD-banner--btn-options--borderColor: #fff;
  --_iCD-banner--btn-options--borderColor--hover: #fff;
  --_iCD-banner--btn-options--borderStyle: solid;
  --_iCD-banner--btn-options--borderRadius: 30px;
  --_iCD-banner--btn-options--borderRadius--hover: 30px;
  --_iCD-banner--btn-options--paddingBlock: 12px 20px;
  --_iCD-banner--btn-options--paddingInline: 14px;
  --_iCD-banner--bgColor: rgba(46, 49, 146, 0.9);
  --_iCD-banner--paddingBlock: 20px;
  --_iCD-banner--paddingInline: 20px;
  --_iCD-banner--paddingInline--withBtn--768: 80px;
  --_iCD-banner--padding-top--withBtn: 60px;
  --_iCD-banner--grid--gap: 25px;
  --_iCD-banner--grid--maxWidth: 1100px;
  --_iCD-banner--content--fontSize: 1.8rem;
  --_iCD-banner--content--lineHeight: 1.4;
  --_iCD-banner--content--color: #fff;
  --_iCD-banner--buttons--gap: 15px;
  --_iCD-banner--btn-close--top: 15px;
  --_iCD-banner--btn-close--right: 15px;
  --_iCD-banner--btn-close--width: 30px;
  --_iCD-banner--btn-close--height: 30px;
  --_iCD-banner--btn-close--thickness: 2px;
  --_iCD-banner--btn-close--color: #fff;
  --_iCD-banner--btn-close--color--hover: rgba(255, 255, 255, 0.65);
  --_iCD-popup-options--bgColor: rgba(46, 49, 146, 0.98);
  --_iCD-popup-options--text-color: #fff;
  --_iCD-popup-options--maxWidth: 950px;
  --_iCD-popup-options--header--marginBottom: 30px;
  --_iCD-popup-options--title--fontSize: 2.6rem;
  --_iCD-popup-options--title--lineHeight: 1.4;
  --_iCD-popup-options--title--fontWeight: 700;
  --_iCD-popup-options--title--marginBottom: 20px;
  --_iCD-popup-options--content--fontSize: 1.6rem;
  --_iCD-popup-options--content--lineHeight: 1.4;
  --_iCD-popup-options--content--fontWeight: normal;
  --_iCD-popup-options--buttons--marginTop: 30px;
  --_iCD-popup-options--buttons--gap: 15px;
  --_iCD-popup-options--item--paddingBlock: 20px;
  --_iCD-popup-options--item--borderColor: #fff;
  --_iCD-popup-options--item--fontSize: 1.5rem;
  --_iCD-popup-options--item--lineHeight: 1.4;
  --_iCD-popup-options--item--fontWeight: normal;
  --_iCD-popup-options--label--fontSize: 1.6rem;
  --_iCD-popup-options--label--lineHeight: 1.45;
  --_iCD-popup-options--label--fontWeight: normal;
  --_iCD-popup-options--label--bgColor: #fff;
  --_iCD-popup-options--label--bgColor--disabled: #666;
  --_iCD-popup-options--label--border-color: #fff;
  --_iCD-popup-options--label--checkmark-color: #000;
  --_iCD-popup-options--label--checkmark-thickness: 3px;
  --_iCD-popup-options--btn-close--fontWeight: normal;
  --_iCD-popup-options--btn-close--fontSize: 1.8rem;
  --_iCD-popup-options--btn-close--letterSpacing: normal;
  --_iCD-popup-options--btn-close--lineHeight: 1;
  --_iCD-popup-options--btn-close--textTransform: none;
  --_iCD-popup-options--btn-close--textColor: #fff;
  --_iCD-popup-options--btn-close--textColor--hover: #000;
  --_iCD-popup-options--btn-close--textDecoration: none;
  --_iCD-popup-options--btn-close--bgColor: transparent;
  --_iCD-popup-options--btn-close--bgColor--hover: #fff;
  --_iCD-popup-options--btn-close--borderWidth: 1px;
  --_iCD-popup-options--btn-close--borderColor: #fff;
  --_iCD-popup-options--btn-close--borderColor--hover: #fff;
  --_iCD-popup-options--btn-close--borderStyle: solid;
  --_iCD-popup-options--btn-close--borderRadius: 30px;
  --_iCD-popup-options--btn-close--borderRadius--hover: 30px;
  --_iCD-popup-options--btn-close--paddingBlock: 12px 20px;
  --_iCD-popup-options--btn-close--paddingInline: 14px;
  --_iCD-popup-options--btn-save--fontWeight: normal;
  --_iCD-popup-options--btn-save--fontSize: 1.8rem;
  --_iCD-popup-options--btn-save--letterSpacing: normal;
  --_iCD-popup-options--btn-save--lineHeight: 1;
  --_iCD-popup-options--btn-save--textTransform: none;
  --_iCD-popup-options--btn-save--textColor: #fff;
  --_iCD-popup-options--btn-save--textColor--hover: #000;
  --_iCD-popup-options--btn-save--textDecoration: none;
  --_iCD-popup-options--btn-save--bgColor: transparent;
  --_iCD-popup-options--btn-save--bgColor--hover: #fff;
  --_iCD-popup-options--btn-save--borderWidth: 1px;
  --_iCD-popup-options--btn-save--borderColor: #fff;
  --_iCD-popup-options--btn-save--borderColor--hover: #fff;
  --_iCD-popup-options--btn-save--borderStyle: solid;
  --_iCD-popup-options--btn-save--borderRadius: 30px;
  --_iCD-popup-options--btn-save--borderRadius--hover: 30px;
  --_iCD-popup-options--btn-save--paddingBlock: 12px 20px;
  --_iCD-popup-options--btn-save--paddingInline: 14px;
  --_iCD-popup-saved--bgColor: #000;
  --_iCD-popup-saved--maxWidth: 950px;
  --_iCD-popup-saved--title--fontSize: 1.875rem;
  --_iCD-popup-saved--title--lineHeight: 1.2;
  --_iCD-popup-saved--title--fontWeight: normal;
  --_iCD-popup-saved--title--color: #fff;
  --_iCD-popup-saved--title--marginBottom: 20px;
  --_iCD-popup-saved--btn-close--fontWeight: normal;
  --_iCD-popup-saved--btn-close--fontSize: 1.8rem;
  --_iCD-popup-saved--btn-close--letterSpacing: normal;
  --_iCD-popup-saved--btn-close--lineHeight: 1;
  --_iCD-popup-saved--btn-close--textTransform: none;
  --_iCD-popup-saved--btn-close--textColor: #fff;
  --_iCD-popup-saved--btn-close--textColor--hover: #000;
  --_iCD-popup-saved--btn-close--textDecoration: none;
  --_iCD-popup-saved--btn-close--bgColor: transparent;
  --_iCD-popup-saved--btn-close--bgColor--hover: #fff;
  --_iCD-popup-saved--btn-close--borderWidth: 1px;
  --_iCD-popup-saved--btn-close--borderColor: #fff;
  --_iCD-popup-saved--btn-close--borderColor--hover: #fff;
  --_iCD-popup-saved--btn-close--borderStyle: solid;
  --_iCD-popup-saved--btn-close--borderRadius: 30px;
  --_iCD-popup-saved--btn-close--borderRadius--hover: 30px;
  --_iCD-popup-saved--btn-close--paddingBlock: 12px 20px;
  --_iCD-popup-saved--btn-close--paddingInline: 14px;
}
#_iCDoptions input[type="checkbox"]:checked + label::before {
  background: var(--color-white) !important;
}
._iCD-banner--content a {
  color: var(--color-white);
}
#_iCD #_iCDclose {
  background-color: transparent;
  border: 0;
}
._iCD-popup-options--header-title {
  font-family: var(--font-default);
}
._iCD-banner--list-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
}
html,
body {
  scroll-behavior: smooth;
}
html {
  font-size: 62.5%;
  scrollbar-gutter: stable;
}
body {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 400;
  font-family: var(--font-default);
  color: var(--color-default);
  background-color: var(--color-gray);
  overflow-x: hidden;
}
@media only screen and (max-width:47.96875em) {
  body {
    font-size: 1.4rem;
  }
}
html.navigation-active {
  margin: 0;
  height: 100%;
  overflow: hidden;
}
html.navigation-active body {
  margin: 0;
  height: 100%;
  overflow: hidden;
}
.layout-wrapper {
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
}
.container {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--gutter-desktop);
  padding-right: var(--gutter-desktop);
}
@media only screen and (max-width:47.96875em) {
  .container {
    max-width: 1480px;
    padding-left: var(--gutter-mobile);
    padding-right: var(--gutter-mobile);
  }
}
.container-large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--gutter-desktop);
  padding-right: var(--gutter-desktop);
}
.container-medium {
  width: 100%;
  max-width: 1670px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--gutter-desktop);
  padding-right: var(--gutter-desktop);
}
.container-small {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.img-responsive {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
main {
  background-color: var(--color-light-gray);
}
.divider-line {
  display: block;
  background-image: url("../images/nav_line.svg");
  background-repeat: repeat-x;
  background-position: top left;
  height: 1px;
  width: 100%;
}
@media only screen and (min-width:48em) {
  .show-mobile-only {
    display: none;
  }
}
/* loader for ajax */
.loading-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 10;
  background: rgba(225, 224, 222, 0.9);
  display: none;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.is-loading .loading-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, var(--color-lime-green) 94%, #0000) top / 8px 8px no-repeat, conic-gradient(#0000 30%, var(--color-lime-green));
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
  -webkit-animation: l13 1s infinite linear;
          animation: l13 1s infinite linear;
}
@-webkit-keyframes l13 {
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes l13 {
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  transition-property: -webkit-transform, height;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-order: 9999;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  fill: currentColor;
  pointer-events: none;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-button-prev .swiper-navigation-icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal .swiper-button-prev,
.swiper-horizontal .swiper-button-next,
.swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-left: 0;
}
.swiper-horizontal .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal.swiper-rtl .swiper-button-next,
.swiper-horizontal.swiper-rtl ~ .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-horizontal .swiper-button-next,
.swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal.swiper-rtl .swiper-button-prev,
.swiper-horizontal.swiper-rtl ~ .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal ~ .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.swiper-vertical .swiper-button-prev,
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-prev,
.swiper-vertical ~ .swiper-button-next {
  left: var(--swiper-navigation-top-offset, 50%);
  right: auto;
  margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-top: 0;
}
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-prev {
  top: var(--swiper-navigation-sides-offset, 4px);
  bottom: auto;
}
.swiper-vertical .swiper-button-prev .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto;
}
.swiper-vertical .swiper-button-next .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms -webkit-transform,
        200ms top;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms -webkit-transform,
        200ms left;
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms -webkit-transform,
    200ms right;
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-thumbs .swiper-slide-thumb-active {
  /* Styles for active thumb slide */
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  transition-property: -webkit-transform, opacity, height;
  transition-property: transform, opacity, height;
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
.swiper-button-prev,
.swiper-button-next {
  color: var(--color-white);
}
.element-gallery.align-center .swiper-wrapper {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*
.swiper-gallery {

    &:before,
    &:after {
        content: '';
        
        display: block;
        width: 100px;
        height: 100%;
        position: absolute;
        
        top: 0;
        bottom: 0;
        z-index: 2;

        opacity: .38;
    }

    &:before {
        background: linear-gradient(-90deg, rgba(49, 51, 97, 0.00) 9.28%, #282956 92.18%);
        left: 0;
    }
    &:after {
        background: linear-gradient(90deg, rgba(49, 51, 97, 0.00) 9.28%, #282956 92.18%);
        right: 0;
    }

}*/
.spacing-140 {
  margin-top: 140px;
  margin-bottom: 140px;
}
@media only screen and (max-width:47.96875em) {
  .spacing-140 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.spacing-140-top {
  margin-top: 140px;
}
@media only screen and (max-width:47.96875em) {
  .spacing-140-top {
    margin-top: 70px;
  }
}
.spacing-140-bottom {
  margin-bottom: 140px;
}
@media only screen and (max-width:47.96875em) {
  .spacing-140-bottom {
    margin-bottom: 70px;
  }
}
.pspacing-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media only screen and (max-width:47.96875em) {
  .pspacing-140 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.pspacing-140-top {
  padding-top: 140px;
}
@media only screen and (max-width:47.96875em) {
  .pspacing-140-top {
    padding-top: 70px;
  }
}
.pspacing-140-bottom {
  padding-bottom: 140px;
}
@media only screen and (max-width:47.96875em) {
  .pspacing-140-bottom {
    padding-bottom: 70px;
  }
}
.spacing-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media only screen and (max-width:47.96875em) {
  .spacing-120 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.spacing-120-top {
  margin-top: 120px;
}
@media only screen and (max-width:47.96875em) {
  .spacing-120-top {
    margin-top: 60px;
  }
}
.spacing-120-bottom,
.basic-gallery .gallery-item {
  margin-bottom: 120px;
}
@media only screen and (max-width:47.96875em) {
  .spacing-120-bottom,
  .basic-gallery .gallery-item {
    margin-bottom: 60px;
  }
}
.pspacing-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width:47.96875em) {
  .pspacing-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.pspacing-120-top {
  padding-top: 120px;
}
@media only screen and (max-width:47.96875em) {
  .pspacing-120-top {
    padding-top: 60px;
  }
}
.pspacing-120-bottom {
  padding-bottom: 120px;
}
@media only screen and (max-width:47.96875em) {
  .pspacing-120-bottom {
    padding-bottom: 60px;
  }
}
.spacing-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media only screen and (max-width:47.96875em) {
  .spacing-90 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
.spacing-90-top {
  margin-top: 90px;
}
@media only screen and (max-width:47.96875em) {
  .spacing-90-top {
    margin-top: 45px;
  }
}
.spacing-90-bottom {
  margin-bottom: 90px;
}
@media only screen and (max-width:47.96875em) {
  .spacing-90-bottom {
    margin-bottom: 45px;
  }
}
.pspacing-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media only screen and (max-width:47.96875em) {
  .pspacing-90 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.pspacing-90-top {
  padding-top: 90px;
}
@media only screen and (max-width:47.96875em) {
  .pspacing-90-top {
    padding-top: 45px;
  }
}
.pspacing-90-bottom {
  padding-bottom: 90px;
}
@media only screen and (max-width:47.96875em) {
  .pspacing-90-bottom {
    padding-bottom: 45px;
  }
}
.spacing-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media only screen and (max-width:47.96875em) {
  .spacing-80 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.spacing-80-top {
  margin-top: 80px;
}
@media only screen and (max-width:47.96875em) {
  .spacing-80-top {
    margin-top: 40px;
  }
}
.spacing-80-bottom,
.article-teaser {
  margin-bottom: 80px;
}
@media only screen and (max-width:47.96875em) {
  .spacing-80-bottom,
  .article-teaser {
    margin-bottom: 40px;
  }
}
.pspacing-80,
.element-banner.type-tall {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width:47.96875em) {
  .pspacing-80,
  .element-banner.type-tall {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.pspacing-80-top {
  padding-top: 80px;
}
@media only screen and (max-width:47.96875em) {
  .pspacing-80-top {
    padding-top: 40px;
  }
}
.pspacing-80-bottom {
  padding-bottom: 80px;
}
@media only screen and (max-width:47.96875em) {
  .pspacing-80-bottom {
    padding-bottom: 40px;
  }
}
.spacing-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width:47.96875em) {
  .spacing-60 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.spacing-60-top {
  margin-top: 60px;
}
@media only screen and (max-width:47.96875em) {
  .spacing-60-top {
    margin-top: 30px;
  }
}
.spacing-60-bottom {
  margin-bottom: 60px;
}
@media only screen and (max-width:47.96875em) {
  .spacing-60-bottom {
    margin-bottom: 30px;
  }
}
.pspacing-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width:47.96875em) {
  .pspacing-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.pspacing-60-top {
  padding-top: 60px;
}
@media only screen and (max-width:47.96875em) {
  .pspacing-60-top {
    padding-top: 30px;
  }
}
.pspacing-60-bottom {
  padding-bottom: 60px;
}
@media only screen and (max-width:47.96875em) {
  .pspacing-60-bottom {
    padding-bottom: 30px;
  }
}
.spacing-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width:47.96875em) {
  .spacing-50 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.spacing-50-top {
  margin-top: 50px;
}
@media only screen and (max-width:47.96875em) {
  .spacing-50-top {
    margin-top: 25px;
  }
}
.spacing-50-bottom,
.element .element-title {
  margin-bottom: 50px;
}
@media only screen and (max-width:47.96875em) {
  .spacing-50-bottom,
  .element .element-title {
    margin-bottom: 25px;
  }
}
.pspacing-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width:47.96875em) {
  .pspacing-50 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.pspacing-50-top {
  padding-top: 50px;
}
@media only screen and (max-width:47.96875em) {
  .pspacing-50-top {
    padding-top: 25px;
  }
}
.pspacing-50-bottom {
  padding-bottom: 50px;
}
@media only screen and (max-width:47.96875em) {
  .pspacing-50-bottom {
    padding-bottom: 25px;
  }
}
.spacing-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width:47.96875em) {
  .spacing-40 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.spacing-40-top,
.calendar-list.simple-article-list .calendar-item {
  margin-top: 40px;
}
@media only screen and (max-width:47.96875em) {
  .spacing-40-top,
  .calendar-list.simple-article-list .calendar-item {
    margin-top: 20px;
  }
}
.spacing-40-bottom,
.form-styled .step-2-content,
.table,
form.holiday-care .applicant-info-group > div.field,
form.holiday-care .free-registration-group > div.field,
.documents-list li {
  margin-bottom: 40px;
}
@media only screen and (max-width:47.96875em) {
  .spacing-40-bottom,
  .form-styled .step-2-content,
  .table,
  form.holiday-care .applicant-info-group > div.field,
  form.holiday-care .free-registration-group > div.field,
  .documents-list li {
    margin-bottom: 20px;
  }
}
.pspacing-40,
.element-banner.type-small {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width:47.96875em) {
  .pspacing-40,
  .element-banner.type-small {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.pspacing-40-top {
  padding-top: 40px;
}
@media only screen and (max-width:47.96875em) {
  .pspacing-40-top {
    padding-top: 20px;
  }
}
.pspacing-40-bottom {
  padding-bottom: 40px;
}
@media only screen and (max-width:47.96875em) {
  .pspacing-40-bottom {
    padding-bottom: 20px;
  }
}
.spacing-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width:47.96875em) {
  .spacing-30 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.spacing-30-top,
.form-styled .btn-toolbar,
form.holiday-care .child-group + .child-group,
form.holiday-care .two-cols + .child-group,
form.holiday-care .child-behaviour-group + .child-group,
form.holiday-care .applicant-info-group + .child-group,
form.holiday-care .free-registration-group + .child-group,
form.holiday-care .terms-group + .child-group,
form.holiday-care .child-terms-group .add-term,
form.holiday-care .term-type-group + .term-type-group {
  margin-top: 30px;
}
@media only screen and (max-width:47.96875em) {
  .spacing-30-top,
  .form-styled .btn-toolbar,
  form.holiday-care .child-group + .child-group,
  form.holiday-care .two-cols + .child-group,
  form.holiday-care .child-behaviour-group + .child-group,
  form.holiday-care .applicant-info-group + .child-group,
  form.holiday-care .free-registration-group + .child-group,
  form.holiday-care .terms-group + .child-group,
  form.holiday-care .child-terms-group .add-term,
  form.holiday-care .term-type-group + .term-type-group {
    margin-top: 15px;
  }
}
.spacing-30-bottom,
.typo ul,
.typo ol,
.form-styled legend:not(.with-desc),
.hc-heading,
form.holiday-care .applicant-info-group h3,
.element-banner .element-title,
.element-banner .banner-description {
  margin-bottom: 30px;
}
@media only screen and (max-width:47.96875em) {
  .spacing-30-bottom,
  .typo ul,
  .typo ol,
  .form-styled legend:not(.with-desc),
  .hc-heading,
  form.holiday-care .applicant-info-group h3,
  .element-banner .element-title,
  .element-banner .banner-description {
    margin-bottom: 15px;
  }
}
.pspacing-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width:47.96875em) {
  .pspacing-30 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.pspacing-30-top {
  padding-top: 30px;
}
@media only screen and (max-width:47.96875em) {
  .pspacing-30-top {
    padding-top: 15px;
  }
}
.pspacing-30-bottom {
  padding-bottom: 30px;
}
@media only screen and (max-width:47.96875em) {
  .pspacing-30-bottom {
    padding-bottom: 15px;
  }
}
.spacing-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width:47.96875em) {
  .spacing-20 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.spacing-20-top,
form.holiday-care .free-registration-group,
form.holiday-care .terms-group,
form.holiday-care .child-terms-group + .child-terms-group {
  margin-top: 20px;
}
@media only screen and (max-width:47.96875em) {
  .spacing-20-top,
  form.holiday-care .free-registration-group,
  form.holiday-care .terms-group,
  form.holiday-care .child-terms-group + .child-terms-group {
    margin-top: 10px;
  }
}
.spacing-20-bottom,
.files-list li {
  margin-bottom: 20px;
}
@media only screen and (max-width:47.96875em) {
  .spacing-20-bottom,
  .files-list li {
    margin-bottom: 10px;
  }
}
.pspacing-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width:47.96875em) {
  .pspacing-20 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.pspacing-20-top {
  padding-top: 20px;
}
@media only screen and (max-width:47.96875em) {
  .pspacing-20-top {
    padding-top: 10px;
  }
}
.pspacing-20-bottom {
  padding-bottom: 20px;
}
@media only screen and (max-width:47.96875em) {
  .pspacing-20-bottom {
    padding-bottom: 10px;
  }
}
.spacing-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width:47.96875em) {
  .spacing-10 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.spacing-10-top {
  margin-top: 10px;
}
@media only screen and (max-width:47.96875em) {
  .spacing-10-top {
    margin-top: 5px;
  }
}
.spacing-10-bottom {
  margin-bottom: 10px;
}
@media only screen and (max-width:47.96875em) {
  .spacing-10-bottom {
    margin-bottom: 5px;
  }
}
.pspacing-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width:47.96875em) {
  .pspacing-10 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.pspacing-10-top {
  padding-top: 10px;
}
@media only screen and (max-width:47.96875em) {
  .pspacing-10-top {
    padding-top: 5px;
  }
}
.pspacing-10-bottom {
  padding-bottom: 10px;
}
@media only screen and (max-width:47.96875em) {
  .pspacing-10-bottom {
    padding-bottom: 5px;
  }
}
.repeat-yellow-square {
  background-image: url("../images/repeaters/repeat_yellow_square.svg");
  background-repeat: repeat-x;
  background-position: top center;
  height: 30px;
}
@media only screen and (max-width:47.96875em) {
  .repeat-yellow-square {
    background-image: url("../images/repeaters/repeat_yellow_square_mobile.svg");
    height: 26px;
  }
}
.repeat-blue-square {
  background-image: url("../images/repeaters/repeat_blue_square.svg");
  background-repeat: repeat-x;
  background-position: top center;
  height: 30px;
}
@media only screen and (max-width:47.96875em) {
  .repeat-blue-square {
    background-image: url("../images/repeaters/repeat_blue_square_mobile.svg");
    height: 26px;
  }
}
.repeat-blue-square-bottom {
  background-image: url("../images/repeaters/repeat_blue_square_bottom.svg");
  background-repeat: repeat-x;
  background-position: top center;
  height: 58px;
}
.repeat-yellow-wave {
  background-image: url("../images/repeaters/repeat_yellow_wave.svg");
  background-repeat: repeat-x;
  background-position: top center;
  height: 26px;
}
.repeat-green-wave-v2 {
  background-image: url("../images/repeaters/repeat_green_wave_v2.svg");
  background-repeat: repeat-x;
  background-position: bottom left;
  height: 27px;
}
.visuallyhidden,
.sr-only {
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  overflow: hidden;
  white-space: nowrap;
}
.grid {
  list-style: none;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (max-width:47.96875em) {
  .grid {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.grid .grid-col {
  margin-left: var(--gutter-desktop);
  margin-right: var(--gutter-desktop);
}
@media only screen and (max-width:47.96875em) {
  .grid .grid-col {
    margin-left: var(--gutter-mobile);
    margin-right: var(--gutter-mobile);
  }
}
.grid .grid-col.left {
  margin-bottom: var(--gutter-desktop);
}
@media only screen and (max-width:47.96875em) {
  .grid .grid-col.left {
    margin-bottom: var(--gutter-mobile);
  }
}
.grid.two-cols .grid-col {
  width: calc(50% - 60px);
}
@media only screen and (max-width:47.96875em) {
  .grid.two-cols .grid-col {
    width: calc(100% - 40px);
  }
}
.grid.three-cols .grid-col {
  width: calc(33.333% - 60px);
}
@media only screen and (max-width:64.03125em) {
  .grid.three-cols .grid-col {
    width: calc(50% - 60px);
  }
}
@media only screen and (max-width:47.96875em) {
  .grid.three-cols .grid-col {
    width: calc(100% - 40px);
  }
}
.grid.four-cols .grid-col {
  width: calc(25% - 60px);
}
@media only screen and (max-width:68.71875em) {
  .grid.four-cols .grid-col {
    width: calc(33.333% - 60px);
  }
}
@media only screen and (max-width:64.03125em) {
  .grid.four-cols .grid-col {
    width: calc(50% - 60px);
    margin-bottom: var(--gutter-desktop);
  }
}
@media only screen and (max-width:47.96875em) {
  .grid.four-cols .grid-col {
    width: calc(100% - 40px);
    margin-bottom: var(--gutter-mobile);
  }
}
.grid.five-cols .grid-col {
  width: calc(20% - 60px);
}
@media only screen and (max-width:64.03125em) {
  .grid.five-cols .grid-col {
    width: calc(50% - 60px);
  }
}
@media only screen and (max-width:47.96875em) {
  .grid.five-cols .grid-col {
    width: calc(100% - 40px);
  }
}
.related-grid {
  list-style: none;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.related-grid .grid-col {
  width: 25%;
}
@media only screen and (max-width:68.71875em) {
  .related-grid .grid-col {
    width: 33.333%;
  }
}
@media only screen and (max-width:64.03125em) {
  .related-grid .grid-col {
    width: 50%;
    margin-bottom: var(--gutter-desktop);
  }
}
@media only screen and (max-width:47.96875em) {
  .related-grid .grid-col {
    width: 100%;
    margin-bottom: var(--gutter-mobile);
  }
}
.related-grid .teaser-image {
  border-radius: 100%;
}
.btn-skip-to-content {
  position: absolute;
  width: 200px;
  text-align: center;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
}
.btn-skip-to-content:focus-visible {
  position: absolute !important;
  top: 10px;
  left: 10px;
  z-index: 6;
  opacity: 1;
  pointer-events: visible;
}
.btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 2px solid transparent;
  text-decoration: none;
  transition: all 0.24s ease-in-out;
  padding: 15px 20px;
  cursor: pointer;
}
.btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn .mu-icon-external-link {
  display: none !important;
}
.btn.btn-sm {
  padding: 4px 15px;
}
.btn.btn-wide {
  padding-left: 35px;
  padding-right: 35px;
}
.btn.btn-arrow-left,
.btn.btn-arrow-right {
  border-radius: 100px;
  border: 2px solid var(--color-black);
  color: var(--color-black);
  font-size: 1.4rem;
  width: auto;
  max-width: 40px;
  overflow: hidden;
  transition: max-width 0.64s ease-in-out;
  min-height: 32px;
  padding: 5px 10px;
}
.btn.btn-arrow-left .btn-text,
.btn.btn-arrow-right .btn-text {
  margin-right: 10px;
  opacity: 0;
  white-space: nowrap;
  position: absolute;
}
.btn.btn-arrow-left:hover,
.btn.btn-arrow-right:hover {
  background-color: var(--color-black);
  color: var(--color-white);
  max-width: 100%;
}
.btn.btn-arrow-left:hover .btn-text,
.btn.btn-arrow-right:hover .btn-text {
  opacity: 1;
  position: relative;
}
.btn.btn-arrow-left.btn-lg,
.btn.btn-arrow-right.btn-lg {
  padding: 13px 23px;
  font-size: 2.2rem;
  max-width: 72px;
  min-height: 58px;
}
.btn.btn-arrow-left.btn-lg:hover,
.btn.btn-arrow-right.btn-lg:hover {
  max-width: 100%;
}
@media only screen and (max-width:47.96875em) {
  .btn.btn-arrow-left.btn-lg,
  .btn.btn-arrow-right.btn-lg {
    font-size: 2rem;
    padding: 8px 10px;
    max-width: 45px;
    min-height: 45px;
  }
}
.btn.btn-arrow-left.btn-lg .btn-text,
.btn.btn-arrow-right.btn-lg .btn-text {
  margin-right: 15px;
}
.btn.btn-outline {
  background-color: transparent;
  border-color: var(--color-black);
  border-radius: 100px;
}
.btn.btn-outline:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}
.btn.btn-arrow-right:after {
  content: "\e910";
}
.btn.btn-arrow-left:before {
  content: "\e912";
}
.btn.btn-arrow-left:after,
.btn.btn-arrow-right:after {
  position: relative;
  top: 2px;
}
.btn.btn-arrow-left.btn-lg:after,
.btn.btn-arrow-right.btn-lg:after {
  top: 4px;
}
.btn.btn-primary {
  border-radius: 100px;
  border-color: var(--color-black);
  color: var(--color-black);
  background-color: transparent;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.18px;
}
.btn.btn-primary .mu-icon-arrow_left {
  margin-right: 10px;
  margin-left: 0;
}
@media only screen and (max-width:47.96875em) {
  .btn.btn-primary {
    font-size: 1.4rem;
    padding: 13px;
  }
}
.btn.btn-primary:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}
.btn i[class^="mu-icon-"] {
  margin-left: 10px;
  margin-top: 2px;
}
.btn.btn-white {
  background-color: var(--color-white);
}
.btn.btn-white:hover {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.btn.btn-black {
  background-color: var(--color-black);
  color: var(--color-light-gray);
  border-color: var(--color-black);
  border-radius: 100px;
}
.btn.btn-black i[class^="mu-icon-"] {
  position: relative;
  top: 2px;
}
.btn.btn-black:hover {
  background-color: transparent;
  color: var(--color-black);
}
.btn-cookie {
  background-color: transparent;
  border: 0;
}
.btn-print {
  position: relative;
  display: inline-block;
  border-radius: 100px;
  border: 2px solid var(--color-black);
  background-color: transparent;
  padding: 15px 20px 15px 55px;
  color: var(--color-black);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.18px;
  transition: all 0.24s ease-in-out;
}
.btn-print:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}
.btn-print .mu-icon-print {
  font-size: 2.6rem;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -13px;
}
.btn-remove {
  display: inline-block;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.btn-remove:hover {
  opacity: 0.6;
}
.btn-add {
  display: inline-block;
}
.btn-add:before {
  content: "\e913";
  margin-right: 10px;
}
.pagination {
  text-align: center;
}
.pagination .pagination-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
}
.pagination .pagination-list li {
  margin-left: 5px;
  margin-right: 5px;
}
.pagination .pagination-list li a,
.pagination .pagination-list li span {
  display: inline-block;
  border-radius: 100px;
  border: 2px solid var(--color-black);
  width: 58px;
  height: 58px;
  line-height: 58px;
}
.pagination .pagination-list li a[aria-current],
.pagination .pagination-list li span[aria-current],
.pagination .pagination-list li a:hover,
.pagination .pagination-list li span:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}
.pagination .pagination-list li a[aria-disabled],
.pagination .pagination-list li span[aria-disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.pagination .pagination-list li a {
  text-decoration: none;
  color: var(--color-black);
  transition: all 0.24s ease-in-out;
}
.hamburger {
  position: absolute;
  right: calc(var(--gutter-desktop) + 23px);
  top: 50%;
  margin-top: -23.5px;
  background-color: transparent;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border-radius: 0;
  width: auto;
  height: 31px;
  border: 0;
  z-index: 51;
  cursor: pointer;
}
.hamburger:focus {
  outline: 0;
}
@media only screen and (max-width:64.03125em) {
  .hamburger {
    top: 60px;
    right: var(--gutter-mobile);
    width: 25px;
    height: 25px;
  }
}
.hamburger .hamburger-icon {
  width: 47px;
  height: 31px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  top: 1px;
  opacity: 0.8;
}
.hamburger .hamburger-icon.active span:nth-child(1),
.hamburger .hamburger-icon.active span:nth-child(4) {
  display: none;
}
.hamburger .hamburger-icon.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.hamburger .hamburger-icon.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.hamburger .hamburger-icon span {
  display: block;
  position: absolute;
  border-radius: 10px;
  height: 2px;
  width: 100%;
  background: var(--color-default);
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.hamburger .hamburger-icon span:nth-child(1) {
  top: 0px;
}
.hamburger .hamburger-icon span:nth-child(2),
.hamburger .hamburger-icon span:nth-child(3) {
  top: 12px;
}
@media only screen and (max-width:64.03125em) {
  .hamburger .hamburger-icon span:nth-child(2),
  .hamburger .hamburger-icon span:nth-child(3) {
    top: 8px;
  }
}
.hamburger .hamburger-icon span:nth-child(4) {
  top: 24px;
}
@media only screen and (max-width:64.03125em) {
  .hamburger .hamburger-icon span:nth-child(4) {
    top: 16px;
  }
}
.hamburger:hover .hamburger-icon span {
  background: var(--color-default);
}
.hamburger:hover .hamburger-icon span:nth-child(1),
.hamburger:hover .hamburger-icon span:nth-child(2),
.hamburger:hover .hamburger-icon span:nth-child(3) {
  visibility: visible;
}
.tabs-list {
  background-color: var(--color-yellow);
}
.tabs-list ul {
  list-style: none;
  margin: 0 -25px;
  padding: 0;
}
@media only screen and (min-width:64em) {
  .tabs-list ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.tabs-list ul li {
  display: inline-block;
  background-image: url("../images/boder_dashed_y.svg");
  background-repeat: no-repeat;
  background-position: center right;
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (max-width:64.03125em) {
  .tabs-list ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tabs-list ul li:last-of-type {
  background-image: none;
}
.tabs-list .tab-item {
  position: relative;
}
.tabs-list .tab-item a {
  color: var(--color-black);
  text-align: center;
  font-family: var(--font-heading);
  font-size: 4.5rem;
  display: block;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  border-radius: 100px;
  border: 2px solid transparent;
  padding: 20px 30px;
  transition: all 0.24s ease-in-out;
}
@media only screen and (max-width:64.03125em) {
  .tabs-list .tab-item a {
    font-size: 2.2rem;
    padding: 10px;
  }
}
.tabs-list .tab-item.active a,
.tabs-list .tab-item:hover a {
  border-color: var(--color-black);
}
.tabs-list .tab-item.active:after {
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: '';
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 30px solid var(--color-yellow);
}
@media only screen and (max-width:64.03125em) {
  .tabs-list .tab-item.active:after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 18px solid var(--color-yellow);
    bottom: -35px;
  }
}
.teaser-list {
  margin-left: -60px;
  margin-right: -60px;
}
.teaser-item {
  color: var(--color-black);
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width:47.96875em) {
  .teaser-item {
    padding-left: 0;
    padding-right: 0;
  }
}
.teaser-item .teaser-inside {
  background-image: url("../images/nav_line.svg");
  background-repeat: repeat-x;
  background-position: bottom left;
  padding-bottom: 15px;
}
.teaser-item .teaser-image {
  margin-bottom: 30px;
}
.teaser-item .teaser-title {
  margin-bottom: 20px;
}
.teaser-item .teaser-title h3 {
  line-height: 1;
}
.teaser-item .teaser-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.EventListPage .event-teaser {
  /* exposed item */
}
.EventListPage .event-teaser.is-exposed {
  padding-top: 40px;
  border-radius: 8px;
}
.EventListPage .event-teaser.is-exposed .teaser-inside {
  background-image: none;
}
.EventListPage .event-teaser.is-exposed.sky-blue {
  background-color: var(--color-sky-blue);
}
.EventListPage .event-teaser.is-exposed.yellow {
  background-color: var(--color-yellow);
}
.EventListPage .event-teaser.is-exposed.lime-green {
  background-color: var(--color-lime-green);
}
.element-events .event-teaser {
  /* exposed item */
}
.element-events .event-teaser.is-exposed {
  padding-top: 40px;
  border-radius: 8px;
}
.element-events .event-teaser.is-exposed .teaser-inside {
  background-image: none;
}
.element-events .event-teaser.is-exposed.sky-blue {
  background-color: var(--color-sky-blue);
}
.element-events .event-teaser.is-exposed.yellow {
  background-color: var(--color-yellow);
}
.element-events .event-teaser.is-exposed.lime-green {
  background-color: var(--color-lime-green);
}
.style-round .teaser-image {
  border-radius: 100%;
}
.style-round .teaser-image img {
  border-radius: 100%;
}
.style-rounded .teaser-image {
  border-radius: 150px;
}
.style-rounded .teaser-image img {
  border-radius: 150px;
}
.style-normal .teaser-image {
  border-radius: 50px;
}
.style-normal .teaser-image img {
  border-radius: 50px;
}
.teaser-image {
  position: relative;
  overflow: hidden;
}
.teaser-image:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px 3.37px 84.12px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
/*
.masonry-list {
    .masonry-item:nth-of-type(12n + 1),
    .masonry-item:nth-of-type(12n + 5),
    .masonry-item:nth-of-type(12n + 7),
    .masonry-item:nth-of-type(12n + 10),
    .masonry-item:nth-of-type(12n + 11) {
      .teaser-image {
            img {
                border-radius: 50px;
            }
        }
    }

    .masonry-item:nth-of-type(12n + 2),
    .masonry-item:nth-of-type(12n + 4),
    .masonry-item:nth-of-type(12n + 8),
    .masonry-item:nth-of-type(12n + 9) {
      
      .teaser-image {
            img {
                border-radius: 100%;
            }
        }
    }

    .masonry-item:nth-of-type(12n + 3),
    .masonry-item:nth-of-type(12n + 6),
    .masonry-item:nth-of-type(12n + 12) {
      .teaser-image {
            img {
                border-radius: 50px;
            }
        }
    }
}*/
/*.list-teasers {
    display: flex;
    flex-wrap: wrap;
    .teaser-item {
        width: 33.333%;
    }
}
*/
.masonry-list {
  position: relative;
}
.masonry-sizer {
  width: 1%;
}
.masonry-item {
  padding: 5px;
}
.masonry-item.width-1 {
  width: 30%;
}
@media only screen and (max-width:64.03125em) {
  .masonry-item.width-1 {
    width: 50%;
  }
}
@media only screen and (max-width:47.96875em) {
  .masonry-item.width-1 {
    width: 100%;
  }
}
.masonry-item.width-2 {
  width: 22%;
}
@media only screen and (max-width:64.03125em) {
  .masonry-item.width-2 {
    width: 50%;
  }
}
@media only screen and (max-width:47.96875em) {
  .masonry-item.width-2 {
    width: 100%;
  }
}
.masonry-item.width-3 {
  width: 48%;
}
@media only screen and (max-width:64.03125em) {
  .masonry-item.width-3 {
    width: 50%;
  }
}
@media only screen and (max-width:47.96875em) {
  .masonry-item.width-3 {
    width: 100%;
  }
}
.label-list {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 6px 12px;
  padding: 0;
}
.label-list .label-tag {
  display: inline-block;
  border: 1px solid var(--color-black);
  border-radius: 100vmin;
  line-height: 1;
  padding: 3px 7px;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.231px;
  text-transform: uppercase;
  white-space: pre;
}
.label-list .label-tag.exposed {
  background-color: var(--color-black);
  color: var(--color-white);
}
@media only screen and (min-width:48em) {
  .label-list.label-big .label-tag {
    font-size: 1.9rem;
    letter-spacing: 0.386px;
    padding: 6px 15px;
  }
}
.header {
  background-color: var(--color-cream);
}
.header .header-inside {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width:47.96875em) {
  .header .header-inside {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.logo {
  display: inline-block;
}
@media only screen and (max-width:47.96875em) {
  .logo img {
    width: 100%;
    max-width: 226px;
    height: auto;
  }
}
.lines {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.lines .line {
  display: inline-block;
  height: 10px;
}
@media only screen and (max-width:47.96875em) {
  .lines .line {
    height: 5px;
  }
}
.lines .line-1 {
  background-color: var(--color-sky-blue);
  width: 21.51%;
}
.lines .line-2 {
  background-color: var(--color-blue);
  width: 30.78%;
}
.lines .line-3 {
  background-color: var(--color-red);
  width: 15.46%;
}
.lines .line-4 {
  background-color: var(--color-yellow);
  width: 14.47%;
}
.lines .line-5 {
  background-color: var(--color-lime-green);
  width: 7.6%;
}
.lines .line-6 {
  background-color: var(--color-green);
  width: 10.181%;
}
.navigation-active .lines.header-line {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 16;
}
.footer {
  font-size: 1.6rem;
}
@media only screen and (max-width:47.96875em) {
  .footer {
    font-size: 1.4rem;
  }
}
.footer h2 {
  margin: 0 0 20px;
}
.footer .footer-info h3,
.footer .footer-info p {
  font-family: var(--font-default);
  font-size: 1.6rem;
  line-height: 1;
}
@media only screen and (max-width:47.96875em) {
  .footer .footer-info h3,
  .footer .footer-info p {
    font-size: 1.4rem;
  }
}
.footer .footer-info h3 {
  font-weight: 900;
  margin: 0 0 14px;
}
.footer a {
  color: inherit;
}
.footer .footer-bottom p,
.footer .footer-bottom li {
  font-size: 1.6rem;
}
@media only screen and (max-width:47.96875em) {
  .footer .footer-bottom p,
  .footer .footer-bottom li {
    font-size: 1.4rem;
  }
}
.icon-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.icon-content .icon-wrapper {
  width: 135px;
  margin-right: 30px;
}
@media only screen and (max-width:47.96875em) {
  .icon-content .icon-wrapper {
    width: 70px;
    margin-right: 15px;
  }
}
.icon-content .content-wrapper {
  width: calc(100% - 165px);
}
@media only screen and (max-width:47.96875em) {
  .icon-content .content-wrapper {
    width: calc(100% - 85px);
  }
}
.icon-content .icon {
  width: 135px;
  height: 135px;
  padding: 2.5rem;
  border-radius: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width:47.96875em) {
  .icon-content .icon {
    width: 70px;
    height: 70px;
    padding: 1.7rem;
  }
}
.icon-content .icon.icon-email {
  background-color: var(--color-lime-green);
}
.icon-content .icon.icon-email i {
  font-size: 7rem;
}
@media only screen and (max-width:47.96875em) {
  .icon-content .icon.icon-email i {
    font-size: 4rem;
  }
}
.icon-content .icon.icon-gift {
  background-color: var(--color-sky-blue);
}
.icon-content .icon.icon-gift i {
  font-size: 5rem;
}
@media only screen and (max-width:47.96875em) {
  .icon-content .icon.icon-gift i {
    font-size: 3rem;
  }
}
.quick-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.quick-links li {
  margin-bottom: 10px;
}
.quick-links li:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width:63.96875em) {
  .footer-navigation ul li {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width:64em) {
  .footer-navigation ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-navigation ul li {
    margin-right: 20px;
  }
  .footer-navigation ul li:nth-of-type(2) {
    margin-left: auto;
  }
  .footer-navigation ul li:last-of-type {
    margin-right: 0;
  }
}
.footer-logos {
  list-style: none;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (max-width:63.96875em) {
  .footer-logos {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer-logos .logo-item {
  margin: 20px;
}
@media only screen and (max-width:47.96875em) {
  .footer-logos .logo-item {
    margin: 10px 20px;
    max-width: 84px;
  }
}
.footer-logos .logo-item img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  transition: all 0.24s ease-in-out;
  max-height: 100px;
  width: auto;
  height: 100%;
}
.footer-logos .logo-item-link {
  display: block;
  text-decoration: none;
}
.footer-logos .logo-item-link:hover img {
  -webkit-filter: none;
          filter: none;
}
.social-media-wrapper {
  margin-top: 25px;
}
@media only screen and (min-width:48em) {
  .social-media-wrapper .hide-on-desktop {
    position: absolute;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    overflow: hidden;
    white-space: nowrap;
  }
}
.list-social-links {
  list-style: none;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px 18px;
}
.list-social-links li a {
  display: inline-block;
  text-decoration: none;
  font-size: 2.45rem;
  line-height: 1;
  transition: all 0.24s ease-in-out;
}
.list-social-links li a .mu-icon-external-link {
  display: none !important;
}
.list-social-links li a:hover {
  color: var(--color-green);
}
.navigation {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  background-color: var(--color-lime-green);
  background-image: url("../images/bg_nav.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  overflow-x: hidden;
}
.navigation .navigation-header {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  height: 90px;
}
@media only screen and (min-width:48em) {
  .navigation .navigation-header {
    height: 151px;
  }
}
@media only screen and (max-width:64.03125em) {
  .navigation .navigation-nav {
    padding-left: var(--gutter-mobile);
    padding-right: var(--gutter-mobile);
  }
}
.navigation .navigation-inside {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
}
.navigation .navigation-inside .left {
  width: 41%;
}
@media only screen and (max-width:64.03125em) {
  .navigation .navigation-inside .left {
    width: 100%;
  }
}
.navigation .navigation-inside .menu-banner {
  margin-top: -141px;
  background-color: var(--color-cream);
  height: calc(100dvh - 10px);
  padding: 5vh 34px 20px;
  width: 29%;
  overflow-y: auto;
  margin-left: 2.5%;
  margin-right: 2.5%;
}
@media only screen and (max-width:64.03125em) {
  .navigation .navigation-inside .menu-banner {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    height: auto;
    padding: 14px 40px 14px 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 0;
  }
}
.navigation .navigation-inside .menu-banner .mb-img {
  margin-bottom: 40px;
}
.navigation .navigation-inside .menu-banner .mb-img img {
  border-radius: 100px;
  max-height: 50vh;
  width: auto;
  margin: 0 auto;
}
@media only screen and (max-width:64.03125em) {
  .navigation .navigation-inside .menu-banner .mb-img {
    margin-bottom: 0;
    width: 35%;
  }
  .navigation .navigation-inside .menu-banner .mb-img img {
    border-radius: 25px;
  }
}
@media only screen and (max-width:64.03125em) {
  .navigation .navigation-inside .menu-banner .mb-right {
    width: 65%;
    padding-left: 20px;
  }
}
.navigation .navigation-inside .menu-banner .mb-before {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 10.8px;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.navigation .navigation-inside .menu-banner .mb-title {
  line-height: 1;
  margin: 0 0 23px;
  font-family: var(--font-heading);
  font-size: clamp(3.4rem, 4vh, 6rem);
}
@media only screen and (max-width:64.03125em) {
  .navigation .navigation-inside .menu-banner .mb-title {
    font-size: clamp(3.4rem, 2.2vw, 6rem);
  }
}
.navigation .navigation-inside .right {
  width: 25%;
  margin-left: auto;
}
@media only screen and (max-width:64.03125em) {
  .navigation .navigation-inside .right {
    width: 100%;
    margin-left: 0;
  }
}
.navigation .navigation-inside .right-wrapper {
  margin-top: 40px;
}
@media only screen and (max-width:47.96875em) {
  .navigation .navigation-inside .right-wrapper {
    padding-top: 15px;
  }
}
.navigation .navigation-inside .right-content {
  background-image: url("../images/nav_line.svg");
  background-repeat: repeat-x;
  background-position: top left;
  padding: 30px 25px;
  margin-top: 30px;
}
@media only screen and (max-width:47.96875em) {
  .navigation .navigation-inside .right-content {
    padding: 20px 15px;
  }
}
.navigation .navigation-inside .right-content a {
  color: var(--color-default);
}
.navigation .navigation-inside .right-content p {
  margin: 0;
}
.navigation .navigation-inside .right-content p + p {
  margin-top: 15px;
}
@media only screen and (max-width:47.96875em) {
  .navigation .navigation-inside .right-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .navigation .navigation-inside .right-content > div {
    width: 50%;
  }
}
.navigation .navigation-inside .menu-contact p {
  line-height: 1.8;
}
.navigation .primary {
  max-width: 642px;
}
.navigation .primary li {
  background-image: url("../images/nav_line.svg");
  background-repeat: repeat-x;
  background-position: bottom left;
}
.navigation .primary li:last-of-type {
  background-image: none;
}
.navigation .primary a {
  display: block;
  color: var(--color-default);
  font-family: var(--font-heading);
  text-decoration: none;
  font-size: clamp(3.4rem, 3.2vw, 6rem);
  line-height: 1.4;
  padding: 15px 40px;
  transition: all 0.24s ease-in-out;
}
.navigation .primary a:hover,
.navigation .primary a.current,
.navigation .primary a.section {
  text-decoration: underline;
}
@media only screen and (max-width:64.03125em) {
  .navigation .primary a {
    padding: 15px 20px;
  }
}
.list-locales {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  padding: 0 25px;
}
@media only screen and (max-width:47.96875em) {
  .list-locales {
    padding: 0 15px;
  }
}
.list-locales li {
  margin-left: 4px;
  margin-right: 4px;
}
.list-locales li a {
  display: inline-block;
  border-radius: 150px;
  border: 2px solid var(--color-black);
  text-decoration: none;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.51px;
  text-transform: uppercase;
  color: var(--color-default);
  padding: 15px 30px;
  transition: all 0.24s ease-in-out;
}
@media only screen and (max-width:47.96875em) {
  .list-locales li a {
    padding: 10px 20px;
    font-size: 1.8rem;
    letter-spacing: 0.37px;
  }
}
.list-locales li a.current,
.list-locales li a:hover {
  background-color: var(--color-black);
  color: var(--color-lime-green);
}
.breadcrumbs ol {
  margin: 0;
}
.breadcrumbs li {
  display: inline-block;
  font-size: 1.8rem;
}
@media only screen and (max-width:47.96875em) {
  .breadcrumbs li {
    font-size: 1.4rem;
  }
}
.breadcrumbs a {
  display: inline-block;
  color: var(--color-black);
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.page-head {
  position: relative;
  background-color: var(--color-yellow);
}
.page-head .header-repeater {
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../images/repeaters/repeat_yellow_square.svg");
  background-repeat: repeat-x;
  background-position: top center;
  background-color: var(--color-light-gray);
}
@media only screen and (max-width:47.96875em) {
  .page-head .header-repeater {
    background-image: url("../images/repeaters/repeat_yellow_square_mobile.svg");
  }
}
.page-head .event-list-description {
  margin-top: 16px;
}
.HomePage .page-head .header-repeater {
  background-image: url("../images/repeaters/repeat_yellow_wave_homepage.svg");
  height: 78px;
}
@media only screen and (max-width:47.96875em) {
  .HomePage .page-head .header-repeater {
    background-image: url("../images/repeaters/repeat_yellow_wave_homepage_mobile.svg");
    height: 35px;
  }
}
.BirthdayFormPage .page-head .header-repeater,
.EventActivityFormPage .page-head .header-repeater,
.HolidayCarePage .page-head .header-repeater {
  background-image: url("../images/repeaters/repeat_yellow_wave_small.svg");
  height: 26px;
}
.page-head-info {
  background-image: url("../images/nav_line.svg"), url("../images/nav_line.svg");
  background-repeat: repeat-x, repeat-x;
  background-position: top center, bottom center;
}
.page-head-info .inside-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-head-info .inside-wrapper .wleft {
  width: 70%;
  background-image: url("../images/boder_dashed_y.svg");
  background-repeat: repeat-y;
  background-position: top right;
  padding-right: 40px;
}
@media only screen and (max-width:64.03125em) {
  .page-head-info .inside-wrapper .wleft {
    width: 100%;
    padding-right: 0;
    background-image: url("../images/nav_line.svg");
    background-repeat: repeat-x;
    background-position: bottom left;
    padding-bottom: 20px;
  }
}
.page-head-info .inside-wrapper .wright {
  width: 30%;
  text-align: right;
}
@media only screen and (max-width:64.03125em) {
  .page-head-info .inside-wrapper .wright {
    padding-top: 20px;
    width: 100%;
    text-align: left;
  }
}
.page-head-info .inside-wrapper.view-full .wleft {
  width: 100%;
  background-image: none;
  padding-right: 0;
}
.exposed-details .detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
@media only screen and (max-width:63.96875em) {
  .exposed-details .detail {
    display: block;
  }
}
@media only screen and (min-width:64em) {
  .exposed-details .detail .right {
    text-align: right;
  }
}
@media only screen and (min-width:64em) {
  .exposed-details .detail .left {
    width: 30%;
  }
}
@media only screen and (min-width:64em) {
  .exposed-details .detail .right {
    width: 70%;
  }
}
.exposed-details .detail p {
  margin: 0;
}
.exposed-details .detail:last-of-type {
  margin-bottom: 0;
}
.title-wrapper.with-print-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width:47.96875em) {
  .title-wrapper.with-print-btn .btn-print {
    display: none;
  }
}
.price-info p {
  margin: 0;
}
.price-info .price {
  font-family: var(--font-default);
}
.price-info + .price-info {
  margin-top: 20px;
}
.header-image {
  position: relative;
  background-color: var(--color-cream);
}
.header-image:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  background: var(--color-yellow);
}
.header-image img {
  border-radius: 60px;
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.35);
}
@media only screen and (max-width:47.96875em) {
  .header-image img {
    border-radius: 20px;
  }
}
.header-image video {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
}
.header-image .page-header__video-toggle {
  position: absolute;
  z-index: 4;
  bottom: 23px;
  right: 32px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
@media only screen and (max-width:47.96875em) {
  .header-image .page-header__video-toggle {
    bottom: 10px;
    right: 15px;
  }
}
.header-image .js-hidden {
  display: none;
}
.header-image picture,
.header-image .hp-video-holder {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media only screen and (max-width:47.96875em) {
  .header-image picture,
  .header-image .hp-video-holder {
    border-radius: 20px;
  }
}
.header-image picture:after,
.header-image .hp-video-holder:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px 3.37px 84.12px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.HomePage .header-image picture:before,
.HomePage .header-image .hp-video-holder:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  max-height: 210px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 30.33%, rgba(0, 0, 0, 0.8) 90.71%);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 60px;
}
@media only screen and (max-width:47.96875em) {
  .HomePage .header-image picture:before,
  .HomePage .header-image .hp-video-holder:before {
    border-radius: 20px;
  }
}
.header-image .inside-wrapper {
  position: relative;
  z-index: 1;
  margin-left: var(--gutter-desktop);
  margin-right: var(--gutter-desktop);
}
@media only screen and (max-width:47.96875em) {
  .header-image .inside-wrapper {
    margin-left: var(--gutter-mobile);
    margin-right: var(--gutter-mobile);
  }
}
.header-image .inside-wrapper .overlay-text {
  position: absolute;
  z-index: 3;
  top: 47px;
  left: 60px;
  right: 60px;
  width: calc(100% - 120px);
  color: var(--color-cream);
}
@media only screen and (max-width:47.96875em) {
  .header-image .inside-wrapper .overlay-text {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 95%;
    top: 20px;
  }
}
.mobile-image {
  display: none;
}
@media only screen and (max-width:47.96875em) {
  .mobile-image {
    display: block;
  }
}
.desktop-image {
  display: block;
}
@media only screen and (max-width:47.96875em) {
  .desktop-image {
    display: none;
  }
}
.info-banner .container-large {
  position: relative;
}
.info-banner.type-normal {
  background-color: var(--color-blue);
  color: var(--color-white);
}
.info-banner.type-normal .btn-white {
  color: var(--color-blue);
}
.info-banner.type-special {
  background-color: var(--color-red);
  color: var(--color-white);
}
.info-banner.type-special .btn-white {
  color: var(--color-red);
}
.info-banner .info-banner-title {
  font-family: var(--font-default);
  margin-bottom: 10px;
}
.info-banner h2 {
  margin: 0;
}
.info-banner p {
  margin: 0;
}
.info-banner a {
  color: inherit;
}
.info-banner .cta {
  margin-top: 10px;
}
.info-banner .info-banner-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
}
@media only screen and (max-width:47.96875em) {
  .info-banner .info-banner-wrapper {
    padding: 15px 0 25px;
  }
}
.info-banner .info-banner-icon {
  width: 56px;
}
@media only screen and (max-width:47.96875em) {
  .info-banner .info-banner-icon {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 44px;
  }
}
.info-banner .info-banner-icon i {
  font-size: 5.6rem;
}
@media only screen and (max-width:47.96875em) {
  .info-banner .info-banner-icon i {
    font-size: 4.3rem;
  }
}
.info-banner .info-banner-content {
  width: calc(100% - 96px);
}
@media only screen and (max-width:47.96875em) {
  .info-banner .info-banner-content {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
}
.info-banner .info-content-container {
  padding-left: 20px;
  max-width: 93.2%;
}
@media only screen and (max-width:47.96875em) {
  .info-banner .info-content-container {
    padding-left: 0;
    max-width: 100%;
    margin-top: 10px;
  }
}
.info-banner .info-banner-close {
  background-color: transparent;
  color: var(--color-white);
  border: 0;
  font-size: 3.4rem;
  width: 40px;
}
.info-banner .info-banner-close:hover {
  opacity: 0.65;
}
@media only screen and (max-width:47.96875em) {
  .info-banner .info-banner-close {
    font-size: 2rem;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 20px;
    margin-left: auto;
  }
}
.about-mala-ulica {
  background-color: var(--color-yellow);
}
.about-mala-ulica .about-elements > div:nth-of-type(1) img {
  width: 208px;
  height: 269px;
  object-fit: cover;
  border-radius: 193px;
}
@media only screen and (max-width:47.96875em) {
  .about-mala-ulica .about-elements > div:nth-of-type(1) img {
    width: 62px;
    height: 80px;
  }
}
.about-mala-ulica .about-elements > div:nth-of-type(1) .image-wrapper {
  position: absolute;
}
.about-mala-ulica .about-elements > div:nth-of-type(1) .item.image-left {
  padding-left: 208px;
}
@media only screen and (max-width:47.96875em) {
  .about-mala-ulica .about-elements > div:nth-of-type(1) .item.image-left {
    padding-left: 72px;
  }
}
.about-mala-ulica .about-elements > div:nth-of-type(1) .item.image-right {
  padding-right: 208px;
}
@media only screen and (max-width:47.96875em) {
  .about-mala-ulica .about-elements > div:nth-of-type(1) .item.image-right {
    padding-right: 72px;
  }
}
.about-mala-ulica .about-elements > div:nth-of-type(2) img {
  width: 300px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  height: 300px;
  object-fit: cover;
  border-radius: 288px;
}
@media only screen and (max-width:47.96875em) {
  .about-mala-ulica .about-elements > div:nth-of-type(2) img {
    width: 95px;
    height: 95px;
  }
}
.about-mala-ulica .about-elements > div:nth-of-type(2) .image-wrapper {
  position: absolute;
}
.about-mala-ulica .about-elements > div:nth-of-type(2) .item.image-right {
  padding-right: 320px;
}
@media only screen and (max-width:47.96875em) {
  .about-mala-ulica .about-elements > div:nth-of-type(2) .item.image-right {
    padding-right: 105px;
  }
}
.about-mala-ulica .about-elements > div:nth-of-type(2) .item.image-left {
  padding-left: 320px;
}
@media only screen and (max-width:47.96875em) {
  .about-mala-ulica .about-elements > div:nth-of-type(2) .item.image-left {
    padding-left: 105px;
  }
}
.about-mala-ulica .about-elements > div:nth-of-type(3) img {
  width: 269px;
  height: 186px;
  object-fit: cover;
  border-radius: 270px;
}
@media only screen and (max-width:47.96875em) {
  .about-mala-ulica .about-elements > div:nth-of-type(3) img {
    width: 81px;
    height: 56px;
  }
}
.about-mala-ulica .about-elements > div:nth-of-type(4) img {
  width: 248px;
  height: 248px;
  border-radius: 248px;
}
@media only screen and (max-width:47.96875em) {
  .about-mala-ulica .about-elements > div:nth-of-type(4) img {
    width: 74px;
    height: 74px;
  }
}
.about-mala-ulica .about-elements > div:nth-of-type(4) .image-wrapper {
  position: absolute;
}
.about-mala-ulica .about-elements > div:nth-of-type(4) .item.image-right {
  padding-right: 248px;
}
@media only screen and (max-width:47.96875em) {
  .about-mala-ulica .about-elements > div:nth-of-type(4) .item.image-right {
    padding-right: 74px;
  }
}
.about-mala-ulica .about-elements > div:nth-of-type(4) .item.image-left {
  padding-left: 248px;
}
@media only screen and (max-width:47.96875em) {
  .about-mala-ulica .about-elements > div:nth-of-type(4) .item.image-left {
    padding-left: 74px;
  }
}
.about-mala-ulica .about-elements > div:nth-of-type(5) img {
  width: 208px;
  height: 269px;
  object-fit: cover;
  border-radius: 193px;
}
@media only screen and (max-width:47.96875em) {
  .about-mala-ulica .about-elements > div:nth-of-type(5) img {
    width: 62px;
    height: 80px;
  }
}
.about-mala-ulica .about-elements > div:nth-of-type(5) .image-wrapper {
  position: absolute;
}
@media only screen and (max-width:47.96875em) {
  .about-mala-ulica .about-elements > div:nth-of-type(5) .image-wrapper {
    left: 30px;
  }
}
.about-mala-ulica .about-elements > div:nth-of-type(5) .item.image-left {
  padding-left: 208px;
}
@media only screen and (max-width:47.96875em) {
  .about-mala-ulica .about-elements > div:nth-of-type(5) .item.image-left {
    padding-left: 65px;
  }
}
.about-mala-ulica .about-elements > div:nth-of-type(5) .item.image-right {
  padding-right: 208px;
}
@media only screen and (max-width:47.96875em) {
  .about-mala-ulica .about-elements > div:nth-of-type(5) .item.image-right {
    padding-right: 10px;
  }
}
.about-mala-ulica .about-elements > div:nth-of-type(6) img {
  width: 269px;
  border-radius: 269px;
}
@media only screen and (max-width:47.96875em) {
  .about-mala-ulica .about-elements > div:nth-of-type(6) img {
    width: 81px;
  }
}
.about-mala-ulica .about-elements > div:nth-of-type(7) img {
  width: 300px;
  height: 300px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
@media only screen and (max-width:47.96875em) {
  .about-mala-ulica .about-elements > div:nth-of-type(7) img {
    width: 90px;
    height: 90px;
  }
}
.about-mala-ulica .about-elements > div:nth-of-type(7) .image-wrapper {
  position: absolute;
}
.about-mala-ulica .about-elements > div:nth-of-type(7) .item.image-left {
  padding-left: 300px;
}
@media only screen and (max-width:47.96875em) {
  .about-mala-ulica .about-elements > div:nth-of-type(7) .item.image-left {
    padding-left: 90px;
  }
}
.about-mala-ulica .about-elements > div:nth-of-type(7) .item.image-right {
  padding-right: 300px;
}
@media only screen and (max-width:47.96875em) {
  .about-mala-ulica .about-elements > div:nth-of-type(7) .item.image-right {
    padding-right: 90px;
  }
}
.about-mala-ulica a.item:hover h2 {
  text-decoration: underline;
}
.about-mala-ulica .cta-holder {
  background-image: url("../images/nav_line.svg");
  background-repeat: repeat-x;
  background-position: top left;
}
.footer-row-element {
  text-align: center;
}
@media only screen and (max-width:47.96875em) {
  .footer-row-element {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.footer-row-element h2 {
  font-size: clamp(4rem, 4vw, 13rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width:47.96875em) {
  .footer-row-element h2 {
    font-size: 4rem;
  }
}
.footer-row-element .item {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-default);
  text-decoration: none;
}
.footer-row-element .item.image-right .image-wrapper {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  right: 0;
}
.footer-row-element .item.image-right .content-wrapper {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.footer-row-element .item.image-right .description-wrapper {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.footer-row-element .item.image-left .image-wrapper {
  left: 0;
}
.footer-row-element .description-wrapper {
  max-width: 105px;
  text-align: left;
}
@media only screen and (max-width:47.96875em) {
  .footer-row-element .description-wrapper {
    display: none;
  }
}
.footer-row-element .description-wrapper p {
  margin: 0;
}
.footer-row-element .content-wrapper {
  margin-left: 40px;
  margin-right: 20px;
}
@media only screen and (max-width:47.96875em) {
  .footer-row-element .content-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.footer-row-element {
  background-image: url("../images/nav_line.svg");
  background-repeat: repeat-x;
  background-position: top left;
}
.story-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1000;
}
.story-popup .story-content {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
      -ms-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  text-align: center;
}
.story-popup .close-story {
  position: absolute;
  top: 20px;
  right: 30px;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  width: 22px;
  height: 22px;
  background-color: transparent;
  text-indent: -9999px;
  cursor: pointer;
}
.story-popup .close-story:before,
.story-popup .close-story:after {
  content: '';
  height: 2px;
  width: 22px;
  background-color: #000;
  position: absolute;
  top: 22px / 2;
  left: 0;
}
.story-popup .close-story:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.story-popup .close-story:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (min-width:64em) {
  .story-popup .close-story {
    top: 60px;
  }
}
.HolidayCarePage main {
  min-height: calc(100vh - 165px);
}
form.holiday-care .child-group,
form.holiday-care .two-cols,
form.holiday-care .child-behaviour-group,
form.holiday-care .applicant-info-group,
form.holiday-care .free-registration-group,
form.holiday-care .terms-group {
  position: relative;
  background-color: var(--color-white);
  border-radius: 40px;
  padding: 30px;
  border: 0;
}
form.holiday-care .child-group .remove-child,
form.holiday-care .two-cols .remove-child,
form.holiday-care .child-behaviour-group .remove-child,
form.holiday-care .applicant-info-group .remove-child,
form.holiday-care .free-registration-group .remove-child,
form.holiday-care .terms-group .remove-child {
  position: absolute;
  z-index: 2;
  right: 30px;
  top: 30px;
}
form.holiday-care .applicant-info-group h3 {
  font-weight: 900;
}
form.holiday-care .applicant-info-group .legend-small .legend-title {
  font-weight: 400;
  margin-bottom: 15px;
}
form.holiday-care .applicant-info-group .legend-small.is-required .legend-title:after {
  content: '*';
}
form.holiday-care .child-terms-group .add-term .mu-icon-plus {
  margin-right: 10px;
}
form.holiday-care .child-terms-group .middleColumn.fieldgroup {
  display: block;
}
form.holiday-care .child-behaviour-group {
  margin-bottom: 20px !important;
}
form.holiday-care .child-behaviour-group .middleColumn.fieldgroup {
  display: block;
}
form.holiday-care .child-behaviour-group .middleColumn.fieldgroup .fieldgroup-field {
  width: calc(100% - 20px);
}
form.holiday-care .child-behaviour-group textarea {
  height: 40px;
  min-height: 40px;
  max-height: 300px;
}
form.holiday-care .term-type-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
form.holiday-care .term-type-group .btn-remove {
  position: absolute;
  right: 5px;
  top: 40px;
}
@media only screen and (max-width:47.96875em) {
  form.holiday-care .term-type-group .btn-remove {
    top: -5px;
  }
}
form.holiday-care .term-type-group > div {
  margin-left: 10px;
  margin-right: 10px;
}
form.holiday-care .term-type-group > div:nth-of-type(1) {
  width: calc(35% - 20px);
}
@media only screen and (max-width:47.96875em) {
  form.holiday-care .term-type-group > div:nth-of-type(1) {
    width: calc(100% - 20px);
    margin-bottom: 20px;
  }
}
form.holiday-care .term-type-group > div:nth-of-type(2) {
  width: calc(65% - 50px);
}
@media only screen and (max-width:47.96875em) {
  form.holiday-care .term-type-group > div:nth-of-type(2) {
    width: calc(100% - 20px);
  }
}
form.holiday-care .field.optionset #parsley-id-multiple-ApplicantType {
  position: relative;
  top: -25px;
}
form.holiday-care .field.optionset span.description {
  margin-top: 0;
  margin-bottom: 20px;
}
.hp-intro {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (max-width:47.96875em) {
  .hp-intro {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.hp-intro .hp-intro-left,
.hp-intro .hp-intro-right {
  margin-left: var(--gutter-desktop);
  margin-right: var(--gutter-desktop);
}
@media only screen and (max-width:47.96875em) {
  .hp-intro .hp-intro-left,
  .hp-intro .hp-intro-right {
    margin-left: var(--gutter-mobile);
    margin-right: var(--gutter-mobile);
  }
}
.hp-intro.hp-intro-left {
  margin-bottom: var(--gutter-desktop);
}
@media only screen and (max-width:47.96875em) {
  .hp-intro.hp-intro-left {
    margin-bottom: var(--gutter-mobile);
  }
}
.hp-intro .hp-intro-left {
  width: calc(70% - 60px);
}
@media only screen and (max-width:47.96875em) {
  .hp-intro .hp-intro-left {
    width: calc(100% - 60px);
  }
}
.hp-intro .hp-intro-right {
  width: calc(30% - 60px);
}
@media only screen and (max-width:47.96875em) {
  .hp-intro .hp-intro-right {
    width: calc(100% - 40px);
  }
}
.hp-intro h2 {
  line-height: 1.1;
}
.hp-intro img {
  border-radius: 100%;
  max-width: 440px;
}
.hp-intro .mobile-image img {
  max-width: 80%;
  margin: 15px auto;
}
.additional-info {
  background-color: var(--color-gray);
}
.activities:focus-visible {
  outline: 0;
}
.related-events .teaser-image img {
  border-radius: 100%;
}
.related-events .label-list {
  display: none;
}
.additional-info-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.additional-info-wrapper .left,
.additional-info-wrapper .right {
  width: 50%;
}
@media only screen and (max-width:64.03125em) {
  .additional-info-wrapper .left,
  .additional-info-wrapper .right {
    width: 100%;
  }
}
.additional-info-wrapper .left {
  padding-right: 60px;
}
@media only screen and (max-width:64.03125em) {
  .additional-info-wrapper .left {
    padding-right: 0;
  }
}
.additional-info-wrapper .right {
  background-image: url("../images/boder_dashed_y.svg");
  background-repeat: repeat-y;
  background-position: top left;
  padding-left: 60px;
}
@media only screen and (max-width:64.03125em) {
  .additional-info-wrapper .right {
    background-image: url("../images/nav_line.svg");
    background-position: top left;
    background-repeat: repeat-x;
    padding-left: 0;
    padding-top: 20px;
    margin-top: 20px;
  }
}
.additional-info-wrapper.view-one-item .left {
  padding-right: 0;
  margin: 0 auto;
  text-align: center;
}
.termin-table-wrapper {
  background-image: url("../images/nav_line.svg");
  background-repeat: repeat-x;
  background-position: top left;
}
.termin-table-wrapper .termin-title {
  margin: 0;
  min-width: 25%;
}
@media only screen and (max-width:47.96875em) {
  .termin-table-wrapper .termin-title {
    width: 100%;
  }
}
.termin-table-wrapper table {
  margin-top: -10px;
  margin-bottom: 0;
}
@media only screen and (max-width:47.96875em) {
  .termin-table-wrapper table {
    margin-top: 0;
  }
}
.termin-table-wrapper .termin-inside {
  width: 75%;
}
@media only screen and (max-width:47.96875em) {
  .termin-table-wrapper .termin-inside {
    width: 100%;
  }
}
.termin-table thead tr {
  background-color: transparent;
}
.termin-table thead tr th {
  padding: 10px 0;
}
.termin-table tbody tr td {
  padding: 5px 0;
}
.termin-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cofinancers-list {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cofinancers-list img {
  max-height: 75px;
  width: auto;
  max-width: 100%;
  height: 100%;
}
.cofinancers-list li {
  margin: 10px;
}
/* event category list */
.eclp-list {
  list-style: none;
  margin: 0 -17px;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.eclp-list li {
  width: calc(50% - 34px);
  margin: 17px;
}
@media only screen and (max-width:87.46875em) {
  .eclp-list li {
    width: calc(100% - 34px);
  }
}
.eclp-list li .eclp-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-decoration: none;
  color: inherit;
}
.eclp-list li .eclp-item .img-wrapper,
.eclp-list li .eclp-item .content-wrapper {
  width: 50%;
}
@media only screen and (max-width:34.96875em) {
  .eclp-list li .eclp-item .img-wrapper,
  .eclp-list li .eclp-item .content-wrapper {
    width: 100%;
  }
}
.eclp-list li .eclp-item .content-wrapper {
  padding-left: 30px;
}
@media only screen and (max-width:34.96875em) {
  .eclp-list li .eclp-item .content-wrapper {
    padding-left: 0;
  }
}
.eclp-item {
  border-radius: 50px;
  padding: 20px;
  color: var(--color-black);
  transition: all 0.24s ease-in-out;
  height: 100%;
  background-color: var(--color-sky-blue);
}
.eclp-item h2 {
  margin: 0 0 17px;
  line-height: 0.95;
}
.eclp-item p {
  margin: 0;
}
@media only screen and (max-width:34.96875em) {
  .eclp-item .img-wrapper {
    margin-bottom: 15px;
  }
}
.eclp-item .img-wrapper img {
  display: block;
  border-radius: 28px;
}
.eclp-item .content-wrapper {
  position: relative;
  padding-bottom: 75px;
}
.eclp-item .cta-holder {
  position: absolute;
  margin-top: 20px;
  bottom: 0;
  left: 30px;
}
@media only screen and (max-width:34.96875em) {
  .eclp-item .cta-holder {
    left: 0;
  }
}
.eclp-item.style-yellow {
  background-color: var(--color-yellow);
}
.eclp-item.style-lime-green {
  background-color: var(--color-lime-green);
}
.EventListPageAll .page-head {
  margin-bottom: 0;
  padding-bottom: 1px;
}
.EventListPageAll .page-head .header-repeater {
  display: none;
}
.EventListPageAll .activities .repeater {
  display: none;
}
.list-materials .list-materials-item {
  margin-bottom: 24px;
}
.material-item {
  display: block;
  color: inherit;
  text-decoration: none;
  background-image: url("../images/nav_line.svg");
  background-repeat: repeat-x;
  background-position: bottom left;
  padding-bottom: 24px;
  height: 100%;
}
.material-item .teaser-image {
  display: block;
  margin-bottom: 24px;
}
.material-item .teaser-image img {
  max-width: 500px;
}
.material-item .teaser-title {
  line-height: 1.1;
  margin: 0 0 17px;
}
.material-item .cta-holder {
  margin-top: 15px;
}
.MaterialsListPage .style-round img {
  border-radius: 47.624px;
}
.MaterialProductPage main {
  padding-bottom: 110px;
}
@media only screen and (max-width:47.96875em) {
  .MaterialProductPage main {
    padding-bottom: 55px;
  }
}
.ArticlePage .publish-time p {
  margin: 0;
}
.ArticlePage .publish-time + .page-intro {
  margin-top: 20px;
}
.article-teaser {
  display: block;
  text-decoration: none;
  color: var(--color-black);
  background-image: url("../images/nav_line.svg");
  background-repeat: repeat-x;
  background-position: bottom left;
  padding-bottom: 24px;
}
.article-teaser picture {
  display: block;
}
.article-teaser picture img {
  border-radius: 100%;
  max-width: 400px;
}
.article-teaser .time {
  margin-block: 0 10px;
}
.article-teaser .post-title {
  margin: 0 0 20px;
  line-height: 1;
}
.article-teaser .cta-holder {
  margin-top: 20px;
}
.article-teaser.is-exposed {
  background-image: none;
  margin-bottom: 0;
}
.article-teaser.is-exposed img {
  max-width: 100%;
}
.article-teaser.is-exposed.odd img {
  border-radius: 1000px;
}
.article-teaser.is-exposed.even img {
  border-radius: 50px;
}
.related {
  position: relative;
  background-color: var(--color-lime-green);
}
.related .repeat-green-wave-v2 {
  position: absolute;
  left: 0;
  width: 100%;
  top: -27px;
}
.exposed-articles {
  background-color: var(--color-sky-blue);
}
@media only screen and (max-width:47.96875em) {
  .simple-article-teaser {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.simple-article-teaser .calendar-item time {
  width: 125px;
}
.product-list {
  list-style: none;
  padding: 0;
}
@media only screen and (max-width:47.96875em) {
  .product-list {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}
.product-list .product-item {
  border-radius: 7px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
@media only screen and (max-width:47.96875em) {
  .product-list .product-item {
    padding: 8px 20px;
    border-radius: 0;
  }
}
.product-list .product-item.odd {
  background-color: var(--color-gray);
}
.product-list .product-item p {
  margin: 0;
}
.product-list .product-item .right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-list .product-item .right p + p {
  margin-left: 15px;
}
.product-list .product-item .btn {
  margin-left: 25px;
}
.product-list-note-holder {
  margin-top: 13px;
}
.product-list-note-holder .inside-holder {
  max-width: 320px;
  margin-left: auto;
  text-align: right;
}
@media only screen and (max-width:47.96875em) {
  .product-list-note-holder .inside-holder {
    max-width: 100%;
    text-align: left;
  }
}
.elements > div:first-of-type .repeater {
  display: none;
}
.element-content.title-left .element-title {
  margin-top: 10px;
}
.element-content.title-left .content-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-image: url("../images/nav_line.svg");
  background-repeat: repeat-x;
  background-position: top left;
  padding-top: 10px;
}
.element-content.title-left .content-wrapper .title-wrapper {
  width: 25%;
  padding-right: 40px;
}
@media only screen and (max-width:64.03125em) {
  .element-content.title-left .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.element-content.title-left .content-wrapper .rte-wrapper {
  width: 75%;
  padding-top: 20px;
}
@media only screen and (max-width:64.03125em) {
  .element-content.title-left .content-wrapper .rte-wrapper {
    width: 100%;
    padding-top: 0;
  }
}
.element-content .content-wrapper {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.element-gallery {
  overflow-x: hidden;
}
.element-gallery .gallery-item figcaption {
  padding: 10px 15px 0;
  text-align: center;
}
.element-gallery .gallery-item img {
  border-radius: 50px;
}
.element-gallery .gallery-item.even img {
  border-radius: 0;
}
.element-gallery .container-gallery {
  padding-left: var(--gutter-desktop);
  padding-right: var(--gutter-desktop);
}
@media only screen and (max-width:47.96875em) {
  .element-gallery .container-gallery {
    max-width: 1480px;
    padding-left: var(--gutter-mobile);
    padding-right: var(--gutter-mobile);
  }
}
.element-gallery .is-wide .gallery-item.even img {
  border-radius: 50px;
}
audio {
  display: block;
  width: 100%;
  border-radius: 100px;
}
audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel {
  background-color: var(--color-yellow);
  color: var(--color-yellow);
}
.faq-list {
  list-style: none;
  padding: 0;
}
details > summary::marker,
details > summary::-webkit-details-marker {
  display: none;
}
details {
  margin-bottom: 20px;
  position: relative;
  display: block;
  background-color: var(--color-gray);
  border-radius: 30px;
  padding: 15px 50px 15px 25px;
}
@media only screen and (max-width:47.96875em) {
  details {
    padding: 13px 30px 13px 15px;
  }
}
details > summary {
  display: block;
  color: var(--color-black);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.18px;
}
details > summary:after {
  content: "\e906";
  position: absolute;
  right: 25px;
  top: 15px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
details .answer {
  padding-top: 24px;
}
details[open] > summary:after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.element-banner.background-default {
  background-color: var(--color-gray);
}
.element-banner.background-sky-blue {
  background-color: var(--color-sky-blue);
}
.element-banner.background-yellow {
  background-color: var(--color-yellow);
}
.element-banner .banner-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -30px;
  margin-right: -30px;
}
.element-banner .banner-content,
.element-banner .banner-image {
  margin-left: 30px;
  margin-right: 30px;
}
@media only screen and (max-width:47.96875em) {
  .element-banner .banner-image {
    margin-bottom: 20px;
  }
}
.element-banner.type-tall .banner-content,
.element-banner.type-tall .banner-image {
  width: calc(50% - 60px);
}
@media only screen and (max-width:47.96875em) {
  .element-banner.type-tall .banner-content,
  .element-banner.type-tall .banner-image {
    width: calc(100% - 60px);
  }
}
.element-banner.type-tall .banner-image img {
  border-radius: 196px;
}
@media only screen and (max-width:47.96875em) {
  .element-banner.type-tall .banner-image img {
    border-radius: 20px;
    max-width: 420px;
  }
}
.element-banner.type-small .banner-content {
  width: calc(78% - 60px);
}
@media only screen and (max-width:47.96875em) {
  .element-banner.type-small .banner-content {
    width: calc(100% - 60px);
  }
}
.element-banner.type-small .banner-image {
  width: calc(22% - 60px);
}
@media only screen and (max-width:47.96875em) {
  .element-banner.type-small .banner-image {
    width: calc(100% - 60px);
  }
}
.element-banner.type-small .banner-image img {
  border-radius: 1000px;
}
@media only screen and (max-width:47.96875em) {
  .element-banner.type-small .banner-image img {
    max-width: 320px;
  }
}
.element-banner.img-left .banner-image {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.element-banner.img-left .banner-content {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width:47.96875em) {
  .element-banner.img-right .banner-image {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .element-banner.img-right .banner-content {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.documents-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.documents-list li:last-of-type {
  margin-bottom: 0;
}
.documents-list .documents-list-item h3 {
  margin-bottom: 15px;
}
.files-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.files-list li:last-of-type {
  margin-bottom: 0;
}
.files-list li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-gray);
  color: var(--color-black);
  text-decoration: none;
  border-radius: 100px;
  padding: 15px 25px;
  transition: all 0.24s ease-in-out;
}
@media only screen and (max-width:47.96875em) {
  .files-list li a {
    padding: 10px 15px;
  }
}
.files-list li a:hover {
  background-color: var(--color-yellow);
}
.files-list li a:focus-visible {
  background-color: var(--color-focus);
}
@media only screen and (max-width:47.96875em) {
  .files-list li a .file-title {
    width: calc(100% - 130px);
  }
}
.files-list li a .file-title p {
  margin: 0;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.18px;
}
.files-list li a .file-info {
  text-transform: uppercase;
  font-size: 2.2rem;
  line-height: 1.25;
  letter-spacing: -0.22px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (max-width:47.96875em) {
  .files-list li a .file-info {
    width: 130px;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 1.4rem;
    margin-left: -5px;
    margin-right: -5px;
  }
}
.files-list li a .file-info > span {
  margin-left: 30px;
  margin-right: 30px;
}
@media only screen and (max-width:47.96875em) {
  .files-list li a .file-info > span {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.element-teasers {
  position: relative;
}
.element-teasers:before {
  content: '';
  display: block;
  width: 100%;
  height: 48px;
  background-color: #000;
  background-image: url("../images/repeaters/repeat_green_wave.svg");
  background-repeat: repeat-x;
  background-position: bottom left;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width:47.96875em) {
  .element-teasers:before {
    background-image: url("../images/repeaters/repeat_green_wave_mobile.svg");
    height: 20px;
  }
}
.element-teasers:after {
  content: '';
  display: block;
  width: 100%;
  height: 48px;
  background-color: var(--color-light-gray);
  background-image: url("../images/repeaters/repeat_green_bubble.svg");
  background-repeat: repeat-x;
  background-position: bottom left;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width:47.96875em) {
  .element-teasers:after {
    background-image: url("../images/repeaters/repeat_green_bubble_mobile.svg");
    height: 26px;
  }
}
@media only screen and (max-width:47.96875em) {
  .element-teasers .container {
    padding-top: 15px;
  }
}
.element-teaser-item {
  margin-bottom: 60px;
}
@media only screen and (max-width:47.96875em) {
  .element-teaser-item {
    margin-bottom: 40px;
  }
}
.element-teaser-item.odd .image-wrapper img {
  border-radius: 1000px;
}
.element-teaser-item.even .image-wrapper img {
  border-radius: 50px;
}
.list-persons {
  list-style: none;
  padding: 0;
}
.person-teaser p {
  margin: 0;
}
.person-teaser .person-image {
  margin-bottom: 15px;
}
@media only screen and (max-width:47.96875em) {
  .person-teaser .person-image {
    max-width: 400px;
  }
}
.person-teaser .person-image img {
  border-radius: 20px;
}
.person-teaser .person-name {
  font-weight: 900;
  margin-bottom: 20px;
}
@media only screen and (max-width:47.96875em) {
  .person-teaser .person-name {
    margin-bottom: 5px;
  }
}
.person-teaser .person-role {
  margin-bottom: 6px;
}
.person-teaser .person-email i {
  font-size: 1.6rem;
  position: relative;
  top: 2px;
}
.person-teaser .person-email a {
  text-decoration: none;
  color: inherit;
}
.person-teaser .person-email a span {
  text-decoration: underline;
}
.person-teaser .person-email a:hover span {
  text-decoration: none;
}
.calendar .day-group:not(.one-item) {
  border-bottom: 4px solid var(--color-gray);
}
.calendar .day-group + .day-group {
  margin-top: 55px;
}
@media only screen and (min-width:48em) {
  .calendar .day-group + .day-group {
    background-image: url("../images/border-top-repeat.svg");
    background-repeat: repeat-x;
    background-position: top left;
    padding-top: 20px;
    margin-top: 110px;
  }
}
.calendar-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.calendar-list .calendar-item {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
@media only screen and (max-width:47.96875em) {
  .calendar-list .calendar-item {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}
.calendar-list .calendar-item .calendar-item-inside {
  padding: 30px 20px;
  color: var(--color-black);
  text-decoration: none;
  border-radius: 7px;
}
@media only screen and (max-width:47.96875em) {
  .calendar-list .calendar-item .calendar-item-inside {
    border-radius: 0;
  }
}
.calendar-list .calendar-item:nth-child(odd) .calendar-item-inside {
  background-color: var(--color-gray);
}
@media only screen and (max-width:47.96875em) {
  .calendar-list .calendar-item:nth-child(odd) .calendar-item-inside {
    background-color: #DFDED4;
  }
}
.title-labels {
  margin-bottom: 5px;
}
.title-tag {
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 5px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
  margin: 0;
}
@media only screen and (max-width:47.96875em) {
  .title-tag {
    padding: 2px 6px;
    font-size: 1.1rem;
  }
}
.title-tag.cancel-tag {
  background-color: var(--color-green);
  color: var(--color-white);
}
.title-tag.exposed-tag {
  background-color: var(--color-blue);
  color: var(--color-white);
}
.calendar-item {
  position: relative;
  display: block;
}
.calendar-item .title-and-labels {
  margin: 0 20px 0 50px;
}
@media only screen and (max-width:47.96875em) {
  .calendar-item .title-and-labels {
    margin: 0 0 10px;
    padding-left: 20px;
  }
}
.calendar-item p {
  margin: 0;
}
.calendar-item p.title {
  font-weight: 900;
}
@media only screen and (max-width:47.96875em) {
  .calendar-item p.title {
    margin-bottom: 10px;
  }
}
.calendar-item p.subtitle {
  margin-bottom: 5px;
}
.calendar-item time {
  width: 65px;
  display: inline-block;
  font-size: 2.2rem;
}
@media only screen and (max-width:47.96875em) {
  .calendar-item time {
    font-size: 1.8rem;
    width: 55px;
  }
}
.calendar-item .calendar-item-inside {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  transition: all 0.24s ease-in-out;
}
.calendar-item .calendar-item-inside:hover {
  background-color: var(--color-yellow) !important;
}
.calendar-item .calendar-item-inside .left {
  width: calc(100% - 70px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:47.96875em) {
  .calendar-item .calendar-item-inside .left {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.calendar-item .calendar-item-inside .right {
  width: 70px;
  text-align: right;
}
@media only screen and (max-width:47.96875em) {
  .calendar-item .calendar-item-inside .right {
    width: 30px;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -16px;
  }
  .calendar-item .calendar-item-inside .right i:before {
    font-size: 2.2rem;
  }
}
.calendar-item .calendar-item-inside .right i {
  font-size: 2.7rem;
  margin-right: 5px;
}
.calendar-item .calendar-item-inside .parent-info {
  margin-bottom: 5px;
}
.calendar-item .calendar-item-inside .link-text {
  text-decoration: underline;
}
.calendar-item .calendar-item-inside a {
  color: inherit;
  text-decoration: none;
}
.calendar-item .calendar-item-inside a:hover {
  text-decoration: underline;
}
.calendar-item .event-iteration-locations-list {
  margin-bottom: 5px;
}
.calendar-item .event-iteration-locations-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.calendar-item .event-iteration-locations-list ul li {
  display: inline;
}
.calendar-item .event-iteration-locations-list ul li:not(:last-of-type):after {
  content: ', ';
}
.calendar-item.with-description .calendar-item-inside .left {
  width: 50%;
}
@media only screen and (max-width:47.96875em) {
  .calendar-item.with-description .calendar-item-inside .left {
    width: 100%;
    padding-right: 35px;
  }
}
.calendar-item.with-description .calendar-item-inside .middle {
  width: calc(50% - 70px);
}
@media only screen and (max-width:47.96875em) {
  .calendar-item.with-description .calendar-item-inside .middle {
    display: none;
  }
}
@media only screen and (min-width:48em) {
  .calendar-item:not(.with-description) .title-and-labels {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .calendar-item:not(.with-description) .title-and-labels .label-list {
    margin-left: 35px;
  }
}
.alert {
  border-radius: 20px;
  padding: 20px 25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.alert.type-green {
  background-color: var(--color-lime-green);
}
.alert.type-yellow {
  background-color: var(--color-yellow);
}
@media only screen and (min-width:64.0625em) {
  .alert {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.alert .alert-icon {
  width: 65px;
  margin-right: 15px;
}
.alert .alert-icon i {
  font-size: 6.5rem;
}
.alert .alert-content {
  width: calc(100% - 80px);
}
@media print {
  /* Print */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }
  @page {
    margin: 1cm 0.5cm;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #ddd;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  .header-repeater,
  .print-wrapper,
  .calendar-item .calendar-item-inside .right,
  .calendar-item-inside:after,
  .logo:after,
  .footer-top,
  .footer-mid,
  .footer-logos-wrapper,
  .footer-navigation li.link,
  .footer-navigation li.production,
  .btn-cookie,
  .load-more-button-wrapper {
    display: none !important;
  }
  .header-inside {
    padding: 0 0 25px !important;
    display: block;
    text-align: left !important;
  }
  .page-head {
    padding: 0;
  }
  .pspacing-90 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .calendar-list .calendar-item {
    margin: 0 0 10px 50px;
    padding: 0 0 10px;
    border-bottom: 1px solid #666;
  }
  .calendar-list .calendar-item:last-of-type {
    border-bottom: 0;
  }
  .calendar-list .calendar-item .calendar-item-inside {
    padding: 0;
  }
  .footer-bottom {
    padding-bottom: 20px;
    text-align: center;
  }
  h1,
  .h1 {
    font-size: 4rem;
  }
  h2,
  .h2,
  .price-info .price {
    font-size: 3rem;
    margin-bottom: 15px;
  }
  h3,
  .h3,
  .element-content.title-left .element-title {
    font-size: 2rem;
  }
  .text-large,
  .lead {
    font-size: 1.8rem;
  }
  .spacing-80-bottom,
  .article-teaser,
  .article-teaser {
    margin-bottom: 40px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }
  .spacing-40-bottom,
  .table,
  .documents-list li,
  .form-styled .step-2-content,
  .table,
  form.holiday-care .applicant-info-group > div.field,
  form.holiday-care .free-registration-group > div.field,
  .documents-list li {
    margin-bottom: 20px;
  }
  .day-group {
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
  }
  .calendar-item.with-description .calendar-item-inside .left {
    width: 100%;
  }
  .calendar-item.with-description .calendar-item-inside .middle {
    width: 100%;
    margin-top: 1.5rem;
  }
  .calendar-list .calendar-item {
    margin: 0 0 1rem;
  }
  p:empty {
    display: none;
  }
  .calendar-item .title-and-labels a:after {
    display: none;
  }
  .page-intro {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .page-head {
    margin-bottom: 2rem;
  }
}
/*# sourceMappingURL=style.css.map */