:root {
  --color1: #7dae30;
  --color2: #000;
  --color3: #fff;
  --color4: #878b8f;
  --color5: #e6e8e6;
  --color6: #606461;
  --color7: #1f3330;
  --primary: var(--color1);
  --secondary: var(--color4);
  --accent: var(--color6);
  --bg: var(--color3);
  --bgLight: var(--color5);
  --text: var(--color7);
  --textDark: var(--color3);
  --hColor: var(--text);
  --pColor: var(--text);
  --CardItemPaddingHorizontal: 3rem;
  --CardItemPaddingVertical: 4rem;
  --CTAPaddingVertical: 8rem;
  --btnSidePadding: 2.1rem;
  --btnTopPadding: 1.5rem;
  --SliderItemMargin: 4rem;
  --ListItemsMargin: 3rem;
  --ColorExampleMargin: 3rem;
  --contentSpacingXXS: .4rem;
  --contentSpacingXS: 1rem;
  --contentSpacingS: 3rem;
  --contentSpacingM: 5rem;
  --contentSpacingL: 8rem;
  --TextHorizontalSpacingS: 2.5rem;
  --TextHorizontalSpacingM: 5rem;
  --TextHorizontalSpacingL: 7rem;
  --VerticalPaddingXL: 10rem;
  --wrapper: 130rem;
  --wrapperPadding: var(--TextHorizontalSpacingL);
  --MaxPWidth: 56rem;
  --blockBorder: 2rem;
  --defaultSpacer: var(--VerticalPaddingXL);
  --foldIconSpacingSize: 4rem;
  --foldIconSpacing: 2rem;
  --borderRadius: .5rem;
  --formPadding: 1.6rem;
  --maxTextBlockWidth: 80rem;
  --listStyleSpacing: 1.6rem;
  --addresspaddingTop: var(--contentSpacingS);
  --addresspaddingSides: var(--contentSpacingXS);
  --filterIconSize: var(--contentSpacingXS);
  --filterIconSpacing: var(--contentSpacingXXS);
}

@media (max-width: 800px) {
  :root {
    --wrapperPadding: var(--TextHorizontalSpacingM);
    --defaultSpacer: var(--TextHorizontalSpacingL);
  }
}

@media (max-width: 500px) {
  :root {
    --wrapperPadding: var(--TextHorizontalSpacingS);
    --defaultSpacer: var(--TextHorizontalSpacingM);
  }
}

.h1, .home-banner__title, .banner--xl-title .banner__title, .banner__title {
  text-transform: none;
  color: var(--hColor);
  font-family: Usual, Helvetica Neue, sans-serif;
  font-size: 6rem;
  font-weight: 300;
  line-height: 7rem;
  text-decoration: none;
}

.h1 u, .home-banner__title u, .banner--xl-title .banner__title u, .banner__title u {
  border-bottom: .2rem solid var(--hColor);
  text-decoration: none;
}

@media (max-width: 800px) {
  .h1, .home-banner__title, .banner--xl-title .banner__title, .banner__title {
    font-size: 5rem;
    line-height: 6rem;
  }
}

@media (max-width: 500px) {
  .h1, .home-banner__title, .banner--xl-title .banner__title, .banner__title {
    font-size: 4rem;
    line-height: 5rem;
  }
}

.h2, .faq-section__title, .cta-footer__title, .content-block__title {
  text-transform: none;
  color: var(--hColor);
  font-family: Usual, Helvetica Neue, sans-serif;
  font-size: 4.7rem;
  font-weight: 300;
  line-height: 5.8rem;
  text-decoration: none;
}

@media (max-width: 800px) {
  .h2, .faq-section__title, .cta-footer__title, .content-block__title {
    font-size: 4.2rem;
    line-height: 5.3rem;
  }
}

@media (max-width: 500px) {
  .h2, .faq-section__title, .cta-footer__title, .content-block__title {
    font-size: 3.7rem;
    line-height: 4.8rem;
  }
}

.h3, .text-block__title, .specifications-section__title, .sales-points__title, .properties-section__title, .post-slider__title, .downloads-section__title, .columns-with-title__container .plain-content__title, .banner__sub-title, .post-xl-link__title, .page-xl-link__title, .page-link__title, .link-card__title {
  text-transform: none;
  color: var(--hColor);
  font-family: Usual, Helvetica Neue, sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 4.3rem;
  text-decoration: none;
}

@media (max-width: 800px) {
  .h3, .text-block__title, .specifications-section__title, .sales-points__title, .properties-section__title, .post-slider__title, .downloads-section__title, .columns-with-title__container .plain-content__title, .banner__sub-title, .post-xl-link__title, .page-xl-link__title, .page-link__title, .link-card__title {
    font-size: 3rem;
    line-height: 3.7rem;
  }
}

@media (max-width: 500px) {
  .h3, .text-block__title, .specifications-section__title, .sales-points__title, .properties-section__title, .post-slider__title, .downloads-section__title, .columns-with-title__container .plain-content__title, .banner__sub-title, .post-xl-link__title, .page-xl-link__title, .page-link__title, .link-card__title {
    font-size: 2.4rem;
    line-height: 3.3rem;
  }
}

.h4, .specifications-section__sub-title, .serre-detail__color-title, .serre-detail__title, .sales-points__sub-title, .properties-section__groep-title, .post-slider--small-title .post-slider__title, .post-slider__sub-title, .page-highlights__title, .content-block__sub-title, .contact-info__title, .columns-with-title__title, .banner__text, .sales-point__title, .post-link__title, .page-xl-link__sub-title, .page-link__sub-title, .fold-content__title {
  text-transform: none;
  color: var(--hColor);
  font-family: Usual, Helvetica Neue, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2.8rem;
  text-decoration: none;
}

@media (max-width: 800px) {
  .h4, .specifications-section__sub-title, .serre-detail__color-title, .serre-detail__title, .sales-points__sub-title, .properties-section__groep-title, .post-slider--small-title .post-slider__title, .post-slider__sub-title, .page-highlights__title, .content-block__sub-title, .contact-info__title, .columns-with-title__title, .banner__text, .sales-point__title, .post-link__title, .page-xl-link__sub-title, .page-link__sub-title, .fold-content__title {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

@media (max-width: 500px) {
  .h4, .specifications-section__sub-title, .serre-detail__color-title, .serre-detail__title, .sales-points__sub-title, .properties-section__groep-title, .post-slider--small-title .post-slider__title, .post-slider__sub-title, .page-highlights__title, .content-block__sub-title, .contact-info__title, .columns-with-title__title, .banner__text, .sales-point__title, .post-link__title, .page-xl-link__sub-title, .page-link__sub-title, .fold-content__title {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}

.h4--regular, .verkooppunten-zoeker__title {
  text-transform: none;
  color: var(--hColor);
  font-family: Usual, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.2rem;
  text-decoration: none;
}

.p, .post-slider__text, .home-banner__text, .downloads-filter .fold-content__title, .cta-footer__text, .content-block__text, .link-card__text, body, .wp-site-blocks {
  text-transform: none;
  color: var(--pColor);
  font-family: Usual, Helvetica Neue, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  text-decoration: none;
}

.button-nav-text {
  text-transform: none;
  color: var(--hColor);
  font-family: Usual, Helvetica Neue, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-decoration: none;
}

.small-info-design, .page-highlights--list .page-highlights__small-items .page-link__sub-title, .page-highlights__small-items .page-link__text, .page-highlights__small-items .page-link__sub-title, .footer__to-top, .footer__socials-title, .footer__contact-info, .downloads-filter__info, .downloads-filter .fold-content__sub-title, .contact-info__info, .contact-form__form form, .preview-color__title, .post-link__text, .place__filter, .place__contact-info, .place__title, .place__header, .page-xl-link__text, .download-item__date, .download-item__sub-title, label .label-text, label, input, textarea, .custom-dropdown__options li button {
  text-transform: none;
  font-family: Usual, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: none;
}

.btn-text, .full-width-image__title:after, .btn, .header__main-nav ul .menu-item-object-custom:last-of-type a, .custom-dropdown__selected {
  text-transform: uppercase;
  font-family: Usual, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8rem;
  text-decoration: none;
}

input[type="submit"] {
  text-transform: uppercase;
  font-family: Usual, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8rem;
  text-decoration: none;
}

.p--large, .footer__address, .download-item__title {
  text-transform: none;
  font-family: Usual, Helvetica Neue, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3rem;
  text-decoration: none;
}

.footer-link {
  text-transform: none;
  font-family: Usual, Helvetica Neue, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3rem;
  text-decoration: none;
}

.footer-link--small {
  text-transform: none;
  font-family: Usual, Helvetica Neue, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.3rem;
  text-decoration: none;
}

.nav-small-item, .header__lang ul a, .header__sub-nav ul a {
  text-transform: none;
  /*font-family: Usual, Helvetica Neue, sans-serif;*/
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.nav-button-link {
  text-transform: none;
  font-family: Usual, Helvetica Neue, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  text-decoration: none;
}

.nav-item-link--alt, .header__main-nav ul a {
  text-transform: none;
  font-family: Usual, Helvetica Neue, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4rem;
  text-decoration: none;
}

*, :before, :after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  vertical-align: baseline;
  border: 0;
  margin: 0;
  padding: 0;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  font-size: 62.5%;
  line-height: 1.15;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button {
  -webkit-appearance: button;
}

[type="button"] {
  -webkit-appearance: button;
}

[type="reset"] {
  -webkit-appearance: button;
}

[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="reset"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="button"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="reset"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  white-space: normal;
  max-width: 100%;
  padding: 0;
  display: table;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

html {
  scroll-behavior: smooth;
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
}

body, .wp-site-blocks {
  color: var(--pColor);
  width: 100vw;
  overflow-x: hidden;
  max-width: 100vw !important;
}

body {
  /*padding-top: 12.8rem;*/
}

@media screen and (max-width: 880px) {
  body {
    padding-top: 7.8rem;
  }
}

.wrapper {
  padding: 0 var(--wrapperPadding);
  width: 100%;
  margin: 0 auto;
}

:where(.is-layout-flex) {
  gap: 0;
}

.wp-site-blocks, .interface-interface-skeleton {
  color: var(--pColor);
}

.wp-site-blocks h1, .wp-site-blocks h2, .wp-site-blocks h3, .wp-site-blocks h4, .wp-site-blocks h5, .wp-site-blocks h6, .interface-interface-skeleton h1, .interface-interface-skeleton h2, .interface-interface-skeleton h3, .interface-interface-skeleton h4, .interface-interface-skeleton h5, .interface-interface-skeleton h6 {
  color: var(--hColor);
}

.wp-site-blocks p, .wp-site-blocks li, .wp-site-blocks a, .interface-interface-skeleton p, .interface-interface-skeleton li, .interface-interface-skeleton a {
  color: var(--pColor);
}

.wp-site-blocks p a, .interface-interface-skeleton p a {
  color: var(--primary) !important;
}

.bg--about {
  background-color: var(--accent);
  --hColor: var(--textDark);
  --pColor: var(--textDark);
  position: relative;
}

.bg--about.container {
  margin: 0 auto;
  max-width: 100vw !important;
}

.bg--about:after {
  content: "";
  z-index: -1;
  z-index: -1;
  background-color: var(--accent);
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.bg--about .content-block {
  background-color: var(--accent);
  --hColor: var(--textDark);
  --pColor: var(--textDark);
}

.bg--about .content-block .content-block__title {
  --hColor: var(--textDark);
}

.bg--about .content-block .content-block__sub-title {
  --pColor: var(--textDark);
}

.btn, .header__main-nav ul .menu-item-object-custom:last-of-type a, .custom-dropdown__selected {
  --pColor: var(--primary);
  color: var(--pColor);
  cursor: pointer;
  border: solid .1rem var(--primary);
  padding: var(--btnTopPadding) var(--btnSidePadding);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  gap: .8rem;
  transition: background .3s, border .3s, color .3s, -webkit-transform .15s cubic-bezier(.15, .55, .69, 1.09), transform .15s cubic-bezier(.15, .55, .69, 1.09);
  display: flex;
  text-decoration: none !important;
}

input[type="submit"] {
  --pColor: var(--primary);
  color: var(--pColor);
  cursor: pointer;
  border: solid .1rem var(--primary);
  padding: var(--btnTopPadding) var(--btnSidePadding);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  gap: .8rem;
  transition: background .3s, border .3s, color .3s, -webkit-transform .15s cubic-bezier(.15, .55, .69, 1.09), transform .15s cubic-bezier(.15, .55, .69, 1.09);
  display: flex;
  text-decoration: none !important;
}

@media (hover: hover) {
  .btn:hover, .header__main-nav ul .menu-item-object-custom:last-of-type a:hover, .custom-dropdown__selected:hover {
    --pColor: var(--textDark);
    background-color: var(--primary);
    border-color: var(--primary);
  }

  input[type="submit"]:hover {
    --pColor: var(--textDark);
    background-color: var(--primary);
    border-color: var(--primary);
  }
}

.btn:active, .header__main-nav ul .menu-item-object-custom:last-of-type a:active, .custom-dropdown__selected:active {
  -webkit-transform: scale(.97);
  transform: scale(.97);
}

input[type="submit"]:active {
  -webkit-transform: scale(.97);
  transform: scale(.97);
}

.btn--drop:after, .custom-dropdown__selected:after {
  content: "";
  background-image: url("dropdown-arrow.c516788c.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  transition: background-image .3s;
  display: block;
}

@media (hover: hover) {
  .btn--drop:hover:after, .custom-dropdown__selected:hover:after {
    background-image: url("dropdown-arrow--white.940fd8d6.svg");
  }
}

.btn--slim, .header__main-nav ul .menu-item-object-custom:last-of-type a {
  padding: .8rem 1.6rem;
}

.btn--full, .header__main-nav ul .menu-item-object-custom:last-of-type a {
  background-color: var(--primary);
  --pColor: var(--textDark);
}

.btn--full:after, .header__main-nav ul .menu-item-object-custom:last-of-type a:after {
  background-image: url("dropdown-arrow--white.940fd8d6.svg");
}

@media (hover: hover) {
  .btn--full:hover, .header__main-nav ul .menu-item-object-custom:last-of-type a:hover {
    --pColor: var(--primary);
    background-color: rgba(0, 0, 0, 0);
  }

  .btn--full:hover:after, .header__main-nav ul .menu-item-object-custom:last-of-type a:hover:after {
    background-image: url("dropdown-arrow.c516788c.svg");
  }
}

.btn--static-full {
  background-color: var(--primary);
  --pColor: var(--textDark);
}

.btn--static-full:after {
  background-image: url("dropdown-arrow--white.940fd8d6.svg");
}

.btn--static-full:active {
  -webkit-transform: none;
  transform: none;
}

@media (hover: hover) {
  .btn--static-full:hover:after {
    background-image: url("dropdown-arrow--white.940fd8d6.svg");
  }
}

.btn--download {
  --pColor: var(--textDark);
  background-color: var(--accent);
  border: none;
  border-radius: 0;
  padding: 1.4rem 1.9rem;
}

.btn--white {
  border-color: var(--textDark);
  color: var(--textDark) !important;
}

.custom-dropdown {
  position: relative;
}

.custom-dropdown select {
  display: none;
}

.custom-dropdown__selected {
  justify-content: flex-start;
}

.custom-dropdown__selected span {
  text-align: left;
  flex: 2;
}

.custom-dropdown__selected:after {
  transition: -webkit-transform .3s, transform .3s;
}

.custom-dropdown__options {
  z-index: 50;
  background-color: var(--bg);
  pointer-events: none;
  opacity: 0;
  border: solid .1rem var(--primary);
  border-radius: var(--borderRadius);
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-height: 14rem;
  transition: opacity .3s, -webkit-transform .3s, transform .3s;
  display: flex;
  position: absolute;
  overflow-y: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.custom-dropdown__options li button {
  padding: var(--btnTopPadding) var(--btnSidePadding);
  cursor: pointer;
  text-align: left;
  background: none;
  border: none;
  width: 100%;
  transition: background-color .15s, color .3s;
}

.custom-dropdown__options li button.active {
  color: var(--primary);
  font-weight: 500;
}

@media (hover: hover) {
  .custom-dropdown__options li button:hover {
    color: var(--textDark);
    background-color: var(--primary);
  }
}

.custom-dropdown.open .custom-dropdown__options {
  -webkit-transform: translateY(var(--contentSpacingXS));
  transform: translateY(var(--contentSpacingXS));
  pointer-events: all;
  opacity: 1;
}

.custom-dropdown.open .custom-dropdown__selected:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

input, textarea {
  resize: none;
  border: none;
  border-bottom: solid .1rem var(--secondary);
  color: var(--secondary);
  padding: var(--contentSpacingXS);
  width: 100%;
}

input:focus, textarea:focus {
  outline: none;
}

label {
  display: block;
  position: relative;
}

label br {
  display: none;
}

label .wpcf7-not-valid-tip {
  margin-top: 1.6rem;
}

label .wpcf7-spinner {
  z-index: -1;
  position: absolute;
}

label .label-text {
  z-index: 2;
  color: var(--secondary);
  transition: font-size .3s, -webkit-transform .3s, transform .3s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

label .label-text.open {
  font-size: 1.2rem;
  -webkit-transform: translateY(-1.4rem);
  transform: translateY(-1.4rem);
}

label .wpcf7-form-control-wrap {
  display: block;
}

.spacer {
  height: var(--defaultSpacer);
}

.base-slider {
  gap: var(--contentSpacingS);
  display: flex;
}

.base-slider .splide__slide {
  align-items: center;
  display: flex;
}

.base-slider img {
  object-fit: cover;
  width: 100%;
  height: 25rem;
  display: block;
}

@media only screen and (max-width: 800px) {
  .base-slider img {
    height: 20vh;
  }
}

@media only screen and (max-width: 500px) {
  .base-slider img {
    height: 10vh;
  }
}

.base-slider__big-slider {
  width: 50vw;
}

.base-slider__big-slider img {
  width: 50vw;
  height: 50rem;
}

@media only screen and (max-width: 800px) {
  .base-slider__big-slider {
    width: 100vw;
  }

  .base-slider__big-slider img {
    width: 100vw;
    height: 40vh;
  }
}

.base-slider__small-slider {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  display: flex;
}

.base-slider__small-slider .is-active {
  border: none !important;
}

.base-slider__small-slider .splide__slide {
  width: 40%;
  padding: 0 1.5rem;
}

.base-slider__small-slider .splide__slide:first-of-type {
  padding-left: 0;
}

@media only screen and (max-width: 500px) {
  .base-slider__small-slider .splide__slide {
    padding: 0 .5rem;
  }
}

.base-slider__small-slider .splide__arrows {
  gap: 1rem;
  display: flex;
}

@media only screen and (max-width: 500px) {
  .base-slider__small-slider .splide__arrows {
    display: none !important;
  }
}

.base-slider .splide__arrow {
  background-color: var(--bg);
  border: solid .1rem var(--accent);
  opacity: 1;
  background-image: url("arrow.200724db.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  width: 6rem;
  height: 6rem;
  position: relative;
  top: auto;
  left: auto;
  right: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.base-slider .splide__arrow svg, .base-slider .splide__arrow span {
  display: none;
}

.base-slider .splide__arrow:hover {
  opacity: 1;
}

.base-slider .splide__arrow:disabled {
  cursor: default;
}

.base-slider .splide__arrow:disabled:hover {
}

.base-slider .splide__arrow:active {
  -webkit-transform: scale(.97)rotate(90deg);
  transform: scale(.97)rotate(90deg);
}

.base-slider .splide__arrow--next {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.base-slider .splide__arrow--next:active {
  -webkit-transform: scale(.97)rotate(-90deg);
  transform: scale(.97)rotate(-90deg);
}

@media only screen and (max-width: 800px) {
  .base-slider {
    flex-direction: column;
  }
}

@media only screen and (max-width: 500px) {
  .base-slider {
    gap: 1rem;
  }
}

.column-base {
  flex: 2;
}

.configurator {
  position: relative;
}

.configurator:before {
  content: "";
  z-index: 2;
  background-color: var(--bg);
  width: 100%;
  height: 8rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.configurator iframe {
  width: 100%;
  height: 100vh;
}

@media only screen and (max-width: 500px) {
  .configurator {
    display: none;
  }
}

.content-base {
  align-items: center;
  gap: var(--VerticalPaddingXL);
  display: flex;
}

@media only screen and (max-width: 800px) {
  .content-base {
    gap: var(--contentSpacingM);
  }
}

@media only screen and (max-width: 500px) {
  .content-base {
    gap: var(--contentSpacingS);
  }
}

.content-base__content {
  gap: var(--contentSpacingS);
  max-width: var(--MaxPWidth);
  flex-direction: column;
  flex: 2;
  align-items: flex-start;
  display: flex;
}

@media only screen and (max-width: 800px) {
  .content-base__content {
    gap: var(--contentSpacingXS);
  }
}

.content-base__header {
  flex-direction: column-reverse;
  display: flex;
}

.content-base__text, .fold-content__content {
  align-items: flex-start;
  gap: var(--contentSpacingS);
  flex-direction: column;
  display: flex;
}

.content-base__text ul, .fold-content__content ul {
  gap: var(--listStyleSpacing);
  flex-direction: column;
  display: flex;
}

.content-base__text ul li, .fold-content__content ul li {
  align-items: center;
  gap: var(--listStyleSpacing);
  display: flex;
}

.content-base__text ul li:before, .fold-content__content ul li:before {
  content: url("data:image/svg+xml,<svg width=\"26\" height=\"8\" viewBox=\"0 0 26 8\" fill=\"var(--secondary)\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M25.8536 4.35355C26.0488 4.15829 26.0488 3.84171 25.8536 3.64645L22.6716 0.464466C22.4763 0.269204 22.1597 0.269204 21.9645 0.464466C21.7692 0.659728 21.7692 0.976311 21.9645 1.17157L24.7929 4L21.9645 6.82843C21.7692 7.02369 21.7692 7.34027 21.9645 7.53553C22.1597 7.7308 22.4763 7.7308 22.6716 7.53553L25.8536 4.35355ZM0.5 4.5H25.5V3.5H0.5V4.5Z\" fill=\"var(--secondary)\"/></svg>");
  line-height: initial;
  font-size: .8rem;
  display: block;
}

.content-base__img {
  flex: 2;
  position: relative;
}

.content-base__img img[src=""] {
  display: none;
}

.content-base__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.download-item {
  border-bottom: solid var(--secondary) .1rem;
  padding: var(--contentSpacingS) 0;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  min-height: 5rem;
  transition: opacity .3s, padding .3s, min-height .3s, height .3s;
  display: flex;
  overflow: hidden;
}

.download-item__header {
  align-items: center;
  gap: 1.6rem;
  display: flex;
}

.download-item__header header {
  align-items: center;
  gap: var(--foldIconSpacing);
  flex: 2;
  display: flex;
}

.download-item__sub-title {
  --pColor: var(--primary);
}

.download-item__info {
  align-items: center;
  gap: var(--foldIconSpacing);
  display: flex;
}

.download-item.inActive {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
}

@media only screen and (max-width: 800px) {
  .download-item .download-item__header {
    flex-direction: column;
    align-items: flex-start;
    gap: .2rem;
  }
}

@media only screen and (max-width: 500px) {
  .download-item {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: .8rem;
    position: relative;
  }

  .download-item .btn, .download-item .header__main-nav ul .menu-item-object-custom:last-of-type a, .header__main-nav ul .menu-item-object-custom:last-of-type .download-item a, .download-item .custom-dropdown__selected {
    right: 0;
    bottom: var(--contentSpacingS);
    background-image: url("download.b7a3ce9e.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2rem;
    background-color: var(--bg);
    border: solid .1rem var(--primary);
    border-radius: 50%;
    width: 4.4rem;
    height: 4.4rem;
    padding: 0;
    font-size: 0;
    position: absolute;
  }

  .download-item input[type="submit"] {
    right: 0;
    bottom: var(--contentSpacingS);
    background-image: url("download.b7a3ce9e.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2rem;
    background-color: var(--bg);
    border: solid .1rem var(--primary);
    border-radius: 50%;
    width: 4.4rem;
    height: 4.4rem;
    padding: 0;
    font-size: 0;
    position: absolute;
  }
}

@media only screen and (max-width: 500px) and (hover: hover) {
  .download-item .btn:hover, .download-item .header__main-nav ul .menu-item-object-custom:last-of-type a:hover, .header__main-nav ul .menu-item-object-custom:last-of-type .download-item a:hover, .download-item .custom-dropdown__selected:hover {
    background-image: url("download--white.86af5c24.svg");
    background-color: var(--primary);
  }

  .download-item input[type="submit"]:hover {
    background-image: url("download--white.86af5c24.svg");
    background-color: var(--primary);
  }
}

.fold-content {
  padding: var(--foldSpacing);
  flex-direction: column;
  display: flex;
}

.fold-content__header {
  cursor: pointer;
  border-bottom: solid var(--secondary) .1rem;
  align-items: center;
  gap: 1.6rem;
  min-height: 5rem;
  display: flex;
}

.fold-content__header header {
  align-items: center;
  gap: var(--foldIconSpacing);
  padding: var(--contentSpacingXS) 0;
  flex: 2;
  display: flex;
}

.fold-content__icon {
  width: var(--foldIconSpacingSize);
  height: var(--foldIconSpacingSize);
  display: block;
}

.fold-content__icon img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.fold-content__content-wrapper {
  flex-direction: column;
  max-height: 0;
  transition: max-height .3s;
  display: flex;
  overflow: hidden;
}

.fold-content__content {
  max-width: var(--MaxPWidth);
  padding-top: 1rem;
}

.fold-content__btn {
  cursor: pointer;
  background: url("arrow.200724db.svg") center no-repeat;
  border: none;
  width: 16px;
  height: 16px;
  transition: -webkit-transform .3s, transform .3s;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.fold-content.open .fold-content__content-wrapper {
  max-height: 500rem;
  transition: max-height .5s;
  overflow-y: auto;
}

.fold-content.open .fold-content__btn {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fold-content--empty .fold-content__btn, .fold-content--empty .fold-content__content-wrapper {
  display: none;
}

.fold-content--empty .fold-content__header {
  cursor: initial;
}

.wpcf7 form .wpcf7-response-output {
  border: 2px solid #00a0d2;
  margin: 2em .5em 1em;
  padding: .2em 1em;
}

.wpcf7 form.init .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  display: block;
}

.full-width-image {
  z-index: 2;
  width: calc((100% - var(--wrapper)) / 2 + var(--wrapper)  - var(--wrapperPadding));
  justify-content: center;
  align-items: center;
  height: 60vh;
  text-decoration: none;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 1300px) {
  .full-width-image {
    width: calc(100% - var(--wrapperPadding));
  }
}

.full-width-image__title {
  z-index: 2;
  color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 2rem;
  line-height: 0;
  display: block;
  position: relative;
}

.full-width-image__title:after {
  text-align: center;
  color: var(--textDark);
  content: attr(data-title);
  position: absolute;
  top: 50%;
  left: 4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.full-width-image__title:before {
  content: "";
  border: solid .1rem var(--textDark);
  border-radius: 50%;
  width: calc(100% + 4rem);
  padding-top: calc(100% + 4rem);
  display: block;
}

.full-width-image__img {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.full-width-image__img:before {
  content: "";
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .4) 100%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.full-width-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.link-card {
  min-width: 20rem;
  text-decoration: none;
  display: block;
}

.link-card__article {
  flex-direction: column-reverse;
  display: flex;
}

.link-card__content {
  z-index: 50;
  background-color: var(--bg);
  margin-top: calc(var(--contentSpacingS) * -1);
  margin-right: var(--contentSpacingL);
  padding: var(--contentSpacingS);
  gap: var(--contentSpacingS);
  flex-direction: column;
  transition: margin-right .3s, padding-right .3s, background-color .3s;
  display: flex;
}

.link-card__header {
  flex-direction: column-reverse;
  display: flex;
}

.link-card__title {
  --hColor: var(--primary);
}

.link-card__img {
  height: 35vh;
}

.link-card__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (hover: hover) {
  .link-card:hover .link-card__content {
    background-color: var(--bgLight);
    padding-right: calc(var(--contentSpacingS)  + var(--contentSpacingL));
    margin-right: 0;
  }
}

.page-link {
  border-bottom: solid .1rem var(--secondary);
  transition: border-bottom .3s;
  text-decoration: none !important;
}

.page-link__article {
  gap: var(--contentSpacingS);
  padding: 0 var(--contentSpacingS) var(--contentSpacingS);
  flex-direction: row-reverse;
  display: flex;
}

.page-link__content {
  justify-content: space-between;
  gap: var(--btnTopPadding);
  flex: 2;
  display: flex;
}

.page-link__header {
  transition: -webkit-transform .3s, transform .3s;
}

.page-link__text {
  opacity: 0;
  max-width: 67rem;
  transition: opacity .3s;
}

.page-link__img {
  width: 19rem;
  height: 19rem;
  position: relative;
}

.page-link__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

@media (hover: hover) {
  .page-link:hover .page-link__header {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
  }

  .page-link:hover .page-link__text {
    opacity: 1;
  }
}

.page-xl-link {
  border-bottom: solid .1rem var(--secondary);
  padding-bottom: var(--contentSpacingS);
  display: block;
  text-decoration: none !important;
}

.page-xl-link__article {
  gap: var(--contentSpacingS);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.page-xl-link__content {
  gap: var(--btnTopPadding);
  flex-direction: column;
  display: flex;
}

.page-xl-link__text {
  --pColor: var(--secondary);
  opacity: 0;
  transition: opacity .3s;
}

.page-xl-link__img {
  order: -1;
  width: 100%;
  height: 50rem;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .page-xl-link__img {
    height: 40vh;
  }
}

@media only screen and (max-width: 500px) {
  .page-xl-link__img {
    height: 30vh;
  }
}

.page-xl-link__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

@media (hover: hover) {
  .page-xl-link:hover .page-xl-link__text {
    opacity: 1;
  }
}

.place {
  padding: var(--contentSpacingS) var(--contentSpacingXS) var(--listStyleSpacing);
  cursor: pointer;
  transition: opacity .3s;
}

.place.inActive {
  opacity: .5;
}

.place__title {
  font-weight: bold;
}

.place__contact-info address {
  margin-top: var(--contentSpacingXS);
  font-style: normal;
}

.place__contact-info-links {
  display: flex;
  gap: var(--filterIconSpacing) !important;
  flex-direction: row !important;
}

.place__contact-info-links li {
  gap: var(--filterIconSpacing) !important;
}

.place__contact-info-links li:before {
  content: "-" !important;
  display: inline !important;
}

.place__contact-info-links li:first-of-type:before {
  content: "" !important;
  display: none !important;
}

.place__filters {
  gap: var(--formPadding);
  margin-top: var(--contentSpacingS);
  display: flex;
  flex-direction: row !important;
}

.place__filter {
  align-items: center;
  gap: var(--filterIconSpacing);
  display: flex;
}

.place__filter:before {
  width: var(--filterIconSize);
  height: var(--filterIconSize);
  border: solid .1rem var(--secondary);
  border-radius: 50%;
  display: block;
  content: "" !important;
}

.place__filter.active:before {
  border: solid .1rem var(--primary);
  background-color: var(--primary);
}

.popup {
  z-index: 11000000;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.popup--open {
  pointer-events: all;
  opacity: 1;
}

.popup__container {
  background-color: #fff;
  padding: 4rem;
  position: relative;
}

.popup__close {
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.post-link {
  text-decoration: none !important;
}

.post-link__article {
  gap: var(--contentSpacingS);
  padding-bottom: var(--contentSpacingS);
  flex-direction: row-reverse;
  display: flex;
}

.post-link__content {
  gap: var(--btnTopPadding);
  flex-direction: column;
  flex: 2;
  display: flex;
}

.post-link__title {
  transition: color .3s;
}

.post-link__img {
  width: 12rem;
  height: 12rem;
  position: relative;
}

.post-link__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

@media (hover: hover) {
  .post-link:hover .post-link__title {
    color: var(--primary);
  }
}

.post-xl-link {
  display: block;
  text-decoration: none !important;
}

.post-xl-link__article {
  gap: var(--contentSpacingS);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.post-xl-link__content {
  gap: var(--btnTopPadding);
  flex-direction: column;
  display: flex;
}

.post-xl-link__title {
  --hColor: var(--primary);
}

.post-xl-link__img {
  order: -1;
  width: 100%;
  height: 50rem;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .post-xl-link__img {
    height: 40vh;
  }
}

@media only screen and (max-width: 500px) {
  .post-xl-link__img {
    height: 30vh;
  }
}

.post-xl-link__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.preview-color {
  --bgColor: var(--textDark);
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  display: flex;
}

.preview-color__swatch {
  background-color: var(--bgColor);
  border-radius: 50%;
  width: 7rem;
  height: 7rem;
  display: block;
}

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

.sales-point {
  gap: var(--contentSpacingXS);
  flex-direction: column;
  max-width: 25rem;
  display: flex;
}

.sales-point__header {
  --hColor: var(--primary);
}

.sales-point__text {
  --pColor: var(--textDark);
}

.video-player {
  margin: 0 auto;
  max-width: var(--wrapper) !important;
}

.video-player .video-js {
  width: 100%;
  height: 70rem;
}

.video-player video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-player .video-js {
  color: #fff;
  font-size: 1rem;
}

.video-player .vjs-default-skin .vjs-big-play-button {
  border: .06666em solid #fff;
  border-radius: .3em;
  width: 3em;
  height: 1.5em;
  font-size: 3em;
  line-height: 1.5em;
  top: .5em;
  left: .5em;
}

.video-player .video-js .vjs-control-bar, .video-player .video-js .vjs-big-play-button, .video-player .video-js .vjs-menu-button .vjs-menu-content {
  background-color: rgba(43, 51, 63, .7);
}

.video-player .video-js .vjs-slider {
  background-color: rgba(115, 133, 159, .5);
}

.video-player .video-js .vjs-volume-level, .video-player .video-js .vjs-play-progress, .video-player .video-js .vjs-slider-bar {
  background: #fff;
}

.video-player .video-js .vjs-load-progress {
  background: rgba(115, 133, 159, .5);
}

.video-player .video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, .75);
}

.banner {
  justify-content: space-between;
  gap: var(--TextHorizontalSpacingM);
  flex-direction: row-reverse;
  min-height: 53rem;
  display: flex;
}

.banner__content {
  justify-content: center;
  align-items: flex-start;
  gap: var(--TextHorizontalSpacingS);
  padding: var(--TextHorizontalSpacingM) 0 calc(var(--TextHorizontalSpacingM) * 2);
  flex-direction: column;
  width: 50%;
  max-width: 60rem;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .banner__content {
    gap: var(--contentSpacingXS);
    width: 100%;
    max-width: 100vw;
    padding: 0;
  }
}

.banner__img {
  width: calc(50vw - var(--TextHorizontalSpacingM) * 2);
  z-index: 10;
  flex: 2;
  min-height: 53rem;
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 1300px) {
  .banner__img {
    width: calc(50vw - var(--TextHorizontalSpacingM));
  }
}

@media only screen and (max-width: 800px) {
  .banner__img {
    flex: initial;
    flex-direction: column-reverse;
    width: 100%;
    max-width: 100%;
    height: 30vh;
    min-height: 30vh;
    position: relative;
  }
}

.banner__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

@media only screen and (max-width: 800px) {
  .banner__img img {
    left: calc(var(--wrapperPadding) * -1);
    width: calc(100% + var(--wrapperPadding) * 2);
  }
}

.banner--inverted {
  flex-direction: row;
}

.banner--inverted .banner__img {
  left: auto;
  right: 0;
}

.banner--no-img {
  flex-direction: row;
  min-height: 0;
}

.banner--no-img .banner__content {
  padding: var(--TextHorizontalSpacingM) 0 0;
  max-width: 80rem;
}

.banner--no-img .banner__img {
  display: none;
}

.banner--overlap {
  margin-bottom: calc(var(--TextHorizontalSpacingM) * -1);
}

@media only screen and (max-width: 800px) {
  .banner--overlap {
    padding-bottom: var(--TextHorizontalSpacingM);
    margin-bottom: 0;
  }

  .banner {
    gap: var(--TextHorizontalSpacingS);
    flex-direction: column-reverse;
  }
}

.columns-base {
  display: flex;
}

.columns-with-title {
  gap: var(--TextHorizontalSpacingL);
  --contentSpacingM: var(--contentSpacingS);
  flex-direction: column;
  display: flex;
}

.columns-with-title__title {
  --hColor: var(--primary);
}

.columns-with-title__container .wp-block-noticedblock-columnswithtitle {
  gap: var(--wrapperPadding, 0);
  grid-template-columns: repeat(var(--columns, 1), 1fr);
  grid-auto-flow: dense;
  width: 100%;
  display: grid;
}

@media only screen and (max-width: 800px) {
  .columns-with-title__container .wp-block-noticedblock-columnswithtitle {
    grid-template-columns: repeat(var(--columnsTablet, 1), 1fr);
  }
}

@media only screen and (max-width: 500px) {
  .columns-with-title__container .wp-block-noticedblock-columnswithtitle {
    grid-template-columns: repeat(var(--columnsMobile, 1), 1fr);
  }
}

.contact-form {
  gap: var(--wrapperPadding);
  flex-direction: row-reverse;
  display: flex;
}

@media only screen and (max-width: 800px) {
  .contact-form {
    flex-direction: column-reverse;
  }
}

.contact-form__form {
  max-width: 71rem;
}

.contact-form__form form {
  gap: var(--contentSpacingL);
  row-gap: var(--contentSpacingS);
  color: var(--secondary);
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}

@media only screen and (max-width: 800px) {
  .contact-form__form form {
    gap: var(--contentSpacingS);
    grid-template-columns: 1fr;
  }
}

.contact-form__form form .wpcf7-response-output {
  grid-column: 1 / -1;
  margin: 0;
  padding: 0;
  border: none !important;
}

.contact-form__form form div {
  gap: var(--formPadding);
  flex-direction: column;
  display: flex;
}

.contact-form__form form .group p {
  gap: var(--contentSpacingXS);
  flex-direction: row;
  display: flex;
}

.contact-form__form form .group p label:nth-of-type(2) {
  max-width: var(--VerticalPaddingXL);
}

.contact-form__form input, .contact-form__form textarea {
  flex: 2;
}

.contact-form__form textarea {
  height: 16rem;
}

.contact-form__form .full-width {
  grid-column: 1 / -1;
}

.contact-form__form .full-width p {
  justify-content: flex-start;
  display: flex;
}

.contact-form__form .full-width p label {
  width: 100%;
  display: flex;
}

.contact-form__form .full-width p .wpcf7-form-control-wrap {
  flex: 2;
  width: 100%;
}

.contact-form__form .full-width p .wpcf7-submit {
  flex: 0;
}

.contact-form__img {
  flex: 2;
  align-self: stretch;
  position: relative;
}

.contact-form__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.contact-info {
  border-radius: var(--blockBorder);
  padding-top: 40vh;
  padding-bottom: var(--wrapperPadding);
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-info__content {
  background-color: var(--bg);
  padding: var(--contentSpacingS) var(--SliderItemMargin);
  border-radius: var(--borderRadius);
  gap: var(--contentSpacingS);
  flex-direction: column;
  display: flex;
}

.contact-info__title {
  --hColor: var(--primary);
}

.contact-info__info {
  gap: var(--contentSpacingS);
  display: flex;
}

.contact-info__info address {
  font-style: normal;
}

.contact-info__img {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.contact-info__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.content-block {
  --bgColor: var(--bgLight);
  align-items: initial;
  flex-direction: row-reverse;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.content-block__content {
  flex: 2;
  width: 50%;
  max-width: 42rem;
}

@media only screen and (max-width: 800px) {
  .content-block__content {
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 500px) {
  .content-block__content {
    max-width: 100%;
  }
}

.content-block__title {
  --hColor: var(--primary);
}

.content-block__sub-title {
  --pColor: var(--primary);
}

.content-block__img {
  max-width: 60rem;
  min-height: 40rem;
}

.content-block__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (max-width: 800px) {
  .content-block__img {
    flex: initial;
    width: 100%;
    height: 40vh;
    position: relative;
    right: auto;
  }
}

@media only screen and (max-width: 500px) {
  .content-block__img {
    height: 30vh;
  }
}

.content-block--inverted {
  flex-direction: row;
}

@media only screen and (max-width: 800px) {
  .content-block {
    flex-direction: column-reverse;
  }
}

.content-block--bg {
  padding-top: var(--VerticalPaddingXL);
  padding-bottom: var(--VerticalPaddingXL);
  background-color: var(--bgColor);
  padding-top: var(--TextHorizontalSpacingM);
  padding-bottom: var(--TextHorizontalSpacingM);
}

.content-block--bg:after {
  content: "";
  z-index: -1;
  background-color: var(--bgColor);
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 800px) {
  .content-block--bg {
    padding-top: var(--TextHorizontalSpacingL);
    padding-bottom: var(--TextHorizontalSpacingL);
  }
}

.cta-footer {
  background-color: var(--accent);
  --pColor: var(--textDark);
  padding: var(--wrapperPadding);
  border-radius: var(--blockBorder);
  overflow: hidden;
}

@media only screen and (max-width: 1300px) {
  .cta-footer {
    border-radius: 0;
  }
}

.cta-footer__content {
  flex: 2;
}

.cta-footer__title {
  --hColor: var(--textDark);
}

.cta-footer__img {
  z-index: 1;
  flex: 2;
  height: 50rem;
  position: relative;
}

.cta-footer__img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (max-width: 800px) {
  .cta-footer__img {
    flex: initial;
    width: 100%;
    height: 40vh;
  }
}

@media only screen and (max-width: 500px) {
  .cta-footer__img {
    height: 30vh;
  }
}

.cta-footer--inverted {
  flex-direction: row-reverse;
}

.cta-footer--inverted .cta-footer__img:after {
  left: auto;
  right: 50%;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

@media only screen and (max-width: 800px) {
  .cta-footer {
    flex-direction: column-reverse;
  }
}

.downloads-filter {
  gap: var(--wrapperPadding);
  flex-direction: column;
  display: flex;
}

.downloads-filter__form {
  align-items: flex-start;
  gap: var(--contentSpacingS);
  flex-direction: column;
  display: flex;
}

.downloads-filter .custom-dropdown {
  min-width: 22rem;
}

.downloads-filter__search {
  background-color: var(--bg);
  align-items: center;
  gap: var(--btnSidePadding);
  padding-left: var(--btnSidePadding);
  padding-right: var(--btnSidePadding);
  border: solid .1rem var(--primary);
  border-radius: 50rem;
  height: 5rem;
  display: flex;
}

.downloads-filter__search:after {
  content: "";
  background-image: url("search.f4265f64.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.4rem;
  height: 1.4rem;
  display: block;
}

.downloads-filter__search input {
  background-color: var(--bg);
  border: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.downloads-filter__search input:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0);
  opacity: 0;
}

.downloads-filter__search input:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
  opacity: 0;
}

.downloads-filter__search input:focus::placeholder {
  color: rgba(0, 0, 0, 0);
  opacity: 0;
}

.downloads-filter__search input:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 500px) {
  .downloads-filter__search {
    width: 100%;
  }
}

.downloads-filter__filters {
  align-items: center;
  gap: var(--contentSpacingXS);
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.downloads-filter__filters:after {
  content: "";
  background-color: var(--secondary);
  margin-left: calc(var(--contentSpacingS)  - var(--contentSpacingXS));
  flex: 2;
  width: auto;
  height: .1rem;
  display: block;
}

@media only screen and (max-width: 800px) {
  .downloads-filter__filters {
    flex-direction: column;
    align-items: stretch;
  }
}

.downloads-filter__downloads {
  flex-direction: column;
  display: flex;
}

.downloads-filter .fold-content {
  margin-bottom: var(--contentSpacingXS);
  max-height: 500rem;
  transition: opacity .3s, margin-bottom .3s, max-height .3s;
  overflow: hidden;
}

.downloads-filter .fold-content__sub-title {
  --pColor: var(--primary);
}

.downloads-filter .fold-content__content {
  padding: var(--foldIconSpacingSize) 0;
  max-width: initial;
  gap: var(--contentSpacingS);
  justify-content: space-between;
  display: flex;
}

@media only screen and (max-width: 500px) {
  .downloads-filter .fold-content__content {
    flex-direction: column;
    align-items: flex-start;
  }
}

.downloads-filter__info {
  max-width: var(--MaxPWidth);
  flex-direction: column;
  display: flex;
}

.downloads-filter__date {
  font-weight: bold;
}

.downloads-section__header {
  padding: var(--contentSpacingS);
  background: none;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  min-height: 40rem;
  display: flex;
}

.downloads-section__title {
  --hColor: var(--textDark);
}

.downloads-section__bg-img {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.downloads-section__bg-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.downloads-section__content {
  padding: var(--wrapperPadding) 0;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  min-height: 40rem;
}

.downloads-section__tab-btns {
  gap: var(--contentSpacingXS);
  flex-wrap: wrap;
  display: flex;
}

.downloads-section__tabs {
  width: 100%;
}

.downloads-section__tab {
  width: 100%;
  display: none;
}

.downloads-section__tab.active {
  gap: var(--contentSpacingS);
  flex-direction: column;
  display: flex;
}

@media only screen and (max-width: 800px) {
  .downloads-section {
    flex-direction: column;
  }
}

.faq-section {
  gap: var(--contentSpacingXS);
  padding-top: var(--defaultSpacer);
  padding-bottom: var(--defaultSpacer);
  flex-direction: column;
  display: flex;
}

.faq-section:nth-of-type(2n) {
  background-color: var(--bgLight);
  position: relative;
}

.faq-section:nth-of-type(2n):after {
  content: "";
  z-index: -1;
  background-color: var(--bgLight);
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.faq-section__content .wp-block-noticedblock-faqsection {
  gap: var(--contentSpacingS);
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}

@media only screen and (max-width: 800px) {
  .faq-section__content .wp-block-noticedblock-faqsection {
    grid-template-columns: 1fr;
  }
}

.faq-section--alt-bg {
  background-color: var(--bgLight);
  position: relative;
}

.faq-section--alt-bg:after {
  content: "";
  z-index: -1;
  background-color: var(--bgLight);
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.footer {
  gap: var(--contentSpacingM);
  padding-top: var(--wrapperPadding);
  padding-bottom: var(--wrapperPadding);
  grid-template-rows: repeat(2, min-content);
  grid-template-columns: 1fr max-content max-content;
  display: grid;
}

.footer__logo {
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  grid-area: 1 / 1 / 2 / 2;
  width: 20rem;
  height: 5rem;
  display: block;
}

.footer__logo span {
  display: none;
}

.footer__address {
  grid-area: 1 / 2 / 2 / 3;
  font-style: normal;
}

.footer__contact-info {
  --pColor: var(--secondary);
  flex-direction: column;
  grid-area: 1 / 3 / 2 / 4;
  gap: .4rem;
  display: flex;
}

@media only screen and (max-width: 880px) {
  .footer__contact-info {
    grid-area: 2 / 1 / 3 / 2;
  }
}

.footer__contact-info a {
  transition: color .3s;
  text-decoration: none !important;
}

@media (hover: hover) {
  .footer__contact-info a:hover {
    --pColor: var(--primary);
  }
}

.footer__socials {
  --pColor: var(--secondary);
  flex-direction: column;
  grid-area: 2 / 3 / -1 / 4;
  gap: 1rem;
  display: flex;
}

@media only screen and (max-width: 880px) {
  .footer__socials {
    grid-area: 2 / 2 / 3 / 3;
  }
}

.footer__socials ul {
  gap: 1.6rem;
  display: flex;
}

.footer__socials ul li a {
  background-color: var(--secondary);
  border-radius: 50%;
  transition: background-color .3s cubic-bezier(.15, .55, .69, 1.09), -webkit-transform .15s cubic-bezier(.15, .55, .69, 1.09), transform .15s cubic-bezier(.15, .55, .69, 1.09);
  display: block;
}

@media (hover: hover) {
  .footer__socials ul li a:hover {
    background-color: var(--primary);
  }
}

.footer__socials ul li a:active {
  -webkit-transform: scale(.97);
  transform: scale(.97);
}

.footer__socials ul li a i:before {
  color: var(--bg);
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.2rem;
  display: flex;
}

.footer__socials ul li a span {
  display: none;
}

.footer__socials-title {
  --hColor: var(--secondary);
}

.footer__to-top {
  --pColor: var(--secondary);
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer__to-top:before {
  content: "";
  border: solid var(--secondary) .1rem;
  background-image: url("back-to-top.ee07d398.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  transition: background-position .3s cubic-bezier(.15, .55, .69, 1.09);
  display: block;
}

@media (hover: hover) {
  .footer__to-top:hover {
    --pColor: var(--primary);
  }

  .footer__to-top:hover:before {
    background-position: 50% .6rem;
  }
}

@media only screen and (max-width: 880px) {
  .footer__to-top {
    grid-area: 3 / 1 / 4 / 2;
  }

  .footer {
    grid-template-columns: 1fr max-content;
  }
}

@media only screen and (max-width: 590px) {
  .footer {
    gap: var(--contentSpacingS);
    flex-direction: column;
    display: flex;
  }
}

.header {
  z-index: 2147483647;
  background-color: var(--bg);
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: fixed;
  top: 0;
  left: 0;
}

.header__wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header__title {
  display: none;
}

.header__logo {
  width: 16rem;
  height: 4.2rem;
  display: block;
  position: relative;
}

.header__logo span {
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16rem;
  height: 4.2rem;
  transition: opacity .3s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.header__big-logo {
  opacity: 1;
}

.header__small-logo {
  opacity: 0;
}

.header__hamburger {
  cursor: pointer;
  background: none;
  border: none;
  width: 2rem;
  height: 1.8rem;
  padding: 0;
  display: none;
  position: relative;
}

@media only screen and (max-width: 880px) {
  .header__hamburger {
    display: block;
  }
}

.header__hamburger span {
  background-color: var(--primary);
  width: 2rem;
  height: .3rem;
  transition: -webkit-transform .3s, transform .3s;
  display: block;
  position: absolute;
}

.header__hamburger span:first-of-type {
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
  top: 0;
}

.header__hamburger span:nth-of-type(2) {
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%)scaleX(1);
  transform: translateY(-50%)scaleX(1);
}

.header__hamburger span:last-of-type {
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
  bottom: 0;
}

.header .current-menu-item > a {
  color: var(--primary);
}

.header .menu-item-has-children {
  margin-bottom: -2rem;
  padding-bottom: 2rem;
  position: relative;
}

@media only screen and (max-width: 880px) {
  .header .menu-item-has-children {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.header .menu-item-has-children > a {
  align-items: center;
  gap: .8rem;
  display: flex;
}

.header .menu-item-has-children > a:after {
  content: "";
  background-image: url("dropdown-arrow.c516788c.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  transition: -webkit-transform .15s, transform .15s;
  display: block;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

@media only screen and (max-width: 880px) {
  .header .menu-item-has-children > a:after {
    display: none;
  }
}

.header .menu-item-has-children .sub-menu {
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  background-color: var(--bg);
  padding: var(--contentSpacingS);
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
  min-width: 20rem;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 100%;
  left: -2rem;
  box-shadow: .4rem 0 4rem rgba(0, 0, 0, .1);
}

@media only screen and (max-width: 880px) {
  .header .menu-item-has-children .sub-menu {
    opacity: 1;
    pointer-events: all;
    box-shadow: none;
    align-items: stretch;
    gap: 0;
    padding: 0;
    position: relative;
    left: 0;
  }

  .header .menu-item-has-children .sub-menu a {
    gap: var(--contentSpacingXS);
    align-items: center;
    display: flex;
  }

  .header .menu-item-has-children .sub-menu a:before {
    content: "";
    background-image: url("listitem.558b7578.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.5rem;
    height: 2rem;
    display: block;
  }
}

@media (hover: hover) {
  .header .menu-item-has-children .sub-menu:hover {
    opacity: 1;
    pointer-events: all;
  }

  .header .menu-item-has-children:hover > a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .header .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    pointer-events: all;
  }
}

.header__navs {
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 2rem;
  display: flex;
}

.header__navs a {
  transition: color .15s cubic-bezier(.15, .55, .69, 1.09);
}

@media (hover: hover) {
  .header__navs a:hover {
    --pColor: var(--primary);
  }
}

@media only screen and (max-width: 880px) {
  .header__navs {
    z-index: 2;
    padding: 0 var(--wrapperPadding) var(--wrapperPadding);
    background-color: var(--bg);
    opacity: 0;
    pointer-events: none;
    flex-direction: column;
    align-items: stretch;
    gap: 3rem;
    width: 100%;
    height: calc(100vh - 7.8rem);
    max-height: 0;
    transition: opacity .3s, max-height .3s .3s;
    position: absolute;
    top: 100%;
    left: 0;
    overflow-y: auto;
  }

  .header__sub-nav {
    width: 100%;
  }
}

.header__sub-nav ul {
  align-items: center;
  gap: 2rem;
  display: flex;
}

.header__sub-nav ul a {
  --pColor: var(--secondary);
  display: block;
  position: relative;
}

.header__sub-nav ul a:after {
  content: "";
  background-color: var(--primary);
  opacity: 0;
  height: .1rem;
  transition: opacity .3s, -webkit-transform .3s, transform .3s;
  position: absolute;
  bottom: -.1rem;
  left: 0;
  right: 0;
}

@media (hover: hover) {
  .header__sub-nav ul a:hover:after {
    opacity: 1;
    -webkit-transform: translateY(.4rem);
    transform: translateY(.4rem);
  }
}

@media only screen and (max-width: 880px) {
  .header__sub-nav ul {
    flex-wrap: wrap;
    gap: 1.6rem 0;
  }

  .header__sub-nav ul li {
    justify-content: center;
    width: 50%;
    display: flex;
  }
}

.header__main-nav ul {
  align-items: center;
  gap: 3rem;
  display: flex;
}

@media only screen and (max-width: 880px) {
  .header__main-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .header__main-nav ul a {
    padding: 2rem 0;
    display: block;
  }

  .header__main-nav ul .menu-item-object-custom:last-of-type a {
    padding: var(--btnTopPadding) var(--btnSidePadding);
  }
}

.header__sub-navs {
  gap: 2rem;
  transition: margin .3s, -webkit-transform .3s, transform .3s;
  display: flex;
}

@media only screen and (max-width: 880px) {
  .header__sub-navs {
    flex-direction: column;
    gap: 3rem;
  }
}

.header__lang {
  position: relative;
}

.header__lang:before {
  content: "";
  background-color: var(--secondary);
  width: .1rem;
  height: 100%;
  display: block;
  position: absolute;
  left: -1rem;
}

@media only screen and (max-width: 800px) {
  .header__lang:before {
    display: none;
  }
}

.header__lang ul {
  align-items: center;
  gap: 2rem;
  display: flex;
}

.header__lang ul a {
  --pColor: var(--secondary);
  display: block;
  position: relative;
}

.header__lang ul a:before {
  content: "";
  background-color: var(--primary);
  opacity: 0;
  height: .1rem;
  transition: opacity .3s, -webkit-transform .3s, transform .3s;
  position: absolute;
  bottom: -.1rem;
  left: 0;
  right: 0;
}

@media (hover: hover) {
  .header__lang ul a:hover:before {
    opacity: 1;
    -webkit-transform: translateY(.4rem);
    transform: translateY(.4rem);
  }
}

@media only screen and (max-width: 880px) {
  .header__lang ul {
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }

  .header__lang ul a {
    display: none !important;
  }

  .header__lang ul li {
    align-items: center;
    gap: 1rem;
    display: flex;
  }

  .header__lang ul .sub-menu {
    justify-content: center;
    margin: 0;
    flex-direction: row !important;
    gap: 1rem !important;
    padding-right: 0 !important;
  }

  .header__lang ul .sub-menu a {
    display: flex !important;
  }

  .header__lang ul .sub-menu li:after {
    content: "";
    background-color: var(--secondary);
    width: .4rem;
    height: .1rem;
    display: block;
  }

  .header__lang ul .sub-menu li:last-of-type:after {
    display: none;
  }
}

.header.open .header__hamburger span:first-of-type {
  -webkit-transform: translateY(.1rem)rotate(-45deg);
  transform: translateY(.1rem)rotate(-45deg);
}

.header.open .header__hamburger span:nth-of-type(2) {
  -webkit-transform: translateY(-50%)scaleX(0);
  transform: translateY(-50%)scaleX(0);
}

.header.open .header__hamburger span:last-of-type {
  -webkit-transform: translateY(0)rotate(45deg);
  transform: translateY(0)rotate(45deg);
}

.header.open .header__navs {
  opacity: 1;
  pointer-events: all;
  max-height: calc(100vh - 7.8rem);
  transition: opacity .3s, max-height;
}

@media only screen and (min-width: 880px) {
  /*.header--scroll .header__sub-navs {*/
  /*  margin-bottom: -4.6rem;*/
  /*  -webkit-transform: translateY(-5rem);*/
  /*  transform: translateY(-5rem);*/
  /*}*/

  /*.header--scroll .header__big-logo {*/
  /*  opacity: 0;*/
  /*}*/

  /*.header--scroll .header__small-logo {*/
  /*  opacity: 1;*/
  /*}*/
}

.home-banner {
  --hColor: var(--textDark);
  --pColor: var(--textDark);
  position: relative;
}

.home-banner:before {
  content: "";
  z-index: -1;
  background-color: var(--accent);
  display: block;
  position: absolute;
  top: 20vh;
  bottom: 0;
  left: 0;
  right: 0;
}

.home-banner__header {
  padding-top: 29vh;
}

.home-banner__title {
  max-width: 76rem;
}

.home-banner__content {
  align-items: flex-start;
  gap: var(--contentSpacingS);
  padding-top: 20vh;
  padding-bottom: var(--contentSpacingL);
  flex-direction: column;
  display: flex;
}

.home-banner__text {
  max-width: 57rem;
}

.home-banner__img {
  z-index: -1;
  width: 65vw;
  height: 50vh;
  position: absolute;
  top: 0;
  right: 0;
}

.home-banner__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.page-highlights {
  gap: var(--contentSpacingM);
  flex-direction: column;
  display: flex;
}

.page-highlights__title {
  --hColor: var(--primary);
}

.page-highlights__content {
  justify-content: space-between;
  gap: var(--contentSpacingL);
  display: flex;
}

@media only screen and (max-width: 800px) {
  .page-highlights__content {
    gap: var(--contentSpacingM);
    flex-direction: column;
  }
}

@media only screen and (max-width: 500px) {
  .page-highlights__content {
    gap: var(--contentSpacingS);
  }
}

.page-highlights__big-post {
  flex: 2;
  max-width: 57rem;
}

@media only screen and (max-width: 800px) {
  .page-highlights__big-post {
    max-width: 100%;
  }
}

.page-highlights__small-items {
  gap: var(--contentSpacingS);
  flex-direction: column;
  flex: 2;
  max-width: 46rem;
  display: flex;
}

.page-highlights__small-items .page-link__sub-title {
  margin-top: .4rem;
}

@media only screen and (max-width: 800px) {
  .page-highlights__small-items {
    max-width: 100%;
  }
}

.page-highlights__small-items .page-link__content {
  flex-direction: column;
  justify-content: flex-start;
}

.page-highlights__small-items .page-link__text {
  --pColor: var(--secondary);
}

@media (hover: hover) {
  .page-highlights__small-items .page-link:hover .page-link__header {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.page-highlights--list {
  flex-direction: column;
}

.page-highlights--list .page-highlights__small-items {
  max-width: initial;
}

.page-highlights--list .page-highlights__small-items .page-link__img {
  width: 12rem;
  height: 12rem;
}

.page-highlights--has-background {
  background-color: var(--accent);
  --pColor: var(--textDark);
  --hColor: var(--textDark);
  padding-top: var(--defaultSpacer);
  padding-bottom: var(--defaultSpacer);
  position: relative;
}

.page-highlights--has-background:after {
  content: "";
  background-color: var(--accent);
  z-index: -1;
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.page-highlights--has-background .page-highlights__title {
  --hColor: var(--textDark);
}

.post-highlight {
  justify-content: space-between;
  gap: var(--contentSpacingS);
  display: flex;
}

.post-highlight__big-post {
  flex: 2;
  max-width: 57rem;
}

@media only screen and (max-width: 800px) {
  .post-highlight__big-post {
    max-width: 100%;
  }
}

.post-highlight__small-items {
  gap: var(--contentSpacingS);
  flex-direction: column;
  flex: 2;
  max-width: 42rem;
  display: flex;
}

@media only screen and (max-width: 800px) {
  .post-highlight__small-items {
    max-width: 100%;
  }
}

.post-highlight__small-items .post-link {
  border-bottom: solid .1rem var(--bgLight);
}

.post-highlight__small-items .post-link:last-of-type {
  border: none;
}

@media only screen and (max-width: 800px) {
  .post-highlight {
    gap: var(--contentSpacingM);
    flex-direction: column;
  }
}

@media only screen and (max-width: 500px) {
  .post-highlight {
    gap: var(--contentSpacingS);
  }
}

.post-slider {
  gap: var(--contentSpacingS);
  padding-top: var(--defaultSpacer);
  padding-bottom: var(--defaultSpacer);
  flex-direction: column;
  display: flex;
}

.post-slider__header {
  flex-direction: column;
  align-items: flex-start;
  max-width: 48rem;
  display: flex;
}

.post-slider__title {
  --hColor: var(--primary);
}

.post-slider__sub-title {
  --pColor: var(--primary);
}

.post-slider__text {
  margin-top: var(--contentSpacingS);
}

.post-slider__content {
  width: 100%;
}

.post-slider .splide {
  width: 100%;
  display: flex;
}

.post-slider .splide__slide {
  padding-right: var(--SliderItemMargin);
}

.post-slider .splide__slide:first-of-type {
  padding-left: calc((100vw - var(--wrapper)) / 2 + var(--wrapperPadding));
}

@media only screen and (max-width: 1300px) {
  .post-slider .splide__slide:first-of-type {
    padding-left: var(--wrapperPadding);
  }
}

.post-slider .splide__slide:last-of-type {
  padding-right: 0;
}

.post-slider .splide__slide .link-card {
  width: 48rem;
  height: 100%;
}

.post-slider .splide__arrow {
  background-color: var(--bg);
  border: solid .1rem var(--accent);
  opacity: 1;
  background-image: url("arrow.200724db.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  width: 6rem;
  height: 6rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media only screen and (max-width: 500px) {
  .post-slider .splide__arrow {
    /*display: none;*/
  }
}

.post-slider .splide__arrow span {
  display: none;
}

.post-slider .splide__arrow:disabled {
}

.post-slider .splide__arrow:hover {
  opacity: 1;
}

.post-slider .splide__arrow:active {
  -webkit-transform: scale(.97)rotate(90deg);
  transform: scale(.97)rotate(90deg);
}

.post-slider .splide__arrow--next {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.post-slider .splide__arrow--next:active {
  -webkit-transform: scale(.97)rotate(-90deg);
  transform: scale(.97)rotate(-90deg);
}

.posts-grid {
  gap: var(--TextHorizontalSpacingL);
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}

@media only screen and (max-width: 800px) {
  .posts-grid {
    grid-template-columns: 1fr;
  }
}

.properties-section {
  gap: var(--contentSpacingS);
  flex-direction: column;
  display: flex;
}

.properties-section__title {
  --hColor: var(--primary);
}

.properties-section__filter {
  align-items: center;
  gap: var(--contentSpacingXS);
  flex-wrap: wrap;
  margin-bottom: 2rem;
  display: flex;
}

.properties-section__filter:after {
  content: "";
  background-color: var(--secondary);
  flex: 2;
  height: .1rem;
  margin-left: 2rem;
  display: block;
}

.properties-section__sections {
  position: relative;
}

.properties-section__section {
  gap: var(--contentSpacingS);
  display: none;
}

.properties-section__section.active {
  display: flex;
}

@media only screen and (max-width: 800px) {
  .properties-section__section {
    flex-direction: column;
  }
}

.properties-section__groep {
  flex-direction: column;
  flex: 2;
  gap: 2rem;
  display: flex;
}

.properties-section__groep-content {
  flex-direction: column;
  gap: 2rem;
  display: flex;
}

.properties-section .fold-content {
  max-width: 50%;
}

.properties-section .fold-content__content img {
  object-fit: contain;
  max-height: 20rem;
}

.sales-points {
  gap: var(--contentSpacingL);
  background-color: var(--accent);
  --hColor: var(--textDark);
  --pColor: var(--textDark);
  padding-top: var(--contentSpacingL);
  padding-bottom: var(--contentSpacingL);
  border-radius: var(--blockBorder);
  flex-direction: column;
  display: flex;
}

@media only screen and (max-width: 800px) {
  .sales-points {
    padding-top: var(--contentSpacingM);
    padding-bottom: var(--contentSpacingM);
    gap: var(--contentSpacingM);
    border-radius: 0;
  }
}

.sales-points__title, .sales-points__sub-title {
  text-align: center;
}

.sales-points__content {
  gap: var(--contentSpacingS);
  justify-content: space-between;
  display: flex;
}

@media only screen and (max-width: 800px) {
  .sales-points__content {
    flex-direction: column;
  }
}

.serre-detail {
  --hColor: var(--textDark);
  --pColor: var(--textDark);
  background-color: var(--accent);
  padding-top: var(--defaultSpacer);
  padding-bottom: var(--defaultSpacer);
  gap: var(--contentSpacingS);
  flex-direction: column;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .serre-detail {
    margin-top: var(--defaultSpacer);
  }
}

.serre-detail:before {
  content: "";
  z-index: -1;
  background-color: var(--accent);
  width: 100vw;
  display: block;
  position: absolute;
  top: -5rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 800px) {
  .serre-detail:before {
    top: 0;
  }
}

.serre-detail__content {
  gap: var(--wrapperPadding);
  flex-direction: row-reverse;
  display: flex;
}

@media only screen and (max-width: 1000px) {
  .serre-detail__content {
    flex-direction: column-reverse;
  }
}

.serre-detail__inner-content {
  gap: var(--wrapperPadding);
  flex-direction: column;
  flex: 2;
  display: flex;
}

.serre-detail__img {
  flex: 2;
  height: 40rem;
}

.serre-detail__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.serre-detail__colors {
  gap: var(--contentSpacingS);
  flex-direction: column;
  display: flex;
}

.serre-detail__colors ul {
  gap: var(--contentSpacingS);
  flex-wrap: wrap;
  display: flex;
}

.specifications-section {
  gap: var(--wrapperPadding);
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}

.specifications-section__header {
  grid-area: 2 / 1 / 3 / -1;
}

@media only screen and (max-width: 800px) {
  .specifications-section__header {
    grid-area: 2 / 1 / 3 / -1;
  }
}

.specifications-section__title {
  --hColor: var(--primary);
}

.specifications-section__sub-title {
  --pColor: var(--primary);
}

.specifications-section__banner {
  flex-direction: column;
  grid-area: 1 / 1 / 2 / -1;
  justify-content: flex-end;
  min-height: 40rem;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .specifications-section__banner {
    margin-bottom: var(--contentSpacingM);
  }
}

.specifications-section__banner-img {
  width: calc(100vw - (100vw - var(--wrapper)  - var(--wrapperPadding) * 2));
  height: 100%;
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 1300px) {
  .specifications-section__banner-img {
    width: calc(100vw - var(--wrapperPadding));
  }
}

.specifications-section__banner-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.specifications-section__banner-text {
  z-index: 5;
  max-width: calc(42rem + var(--TextHorizontalSpacingL) * 2);
  background-color: var(--bg);
  padding: var(--TextHorizontalSpacingL);
  width: 100%;
  margin-top: 20rem;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
}

.specifications-section__banner-text:before {
  content: "";
  z-index: -1;
  background-color: var(--bg);
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
}

@media only screen and (max-width: 800px) {
  .specifications-section__banner-text {
    padding: 0;
    padding-top: var(--TextHorizontalSpacingM);
  }
}

@media only screen and (max-width: 500px) {
  .specifications-section__banner-text {
    padding-top: var(--TextHorizontalSpacingS);
  }
}

.specifications-section__content {
  grid-area: 3 / 1 / 4 / -1;
  justify-self: flex-end;
}

@media only screen and (max-width: 800px) {
  .specifications-section__content {
    max-width: initial;
    grid-area: 3 / 1 / 4 / -1;
  }
}

.specifications-section__content ul {
  gap: var(--contentSpacingM);
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}

@media only screen and (max-width: 800px) {
  .specifications-section__content ul {
    gap: var(--contentSpacingS);
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 500px) {
  .specifications-section__content ul {
    gap: var(--contentSpacingXS);
  }
}

.specifications-section__content li {
  padding: var(--contentSpacingXS) 0 1.5rem;
  border-bottom: solid .1rem var(--secondary);
}

.text-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block__content {
  max-width: var(--maxTextBlockWidth);
}

.text-block__title {
  --hColor: var(--primary);
}


h1.text-block__title {
  font-size: 4.6rem;
}
h2.text-block__title {
  font-size: 3.6rem;
}
h3.text-block__title {
  font-size: 2.6rem;
}
h4.text-block__title {
  font-size: 1.6rem;
}
h5.text-block__title {
  font-size: 1.2rem;
}

.text-block--bg {
  padding-top: var(--defaultSpacer);
  padding-bottom: var(--defaultSpacer);
  position: relative;
}

.text-block--bg:before {
  content: "";
  z-index: -1;
  background-color: var(--bgLight);
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.verkooppunten-zoeker {
  position: relative;
}

@media only screen and (max-width: 800px) {
  .verkooppunten-zoeker {
    flex-direction: column-reverse;
    display: flex;
  }
}

.verkooppunten-zoeker__content {
  z-index: 5;
  bottom: var(--wrapperPadding);
  right: var(--wrapperPadding);
  background-color: var(--bg);
  gap: var(--formPadding);
  flex-direction: column;
  width: 56rem;
  max-height: 80%;
  display: flex;
  position: absolute;
  box-shadow: 0 0 0 .1rem rgba(135, 139, 143, .3);
}

@media only screen and (max-width: 800px) {
  .verkooppunten-zoeker__content {
    padding-left: var(--wrapperPadding);
    padding-right: var(--wrapperPadding);
    width: auto;
    position: relative;
    bottom: 0;
    right: 0;
  }
}

.verkooppunten-zoeker__header-wrapper {
  gap: var(--formPadding);
  background: var(--secondary);
  padding: var(--addresspaddingTop) var(--addresspaddingSides);
  flex-direction: column;
  display: flex;
}

img.map-marker.map-marker-689 {
  background-color: #7DAE31 !important;
  opacity: 1 !important;
  border: 1px #7F8480 solid;
}

.verkooppunten-zoeker__title {
  --hColor: var(--textDark);
  padding: 0 1rem;
}

.verkooppunten-zoeker__search {
  align-items: center;
  gap: 2rem;
  padding: 0 1rem;
  display: flex;
}

.verkooppunten-zoeker__search .label-text {
  color: var(--textDark);
  font-weight: bold;
}

.verkooppunten-zoeker__search input {
  color: var(--textDark);
  border-color: var(--textDark);
  background: none;
}

.verkooppunten-zoeker__search:after {
  content: "";
  background-image: url("search--white.f100db50.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.verkooppunten-zoeker__search-label {
  flex: 2;
}

.verkooppunten-zoeker__locations {
  padding: 0 var(--contentSpacingS) var(--addresspaddingTop);
  overflow-y: auto;
}

.verkooppunten-zoeker__locations .fold-content__header {
  border-bottom-color: var(--secondary);
}

.verkooppunten-zoeker__places {
  flex-direction: column;
  display: flex;
}

.verkooppunten-zoeker__map {
  height: 80rem;
  max-height: 80vh;
}

@media only screen and (max-width: 500px) {
  .verkooppunten-zoeker__map {
    max-height: 40vh;
    display: none;
  }
}

.verkooppunten-zoeker .map-marker {
  opacity: .5;
  background-color: var(--text);
  object-fit: cover;
  border-radius: 50%;
  width: 2.4rem;
  height: 2.4rem;
  transition: opacity .3s;
}

.verkooppunten-zoeker .map-marker.active {
  opacity: 1;
  background-color: var(--text);
}

.verkooppunten-zoeker .map-marker.highlighted {
  opacity: 1;
  background-color: var(--primary);
}

.container {
  width: 100%;
  margin: 0 auto;
  /*max-width: var(--wrapper) !important;*/
}

.container .wp-block-noticedblock-container {
  column-gap: var(--wrapperPadding, 0);
  grid-template-columns: repeat(var(--columns, 1), 1fr);
  grid-auto-flow: dense;
  width: 100%;
  display: grid;
}

@media only screen and (max-width: 800px) {
  .container .wp-block-noticedblock-container {
    grid-template-columns: repeat(var(--columnsTablet, 1), 1fr);
  }
}

@media only screen and (max-width: 500px) {
  .container .wp-block-noticedblock-container {
    grid-template-columns: repeat(var(--columnsMobile, 1), 1fr);
  }
}

.container--no-max-width {
  max-width: 100vw !important;
}

.hide {
  display: none !important;
}

#cc-main {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  color: var(--cc-primary-color);
  font-family: var(--cc-font-family);
  text-rendering: optimizelegibility;
  z-index: var(--cc-z-index);
  background: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.15;
  position: fixed;
}

#cc-main :after, #cc-main :before, #cc-main a, #cc-main button, #cc-main div, #cc-main h2, #cc-main input, #cc-main p, #cc-main span {
  all: unset;
  box-sizing: border-box;
}

#cc-main .pm__badge, #cc-main button {
  all: initial;
  box-sizing: border-box;
  color: unset;
  visibility: unset;
}

#cc-main .pm__badge, #cc-main a, #cc-main button, #cc-main input {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: revert;
  outline-offset: 2px;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: normal;
  overflow: hidden;
}

#cc-main table, #cc-main tbody, #cc-main td, #cc-main th, #cc-main thead, #cc-main tr {
  all: revert;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

:root {
  --cc-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --cc-modal-border-radius: .5rem;
  --cc-btn-border-radius: .4rem;
  --cc-modal-transition-duration: .25s;
  --cc-link-color: var(--cc-btn-primary-bg);
  --cc-modal-margin: 1rem;
  --cc-z-index: 2147480000;
  --cc-bg: #fff;
  --cc-primary-color: #2c2f31;
  --cc-secondary-color: #5e6266;
  --cc-btn-primary-bg: #30363c;
  --cc-btn-primary-color: #fff;
  --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg: #000;
  --cc-btn-primary-hover-color: #fff;
  --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg: #eaeff2;
  --cc-btn-secondary-color: var(--cc-primary-color);
  --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg: #d4dae0;
  --cc-btn-secondary-hover-color: #000;
  --cc-btn-secondary-hover-border-color: #d4dae0;
  --cc-separator-border-color: #f0f4f7;
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);
  --cc-toggle-off-bg: #667481;
  --cc-toggle-on-knob-bg: #fff;
  --cc-toggle-off-knob-bg: var(--cc-toggle-on-knob-bg);
  --cc-toggle-enabled-icon-color: var(--cc-bg);
  --cc-toggle-disabled-icon-color: var(--cc-bg);
  --cc-toggle-readonly-bg: #d5dee2;
  --cc-toggle-readonly-knob-bg: #fff;
  --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
  --cc-section-category-border: var(--cc-cookie-category-block-bg);
  --cc-cookie-category-block-bg: #f0f4f7;
  --cc-cookie-category-block-border: #f0f4f7;
  --cc-cookie-category-block-hover-bg: #e9eff4;
  --cc-cookie-category-block-hover-border: #e9eff4;
  --cc-cookie-category-expanded-block-bg: transparent;
  --cc-cookie-category-expanded-block-hover-bg: #dee4e9;
  --cc-overlay-bg: rgba(0, 0, 0, .65);
  --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
  --cc-footer-bg: var(--cc-btn-secondary-bg);
  --cc-footer-color: var(--cc-secondary-color);
  --cc-footer-border-color: #e4eaed;
  --cc-pm-toggle-border-radius: 4em;
}

#cc-main.cc--rtl {
  direction: rtl;
}

#cc-main .cm__title, #cc-main a, #cc-main b, #cc-main em, #cc-main strong {
  font-weight: 600;
}

#cc-main button > span {
  pointer-events: none;
}

#cc-main .cc__link, #cc-main a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  font-weight: 600;
  transition: background-size .25s, color .25s;
  position: relative;
}

#cc-main .cc__link:hover, #cc-main a:hover {
  color: var(--cc-primary-color);
  background-size: 100% 1px;
}

#cc-main .cc__link {
  color: var(--cc-link-color);
}

#cc-main .cm__desc, #cc-main .pm__body {
  overscroll-behavior: auto contain;
  scrollbar-width: thin;
}

@media screen and (min-width: 640px) {
  #cc-main ::-webkit-scrollbar {
    all: revert;
  }

  #cc-main ::-webkit-scrollbar-thumb {
    all: revert;
  }

  #cc-main ::-webkit-scrollbar-track {
    all: revert;
  }

  #cc-main ::-webkit-scrollbar-thumb {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: var(--cc-toggle-readonly-bg);
    border: .25rem solid var(--cc-bg);
    border-radius: 1rem;
  }

  #cc-main ::-webkit-scrollbar-thumb:hover {
    background: var(--cc-toggle-off-bg);
  }

  #cc-main ::-webkit-scrollbar {
    background: none;
    width: 12px;
  }
}

html.disable--interaction.show--consent, html.disable--interaction.show--consent body {
  height: auto !important;
  overflow: hidden !important;
}

@media (prefers-reduced-motion) {
  #cc-main {
    --cc-modal-transition-duration: 0s;
  }
}

.cc--darkmode {
  --cc-bg: #161a1c;
  --cc-primary-color: #ebf3f6;
  --cc-secondary-color: #aebbc5;
  --cc-btn-primary-bg: #c2d0e0;
  --cc-btn-primary-color: var(--cc-bg);
  --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg: #98a7b6;
  --cc-btn-primary-hover-color: #000;
  --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg: #242c31;
  --cc-btn-secondary-color: var(--cc-primary-color);
  --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg: #353d43;
  --cc-btn-secondary-hover-color: #fff;
  --cc-btn-secondary-hover-border-color: var(--cc-btn-secondary-hover-bg);
  --cc-separator-border-color: #222a30;
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);
  --cc-toggle-off-bg: #525f6b;
  --cc-toggle-on-knob-bg: var(--cc-btn-primary-color);
  --cc-toggle-off-knob-bg: var(--cc-btn-primary-color);
  --cc-toggle-enabled-icon-color: var(--cc-btn-primary-color);
  --cc-toggle-disabled-icon-color: var(--cc-btn-primary-color);
  --cc-toggle-readonly-bg: #343e45;
  --cc-toggle-readonly-knob-bg: #5f6b72;
  --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
  --cc-section-category-border: #1e2428;
  --cc-cookie-category-block-bg: #1e2428;
  --cc-cookie-category-block-border: var(--cc-section-category-border);
  --cc-cookie-category-block-hover-bg: #242c31;
  --cc-cookie-category-block-hover-border: #232a2f;
  --cc-cookie-category-expanded-block-bg: transparent;
  --cc-cookie-category-expanded-block-hover-bg: var(--cc-toggle-readonly-bg);
  --cc-overlay-bg: rgba(0, 0, 0, .65);
  --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
  --cc-footer-bg: #0c0e0f;
  --cc-footer-color: var(--cc-secondary-color);
  --cc-footer-border-color: #060809;
}

.cc--darkmode #cc-main {
  color-scheme: dark;
}

#cc-main .cm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  flex-direction: column;
  max-width: 24em;
  display: flex;
  position: fixed;
  overflow: hidden;
  -webkit-transform: translateY(1.6em);
  transform: translateY(1.6em);
  box-shadow: 0 .625em 1.875em rgba(0, 0, 2, .3);
}

#cc-main .cm--top {
  top: var(--cc-modal-margin);
}

#cc-main .cm--middle {
  top: 50%;
  -webkit-transform: translateY(calc(1.6em - 50%));
  transform: translateY(calc(1.6em - 50%));
}

#cc-main .cm--bottom {
  bottom: var(--cc-modal-margin);
}

#cc-main .cm--center {
  left: var(--cc-modal-margin);
  right: var(--cc-modal-margin);
  width: unset;
  margin: 0 auto;
}

#cc-main .cm--left {
  left: var(--cc-modal-margin);
  margin-right: var(--cc-modal-margin);
}

#cc-main .cm--right {
  margin-left: var(--cc-modal-margin);
  right: var(--cc-modal-margin);
}

#cc-main .cm__body {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

#cc-main .cm__btns, #cc-main .cm__links {
  width: unset;
  padding: 1em 1.3em;
}

#cc-main .cm__texts {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 1em 0 0;
  display: flex;
}

#cc-main .cm__desc, #cc-main .cm__title {
  padding: 0 1.3em;
}

#cc-main .cm__title {
  font-size: 1.05em;
}

#cc-main .cm__title + .cm__desc {
  margin-top: 1.1em;
}

#cc-main .cm__desc {
  color: var(--cc-secondary-color);
  max-height: 40vh;
  padding-bottom: 1em;
  font-size: .9em;
  line-height: 1.5;
  overflow-x: visible;
  overflow-y: auto;
}

#cc-main .cm__btns {
  border-top: 1px solid var(--cc-separator-border-color);
  flex-direction: column;
  justify-content: center;
  display: flex;
}

#cc-main .cm__btn-group {
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

#cc-main .cm__btn + .cm__btn, #cc-main .cm__btn-group + .cm__btn-group {
  margin-top: .375rem;
}

#cc-main .cm--flip .cm__btn + .cm__btn, #cc-main .cm--flip .cm__btn-group + .cm__btn-group {
  margin-top: 0;
  margin-bottom: .375rem;
}

#cc-main .cm--inline .cm__btn + .cm__btn {
  margin-top: 0;
  margin-left: .375rem;
}

#cc-main .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: .375rem;
}

#cc-main .cm--inline.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: .375rem;
  margin-right: 0;
}

#cc-main .cm--wide .cm__btn + .cm__btn, #cc-main .cm--wide .cm__btn-group + .cm__btn-group {
  margin-top: 0;
  margin-left: .375rem;
}

#cc-main .cm--wide.cm--flip .cm__btn + .cm__btn, #cc-main .cm--wide.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-right: .375rem;
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn-group--uneven, #cc-main .cm--wide .cm__btn-group--uneven {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

#cc-main .cm--bar:not(.cm--inline).cm--flip .cm__btn-group--uneven, #cc-main .cm--wide.cm--flip .cm__btn-group--uneven {
  flex-direction: row-reverse;
}

#cc-main .cm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: var(--cc-btn-border-radius);
  color: var(--cc-btn-primary-color);
  text-align: center;
  min-height: 42px;
  padding: .5em 1em;
  font-size: .82em;
  font-weight: 600;
}

#cc-main .cm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}

#cc-main .cm__btn--secondary {
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
  color: var(--cc-btn-secondary-color);
}

#cc-main .cm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}

#cc-main .cm__btn--close {
  border-radius: 0;
  border-bottom-left-radius: var(--cc-btn-border-radius);
  border-top: none;
  border-right: none;
  width: 42px;
  height: 42px;
  font-size: 1em;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  min-width: auto !important;
  padding: 0 !important;
}

#cc-main .cm__btn--close svg {
  stroke: var(--cc-btn-primary-color);
  transition: stroke .15s;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}

#cc-main .cm__btn--close:hover svg {
  stroke: var(--cc-btn-primary-hover-color);
}

#cc-main .cm__btn--close.cm__btn--secondary svg {
  stroke: var(--cc-btn-secondary-color);
}

#cc-main .cm__btn--close.cm__btn--secondary:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}

#cc-main .cm__btn--close + .cm__texts .cm__title {
  padding-right: 2em;
}

#cc-main .cm--inline .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm__footer {
  background: var(--cc-footer-bg);
  border-top: 1px solid var(--cc-footer-border-color);
  color: var(--cc-footer-color);
  padding: .4em 0 .5em;
}

#cc-main .cm__links {
  flex-direction: row;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

#cc-main .cm__link-group {
  flex-direction: row;
  width: 100%;
  font-size: .8em;
  display: flex;
}

#cc-main .cm__link-group > * + * {
  margin-left: 1.3em;
}

#cc-main .cm--flip .cm__btn:last-child {
  grid-row: 1;
}

#cc-main .cm--inline.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

#cc-main .cm--box .cm__btn--close {
  display: block;
}

#cc-main .cm--box.cm--flip .cm__btns {
  flex-direction: column-reverse;
}

#cc-main .cm--box.cm--wide {
  max-width: 36em;
}

#cc-main .cm--box.cm--wide .cm__btns {
  flex-direction: row;
  justify-content: space-between;
}

#cc-main .cm--box.cm--wide .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm--box.cm--wide .cm__btn {
  min-width: 120px;
  padding-left: 1.8em;
  padding-right: 1.8em;
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btns {
  flex-direction: row-reverse;
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

#cc-main .cm--cloud {
  width: unset;
  max-width: 54em;
}

#cc-main .cm--cloud .cm__body {
  flex-direction: row;
}

#cc-main .cm--cloud .cm__texts {
  flex: 1;
}

#cc-main .cm--cloud .cm__desc {
  max-height: 9.4em;
}

#cc-main .cm--cloud .cm__btns {
  border-left: 1px solid var(--cc-separator-border-color);
  border-top: none;
  max-width: 23em;
}

#cc-main .cm--cloud .cm__btn-group {
  flex-direction: column;
}

#cc-main .cm--cloud .cm__btn {
  min-width: 19em;
}

#cc-main .cm--cloud.cm--flip .cm__btn-group, #cc-main .cm--cloud.cm--flip .cm__btns {
  flex-direction: column-reverse;
}

#cc-main .cm--cloud.cm--inline .cm__btn-group {
  flex-direction: row;
}

#cc-main .cm--cloud.cm--inline .cm__btn {
  min-width: 10em;
}

#cc-main .cm--cloud.cm--inline.cm--flip .cm__btn-group {
  flex-direction: row-reverse;
}

#cc-main .cm--bar {
  --cc-modal-transition-duration: .35s;
  max-width: unset;
  opacity: 1;
  border-radius: 0;
  width: 100vw;
  margin: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#cc-main .cm--bar.cm--top {
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

#cc-main .cm--bar.cm--bottom {
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

#cc-main .cm--bar .cm__body, #cc-main .cm--bar .cm__links {
  width: 100%;
  max-width: 55em;
  margin: 0 auto;
}

#cc-main .cm--bar .cm__body {
  padding: .5em 0 .9em;
}

#cc-main .cm--bar .cm__btns {
  border-top: none;
  flex-direction: row;
  justify-content: space-between;
}

#cc-main .cm--bar .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn + .cm__btn, #cc-main .cm--bar:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-top: 0;
  margin-left: .375rem;
}

#cc-main .cm--bar .cm__btn {
  min-width: 120px;
  padding-left: 2em;
  padding-right: 2em;
}

#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn + .cm__btn, #cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: .375rem;
}

#cc-main .cm--bar.cm--flip .cm__btns {
  flex-direction: row-reverse;
}

#cc-main .cm--bar.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

#cc-main .cm--bar.cm--inline .cm__body, #cc-main .cm--bar.cm--inline .cm__links {
  max-width: 74em;
}

#cc-main .cm--bar.cm--inline .cm__body {
  flex-direction: row;
  padding: 0;
}

#cc-main .cm--bar.cm--inline .cm__btns {
  flex-direction: column;
  justify-content: center;
  max-width: 23em;
}

#cc-main .cm--bar.cm--inline.cm--flip .cm__btns {
  flex-direction: column-reverse;
}

#cc-main .cc--anim .cm, #cc-main .cc--anim.cm-wrapper:before {
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
}

#cc-main .cc--anim .cm__btn, #cc-main .cc--anim .cm__close {
  transition: background-color .15s, border-color .15s, color .15s;
}

.disable--interaction #cc-main .cm-wrapper:before {
  background: var(--cc-overlay-bg);
  content: "";
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.show--consent #cc-main .cc--anim .cm {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible !important;
}

.show--consent #cc-main .cc--anim .cm--middle {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.show--consent #cc-main .cc--anim .cm--bar {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.show--consent #cc-main .cc--anim.cm-wrapper:before {
  opacity: 1;
  visibility: visible;
}

#cc-main.cc--rtl .cm__btn--close {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: var(--cc-btn-border-radius);
  left: 0;
  right: unset;
}

#cc-main.cc--rtl .cm__btn--close + .cm__texts .cm__title {
  padding-left: 2em;
  padding-right: unset;
}

#cc-main.cc--rtl .cm--inline .cm__btn + .cm__btn {
  margin-left: 0;
  margin-right: .375rem;
}

#cc-main.cc--rtl .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-left: .375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn + .cm__btn, #cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn-group + .cm__btn-group, #cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn + .cm__btn, #cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0;
  margin-right: .375rem;
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar.cm--flip .cm__btn + .cm__btn, #cc-main.cc--rtl .cm:not(.cm--inline).cm--wide.cm--flip .cm__btn + .cm__btn {
  margin-left: .375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .cm__link-group > * + * {
  margin-left: 0;
  margin-right: 1.3em;
}

@media screen and (max-width: 640px) {
  #cc-main {
    --cc-modal-margin: .5em;
  }

  #cc-main .cm {
    width: auto !important;
    max-width: none !important;
  }

  #cc-main .cm__body {
    flex-direction: column !important;
    padding: 0 !important;
  }

  #cc-main .cm__btns, #cc-main .cm__desc, #cc-main .cm__links, #cc-main .cm__title {
    padding-left: 1.1em !important;
    padding-right: 1.1em !important;
  }

  #cc-main .cm__btns {
    border-left: none !important;
    border-top: 1px solid var(--cc-separator-border-color) !important;
    flex-direction: column !important;
    min-width: auto !important;
    max-width: none !important;
  }

  #cc-main .cm__btn + .cm__btn, #cc-main .cm__btn-group + .cm__btn-group {
    margin: .375rem 0 0 !important;
  }

  #cc-main .cm--flip .cm__btn + .cm__btn, #cc-main .cm--flip .cm__btn-group + .cm__btn-group {
    margin-top: 0 !important;
    margin-bottom: .375rem !important;
  }

  #cc-main .cm__btn-group {
    flex-direction: column !important;
    min-width: auto !important;
    display: flex !important;
  }

  #cc-main .cm__btn {
    flex: auto !important;
  }

  #cc-main .cm__link-group {
    justify-content: center !important;
  }

  #cc-main .cm--flip .cm__btn-group, #cc-main .cm--flip .cm__btns {
    flex-direction: column-reverse !important;
  }
}

#cc-main .pm-wrapper {
  z-index: 2;
  position: relative;
}

#cc-main .pm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  opacity: 0;
  visibility: hidden;
  width: unset;
  z-index: 1;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: fixed;
  overflow: hidden;
  box-shadow: 0 .625em 1.875em rgba(0, 0, 2, .3);
}

#cc-main svg {
  fill: none;
  width: 100%;
}

#cc-main .pm__body, #cc-main .pm__footer, #cc-main .pm__header {
  padding: 1em 1.4em;
}

#cc-main .pm__header {
  border-bottom: 1px solid var(--cc-separator-border-color);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

#cc-main .pm__title {
  flex: 1;
  align-items: center;
  margin-right: 2em;
  font-weight: 600;
  display: flex;
}

#cc-main .pm__close-btn {
  background: var(--cc-btn-secondary-bg);
  border: 1px solid var(--cc-btn-secondary-border-color);
  border-radius: var(--cc-btn-border-radius);
  width: 40px;
  height: 40px;
  transition: all .15s;
  position: relative;
}

#cc-main .pm__close-btn span {
  width: 100%;
  height: 100%;
  display: flex;
}

#cc-main .pm__close-btn svg {
  stroke: var(--cc-btn-secondary-color);
  transition: stroke .15s;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}

#cc-main .pm__close-btn:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
}

#cc-main .pm__close-btn:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}

#cc-main .pm__body {
  overflow-y: auto;
  overflow-y: overlay;
  flex: 1;
}

#cc-main .pm__section, #cc-main .pm__section--toggle {
  border-radius: var(--cc-btn-border-radius);
  flex-direction: column;
  margin-bottom: .5em;
  display: flex;
}

#cc-main .pm__section--toggle .pm__section-desc-wrapper {
  border: 1px solid var(--cc-cookie-category-block-border);
  border-radius: var(--cc-btn-border-radius);
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: none;
  overflow: hidden;
  margin-top: 0 !important;
}

#cc-main .pm__section {
  border: 1px solid var(--cc-separator-border-color);
  padding: 1em;
  transition: background-color .25s, border-color .25s;
}

#cc-main .pm__section:first-child {
  border: none;
  margin-top: 0;
  margin-bottom: 2em;
  padding: 0;
  transition: none;
}

#cc-main .pm__section:not(:first-child):hover {
  background: var(--cc-cookie-category-block-bg);
  border-color: var(--cc-cookie-category-block-border);
}

#cc-main .pm__section-toggles + .pm__section {
  margin-top: 2em;
}

#cc-main .pm__section--toggle {
  background: var(--cc-cookie-category-block-bg);
  border-top: none;
  margin-bottom: .375rem;
}

#cc-main .pm__section--toggle .pm__section-title {
  background: var(--cc-cookie-category-block-bg);
  border: 1px solid var(--cc-cookie-category-block-border);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 58px;
  padding: 1.1em 5.4em 1.1em 1.2em;
  transition: background-color .25s, border-color .25s;
  display: flex;
  position: relative;
}

#cc-main .pm__section--toggle .pm__section-title:hover {
  background: var(--cc-cookie-category-block-hover-bg);
  border-color: var(--cc-cookie-category-block-hover-border);
}

#cc-main .pm__section--toggle .pm__section-desc {
  margin-top: 0;
  padding: 1em;
}

#cc-main .pm__section--toggle.is-expanded {
  --cc-cookie-category-block-bg: var(--cc-cookie-category-expanded-block-bg);
  --cc-cookie-category-block-border: var(--cc-cookie-category-expanded-block-hover-bg);
}

#cc-main .pm__section--toggle.is-expanded .pm__section-title {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#cc-main .pm__section--toggle.is-expanded .pm__section-arrow svg {
  -webkit-transform: scale(.5)rotate(180deg);
  transform: scale(.5)rotate(180deg);
}

#cc-main .pm__section--toggle.is-expanded .pm__section-desc-wrapper {
  display: flex;
}

#cc-main .pm__section--expandable .pm__section-title {
  cursor: pointer;
  padding-left: 3.4em;
}

#cc-main .pm__section--expandable .pm__section-arrow {
  background: var(--cc-toggle-readonly-bg);
  pointer-events: none;
  border-radius: 100%;
  justify-content: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  left: 18px;
}

#cc-main .pm__section--expandable .pm__section-arrow svg {
  stroke: var(--cc-btn-secondary-color);
  -webkit-transform: scale(.5);
  transform: scale(.5);
}

#cc-main .pm__section-title-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

#cc-main .pm__section-title-wrapper + .pm__section-desc-wrapper {
  margin-top: .85em;
}

#cc-main .pm__section-title {
  border-radius: var(--cc-btn-border-radius);
  font-size: .95em;
  font-weight: 600;
}

#cc-main .pm__badge {
  background: var(--cc-btn-secondary-bg);
  color: var(--cc-secondary-color);
  text-align: center;
  white-space: nowrap;
  border-radius: 5em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 23px;
  height: 23px;
  margin-left: 1em;
  padding: 0 .6em 1px;
  font-size: .8em;
  font-weight: 600;
  display: flex;
  position: relative;
  overflow: hidden;
}

#cc-main .pm__service-counter {
  background: var(--cc-btn-primary-bg);
  color: var(--cc-btn-primary-color);
  width: 23px;
  padding: 0;
}

#cc-main .pm__service-counter[data-counterlabel] {
  width: auto;
  padding: 0 .6em 1px;
}

#cc-main .section__toggle, #cc-main .section__toggle-wrapper, #cc-main .toggle__icon, #cc-main .toggle__label {
  border-radius: var(--cc-pm-toggle-border-radius);
  width: 50px;
  height: 23px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

#cc-main .section__toggle-wrapper {
  cursor: pointer;
  z-index: 1;
  position: absolute;
  right: 18px;
}

#cc-main .toggle-service {
  width: 42px;
  height: 19px;
  position: relative;
  right: 0;
}

#cc-main .toggle-service .section__toggle, #cc-main .toggle-service .toggle__icon, #cc-main .toggle-service .toggle__label {
  width: 42px;
  height: 19px;
}

#cc-main .toggle-service .toggle__icon {
  position: relative;
}

#cc-main .toggle-service .toggle__icon-circle {
  width: 19px;
  height: 19px;
}

#cc-main .toggle-service .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  -webkit-transform: translateX(23px);
  transform: translateX(23px);
}

#cc-main .pm__section--toggle:nth-child(2) .section__toggle-wrapper:after {
  display: none !important;
}

#cc-main .section__toggle {
  cursor: pointer;
  border: 0;
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#cc-main .section__toggle:disabled {
  cursor: not-allowed;
}

#cc-main .toggle__icon {
  background: var(--cc-toggle-off-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-off-bg);
  pointer-events: none;
  flex-direction: row;
  transition: all .25s;
  display: flex;
  position: absolute;
}

#cc-main .toggle__icon-circle {
  background: var(--cc-toggle-off-knob-bg);
  border-radius: var(--cc-pm-toggle-border-radius);
  border: none;
  width: 23px;
  height: 23px;
  transition: -webkit-transform .25s, transform .25s, background-color .25s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 1px 2px rgba(24, 32, 3, .36);
}

#cc-main .toggle__icon-off, #cc-main .toggle__icon-on {
  width: 100%;
  height: 100%;
  transition: opacity .15s;
  position: absolute;
}

#cc-main .toggle__icon-on {
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#cc-main .toggle__icon-on svg {
  stroke: var(--cc-toggle-on-bg);
  -webkit-transform: scale(.55)rotate(-45deg);
  transform: scale(.55)rotate(-45deg);
}

#cc-main .toggle__icon-off {
  opacity: 1;
}

#cc-main .toggle__icon-off svg {
  stroke: var(--cc-toggle-off-bg);
  -webkit-transform: scale(.55);
  transform: scale(.55);
}

#cc-main .section__toggle:checked ~ .toggle__icon {
  background: var(--cc-toggle-on-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-on-bg);
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  background-color: var(--cc-toggle-on-knob-bg);
  -webkit-transform: translateX(27px);
  transform: translateX(27px);
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-on {
  opacity: 1;
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-off {
  opacity: 0;
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon {
  background: var(--cc-toggle-readonly-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-readonly-bg);
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon .toggle__icon-circle {
  background: var(--cc-toggle-readonly-knob-bg);
  box-shadow: none;
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon svg {
  stroke: var(--cc-toggle-readonly-knob-icon-color);
}

#cc-main .toggle__label {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  position: absolute;
  top: 0;
  overflow: hidden;
}

#cc-main .pm__section-desc-wrapper {
  color: var(--cc-secondary-color);
  flex-direction: column;
  font-size: .9em;
  display: flex;
}

#cc-main .pm__section-desc-wrapper > :not(:last-child) {
  border-bottom: 1px solid var(--cc-cookie-category-block-border);
}

#cc-main .pm__section-services {
  flex-direction: column;
  display: flex;
}

#cc-main .pm__service {
  justify-content: space-between;
  align-items: center;
  padding: .4em 1.2em;
  transition: background-color .15s;
  display: flex;
  position: relative;
}

#cc-main .pm__service:hover {
  background-color: var(--cc-cookie-category-block-hover-bg);
}

#cc-main .pm__service-header {
  align-items: center;
  width: 100%;
  margin-right: 1em;
  display: flex;
}

#cc-main .pm__service-icon {
  border: 2px solid;
  border-radius: 100%;
  min-width: 8px;
  height: 8px;
  margin-top: 1px;
  margin-left: 6px;
  margin-right: 20px;
}

#cc-main .pm__service-title {
  word-break: break-word;
  width: 100%;
  font-size: .95em;
}

#cc-main .pm__section-desc {
  line-height: 1.5em;
}

#cc-main .pm__section-table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: .9em;
  overflow: hidden;
}

#cc-main .pm__table-caption {
  text-align: left;
}

#cc-main .pm__table-caption, #cc-main .pm__table-head > tr {
  border-bottom: 1px dashed var(--cc-separator-border-color);
  color: var(--cc-primary-color);
  font-weight: 600;
}

#cc-main .pm__table-tr {
  transition: background-color .15s;
}

#cc-main .pm__table-tr:hover {
  background: var(--cc-cookie-category-block-hover-bg);
}

#cc-main .pm__table-caption, #cc-main .pm__table-td, #cc-main .pm__table-th {
  vertical-align: top;
  padding: .625em .625em .625em 1.2em;
}

#cc-main .pm__footer {
  border-top: 1px solid var(--cc-separator-border-color);
  justify-content: space-between;
  display: flex;
}

#cc-main .pm__btn-group {
  display: flex;
}

#cc-main .pm__btn + .pm__btn, #cc-main .pm__btn-group + .pm__btn-group {
  margin-left: .375rem;
}

#cc-main .pm--flip .pm__btn + .pm__btn, #cc-main .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: .375rem;
}

#cc-main .pm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: var(--cc-btn-border-radius);
  color: var(--cc-btn-primary-color);
  text-align: center;
  flex: auto;
  min-width: 110px;
  min-height: 42px;
  padding: .5em 1.5em;
  font-size: .82em;
  font-weight: 600;
  transition: background-color .15s, border-color .15s, color .15s;
}

#cc-main .pm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}

#cc-main .pm__btn--secondary {
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
  color: var(--cc-btn-secondary-color);
}

#cc-main .pm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}

#cc-main .pm--box {
  left: var(--cc-modal-margin);
  right: var(--cc-modal-margin);
  max-width: 43em;
  height: calc(100% - 2em);
  max-height: 37.5em;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(calc(1.6em - 50%));
  transform: translateY(calc(1.6em - 50%));
}

#cc-main .pm--box.pm--flip .pm__btn-group, #cc-main .pm--box.pm--flip .pm__footer {
  flex-direction: row-reverse;
}

#cc-main .pm--bar {
  --cc-modal-transition-duration: .35s;
  opacity: 1;
  border-radius: 0;
  width: 100%;
  max-width: 29em;
  height: 100%;
  max-height: none;
  margin: 0;
  top: 0;
  bottom: 0;
}

#cc-main .pm--bar .pm__section-table, #cc-main .pm--bar .pm__table-body, #cc-main .pm--bar .pm__table-td, #cc-main .pm--bar .pm__table-th, #cc-main .pm--bar .pm__table-tr {
  display: block;
}

#cc-main .pm--bar .pm__table-head {
  display: none;
}

#cc-main .pm--bar .pm__table-caption {
  display: block;
}

#cc-main .pm--bar .pm__table-tr:not(:last-child) {
  border-bottom: 1px solid var(--cc-separator-border-color);
}

#cc-main .pm--bar .pm__table-td {
  justify-content: space-between;
  display: flex;
}

#cc-main .pm--bar .pm__table-td:before {
  color: var(--cc-primary-color);
  content: attr(data-column);
  text-overflow: ellipsis;
  flex: 1;
  min-width: 100px;
  padding-right: 2em;
  font-weight: 600;
  overflow: hidden;
}

#cc-main .pm--bar .pm__table-td > div {
  flex: 3;
}

#cc-main .pm--bar:not(.pm--wide) .pm__body, #cc-main .pm--bar:not(.pm--wide) .pm__footer, #cc-main .pm--bar:not(.pm--wide) .pm__header {
  padding: 1em 1.3em;
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn-group, #cc-main .pm--bar:not(.pm--wide) .pm__footer {
  flex-direction: column;
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn + .pm__btn, #cc-main .pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin: .375rem 0 0;
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group, #cc-main .pm--bar:not(.pm--wide).pm--flip .pm__footer {
  flex-direction: column-reverse;
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn + .pm__btn, #cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group + .pm__btn-group {
  margin-top: 0;
  margin-bottom: .375rem;
}

#cc-main .pm--bar:not(.pm--wide) .pm__badge {
  display: none;
}

#cc-main .pm--bar.pm--left {
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

#cc-main .pm--bar.pm--right {
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

#cc-main .pm--bar.pm--wide {
  max-width: 35em;
}

#cc-main .pm--bar.pm--wide .pm__body, #cc-main .pm--bar.pm--wide .pm__footer, #cc-main .pm--bar.pm--wide .pm__header {
  padding: 1em 1.4em;
}

#cc-main .pm--bar.pm--wide.pm--flip .pm__btn-group, #cc-main .pm--bar.pm--wide.pm--flip .pm__footer {
  flex-direction: row-reverse;
}

#cc-main .pm-overlay {
  background: var(--cc-overlay-bg);
  content: "";
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#cc-main .cc--anim .pm, #cc-main .cc--anim .pm-overlay {
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
}

.show--preferences #cc-main .cc--anim .pm {
  opacity: 1;
  visibility: visible !important;
}

.show--preferences #cc-main .cc--anim .pm--box {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.show--preferences #cc-main .cc--anim .pm--bar {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.show--preferences #cc-main .cc--anim .pm-overlay {
  opacity: 1;
  visibility: visible;
}

#cc-main.cc--rtl .pm__service-header {
  margin-left: 1em;
  margin-right: 0;
}

#cc-main.cc--rtl .pm__section-arrow {
  left: unset;
  right: 18px;
}

#cc-main.cc--rtl .section__toggle-wrapper {
  left: 18px;
  right: unset;
  -webkit-transform-origin: 0;
  transform-origin: 0;
}

#cc-main.cc--rtl .toggle-service {
  left: 0;
}

#cc-main.cc--rtl .pm__service-icon {
  margin-left: 20px;
  margin-right: 5px;
}

#cc-main.cc--rtl .pm__section--toggle .pm__section-title {
  padding-left: 5.4em;
  padding-right: 1.2em;
}

#cc-main.cc--rtl .pm__section--expandable .pm__section-title {
  padding-right: 3.4em;
}

#cc-main.cc--rtl .pm__badge {
  margin-left: unset;
  margin-right: 1em;
}

#cc-main.cc--rtl .toggle__icon-circle {
  -webkit-transform: translateX(27px);
  transform: translateX(27px);
}

#cc-main.cc--rtl .toggle-service .toggle__icon-circle {
  -webkit-transform: translateX(23px);
  transform: translateX(23px);
}

#cc-main.cc--rtl .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#cc-main.cc--rtl .pm__table-td, #cc-main.cc--rtl .pm__table-th {
  padding-left: unset;
  text-align: right;
  padding-right: 1.2em;
}

#cc-main.cc--rtl .pm__table-td {
  padding-left: unset;
  padding-right: 1.2em;
}

#cc-main.cc--rtl .pm__table-td:before {
  padding-left: 2em;
  padding-right: unset;
}

#cc-main.cc--rtl .pm__btn + .pm__btn, #cc-main.cc--rtl .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: .375rem;
}

#cc-main.cc--rtl .pm--flip .pm__btn + .pm__btn, #cc-main.cc--rtl .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: .375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn + .pm__btn, #cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin-left: 0;
}

@media screen and (max-width: 640px) {
  #cc-main .pm {
    border-radius: 0;
    height: auto;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(1.6em);
    transform: translateY(1.6em);
    max-width: none !important;
  }

  #cc-main .pm__body, #cc-main .pm__footer, #cc-main .pm__header {
    padding: .9em !important;
  }

  #cc-main .pm__badge {
    display: none;
  }

  #cc-main .pm__section-table, #cc-main .pm__table-body, #cc-main .pm__table-caption, #cc-main .pm__table-td, #cc-main .pm__table-th, #cc-main .pm__table-tr {
    display: block;
  }

  #cc-main .pm__table-head {
    display: none;
  }

  #cc-main .pm__table-tr:not(:last-child) {
    border-bottom: 1px solid var(--cc-separator-border-color);
  }

  #cc-main .pm__table-td {
    justify-content: space-between;
    display: flex;
  }

  #cc-main .pm__table-td:before {
    color: var(--cc-primary-color);
    content: attr(data-column);
    text-overflow: ellipsis;
    flex: 1;
    min-width: 100px;
    padding-right: 2em;
    font-weight: 600;
    overflow: hidden;
  }

  #cc-main .pm__table-td > div {
    flex: 3;
  }

  #cc-main .pm__btn-group, #cc-main .pm__footer {
    flex-direction: column !important;
  }

  #cc-main .pm__btn-group {
    display: flex !important;
  }

  #cc-main .pm__btn + .pm__btn, #cc-main .pm__btn-group + .pm__btn-group {
    margin: .375rem 0 0 !important;
  }

  #cc-main .pm--flip .pm__btn + .pm__btn, #cc-main .pm--flip .pm__btn-group + .pm__btn-group {
    margin-top: 0 !important;
    margin-bottom: .375rem !important;
  }

  #cc-main .pm--flip .pm__btn-group, #cc-main .pm--flip .pm__footer {
    flex-direction: column-reverse !important;
  }

  .show--preferences #cc-main .cc--anim .pm {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  opacity: 0;
  z-index: 0;
  margin: 0 !important;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  pointer-events: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
}

.splide__pagination li {
  pointer-events: auto;
  margin: 0;
  line-height: 1;
  list-style-type: none;
  display: inline-block;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  visibility: hidden;
  position: relative;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  margin: 0;
  position: relative;
  list-style-type: none !important;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  contain: strict;
  border: 2px solid #999;
  border-left-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: auto;
  -webkit-animation: 1s linear infinite splide-loading;
  animation: 1s linear infinite splide-loading;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  pointer-events: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
}

.splide__pagination li {
  pointer-events: auto;
  margin: 0;
  line-height: 1;
  list-style-type: none;
  display: inline-block;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  visibility: hidden;
  position: relative;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  margin: 0;
  position: relative;
  list-style-type: none !important;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  contain: strict;
  border: 2px solid #999;
  border-left-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: auto;
  -webkit-animation: 1s linear infinite splide-loading;
  animation: 1s linear infinite splide-loading;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  opacity: 0;
  z-index: 0;
  margin: 0 !important;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  cursor: pointer;
  opacity: .7;
  z-index: 1;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding: 0;
  display: flex;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.splide__arrow svg {
  fill: #000;
  width: 1.2em;
  height: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: .9;
}

.splide__arrow:disabled {
}

.splide__arrow:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #0bf;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline-offset: 3px;
  outline: 3px solid #0bf;
}

.splide__pagination {
  z-index: 1;
  padding: 0 1em;
  position: absolute;
  bottom: .5em;
  left: 0;
  right: 0;
}

.splide__pagination__page {
  opacity: .7;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 3px;
  padding: 0;
  transition: -webkit-transform .2s linear, transform .2s linear;
  display: inline-block;
  position: relative;
}

.splide__pagination__page.is-active {
  z-index: 1;
  background: #fff;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9;
}

.splide__pagination__page:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #0bf;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline-offset: 3px;
  outline: 3px solid #0bf;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline-offset: -3px;
    outline: 3px solid #0bf;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline-offset: -3px;
    outline: 3px solid #0bf;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}

.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #0bf;
}

.splide.is-focus-in .splide__toggle:focus {
  outline-offset: 3px;
  outline: 3px solid #0bf;
}

.splide__track--nav > .splide__list > .splide__slide {
  cursor: pointer;
  border: 3px solid rgba(0, 0, 0, 0);
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  flex-direction: column;
  padding: 1em 0;
  display: flex;
  top: 0;
  bottom: 0;
  left: auto;
  right: .5em;
}

@media (max-width: 500px) {
  .nav-small-item, .header__lang ul a, .header__sub-nav ul a{
    font-size:1.6rem;
  }
}
@media (max-width: 800px) {
  .page-link__text {
    opacity: 1;
  }
}
p.download-item__sub-title {
  font-size: 2.0rem;
  max-width: 80vw;
}

@font-face {
  font-family: 'Helvetica Neue';
  src:
    url('/wp-content/themes/basetheme/src/assets/fonts/HelveticaNeue-Bold.woff2') format('woff2'),
    url('/wp-content/themes/basetheme/src/assets/fonts/HelveticaNeue-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src:
    url('/wp-content/themes/basetheme/src/assets/fonts/HelveticaNeue-Light.woff2') format('woff2'),
    url('/wp-content/themes/basetheme/src/assets/fonts/HelveticaNeue-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src:
    url('/wp-content/themes/basetheme/src/assets/fonts/HelveticaNeue-Medium.woff2') format('woff2'),
    url('/wp-content/themes/basetheme/src/assets/fonts/HelveticaNeue-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src:
    url('/wp-content/themes/basetheme/src/assets/fonts/HelveticaNeue.woff2') format('woff2'),
    url('/wp-content/themes/basetheme/src/assets/fonts/HelveticaNeue.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


/*# sourceMappingURL=index.css.map */
