/* SITE */
/* FUNCTIONS */
/* FUNCTIONS */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Patua+One|Source+Sans+Pro:400,600,700|Rubik:500,700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* FONTS */
.size-10 {
  font-size: 0.625rem;
  line-height: 1.1em;
}

.size-11 {
  font-size: 0.6875rem;
  line-height: 1.1em;
}

.size-12 {
  font-size: 0.75rem;
  line-height: 1.1em;
}

.size-13 {
  font-size: 0.8125rem;
  line-height: 1.1em;
}

.size-14 {
  font-size: 0.875rem;
  line-height: 1.1em;
}

.size-15 {
  font-size: 0.9375rem;
  line-height: 1.1em;
}

.size-16 {
  font-size: 1rem;
  line-height: 1.1em;
}

.size-17 {
  font-size: 1.0625rem;
  line-height: 1.1em;
}

.size-18 {
  font-size: 1.125rem;
  line-height: 1.1em;
}

.size-19 {
  font-size: 1.1875rem;
  line-height: 1.1em;
}

.size-20 {
  font-size: 1.25rem;
  line-height: 1.1em;
}

.size-21 {
  font-size: 1.3125rem;
  line-height: 1.1em;
}

.size-22 {
  font-size: 1.375rem;
  line-height: 1.1em;
}

.size-23 {
  font-size: 1.4375rem;
  line-height: 1.1em;
}

.size-24 {
  font-size: 1.5rem;
  line-height: 1.1em;
}

.size-25 {
  font-size: 1.5625rem;
  line-height: 1.1em;
}

.size-26 {
  font-size: 1.625rem;
  line-height: 1.1em;
}

.size-27 {
  font-size: 1.6875rem;
  line-height: 1.1em;
}

.size-28 {
  font-size: 1.75rem;
  line-height: 1.1em;
}

.size-29 {
  font-size: 1.8125rem;
  line-height: 1.1em;
}

.size-30 {
  font-size: 1.875rem;
  line-height: 1.1em;
}

.size-31 {
  font-size: 1.9375rem;
  line-height: 1.1em;
}

.size-32 {
  font-size: 2rem;
  line-height: 1.1em;
}

.size-33 {
  font-size: 2.0625rem;
  line-height: 1.1em;
}

.size-34 {
  font-size: 2.125rem;
  line-height: 1.1em;
}

.size-35 {
  font-size: 2.1875rem;
  line-height: 1.1em;
}

.size-36 {
  font-size: 2.25rem;
  line-height: 1.1em;
}

.size-37 {
  font-size: 2.3125rem;
  line-height: 1.1em;
}

.size-38 {
  font-size: 2.375rem;
  line-height: 1.1em;
}

.size-39 {
  font-size: 2.4375rem;
  line-height: 1.1em;
}

.size-40 {
  font-size: 2.5rem;
  line-height: 1.1em;
}

.size-41 {
  font-size: 2.5625rem;
  line-height: 1.1em;
}

.size-42 {
  font-size: 2.625rem;
  line-height: 1.1em;
}

.size-43 {
  font-size: 2.6875rem;
  line-height: 1.1em;
}

.size-44 {
  font-size: 2.75rem;
  line-height: 1.1em;
}

.size-45 {
  font-size: 2.8125rem;
  line-height: 1.1em;
}

.size-46 {
  font-size: 2.875rem;
  line-height: 1.1em;
}

.size-47 {
  font-size: 2.9375rem;
  line-height: 1.1em;
}

.size-48 {
  font-size: 3rem;
  line-height: 1.1em;
}

.size-49 {
  font-size: 3.0625rem;
  line-height: 1.1em;
}

.size-50 {
  font-size: 3.125rem;
  line-height: 1.1em;
}

.size-51 {
  font-size: 3.1875rem;
  line-height: 1.1em;
}

.size-52 {
  font-size: 3.25rem;
  line-height: 1.1em;
}

.size-53 {
  font-size: 3.3125rem;
  line-height: 1.1em;
}

.size-54 {
  font-size: 3.375rem;
  line-height: 1.1em;
}

.size-55 {
  font-size: 3.4375rem;
  line-height: 1.1em;
}

.size-56 {
  font-size: 3.5rem;
  line-height: 1.1em;
}

.size-57 {
  font-size: 3.5625rem;
  line-height: 1.1em;
}

.size-58 {
  font-size: 3.625rem;
  line-height: 1.1em;
}

.size-59 {
  font-size: 3.6875rem;
  line-height: 1.1em;
}

.size-60 {
  font-size: 3.75rem;
  line-height: 1.1em;
}

.size-61 {
  font-size: 3.8125rem;
  line-height: 1.1em;
}

.size-62 {
  font-size: 3.875rem;
  line-height: 1.1em;
}

.size-63 {
  font-size: 3.9375rem;
  line-height: 1.1em;
}

.size-64 {
  font-size: 4rem;
  line-height: 1.1em;
}

.size-65 {
  font-size: 4.0625rem;
  line-height: 1.1em;
}

.size-66 {
  font-size: 4.125rem;
  line-height: 1.1em;
}

.size-67 {
  font-size: 4.1875rem;
  line-height: 1.1em;
}

.size-68 {
  font-size: 4.25rem;
  line-height: 1.1em;
}

.size-69 {
  font-size: 4.3125rem;
  line-height: 1.1em;
}

.size-70 {
  font-size: 4.375rem;
  line-height: 1.1em;
}

.size-71 {
  font-size: 4.4375rem;
  line-height: 1.1em;
}

.size-72 {
  font-size: 4.5rem;
  line-height: 1.1em;
}

.size-73 {
  font-size: 4.5625rem;
  line-height: 1.1em;
}

.size-74 {
  font-size: 4.625rem;
  line-height: 1.1em;
}

.size-75 {
  font-size: 4.6875rem;
  line-height: 1.1em;
}

.size-76 {
  font-size: 4.75rem;
  line-height: 1.1em;
}

.size-77 {
  font-size: 4.8125rem;
  line-height: 1.1em;
}

.size-78 {
  font-size: 4.875rem;
  line-height: 1.1em;
}

.size-79 {
  font-size: 4.9375rem;
  line-height: 1.1em;
}

.size-80 {
  font-size: 5rem;
  line-height: 1.1em;
}

.size-81 {
  font-size: 5.0625rem;
  line-height: 1.1em;
}

.size-82 {
  font-size: 5.125rem;
  line-height: 1.1em;
}

.size-83 {
  font-size: 5.1875rem;
  line-height: 1.1em;
}

.size-84 {
  font-size: 5.25rem;
  line-height: 1.1em;
}

.size-85 {
  font-size: 5.3125rem;
  line-height: 1.1em;
}

.size-86 {
  font-size: 5.375rem;
  line-height: 1.1em;
}

.size-87 {
  font-size: 5.4375rem;
  line-height: 1.1em;
}

.size-88 {
  font-size: 5.5rem;
  line-height: 1.1em;
}

.size-89 {
  font-size: 5.5625rem;
  line-height: 1.1em;
}

.size-90 {
  font-size: 5.625rem;
  line-height: 1.1em;
}

.size-91 {
  font-size: 5.6875rem;
  line-height: 1.1em;
}

.size-92 {
  font-size: 5.75rem;
  line-height: 1.1em;
}

.size-93 {
  font-size: 5.8125rem;
  line-height: 1.1em;
}

.size-94 {
  font-size: 5.875rem;
  line-height: 1.1em;
}

.size-95 {
  font-size: 5.9375rem;
  line-height: 1.1em;
}

.size-96 {
  font-size: 6rem;
  line-height: 1.1em;
}

.size-97 {
  font-size: 6.0625rem;
  line-height: 1.1em;
}

.size-98 {
  font-size: 6.125rem;
  line-height: 1.1em;
}

.size-99 {
  font-size: 6.1875rem;
  line-height: 1.1em;
}

.size-100 {
  font-size: 6.25rem;
  line-height: 1.1em;
}

/* COLORS */
.gradient-accent-bullet {
  background-image: linear-gradient(222deg, #e5e5e5 -8%, #ff3763 8%, #f84448 43%, #ff3763 99%);
}

.gradient-accent-background-small {
  background-image: linear-gradient(216deg, #ff3763, #b21336);
}

.gradient-accent-background-big {
  background-image: linear-gradient(252deg, #ff3763, #b21336);
}

.gradient-contrast-highlight-fade {
  background-image: linear-gradient(251deg, rgba(197, 227, 237, 0.5), rgba(234, 199, 214, 0.5));
}

.gradient-accent-faded {
  background-image: linear-gradient(250deg, #ff376320 -2%, #e5e5e520 2% #f8444820 7%, #ff376320 100%);
}

/* ROOT */
html.wp-toolbar > body .acf-block-preview *,
html.desktop *,
html.mobile * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html.wp-toolbar > body .acf-block-preview body,
html.desktop body,
html.mobile body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #212429;
  background-color: #ffffff;
  text-align: center;
}

@media only screen and (max-width: 1617px) {
  html.desktop body > main {
    width: 100%;
  }
}

@media only screen and (min-width: 1617px) {
  html.desktop body > main {
    width: 6.25%rem;
    margin: auto;
  }
}

html.mobile {
  font-size: 4.45vw;
}

html.mobile body > main {
  width: 100%;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  html.desktop {
    font-size: 7.5px;
  }
  html.desktop body {
    width: 100rem;
  }
}

@media only screen and (min-width: 768px) {
  html.desktop {
    font-size: 0.975vw;
  }
}

@media only screen and (min-width: 1617px) {
  html.desktop {
    font-size: 16px;
  }
}

/* GENERAL */
html.wp-toolbar > body .acf-block-preview h1,
html.wp-toolbar > body .acf-block-preview h2,
html.wp-toolbar > body .acf-block-preview h3,
html.wp-toolbar > body .acf-block-preview h4,
html.wp-toolbar > body .acf-block-preview h5,
html.wp-toolbar > body .acf-block-preview h6,
html.desktop h1,
html.desktop h2,
html.desktop h3,
html.desktop h4,
html.desktop h5,
html.desktop h6,
html.mobile h1,
html.mobile h2,
html.mobile h3,
html.mobile h4,
html.mobile h5,
html.mobile h6 {
  font-family: "Patua One", cursive;
  font-weight: normal;
}

html.wp-toolbar > body .acf-block-preview a,
html.wp-toolbar > body .acf-block-preview a:visited,
html.wp-toolbar > body .acf-block-preview a:hover,
html.wp-toolbar > body .acf-block-preview a:active,
html.desktop a,
html.desktop a:visited,
html.desktop a:hover,
html.desktop a:active,
html.mobile a,
html.mobile a:visited,
html.mobile a:hover,
html.mobile a:active {
  text-decoration: underline;
  font-weight: 600;
  color: #ff3763;
}

html.wp-toolbar > body .acf-block-preview a.button:not(.cn-link),
html.wp-toolbar > body .acf-block-preview a.button:visited:not(.cn-link),
html.wp-toolbar > body .acf-block-preview a.button:active:not(.cn-link),
html.wp-toolbar > body .acf-block-preview button:not(.cn-link),
html.desktop a.button:not(.cn-link),
html.desktop a.button:visited:not(.cn-link),
html.desktop a.button:active:not(.cn-link),
html.desktop button:not(.cn-link),
html.mobile a.button:not(.cn-link),
html.mobile a.button:visited:not(.cn-link),
html.mobile a.button:active:not(.cn-link),
html.mobile button:not(.cn-link) {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  min-height: auto;
  border-style: none;
  border-radius: 1.75rem;
  -webkit-box-shadow: 0 0.375rem 0.75rem 0 rgba(72, 75, 78, 0.25);
          box-shadow: 0 0.375rem 0.75rem 0 rgba(72, 75, 78, 0.25);
  cursor: pointer;
  outline: none;
}

html.wp-toolbar > body .acf-block-preview a.button:not(.cn-link):not(.white-button):not(.black-button),
html.wp-toolbar > body .acf-block-preview a.button:visited:not(.cn-link):not(.white-button):not(.black-button),
html.wp-toolbar > body .acf-block-preview a.button:active:not(.cn-link):not(.white-button):not(.black-button),
html.wp-toolbar > body .acf-block-preview button:not(.cn-link):not(.white-button):not(.black-button),
html.desktop a.button:not(.cn-link):not(.white-button):not(.black-button),
html.desktop a.button:visited:not(.cn-link):not(.white-button):not(.black-button),
html.desktop a.button:active:not(.cn-link):not(.white-button):not(.black-button),
html.desktop button:not(.cn-link):not(.white-button):not(.black-button),
html.mobile a.button:not(.cn-link):not(.white-button):not(.black-button),
html.mobile a.button:visited:not(.cn-link):not(.white-button):not(.black-button),
html.mobile a.button:active:not(.cn-link):not(.white-button):not(.black-button),
html.mobile button:not(.cn-link):not(.white-button):not(.black-button) {
  background-color: #ff3763;
  color: #ffffff;
}

html.wp-toolbar > body .acf-block-preview a.button:not(.cn-link).white-button,
html.wp-toolbar > body .acf-block-preview a.button:visited:not(.cn-link).white-button,
html.wp-toolbar > body .acf-block-preview a.button:active:not(.cn-link).white-button,
html.wp-toolbar > body .acf-block-preview button:not(.cn-link).white-button,
html.desktop a.button:not(.cn-link).white-button,
html.desktop a.button:visited:not(.cn-link).white-button,
html.desktop a.button:active:not(.cn-link).white-button,
html.desktop button:not(.cn-link).white-button,
html.mobile a.button:not(.cn-link).white-button,
html.mobile a.button:visited:not(.cn-link).white-button,
html.mobile a.button:active:not(.cn-link).white-button,
html.mobile button:not(.cn-link).white-button {
  background-color: #ffffff;
  color: #212429;
}

html.wp-toolbar > body .acf-block-preview a.button:not(.cn-link).black-button,
html.wp-toolbar > body .acf-block-preview a.button:visited:not(.cn-link).black-button,
html.wp-toolbar > body .acf-block-preview a.button:active:not(.cn-link).black-button,
html.wp-toolbar > body .acf-block-preview button:not(.cn-link).black-button,
html.desktop a.button:not(.cn-link).black-button,
html.desktop a.button:visited:not(.cn-link).black-button,
html.desktop a.button:active:not(.cn-link).black-button,
html.desktop button:not(.cn-link).black-button,
html.mobile a.button:not(.cn-link).black-button,
html.mobile a.button:visited:not(.cn-link).black-button,
html.mobile a.button:active:not(.cn-link).black-button,
html.mobile button:not(.cn-link).black-button {
  background-color: #212429;
  color: #ffffff;
}

html.wp-toolbar > body .acf-block-preview figure,
html.desktop figure,
html.mobile figure {
  margin: 0;
  padding: 0;
}

html.wp-toolbar > body .acf-block-preview blockquote,
html.desktop blockquote,
html.mobile blockquote {
  position: relative;
  text-align: left;
  font-weight: 600;
  border-left: 0.125rem solid #ff3763;
}

html.wp-toolbar > body .acf-block-preview blockquote::before,
html.desktop blockquote::before,
html.mobile blockquote::before {
  position: absolute;
  display: block;
  background-image: url(img/chili-quote.svg);
  background-size: cover;
  content: "";
}

html.wp-toolbar > body .acf-block-preview blockquote p,
html.desktop blockquote p,
html.mobile blockquote p {
  padding-bottom: 1em;
}

html.wp-toolbar > body .acf-block-preview blockquote p:last-child,
html.desktop blockquote p:last-child,
html.mobile blockquote p:last-child {
  padding-bottom: 0;
}

html.wp-toolbar .acf-block-preview blockquote,
html.desktop blockquote {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.625rem;
  font-size: 1.5rem;
  line-height: 2.125rem;
}

html.wp-toolbar .acf-block-preview blockquote::before,
html.desktop blockquote::before {
  top: 0rem;
  left: -3.125rem;
  width: 2.3125rem;
  height: 1.8125rem;
}

html.mobile a.button:not(.cn-link),
html.mobile button:not(.cn-link) {
  font-size: 0.9rem;
  padding: 0.6rem 1.2rem;
}

html.mobile blockquote {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

html.mobile blockquote::before {
  top: 0rem;
  left: -3.125rem;
  width: 2.3125rem;
  height: 1.8125rem;
}

iframe {
  border: none;
}

input:not([type="range"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectable {
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.expander .expander-checkbox {
  display: none;
}

.expander .expander-checkbox ~ .expander-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  display: none;
}

.expander .expander-checkbox ~ .expander-label {
  display: block;
}

.expander .expander-checkbox ~ .expander-label .open {
  display: block;
  background-repeat: no-repeat;
}

.expander .expander-checkbox ~ .expander-label .close {
  display: none;
  background-repeat: no-repeat;
}

.expander .expander-checkbox:checked ~ .expander-content {
  max-height: unset;
  opacity: 1;
  display: block;
}

.expander .expander-checkbox:checked ~ .expander-label .open {
  display: none;
}

.expander .expander-checkbox:checked ~ .expander-label .close {
  display: block;
}

#cn-notice-buttons {
  display: block;
}

html.mobile #cookie-notice a.button:not(.cn-link),
html.mobile #cookie-notice a:visited.button:not(.cn-link),
html.mobile #cookie-notice a:hover.button:not(.cn-link),
html.mobile #cookie-notice a:active.button:not(.cn-link) {
  font-size: 1rem;
  line-height: 2.8125rem;
  width: 13.0625rem;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.loading {
  font-size: 30px;
}

.loading:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: "\2026";
  /* ascii code for the ellipsis character */
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

/* PARTS */
/* LISTS */
html.wp-toolbar > body .acf-block-preview ul,
html.wp-toolbar > body .acf-block-preview ol,
html.desktop ul,
html.desktop ol,
html.mobile ul,
html.mobile ol {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  list-style: none;
  text-align: left;
  list-style-type: none;
}

html.wp-toolbar > body .acf-block-preview ul li,
html.wp-toolbar > body .acf-block-preview ol li,
html.desktop ul li,
html.desktop ol li,
html.mobile ul li,
html.mobile ol li {
  text-align: left;
  margin-bottom: 0.5em;
  min-height: 1.55em;
  line-height: 1.55em;
  background-position: left top;
  background-repeat: no-repeat;
}

html.wp-toolbar > body .acf-block-preview ol.wysiwyg li *:first-child,
html.desktop ol.wysiwyg li *:first-child,
html.mobile ol.wysiwyg li *:first-child {
  margin-top: -1.55em;
}

html.wp-toolbar > body .acf-block-preview .dark-background ul li,
html.desktop .dark-background ul li,
html.mobile .dark-background ul li {
  background-image: url(img/chili-bullet-dark-background.svg);
}

html.wp-toolbar > body .acf-block-preview .light-background ul li,
html.desktop .light-background ul li,
html.mobile .light-background ul li {
  background-image: url(img/chili-bullet-red.svg);
}

html.wp-toolbar > body .acf-block-preview .light-background .dark-background ul li,
html.desktop .light-background .dark-background ul li,
html.mobile .light-background .dark-background ul li {
  background-image: url(img/chili-bullet-dark-background.svg);
}

html.wp-toolbar > body .acf-block-preview .dark-background .light-background ul li,
html.desktop .dark-background .light-background ul li,
html.mobile .dark-background .light-background ul li {
  background-image: url(img/chili-bullet-red.svg);
}

html.wp-toolbar > body .acf-block-preview ul li,
html.desktop ul li,
html.mobile ul li {
  padding-left: 1.85em;
  background-image: url(img/chili-bullet-red.svg);
  background-size: 1.15em 1.15em;
  background-position-y: 0.2em;
}

html.wp-toolbar > body .acf-block-preview ol,
html.desktop ol,
html.mobile ol {
  counter-reset: item;
  padding-left: 1.95em;
}

html.wp-toolbar > body .acf-block-preview ol li,
html.desktop ol li,
html.mobile ol li {
  counter-increment: item;
}

html.wp-toolbar > body .acf-block-preview ol li::before,
html.desktop ol li::before,
html.mobile ol li::before {
  content: counter(item);
  display: inline-block;
  background: linear-gradient(222deg, #e5e5e5 -8%, #ff3763 8%, #f84448 43%, #ff3763 99%);
  color: #ffffff;
  margin-left: -1.95em;
  margin-right: 0.85em;
  font-family: "Patua One", cursive;
  width: 1.1em;
  height: 1.1em;
  line-height: 1.1em;
  border-radius: 1.1em;
  text-align: center;
}

html.wp-toolbar > body .acf-block-preview section.single-column-block > main > section ul li,
html.wp-toolbar > body .acf-block-preview section.content-columns-block > main > section ul li,
html.desktop section.single-column-block > main > section ul li,
html.desktop section.content-columns-block > main > section ul li {
  min-height: 2.5rem;
  margin-right: 1.5rem;
  margin-bottom: 1.875rem;
  padding-left: 3rem;
  padding-top: 0.125rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.25rem;
  background-image: url(img/chili-bullet-red.svg);
  background-size: 1.875rem 1.875rem;
  background-position-y: 0.375rem;
}

html.mobil section.single-column-block > main > section ul li,
html.mobil section.content-columns-block > main > section ul li {
  min-height: 1.25rem;
  margin-right: 0.75rem;
  margin-bottom: 1.25rem;
  padding-left: 2rem;
  padding-top: 0.0625rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.125rem;
  background-image: url(img/chili-bullet-red.svg);
  background-size: 1.25rem 1.25rem;
  background-position-y: unset;
}

/* HEADER */
.pan-animation .hero-background {
  -webkit-animation: camera-pan 30s infinite;
          animation: camera-pan 30s infinite;
}

header {
  position: relative;
}

header.light-background {
  background-color: #ffffff;
}

header .hero-background-container {
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: -9;
}

header .hero-background {
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: -10;
  background-repeat: no-repeat;
}

header .hero-background video {
  overflow: hidden;
  z-index: -10;
  position: absolute;
}

header .hero-background div {
  width: 100%;
}

header > section {
  display: block;
  margin: auto;
}

header > section article {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
}

header > section article #logo {
  display: block;
}

header > section article #logo img {
  display: block;
}

html.wp-toolbar > body .acf-block-preview header,
html.desktop > body header {
  min-width: 100rem;
}

html.wp-toolbar > body .acf-block-preview header .hero-background-container,
html.wp-toolbar > body .acf-block-preview header .hero-background,
html.desktop > body header .hero-background-container,
html.desktop > body header .hero-background {
  height: 46.75rem;
}

html.wp-toolbar > body .acf-block-preview header .hero-background-container video,
html.wp-toolbar > body .acf-block-preview header .hero-background video,
html.desktop > body header .hero-background-container video,
html.desktop > body header .hero-background video {
  left: 0;
  bottom: 0;
  width: 100%;
}

html.wp-toolbar > body .acf-block-preview header .hero-background-container div,
html.wp-toolbar > body .acf-block-preview header .hero-background div,
html.desktop > body header .hero-background-container div,
html.desktop > body header .hero-background div {
  height: 46.75rem;
}

html.wp-toolbar > body .acf-block-preview header > section,
html.desktop > body header > section {
  width: 71.25rem;
  padding-top: 1.375rem;
}

html.wp-toolbar > body .acf-block-preview header > section article #logo,
html.desktop > body header > section article #logo {
  margin-left: -2.625rem;
}

html.wp-toolbar > body .acf-block-preview header > section article #logo img,
html.desktop > body header > section article #logo img {
  width: 8.5625rem;
}

html.mobile header .hero-background-container,
html.mobile header .hero-background {
  overflow: hidden;
  height: 29.375rem;
}

html.mobile header .hero-background-container video,
html.mobile header .hero-background video {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-height: 29.375rem;
}

html.mobile header .hero-background-container div,
html.mobile header .hero-background div {
  height: 29.375rem;
}

html.mobile header > section article #logo img {
  margin-left: 1.875rem;
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
  height: 3rem;
}

html.desktop footer {
  min-width: 100rem;
}

footer {
  background-image: linear-gradient(252deg, #ff3763, #b21336);
  color: #ffffff;
}

footer a,
footer a:visited,
footer a:hover,
footer a:active {
  color: #ffffff;
  text-decoration: none;
}

footer > .expander {
  height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -22px;
  float: right;
  font-size: 10px;
  line-height: 20px;
  font-weight: 700;
}

footer > .expander .expander-checkbox ~ .expander-label {
  height: 1.25rem;
}

footer > .expander .expander-checkbox ~ .expander-label .open {
  height: 1.25rem;
}

footer > .expander .expander-checkbox ~ .expander-label .close {
  height: 1.25rem;
}

footer > .expander .expander-checkbox:checked ~ .expander-content {
  min-height: 1.25rem;
}

footer > .expander .expander-checkbox ~ .expander-label span {
  margin: 0;
  padding: 0;
  font-size: 20px;
  width: 20px;
  height: 20px;
  background-size: 12px 12px;
  background-position: center;
  background-repeat: no-repeat;
}

footer > .expander .expander-checkbox ~ .expander-label .open {
  background-image: url(img/powered-by-nax-open.svg);
}

footer > .expander .expander-checkbox ~ .expander-label .close {
  background-image: url(img/powered-by-nax-close.svg);
}

footer > .expander .expander-checkbox:checked ~ .expander-content {
  margin: 0;
  padding: 0;
}

footer > .expander .expander-checkbox:checked ~ .expander-content p {
  margin: 0;
  padding: 0;
}

footer .social-media-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4.375rem;
  padding-bottom: 1.875rem;
}

footer .social-media-links a,
footer .social-media-links a:visited,
footer .social-media-links a:hover,
footer .social-media-links a:active {
  margin: 0 0.3125rem;
  text-decoration: none;
  display: block;
}

footer .social-media-links a img,
footer .social-media-links a:visited img,
footer .social-media-links a:hover img,
footer .social-media-links a:active img {
  width: auto;
  height: 2.25rem;
  cursor: pointer;
}

footer .company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0rem;
  padding-bottom: 2.5rem;
}

footer .company-info a,
footer .company-info a:visited,
footer .company-info a:hover,
footer .company-info a:active {
  margin: 0 0.3125rem;
  text-decoration: none;
  display: block;
}

/* MENUS */
html.wp-toolbar > body .acf-block-preview nav a,
html.wp-toolbar > body .acf-block-preview nav a:visited,
html.wp-toolbar > body .acf-block-preview nav a:hover,
html.wp-toolbar > body .acf-block-preview nav a:active,
html.desktop nav a,
html.desktop nav a:visited,
html.desktop nav a:hover,
html.desktop nav a:active,
html.mobile nav a,
html.mobile nav a:visited,
html.mobile nav a:hover,
html.mobile nav a:active {
  text-decoration: none;
}

html.wp-toolbar > body .acf-block-preview nav.dark-background a,
html.wp-toolbar > body .acf-block-preview nav.dark-background a:visited,
html.wp-toolbar > body .acf-block-preview nav.dark-background a:hover,
html.wp-toolbar > body .acf-block-preview nav.dark-background a:active, html.wp-toolbar > body .acf-block-preview nav.light-background a,
html.wp-toolbar > body .acf-block-preview nav.light-background a:visited,
html.wp-toolbar > body .acf-block-preview nav.light-background a:hover,
html.wp-toolbar > body .acf-block-preview nav.light-background a:active,
html.desktop nav.dark-background a,
html.desktop nav.dark-background a:visited,
html.desktop nav.dark-background a:hover,
html.desktop nav.dark-background a:active,
html.desktop nav.light-background a,
html.desktop nav.light-background a:visited,
html.desktop nav.light-background a:hover,
html.desktop nav.light-background a:active,
html.mobile nav.dark-background a,
html.mobile nav.dark-background a:visited,
html.mobile nav.dark-background a:hover,
html.mobile nav.dark-background a:active,
html.mobile nav.light-background a,
html.mobile nav.light-background a:visited,
html.mobile nav.light-background a:hover,
html.mobile nav.light-background a:active {
  color: #212429;
}

html.wp-toolbar > body .acf-block-preview nav.dark-background ul li, html.wp-toolbar > body .acf-block-preview nav.light-background ul li,
html.desktop nav.dark-background ul li,
html.desktop nav.light-background ul li,
html.mobile nav.dark-background ul li,
html.mobile nav.light-background ul li {
  background: none;
  margin: 0;
  padding: 0;
}

html.wp-toolbar > body .acf-block-preview nav.dark-background a,
html.wp-toolbar > body .acf-block-preview nav.dark-background a:visited,
html.wp-toolbar > body .acf-block-preview nav.dark-background a:hover,
html.wp-toolbar > body .acf-block-preview nav.dark-background a:active,
html.desktop nav.dark-background a,
html.desktop nav.dark-background a:visited,
html.desktop nav.dark-background a:hover,
html.desktop nav.dark-background a:active,
html.mobile nav.dark-background a,
html.mobile nav.dark-background a:visited,
html.mobile nav.dark-background a:hover,
html.mobile nav.dark-background a:active {
  color: #ffffff;
}

html.wp-toolbar > body .acf-block-preview nav.light-background a,
html.wp-toolbar > body .acf-block-preview nav.light-background a:visited,
html.wp-toolbar > body .acf-block-preview nav.light-background a:hover,
html.wp-toolbar > body .acf-block-preview nav.light-background a:active,
html.desktop nav.light-background a,
html.desktop nav.light-background a:visited,
html.desktop nav.light-background a:hover,
html.desktop nav.light-background a:active,
html.mobile nav.light-background a,
html.mobile nav.light-background a:visited,
html.mobile nav.light-background a:hover,
html.mobile nav.light-background a:active {
  color: #212429;
}

html.wp-toolbar > body .acf-block-preview nav ul li,
html.desktop nav ul li,
html.mobile nav ul li {
  min-height: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375rem;
}

nav.customer-type-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-weight: normal;
}

nav.customer-type-menu a,
nav.customer-type-menu a:visited,
nav.customer-type-menu a:hover,
nav.customer-type-menu a:active {
  color: #ffffff;
}

nav.customer-type-menu a,
nav.customer-type-menu span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
}

html.wp-toolbar > body .acf-block-preview nav.customer-type-menu,
html.desktop nav.customer-type-menu {
  position: relative;
  z-index: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 1.625rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0.05625rem;
}

html.wp-toolbar > body .acf-block-preview nav.customer-type-menu span,
html.desktop nav.customer-type-menu span {
  margin: 0 1.0625rem;
}

html.wp-toolbar > body .acf-block-preview nav.customer-type-menu .selected,
html.desktop nav.customer-type-menu .selected {
  text-decoration: underline;
}

html.mobile nav.customer-type-menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 5.25rem;
  left: 0;
  height: 2.875rem;
  background-image: linear-gradient(263deg, #bb218f, #ef466a 19%, #ee3269 39%, #f47e69 60%, #ee1c73 80%, #be1f8e 100%);
  font-size: 1rem;
  line-height: 0.75rem;
  letter-spacing: 0.07125rem;
}

html.mobile nav.customer-type-menu a {
  margin: 0 2.5rem;
  position: relative;
}

html.mobile nav.customer-type-menu .selected::before {
  content: url(img/mobile-menu-customer-type-selected.svg);
  position: absolute;
  top: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

html.wp-toolbar > body .acf-block-preview nav.header-menu,
html.desktop nav.header-menu {
  margin-top: 0.9375rem;
}

html.wp-toolbar > body .acf-block-preview nav.header-menu.dark-background > ul > li:hover > hr,
html.wp-toolbar > body .acf-block-preview nav.header-menu.dark-background > ul > li.selected > hr,
html.desktop nav.header-menu.dark-background > ul > li:hover > hr,
html.desktop nav.header-menu.dark-background > ul > li.selected > hr {
  background-color: #ffffff;
}

html.wp-toolbar > body .acf-block-preview nav.header-menu.light-background > ul > li:hover > hr,
html.wp-toolbar > body .acf-block-preview nav.header-menu.light-background > ul > li.selected > hr,
html.desktop nav.header-menu.light-background > ul > li:hover > hr,
html.desktop nav.header-menu.light-background > ul > li.selected > hr {
  background-color: #ff3763;
}

html.wp-toolbar > body .acf-block-preview nav.header-menu > ul,
html.desktop nav.header-menu > ul {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html.wp-toolbar > body .acf-block-preview nav.header-menu > ul > li,
html.desktop nav.header-menu > ul > li {
  position: relative;
  margin-left: 2.8125rem;
  line-height: 1.875rem;
}

html.wp-toolbar > body .acf-block-preview nav.header-menu > ul > li a,
html.desktop nav.header-menu > ul > li a {
  display: block;
}

html.wp-toolbar > body .acf-block-preview nav.header-menu > ul > li a.has-border,
html.desktop nav.header-menu > ul > li a.has-border {
  padding: 0 1.375rem;
  border-radius: 1.75rem;
  border: solid 1px;
}

html.wp-toolbar > body .acf-block-preview nav.header-menu > ul > li hr,
html.desktop nav.header-menu > ul > li hr {
  background-color: transparent;
  margin-top: 0.5rem;
  padding: 0;
  width: 3.125rem;
  height: 0.1875rem;
  border-radius: 0.09375rem;
  border: 0 none transparent;
  text-align: center;
  margin-bottom: 0.9375rem;
}

html.wp-toolbar > body .acf-block-preview nav.header-menu > ul > li ul,
html.desktop nav.header-menu > ul > li ul {
  display: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-shadow: 0 0.375rem 0.75rem 0 rgba(72, 75, 78, 0.25);
          box-shadow: 0 0.375rem 0.75rem 0 rgba(72, 75, 78, 0.25);
  border-radius: 0.3125rem;
  z-index: 11;
}

html.wp-toolbar > body .acf-block-preview nav.header-menu > ul > li ul::before,
html.desktop nav.header-menu > ul > li ul::before {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 1.25rem;
  height: 0.625rem;
  content: url(img/submenu-triangle.png);
  display: block;
  margin-top: -1.25rem;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

html.wp-toolbar > body .acf-block-preview nav.header-menu > ul > li ul > li,
html.desktop nav.header-menu > ul > li ul > li {
  background-color: #ffffff;
  padding: 0.3125rem;
}

html.wp-toolbar > body .acf-block-preview nav.header-menu > ul > li ul > li:first-child,
html.desktop nav.header-menu > ul > li ul > li:first-child {
  padding-top: 1.25rem;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}

html.wp-toolbar > body .acf-block-preview nav.header-menu > ul > li ul > li:last-child,
html.desktop nav.header-menu > ul > li ul > li:last-child {
  padding-bottom: 1.25rem;
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}

html.wp-toolbar > body .acf-block-preview nav.header-menu > ul > li ul > li hr,
html.desktop nav.header-menu > ul > li ul > li hr {
  display: none;
}

html.wp-toolbar > body .acf-block-preview nav.header-menu > ul > li ul > li a,
html.wp-toolbar > body .acf-block-preview nav.header-menu > ul > li ul > li a:visited,
html.wp-toolbar > body .acf-block-preview nav.header-menu > ul > li ul > li a:hover,
html.wp-toolbar > body .acf-block-preview nav.header-menu > ul > li ul > li a:active,
html.desktop nav.header-menu > ul > li ul > li a,
html.desktop nav.header-menu > ul > li ul > li a:visited,
html.desktop nav.header-menu > ul > li ul > li a:hover,
html.desktop nav.header-menu > ul > li ul > li a:active {
  color: #212429;
}

html.wp-toolbar > body .acf-block-preview nav.header-menu > ul > li ul > li a,
html.desktop nav.header-menu > ul > li ul > li a {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 0.3125rem 0.625rem;
}

html.wp-toolbar > body .acf-block-preview nav.header-menu > ul > li ul > li a:hover,
html.desktop nav.header-menu > ul > li ul > li a:hover {
  background-color: rgba(158, 87, 189, 0.3);
}

html.wp-toolbar > body .acf-block-preview nav.header-menu > ul > li:hover ul,
html.desktop nav.header-menu > ul > li:hover ul {
  display: block;
  z-index: 12;
}

html.mobile header > section {
  display: block;
  margin: auto;
}

html.mobile header > section article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

html.mobile header > section article #logo {
  display: block;
}

html.mobile header > section article #logo img {
  display: block;
}

html.mobile .header-menu.expander.dark-background .open {
  background-image: url(img/header-menu-open-dark-background.svg);
}

html.mobile .header-menu.expander.light-background .open {
  background-image: url(img/header-menu-open-light-background.svg);
}

html.mobile .header-menu.expander > .expander-checkbox ~ .expander-content > .expander {
  border-top: 1px solid rgba(151, 151, 151, 0.27);
}

html.mobile .header-menu.expander > .expander-checkbox ~ .expander-content > .expander:nth-child(3) {
  border-top: none;
}

html.mobile .header-menu.expander > .expander-checkbox ~ .expander-label {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 20;
}

html.mobile .header-menu.expander > .expander-checkbox ~ .expander-label .open {
  width: 2rem;
  height: 1.25rem;
  background-size: contain;
}

html.mobile .header-menu.expander > .expander-checkbox ~ .expander-label .close {
  width: 1.25rem;
  height: 1.25rem;
  background-size: contain;
  background-image: url(img/header-menu-close.svg);
}

html.mobile .header-menu.expander > .expander-checkbox:checked ~ .expander-content {
  width: 100%;
  background-image: linear-gradient(251deg, rgba(197, 227, 237, 0.5), rgba(234, 199, 214, 0.5));
  background-color: #ffffff;
  padding-top: 9.1875rem;
  padding-bottom: 6.75rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

html.mobile .header-menu.expander > .expander-checkbox:checked ~ .expander-content #menu-logo {
  position: absolute;
  left: 1.875rem;
  top: 1.125rem;
  height: 3rem;
}

html.mobile .header-menu.expander > .expander-checkbox:checked ~ .expander-content nav.customer-type-menu {
  width: 100%;
}

html.mobile .header-menu.expander > .expander-checkbox:checked ~ .expander-content .expander {
  margin: 0 1.5rem;
}

html.mobile .header-menu.expander > .expander-checkbox:checked ~ .expander-content .expander.selected > .expander-content {
  background-color: rgba(150, 232, 246, 0.13);
  margin-bottom: 1.125rem;
}

html.mobile .header-menu.expander > .expander-checkbox:checked ~ .expander-content .expander .expander-checkbox ~ .expander-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 3.625rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-align: left;
}

html.mobile .header-menu.expander > .expander-checkbox:checked ~ .expander-content .expander .expander-checkbox ~ .expander-label a,
html.mobile .header-menu.expander > .expander-checkbox:checked ~ .expander-content .expander .expander-checkbox ~ .expander-label a:visited,
html.mobile .header-menu.expander > .expander-checkbox:checked ~ .expander-content .expander .expander-checkbox ~ .expander-label a:hover,
html.mobile .header-menu.expander > .expander-checkbox:checked ~ .expander-content .expander .expander-checkbox ~ .expander-label a:active {
  color: #212429;
}

html.mobile .header-menu.expander > .expander-checkbox:checked ~ .expander-content .expander .expander-checkbox ~ .expander-label a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.125rem 0.3125rem 1.125rem 0rem;
}

html.mobile .header-menu.expander > .expander-checkbox:checked ~ .expander-content .expander .expander-checkbox ~ .expander-label label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.125rem 1.875rem 1.125rem 0.3125rem;
  cursor: pointer;
}

html.mobile .header-menu.expander > .expander-checkbox:checked ~ .expander-content .expander .expander-checkbox ~ .expander-label label span {
  float: right;
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 0.75rem 0.75rem;
  background-position: right center;
  background-repeat: no-repeat;
}

html.mobile .header-menu.expander > .expander-checkbox:checked ~ .expander-content .expander .expander-checkbox ~ .expander-label.selected > span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.125rem 0.3125rem 1.125rem 0rem;
  background-size: 0.75rem 0.75rem;
  background-position: left center;
  background-repeat: no-repeat;
  text-decoration: underline;
}

html.mobile .header-menu.expander > .expander-checkbox:checked ~ .expander-content .expander .expander-checkbox ~ .expander-label .open {
  background-image: url(img/chili-angle-down-light-background.svg);
}

html.mobile .header-menu.expander > .expander-checkbox:checked ~ .expander-content .expander .expander-checkbox ~ .expander-label .close {
  background-image: url(img/chili-angle-up-light-background.svg);
}

nav.breadcrumb {
  font-weight: 600;
}

nav.breadcrumb.dark-background span {
  color: #ffffff;
}

nav.breadcrumb.dark-background li::after {
  background-image: url(img/chili-angle-right-dark-background.svg);
}

nav.breadcrumb.light-background {
  background-image: linear-gradient(251deg, rgba(197, 227, 237, 0.5), rgba(234, 199, 214, 0.5));
}

nav.breadcrumb.light-background span {
  color: #212429;
}

nav.breadcrumb.light-background li::after {
  background-image: url(img/chili-angle-right-light-background.svg);
}

nav.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  text-align: left;
}

nav.breadcrumb ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav.breadcrumb ul li::after {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  width: 1em;
  background-size: 1em;
  content: "";
}

nav.breadcrumb ul li a {
  display: block;
}

nav.breadcrumb ul li:last-child {
  font-weight: 400;
}

nav.breadcrumb ul li:last-child::after {
  background: none;
  content: "";
}

nav.breadcrumb.empty {
  background: none;
}

html.wp-toolbar > body .acf-block-preview nav.breadcrumb,
html.desktop nav.breadcrumb {
  position: relative;
  z-index: 1;
  margin-top: 0.625rem;
  height: 2.25rem;
}

html.wp-toolbar > body .acf-block-preview nav.breadcrumb ul,
html.desktop nav.breadcrumb ul {
  width: 71.25rem;
}

html.wp-toolbar > body .acf-block-preview nav.breadcrumb ul li,
html.desktop nav.breadcrumb ul li {
  font-size: 0.75rem;
  line-height: 2.25rem;
}

html.wp-toolbar > body .acf-block-preview nav.breadcrumb ul li::after,
html.desktop nav.breadcrumb ul li::after {
  margin: auto 2em;
  height: 2.25rem;
}

html.mobile nav.breadcrumb {
  margin-bottom: -1.25rem;
}

html.mobile nav.breadcrumb ul {
  width: 100%;
  padding-left: 3.4375rem;
}

html.mobile nav.breadcrumb ul li {
  font-size: 0.625rem;
  line-height: 1.25rem;
}

html.mobile nav.breadcrumb ul li::after {
  margin: auto 0.75em;
  height: 1.25rem;
}

html.wp-toolbar > body .acf-block-preview nav.footer-menu,
html.desktop nav.footer-menu {
  padding-top: 7rem;
}

html.wp-toolbar > body .acf-block-preview nav.footer-menu a,
html.wp-toolbar > body .acf-block-preview nav.footer-menu a:visited,
html.wp-toolbar > body .acf-block-preview nav.footer-menu a:hover,
html.wp-toolbar > body .acf-block-preview nav.footer-menu a:active,
html.desktop nav.footer-menu a,
html.desktop nav.footer-menu a:visited,
html.desktop nav.footer-menu a:hover,
html.desktop nav.footer-menu a:active {
  color: #ffffff;
}

html.wp-toolbar > body .acf-block-preview nav.footer-menu > ul,
html.desktop nav.footer-menu > ul {
  padding: 1.5625rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html.wp-toolbar > body .acf-block-preview nav.footer-menu > ul > li,
html.desktop nav.footer-menu > ul > li {
  width: 14.6875rem;
  font-size: 1.375rem;
  font-family: "Patua One", cursive;
  font-weight: 400;
  line-height: 1.625rem;
  display: inline-block;
  vertical-align: top;
}

html.wp-toolbar > body .acf-block-preview nav.footer-menu > ul > li a,
html.wp-toolbar > body .acf-block-preview nav.footer-menu > ul > li a:visited,
html.wp-toolbar > body .acf-block-preview nav.footer-menu > ul > li a:hover,
html.wp-toolbar > body .acf-block-preview nav.footer-menu > ul > li a:active,
html.desktop nav.footer-menu > ul > li a,
html.desktop nav.footer-menu > ul > li a:visited,
html.desktop nav.footer-menu > ul > li a:hover,
html.desktop nav.footer-menu > ul > li a:active {
  font-weight: 400;
}

html.wp-toolbar > body .acf-block-preview nav.footer-menu > ul > li > a,
html.desktop nav.footer-menu > ul > li > a {
  display: block;
  margin-bottom: 1.25rem;
}

html.wp-toolbar > body .acf-block-preview nav.footer-menu > ul > li li,
html.desktop nav.footer-menu > ul > li li {
  margin-bottom: 0.875rem;
  font-family: "Source Sans Pro", sans-serif;
}

html.wp-toolbar > body .acf-block-preview nav.footer-menu > ul > li li a,
html.wp-toolbar > body .acf-block-preview nav.footer-menu > ul > li li a:visited,
html.wp-toolbar > body .acf-block-preview nav.footer-menu > ul > li li a:hover,
html.wp-toolbar > body .acf-block-preview nav.footer-menu > ul > li li a:active,
html.desktop nav.footer-menu > ul > li li a,
html.desktop nav.footer-menu > ul > li li a:visited,
html.desktop nav.footer-menu > ul > li li a:hover,
html.desktop nav.footer-menu > ul > li li a:active {
  font-weight: 600;
}

html.mobile nav.footer-menu {
  padding-top: 4.0625rem;
}

html.mobile nav.footer-menu > .expander {
  height: auto;
  border-top: 1px solid rgba(255, 55, 99, 0.6);
}

html.mobile nav.footer-menu > .expander:last-child {
  border-bottom: 1px solid rgba(255, 55, 99, 0.6);
}

html.mobile nav.footer-menu > .expander .expander-checkbox ~ .expander-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.375rem;
  line-height: 3.375rem;
  height: 3.375rem;
  font-family: "Patua One", cursive;
  font-weight: 400;
}

html.mobile nav.footer-menu > .expander .expander-checkbox ~ .expander-label a,
html.mobile nav.footer-menu > .expander .expander-checkbox ~ .expander-label a:visited,
html.mobile nav.footer-menu > .expander .expander-checkbox ~ .expander-label a:hover,
html.mobile nav.footer-menu > .expander .expander-checkbox ~ .expander-label a:active {
  font-weight: 400;
  color: #ffffff;
}

html.mobile nav.footer-menu > .expander .expander-checkbox ~ .expander-label a,
html.mobile nav.footer-menu > .expander .expander-checkbox ~ .expander-label label {
  display: inline-block;
  padding-right: 0.875rem;
}

html.mobile nav.footer-menu > .expander .expander-checkbox ~ .expander-label .open,
html.mobile nav.footer-menu > .expander .expander-checkbox ~ .expander-label .close {
  width: 1.5rem;
  height: 3.375rem;
  background-size: contain;
  background-position: center;
}

html.mobile nav.footer-menu > .expander .expander-checkbox ~ .expander-label .open {
  background-image: url(img/footer-menu-open.svg);
}

html.mobile nav.footer-menu > .expander .expander-checkbox ~ .expander-label .close {
  background-image: url(img/footer-menu-close.svg);
}

html.mobile nav.footer-menu > .expander .expander-checkbox ~ .expander-label.menu-depth-0 {
  padding-left: 1.5rem;
}

html.mobile nav.footer-menu > .expander .expander-checkbox ~ .expander-label.menu-depth-1 {
  padding-left: 3rem;
}

html.mobile nav.footer-menu > .expander .expander-checkbox ~ .expander-label.menu-depth-2 {
  padding-left: 4.5rem;
}

html.mobile nav.footer-menu > .expander .expander-checkbox ~ .expander-label.menu-depth-3 {
  padding-left: 6rem;
}

html.mobile nav.footer-menu > .expander .expander-checkbox ~ .expander-label.menu-depth-4 {
  padding-left: 7.5rem;
}

html.mobile nav.footer-menu > .expander .expander-checkbox ~ .expander-label.menu-depth-5 {
  padding-left: 9rem;
}

/* SIDE MENU */
html.wp-toolbar > body .acf-block-preview main.has-side-menu,
html.desktop main.has-side-menu {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-columns: 42rem 21.3125rem;
      grid-template-columns: 42rem 21.3125rem;
  grid-gap: 8.1875rem;
}

html.wp-toolbar > body .acf-block-preview main.has-side-menu .block > main.width-max,
html.wp-toolbar > body .acf-block-preview main.has-side-menu .block > main.width-wide,
html.wp-toolbar > body .acf-block-preview main.has-side-menu .block > main.width-medium,
html.wp-toolbar > body .acf-block-preview main.has-side-menu .block > main.width-narrow,
html.desktop main.has-side-menu .block > main.width-max,
html.desktop main.has-side-menu .block > main.width-wide,
html.desktop main.has-side-menu .block > main.width-medium,
html.desktop main.has-side-menu .block > main.width-narrow {
  width: auto;
}

html.wp-toolbar > body .acf-block-preview main.has-side-menu section.content section.title-block + .block > main,
html.desktop main.has-side-menu section.content section.title-block + .block > main {
  padding-top: 0;
}

html.wp-toolbar > body .acf-block-preview main.has-side-menu section.content section > main > section > article,
html.desktop main.has-side-menu section.content section > main > section > article {
  margin: 3.125rem 0;
  text-align: left;
}

html.wp-toolbar > body .acf-block-preview main.has-side-menu aside > nav,
html.desktop main.has-side-menu aside > nav {
  margin-top: 14.75rem;
  text-align: left;
  width: 21.3125rem;
  background-image: linear-gradient(251deg, rgba(197, 227, 237, 0.5), rgba(234, 199, 214, 0.5));
  border: 1px solid rgba(151, 151, 151, 0.27);
  border-radius: 0.3125rem;
}

html.wp-toolbar > body .acf-block-preview main.has-side-menu aside > nav .expander.selected,
html.desktop main.has-side-menu aside > nav .expander.selected {
  background-color: rgba(255, 255, 255, 0.5);
}

html.wp-toolbar > body .acf-block-preview main.has-side-menu aside > nav .expander:first-child .expander-checkbox ~ .expander-label.menu-depth-0,
html.desktop main.has-side-menu aside > nav .expander:first-child .expander-checkbox ~ .expander-label.menu-depth-0 {
  border-top: none;
}

html.wp-toolbar > body .acf-block-preview main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label,
html.desktop main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label {
  min-width: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 3.625rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

html.wp-toolbar > body .acf-block-preview main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label a,
html.wp-toolbar > body .acf-block-preview main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label a:visited,
html.wp-toolbar > body .acf-block-preview main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label a:hover,
html.wp-toolbar > body .acf-block-preview main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label a:active,
html.desktop main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label a,
html.desktop main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label a:visited,
html.desktop main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label a:hover,
html.desktop main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label a:active {
  color: #212429;
}

html.wp-toolbar > body .acf-block-preview main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label a,
html.desktop main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.125rem 0.3125rem 1.125rem 3rem;
}

html.wp-toolbar > body .acf-block-preview main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label a:hover,
html.desktop main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label a:hover {
  text-decoration: underline;
}

html.wp-toolbar > body .acf-block-preview main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label label,
html.desktop main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.125rem 3rem 1.125rem 0.3125rem;
  cursor: pointer;
}

html.wp-toolbar > body .acf-block-preview main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label label span,
html.desktop main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label label span {
  float: right;
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 0.75rem 0.75rem;
  background-position: right center;
  background-repeat: no-repeat;
}

html.wp-toolbar > body .acf-block-preview main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label label:hover span,
html.desktop main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label label:hover span {
  background-size: 0.9375rem 0.9375rem;
}

html.wp-toolbar > body .acf-block-preview main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label.selected > span,
html.desktop main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label.selected > span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.125rem 0.3125rem 1.125rem 3rem;
  background-size: 0.75rem 0.75rem;
  background-position: left center;
  background-repeat: no-repeat;
  text-decoration: underline;
}

html.wp-toolbar > body .acf-block-preview main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label.menu-depth-0,
html.desktop main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label.menu-depth-0 {
  border-top: 1px solid rgba(151, 151, 151, 0.27);
}

html.wp-toolbar > body .acf-block-preview main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label.menu-depth-1,
html.desktop main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label.menu-depth-1 {
  padding-left: 1.3125rem;
}

html.wp-toolbar > body .acf-block-preview main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label.menu-depth-2,
html.desktop main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label.menu-depth-2 {
  padding-left: 2.625rem;
}

html.wp-toolbar > body .acf-block-preview main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label.menu-depth-3,
html.desktop main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label.menu-depth-3 {
  padding-left: 3.9375rem;
}

html.wp-toolbar > body .acf-block-preview main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label.menu-depth-4,
html.desktop main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label.menu-depth-4 {
  padding-left: 5.25rem;
}

html.wp-toolbar > body .acf-block-preview main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label.menu-depth-5,
html.desktop main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label.menu-depth-5 {
  padding-left: 6.5625rem;
}

html.wp-toolbar > body .acf-block-preview main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label .open,
html.desktop main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label .open {
  background-image: url(img/chili-angle-down-light-background.svg);
}

html.wp-toolbar > body .acf-block-preview main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label .close,
html.desktop main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label .close {
  background-image: url(img/chili-angle-up-light-background.svg);
}

html.mobile main.has-side-menu .block > main.width-max,
html.mobile main.has-side-menu .block > main.width-wide,
html.mobile main.has-side-menu .block > main.width-medium,
html.mobile main.has-side-menu .block > main.width-narrow {
  width: auto;
}

html.mobile main.has-side-menu section.content section.title-block + .block > main {
  padding-top: 0;
}

html.mobile main.has-side-menu section.content section > main > section > article {
  text-align: left;
}

html.mobile main.has-side-menu aside {
  margin-top: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

html.mobile main.has-side-menu aside > nav {
  text-align: left;
  width: 100%;
  background-image: linear-gradient(251deg, rgba(197, 227, 237, 0.5), rgba(234, 199, 214, 0.5));
  border: 1px solid rgba(151, 151, 151, 0.27);
  border-radius: 0.3125rem;
}

html.mobile main.has-side-menu aside > nav .expander.selected {
  background-color: rgba(255, 255, 255, 0.5);
}

html.mobile main.has-side-menu aside > nav .expander:first-child .expander-checkbox ~ .expander-label.menu-depth-0 {
  border-top: none;
}

html.mobile main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label {
  min-width: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.9375rem;
  line-height: 1.5rem;
}

html.mobile main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label a,
html.mobile main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label a:visited,
html.mobile main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label a:hover,
html.mobile main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label a:active {
  color: #212429;
}

html.mobile main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0.9375rem;
}

html.mobile main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label a:hover {
  text-decoration: underline;
}

html.mobile main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0.9375rem;
  cursor: pointer;
}

html.mobile main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label label span {
  float: right;
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 0.75rem 0.75rem;
  background-position: right center;
  background-repeat: no-repeat;
}

html.mobile main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label label:hover span {
  background-size: 0.9375rem 0.9375rem;
}

html.mobile main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label.selected > span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.125rem 0.3125rem 1.125rem 3rem;
  background-size: 0.75rem 0.75rem;
  background-position: left center;
  background-repeat: no-repeat;
  text-decoration: underline;
}

html.mobile main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label.menu-depth-0 {
  border-top: 1px solid rgba(151, 151, 151, 0.27);
}

html.mobile main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label.menu-depth-1 {
  padding-left: 1rem;
}

html.mobile main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label.menu-depth-2 {
  padding-left: 2rem;
}

html.mobile main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label.menu-depth-3 {
  padding-left: 3rem;
}

html.mobile main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label.menu-depth-4 {
  padding-left: 4rem;
}

html.mobile main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label.menu-depth-5 {
  padding-left: 5rem;
}

html.mobile main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label .open {
  background-image: url(img/chili-angle-down-light-background.svg);
}

html.mobile main.has-side-menu aside > nav .expander .expander-checkbox ~ .expander-label .close {
  background-image: url(img/chili-angle-up-light-background.svg);
}

/* BLOCKS */
/* BLOCKS */
.block > main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
}

.block > main.dark-background {
  color: #ffffff;
}

.block > main.dark-background a,
.block > main.dark-background a:visited,
.block > main.dark-background a:hover,
.block > main.dark-background a:active {
  color: #ffffff;
}

.block > main.light-background {
  color: #212429;
}

.block > main.has-background-image {
  background-size: cover;
  background-position: center center;
}

.block > main > h2,
.block > main > section,
.block > main > .abstract,
.block > main > a {
  margin: 0;
  padding: 0;
}

.block > main p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

html.wp-toolbar > body .acf-block-preview body > main.has-side-menu .block .width-max,
html.wp-toolbar > body .acf-block-preview body > main.has-side-menu .block .width-wide,
html.wp-toolbar > body .acf-block-preview body > main.has-side-menu .block .width-medium,
html.wp-toolbar > body .acf-block-preview body > main.has-side-menu .block .width-narrow,
html.desktop body > main.has-side-menu .block .width-max,
html.desktop body > main.has-side-menu .block .width-wide,
html.desktop body > main.has-side-menu .block .width-medium,
html.desktop body > main.has-side-menu .block .width-narrow {
  width: 100%;
}

html.wp-toolbar > body .acf-block-preview .block:not(.is-first) > main,
html.desktop .block:not(.is-first) > main {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

html.wp-toolbar > body .acf-block-preview .block:not(.hero-size) > main.width-full,
html.desktop .block:not(.hero-size) > main.width-full {
  width: 6.25%rem;
}

@media only screen and (max-width: 1617px) {
  html.wp-toolbar > body .acf-block-preview .block:not(.hero-size) > main.width-max,
  html.desktop .block:not(.hero-size) > main.width-max {
    width: 100%;
  }
}

@media only screen and (min-width: 1617px) {
  html.wp-toolbar > body .acf-block-preview .block:not(.hero-size) > main.width-max,
  html.desktop .block:not(.hero-size) > main.width-max {
    width: 100rem;
  }
}

html.wp-toolbar > body .acf-block-preview .block:not(.hero-size) > main.width-wide,
html.desktop .block:not(.hero-size) > main.width-wide {
  width: 87.5rem;
}

html.wp-toolbar > body .acf-block-preview .block:not(.hero-size) > main.width-medium,
html.desktop .block:not(.hero-size) > main.width-medium {
  width: 75.9375rem;
}

html.wp-toolbar > body .acf-block-preview .block:not(.hero-size) > main.width-narrow,
html.desktop .block:not(.hero-size) > main.width-narrow {
  width: 71.25rem;
}

html.wp-toolbar > body .acf-block-preview .block > main.custom-padding.padding-top-0,
html.desktop .block > main.custom-padding.padding-top-0 {
  padding-top: 0;
}

html.wp-toolbar > body .acf-block-preview .block > main.custom-padding.padding-top-1,
html.desktop .block > main.custom-padding.padding-top-1 {
  padding-top: 5rem;
}

html.wp-toolbar > body .acf-block-preview .block > main.custom-padding.padding-top-2,
html.desktop .block > main.custom-padding.padding-top-2 {
  padding-top: 10rem;
}

html.wp-toolbar > body .acf-block-preview .block > main.custom-padding.padding-top-3,
html.desktop .block > main.custom-padding.padding-top-3 {
  padding-top: 15rem;
}

html.wp-toolbar > body .acf-block-preview .block > main.custom-padding.padding-top-4,
html.desktop .block > main.custom-padding.padding-top-4 {
  padding-top: 20rem;
}

html.wp-toolbar > body .acf-block-preview .block > main.custom-padding.padding-bottom-0,
html.desktop .block > main.custom-padding.padding-bottom-0 {
  padding-bottom: 0;
}

html.wp-toolbar > body .acf-block-preview .block > main.custom-padding.padding-bottom-1,
html.desktop .block > main.custom-padding.padding-bottom-1 {
  padding-bottom: 5rem;
}

html.wp-toolbar > body .acf-block-preview .block > main.custom-padding.padding-bottom-2,
html.desktop .block > main.custom-padding.padding-bottom-2 {
  padding-bottom: 10rem;
}

html.wp-toolbar > body .acf-block-preview .block > main.custom-padding.padding-bottom-3,
html.desktop .block > main.custom-padding.padding-bottom-3 {
  padding-bottom: 15rem;
}

html.wp-toolbar > body .acf-block-preview .block > main.custom-padding.padding-bottom-4,
html.desktop .block > main.custom-padding.padding-bottom-4 {
  padding-bottom: 20rem;
}

html.wp-toolbar > body .acf-block-preview .block > main.has-title > h2,
html.desktop .block > main.has-title > h2 {
  margin-bottom: 1.875rem;
  font-size: 3.75rem;
  line-height: 5.625rem;
}

html.wp-toolbar > body .acf-block-preview .block > main.smaller-title > h2,
html.desktop .block > main.smaller-title > h2 {
  font-size: 2.25rem;
  line-height: 2.625rem;
}

html.wp-toolbar > body .acf-block-preview .block > main.has-abstract > .abstract,
html.desktop .block > main.has-abstract > .abstract {
  margin-bottom: 4.625rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

html.wp-toolbar > body .acf-block-preview .block > main.has-title.has-abstract > .abstract,
html.desktop .block > main.has-title.has-abstract > .abstract {
  margin-top: -1.375rem;
  padding-top: 0;
}

html.wp-toolbar > body .acf-block-preview .block > main.has-bottom-link,
html.desktop .block > main.has-bottom-link {
  padding-bottom: 4.0625rem;
}

html.wp-toolbar > body .acf-block-preview .block > main.has-bottom-link .bottom-link,
html.desktop .block > main.has-bottom-link .bottom-link {
  display: block;
  margin: 3rem auto auto auto;
}

html.wp-toolbar > body .acf-block-preview .block > main.has-bottom-link .bottom-link.button,
html.desktop .block > main.has-bottom-link .bottom-link.button {
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

html.wp-toolbar > body .acf-block-preview .block > main.has-bottom-link .bottom-link:not(.button),
html.desktop .block > main.has-bottom-link .bottom-link:not(.button) {
  font-size: 1.5rem;
  line-height: 2rem;
}

html.wp-toolbar > body .acf-block-preview .block > main section h2,
html.desktop .block > main section h2 {
  font-size: 2.25rem;
  line-height: 2.625rem;
}

html.wp-toolbar > body .acf-block-preview .block > main section h3,
html.desktop .block > main section h3 {
  font-size: 1.5rem;
  line-height: 2.125rem;
}

html.wp-toolbar > body .acf-block-preview .block > main section h4,
html.desktop .block > main section h4 {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

html.mobile .block:not(.is-first) > main {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

html.mobile .block > main.custom-padding.padding-top-0 {
  padding-top: 0;
}

html.mobile .block > main.custom-padding.padding-top-1 {
  padding-top: 1.25rem;
}

html.mobile .block > main.custom-padding.padding-top-2 {
  padding-top: 2.5rem;
}

html.mobile .block > main.custom-padding.padding-top-3 {
  padding-top: 3.75rem;
}

html.mobile .block > main.custom-padding.padding-top-4 {
  padding-top: 5rem;
}

html.mobile .block > main.custom-padding.padding-bottom-0 {
  padding-bottom: 0;
}

html.mobile .block > main.custom-padding.padding-bottom-1 {
  padding-bottom: 1.25rem;
}

html.mobile .block > main.custom-padding.padding-bottom-2 {
  padding-bottom: 2.5rem;
}

html.mobile .block > main.custom-padding.padding-bottom-3 {
  padding-bottom: 3.75rem;
}

html.mobile .block > main.custom-padding.padding-bottom-4 {
  padding-bottom: 5rem;
}

html.mobile .block > main.has-title > h2 {
  margin-bottom: 0.625rem;
  font-size: 1.875rem;
  line-height: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

html.mobile .block > main.smaller-title > h2 {
  font-size: 1.5625rem;
  line-height: 1.875rem;
}

html.mobile .block > main.has-abstract > .abstract {
  margin-bottom: 3.75rem;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

html.mobile .block > main.has-title.has-abstract > .abstract {
  padding-top: 0;
}

html.mobile .block > main.width-full, html.mobile .block > main.width-max, html.mobile .block > main.width-wide, html.mobile .block > main.width-medium, html.mobile .block > main.width-narrow {
  margin-left: 0;
  margin-right: 0;
}

html.mobile .block > main.width-full > section > article, html.mobile .block > main.width-max > section > article, html.mobile .block > main.width-wide > section > article, html.mobile .block > main.width-medium > section > article, html.mobile .block > main.width-narrow > section > article {
  padding: 0 20px;
}

html.mobile .block > main.has-bottom-link {
  padding-bottom: 2rem;
}

html.mobile .block > main.has-bottom-link > a {
  font-weight: 700;
  display: block;
  margin: 1.25rem auto auto auto;
}

html.mobile .block > main.has-bottom-link > a:not(.button) {
  font-size: 1.5rem;
  line-height: 2rem;
}

html.mobile .block > main section h2 {
  font-size: 1.5rem;
  line-height: 1.875rem;
}

html.mobile .block > main section h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

html.mobile .block > main section h4 {
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin: 0.625rem 0;
}

html.wp-toolbar > body .acf-block-preview .block.is-first,
html.desktop .block.is-first {
  margin-top: -10.9375rem;
}

html.wp-toolbar > body .acf-block-preview .block.hero-size,
html.desktop .block.hero-size {
  width: 100%;
  min-height: 46.75rem;
}

html.wp-toolbar > body .acf-block-preview .block.hero-size > main,
html.desktop .block.hero-size > main {
  height: 100%;
}

html.mobile .block.is-first {
  margin-top: -5.25rem;
}

html.mobile .block.hero-size {
  width: 100%;
  min-height: 29.5rem;
}

html.mobile .block.hero-size > main {
  height: 100%;
}

html.wp-toolbar > body .acf-block-preview .title-block.negative-margin-0,
html.wp-toolbar > body .acf-block-preview .block.negative-margin-0,
html.desktop .title-block.negative-margin-0,
html.desktop .block.negative-margin-0 {
  margin-bottom: 0;
}

html.wp-toolbar > body .acf-block-preview .title-block.negative-margin-1,
html.wp-toolbar > body .acf-block-preview .block.negative-margin-1,
html.desktop .title-block.negative-margin-1,
html.desktop .block.negative-margin-1 {
  margin-bottom: -5rem;
}

html.wp-toolbar > body .acf-block-preview .title-block.negative-margin-2,
html.wp-toolbar > body .acf-block-preview .block.negative-margin-2,
html.desktop .title-block.negative-margin-2,
html.desktop .block.negative-margin-2 {
  margin-bottom: -10rem;
}

html.wp-toolbar > body .acf-block-preview .title-block.negative-margin-3,
html.wp-toolbar > body .acf-block-preview .block.negative-margin-3,
html.desktop .title-block.negative-margin-3,
html.desktop .block.negative-margin-3 {
  margin-bottom: -15rem;
}

html.wp-toolbar > body .acf-block-preview .title-block.negative-margin-4,
html.wp-toolbar > body .acf-block-preview .block.negative-margin-4,
html.desktop .title-block.negative-margin-4,
html.desktop .block.negative-margin-4 {
  margin-bottom: -20rem;
}

html.mobile .title-block.negative-margin-0,
html.mobile .block.negative-margin-0 {
  margin-bottom: 0;
}

html.mobile .title-block.negative-margin-1,
html.mobile .block.negative-margin-1 {
  margin-bottom: -2.5rem;
}

html.mobile .title-block.negative-margin-2,
html.mobile .block.negative-margin-2 {
  margin-bottom: -5rem;
}

html.mobile .title-block.negative-margin-3,
html.mobile .block.negative-margin-3 {
  margin-bottom: -7.5rem;
}

html.mobile .title-block.negative-margin-4,
html.mobile .block.negative-margin-4 {
  margin-bottom: -10rem;
}

html.wp-toolbar > body .acf-block-preview section.single-column-block > main > section h2,
html.wp-toolbar > body .acf-block-preview section.single-column-block > main > section h3,
html.wp-toolbar > body .acf-block-preview section.single-column-block > main > section h4,
html.wp-toolbar > body .acf-block-preview section.single-column-block > main > section h5,
html.wp-toolbar > body .acf-block-preview section.content-columns-block > main > section h2,
html.wp-toolbar > body .acf-block-preview section.content-columns-block > main > section h3,
html.wp-toolbar > body .acf-block-preview section.content-columns-block > main > section h4,
html.wp-toolbar > body .acf-block-preview section.content-columns-block > main > section h5,
html.desktop section.single-column-block > main > section h2,
html.desktop section.single-column-block > main > section h3,
html.desktop section.single-column-block > main > section h4,
html.desktop section.single-column-block > main > section h5,
html.desktop section.content-columns-block > main > section h2,
html.desktop section.content-columns-block > main > section h3,
html.desktop section.content-columns-block > main > section h4,
html.desktop section.content-columns-block > main > section h5 {
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: left;
}

html.wp-toolbar > body .acf-block-preview section.single-column-block > main > section h2,
html.wp-toolbar > body .acf-block-preview section.content-columns-block > main > section h2,
html.desktop section.single-column-block > main > section h2,
html.desktop section.content-columns-block > main > section h2 {
  font-size: 2.75rem;
  line-height: 3.75rem;
}

html.wp-toolbar > body .acf-block-preview section.single-column-block > main > section h3,
html.wp-toolbar > body .acf-block-preview section.content-columns-block > main > section h3,
html.desktop section.single-column-block > main > section h3,
html.desktop section.content-columns-block > main > section h3 {
  font-size: 2.25rem;
  line-height: 2.625rem;
}

html.wp-toolbar > body .acf-block-preview section.single-column-block > main > section h4,
html.wp-toolbar > body .acf-block-preview section.content-columns-block > main > section h4,
html.desktop section.single-column-block > main > section h4,
html.desktop section.content-columns-block > main > section h4 {
  font-size: 1.75rem;
  line-height: 2.125rem;
}

html.wp-toolbar > body .acf-block-preview section.single-column-block > .width-full > section,
html.wp-toolbar > body .acf-block-preview section.content-columns-block > .width-full > section,
html.desktop section.single-column-block > .width-full > section,
html.desktop section.content-columns-block > .width-full > section {
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
}

html.mobil section.single-column-block > main > section h2,
html.mobil section.single-column-block > main > section h3,
html.mobil section.single-column-block > main > section h4,
html.mobil section.single-column-block > main > section h5,
html.mobil section.content-columns-block > main > section h2,
html.mobil section.content-columns-block > main > section h3,
html.mobil section.content-columns-block > main > section h4,
html.mobil section.content-columns-block > main > section h5 {
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: left;
}

html.mobil section.single-column-block > main > section h2,
html.mobil section.content-columns-block > main > section h2 {
  font-size: 1.6875rem;
  line-height: 2rem;
}

html.mobil section.single-column-block > main > section h3,
html.mobil section.content-columns-block > main > section h3 {
  font-size: 1.375rem;
  line-height: 1.875rem;
}

html.mobil section.single-column-block > main > section h4,
html.mobil section.content-columns-block > main > section h4 {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

/* TITLE BLOCK */
html.wp-toolbar > body .acf-block-preview section.title-block,
html.wp-toolbar > body .acf-block-preview section.carousel-block > article > main > section,
html.desktop section.title-block,
html.desktop section.carousel-block > article > main > section {
  text-align: left;
  margin: auto;
  min-height: 21.875rem;
  width: 71.25rem;
  margin-bottom: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

html.wp-toolbar > body .acf-block-preview section.title-block.dark-background,
html.wp-toolbar > body .acf-block-preview section.carousel-block > article > main > section.dark-background,
html.desktop section.title-block.dark-background,
html.desktop section.carousel-block > article > main > section.dark-background {
  color: #ffffff;
}

html.wp-toolbar > body .acf-block-preview section.title-block.dark-background a,
html.wp-toolbar > body .acf-block-preview section.title-block.dark-background a:visited,
html.wp-toolbar > body .acf-block-preview section.title-block.dark-background a:hover,
html.wp-toolbar > body .acf-block-preview section.title-block.dark-background a:active,
html.wp-toolbar > body .acf-block-preview section.carousel-block > article > main > section.dark-background a,
html.wp-toolbar > body .acf-block-preview section.carousel-block > article > main > section.dark-background a:visited,
html.wp-toolbar > body .acf-block-preview section.carousel-block > article > main > section.dark-background a:hover,
html.wp-toolbar > body .acf-block-preview section.carousel-block > article > main > section.dark-background a:active,
html.desktop section.title-block.dark-background a,
html.desktop section.title-block.dark-background a:visited,
html.desktop section.title-block.dark-background a:hover,
html.desktop section.title-block.dark-background a:active,
html.desktop section.carousel-block > article > main > section.dark-background a,
html.desktop section.carousel-block > article > main > section.dark-background a:visited,
html.desktop section.carousel-block > article > main > section.dark-background a:hover,
html.desktop section.carousel-block > article > main > section.dark-background a:active {
  color: #ffffff;
}

html.wp-toolbar > body .acf-block-preview section.title-block.light-background,
html.wp-toolbar > body .acf-block-preview section.carousel-block > article > main > section.light-background,
html.desktop section.title-block.light-background,
html.desktop section.carousel-block > article > main > section.light-background {
  color: #212429;
}

html.wp-toolbar > body .acf-block-preview section.title-block.custom-padding.padding-bottom-0,
html.wp-toolbar > body .acf-block-preview section.carousel-block > article > main > section.custom-padding.padding-bottom-0,
html.desktop section.title-block.custom-padding.padding-bottom-0,
html.desktop section.carousel-block > article > main > section.custom-padding.padding-bottom-0 {
  min-height: 16.875rem;
}

html.wp-toolbar > body .acf-block-preview section.title-block.custom-padding.padding-bottom-1,
html.wp-toolbar > body .acf-block-preview section.carousel-block > article > main > section.custom-padding.padding-bottom-1,
html.desktop section.title-block.custom-padding.padding-bottom-1,
html.desktop section.carousel-block > article > main > section.custom-padding.padding-bottom-1 {
  min-height: 21.875rem;
}

html.wp-toolbar > body .acf-block-preview section.title-block.custom-padding.padding-bottom-2,
html.wp-toolbar > body .acf-block-preview section.carousel-block > article > main > section.custom-padding.padding-bottom-2,
html.desktop section.title-block.custom-padding.padding-bottom-2,
html.desktop section.carousel-block > article > main > section.custom-padding.padding-bottom-2 {
  min-height: 26.875rem;
}

html.wp-toolbar > body .acf-block-preview section.title-block.custom-padding.padding-bottom-3,
html.wp-toolbar > body .acf-block-preview section.carousel-block > article > main > section.custom-padding.padding-bottom-3,
html.desktop section.title-block.custom-padding.padding-bottom-3,
html.desktop section.carousel-block > article > main > section.custom-padding.padding-bottom-3 {
  min-height: 31.875rem;
}

html.wp-toolbar > body .acf-block-preview section.title-block.custom-padding.padding-bottom-4,
html.wp-toolbar > body .acf-block-preview section.carousel-block > article > main > section.custom-padding.padding-bottom-4,
html.desktop section.title-block.custom-padding.padding-bottom-4,
html.desktop section.carousel-block > article > main > section.custom-padding.padding-bottom-4 {
  min-height: 36.875rem;
}

html.wp-toolbar > body .acf-block-preview section.title-block h1,
html.wp-toolbar > body .acf-block-preview section.title-block h2,
html.wp-toolbar > body .acf-block-preview section.title-block .abstract,
html.wp-toolbar > body .acf-block-preview section.title-block a,
html.wp-toolbar > body .acf-block-preview section.carousel-block > article > main > section h1,
html.wp-toolbar > body .acf-block-preview section.carousel-block > article > main > section h2,
html.wp-toolbar > body .acf-block-preview section.carousel-block > article > main > section .abstract,
html.wp-toolbar > body .acf-block-preview section.carousel-block > article > main > section a,
html.desktop section.title-block h1,
html.desktop section.title-block h2,
html.desktop section.title-block .abstract,
html.desktop section.title-block a,
html.desktop section.carousel-block > article > main > section h1,
html.desktop section.carousel-block > article > main > section h2,
html.desktop section.carousel-block > article > main > section .abstract,
html.desktop section.carousel-block > article > main > section a {
  margin: 0;
  padding: 0;
}

html.wp-toolbar > body .acf-block-preview section.title-block p,
html.wp-toolbar > body .acf-block-preview section.carousel-block > article > main > section p,
html.desktop section.title-block p,
html.desktop section.carousel-block > article > main > section p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  margin-bottom: 0.3125rem;
}

html.wp-toolbar > body .acf-block-preview section.title-block.puff article,
html.wp-toolbar > body .acf-block-preview section.carousel-block > article > main > section.puff article,
html.desktop section.title-block.puff article,
html.desktop section.carousel-block > article > main > section.puff article {
  max-width: 55rem;
}

html.wp-toolbar > body .acf-block-preview section.title-block.sim,
html.wp-toolbar > body .acf-block-preview section.carousel-block > article > main > section.sim,
html.desktop section.title-block.sim,
html.desktop section.carousel-block > article > main > section.sim {
  margin-top: 6.25rem;
}

html.wp-toolbar > body .acf-block-preview section.title-block.sim article,
html.wp-toolbar > body .acf-block-preview section.carousel-block > article > main > section.sim article,
html.desktop section.title-block.sim article,
html.desktop section.carousel-block > article > main > section.sim article {
  max-width: 41.25rem;
}

html.wp-toolbar > body .acf-block-preview section.title-block article > h1,
html.wp-toolbar > body .acf-block-preview section.title-block article > h2:not(.card-title),
html.wp-toolbar > body .acf-block-preview section.carousel-block > article > main > section article > h1,
html.wp-toolbar > body .acf-block-preview section.carousel-block > article > main > section article > h2:not(.card-title),
html.desktop section.title-block article > h1,
html.desktop section.title-block article > h2:not(.card-title),
html.desktop section.carousel-block > article > main > section article > h1,
html.desktop section.carousel-block > article > main > section article > h2:not(.card-title) {
  font-size: 4rem;
  line-height: 5rem;
  min-height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

html.wp-toolbar > body .acf-block-preview section.title-block article .abstract,
html.wp-toolbar > body .acf-block-preview section.title-block article a,
html.wp-toolbar > body .acf-block-preview section.carousel-block > article > main > section article .abstract,
html.wp-toolbar > body .acf-block-preview section.carousel-block > article > main > section article a,
html.desktop section.title-block article .abstract,
html.desktop section.title-block article a,
html.desktop section.carousel-block > article > main > section article .abstract,
html.desktop section.carousel-block > article > main > section article a {
  font-size: 2.25rem;
  line-height: 2.8125rem;
}

html.wp-toolbar > body .acf-block-preview section.title-block article .abstract,
html.wp-toolbar > body .acf-block-preview section.carousel-block > article > main > section article .abstract,
html.desktop section.title-block article .abstract,
html.desktop section.carousel-block > article > main > section article .abstract {
  margin-top: 2.75rem;
  max-width: 55rem;
}

html.wp-toolbar > body .acf-block-preview section.title-block.puff aside,
html.wp-toolbar > body .acf-block-preview section.carousel-block > article > main > section.puff aside,
html.desktop section.title-block.puff aside,
html.desktop section.carousel-block > article > main > section.puff aside {
  position: relative;
  margin-top: 0.9375rem;
  width: 14.9375rem;
  height: 14.9375rem;
  margin-right: 0.625rem;
  background-size: 14.9375rem 14.9375rem;
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

html.wp-toolbar > body .acf-block-preview section.title-block.puff aside h2,
html.wp-toolbar > body .acf-block-preview section.carousel-block > article > main > section.puff aside h2,
html.desktop section.title-block.puff aside h2,
html.desktop section.carousel-block > article > main > section.puff aside h2 {
  font-size: 2.5rem;
  line-height: 2.8125rem;
  margin-bottom: 0.625rem;
}

html.wp-toolbar > body .acf-block-preview section.title-block.puff aside .puff-text,
html.wp-toolbar > body .acf-block-preview section.carousel-block > article > main > section.puff aside .puff-text,
html.desktop section.title-block.puff aside .puff-text,
html.desktop section.carousel-block > article > main > section.puff aside .puff-text {
  font-size: 1.25rem;
  line-height: 1.625rem;
}

html.wp-toolbar > body .acf-block-preview section.title-block.puff aside .puff-link,
html.wp-toolbar > body .acf-block-preview section.carousel-block > article > main > section.puff aside .puff-link,
html.desktop section.title-block.puff aside .puff-link,
html.desktop section.carousel-block > article > main > section.puff aside .puff-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}

html.wp-toolbar > body .acf-block-preview section.title-block.sim aside,
html.wp-toolbar > body .acf-block-preview section.carousel-block > article > main > section.sim aside,
html.desktop section.title-block.sim aside,
html.desktop section.carousel-block > article > main > section.sim aside {
  margin-top: 0.8125rem;
  margin-right: 108px;
  text-align: center;
  margin-bottom: 5.3125rem;
}

html.mobile section.title-block {
  min-width: 100%;
  position: relative;
  text-align: left;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  margin-top: 1.1875rem;
  padding-bottom: 5rem;
  min-height: 11.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html.mobile section.title-block.dark-background {
  color: #ffffff;
}

html.mobile section.title-block.dark-background a,
html.mobile section.title-block.dark-background a:visited,
html.mobile section.title-block.dark-background a:hover,
html.mobile section.title-block.dark-background a:active {
  color: #ffffff;
}

html.mobile section.title-block.light-background {
  color: #212429;
}

html.mobile section.title-block h1,
html.mobile section.title-block h2,
html.mobile section.title-block .abstract,
html.mobile section.title-block a {
  margin: 0;
  padding: 0;
}

html.mobile section.title-block p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  margin-bottom: 0.1875rem;
}

html.mobile section.title-block article {
  overflow: hidden;
}

html.mobile section.title-block article > h1,
html.mobile section.title-block article > h2:not(.card-title) {
  font-size: 1.75rem;
  line-height: 2.5rem;
  min-height: 5.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

html.mobile section.title-block article .abstract,
html.mobile section.title-block article a {
  font-size: 1.25rem;
  line-height: 1.5625rem;
}

html.mobile section.title-block article .abstract {
  margin-top: 0.3125rem;
}

html.mobile section.title-block.puff article {
  margin-top: 8.125rem;
}

html.mobile section.title-block.puff aside {
  position: absolute;
  top: -2.1875rem;
  right: 1.25rem;
  width: 10rem;
  height: 10rem;
  background-size: 10rem 10rem;
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

html.mobile section.title-block.puff aside h2 {
  font-size: 1.875rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}

html.mobile section.title-block.puff aside .puff-text {
  font-size: 1rem;
  line-height: 1.25rem;
}

html.mobile section.title-block.puff aside .puff-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}

html.mobile section.title-block.sim aside {
  text-align: center;
}

/* SIM PLAN LIST BLOCK */
/*
<section class=" block " style="background: #ffffff;">
    <main class="has-title width-wide " style="background: #ffffff;">
        ---title---
        ---abstract---  
        <section>
          <article class="sim-plan">---template part content sim plan</article>
          <article class="sim-plan"></article>
          <article class="sim-plan"></article>
        <section>
    </main>
</section>
*/
html.wp-toolbar > body .acf-block-preview section.sim-plan-list-block > main,
html.desktop section.sim-plan-list-block > main {
  padding-top: 0;
}

html.wp-toolbar > body .acf-block-preview section.sim-plan-list-block > main.has-title,
html.desktop section.sim-plan-list-block > main.has-title {
  padding-top: 5rem;
}

html.wp-toolbar > body .acf-block-preview section.sim-plan-list-block > main.has-abstract,
html.desktop section.sim-plan-list-block > main.has-abstract {
  padding-top: 5rem;
}

html.wp-toolbar > body .acf-block-preview section.sim-plan-list-block > main.has-title.has-abstract,
html.desktop section.sim-plan-list-block > main.has-title.has-abstract {
  padding-top: 5rem;
}

html.wp-toolbar > body .acf-block-preview section.sim-plan-list-block > main > section,
html.desktop section.sim-plan-list-block > main > section {
  width: 75.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}

html.mobile section.sim-plan-list-block > main {
  padding-top: 0;
}

html.mobile section.sim-plan-list-block > main.has-title {
  padding-top: 2.5rem;
}

html.mobile section.sim-plan-list-block > main.has-abstract {
  padding-top: 2.5rem;
}

html.mobile section.sim-plan-list-block > main.has-title.has-abstract {
  padding-top: 2.5rem;
}

html.mobile section.sim-plan-list-block > main > section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html.mobile section.sim-plan-list-block > main > section article {
  margin-bottom: 1.9375rem;
}

/* COLUMN LIST BLOCK */
/*
<section class=" block " style="background: #ffffff;">
    <main class="has-title width-wide " style="background: #ffffff;">
        ---title---
        ---abstract---  
        <section>
            <img src="https://chili-mobil.local/wp-content/uploads/wind-768x768.jpg" alt="">
            <article>
                <h3 class="wysiwyg">
                    <p>wysiwyg</p>
                </h3>
                <ul class="wysiwyg">
                    <li>
                        <p>wysiwyg</p>
                    </li>
                </ul>
            </article>
        </section>
        ---link---
    </main>
</section>
*/
section.image-columns-block > main h2,
section.image-columns-block > main section,
section.image-columns-block > main article,
section.image-columns-block > main img,
section.image-columns-block > main h3,
section.image-columns-block > main .text {
  margin: 0;
  padding: 0;
}

section.image-columns-block > main p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

section.image-columns-block > main > section {
  text-align: center;
}

section.image-columns-block > main > section > article {
  vertical-align: top;
}

section.image-columns-block > main > section > article > figure {
  background-size: contain;
  background-repeat: no-repeat;
}

section.image-columns-block > main > section > article > h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

section.image-columns-block > main > section > article > hr {
  border-radius: 0.09375rem;
  border: 0 none transparent;
  background-color: #ff3763;
}

section.image-columns-block > main > section > article > .text {
  margin-top: 1.0625rem;
  font-size: 1.125rem;
  line-height: 2rem;
}

html.wp-toolbar > body .acf-block-preview section.image-columns-block > main > h2,
html.desktop section.image-columns-block > main > h2 {
  font-size: 3.75rem;
  line-height: 5.625rem;
}

html.wp-toolbar > body .acf-block-preview section.image-columns-block > main > section,
html.desktop section.image-columns-block > main > section {
  margin-top: 4.875rem;
  margin-left: 9.0625rem;
  margin-right: 9.0625rem;
}

html.wp-toolbar > body .acf-block-preview section.image-columns-block > main > section > article,
html.desktop section.image-columns-block > main > section > article {
  text-align: left;
  display: inline-block;
  max-width: 71.25rem;
  width: 16.25rem;
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

html.wp-toolbar > body .acf-block-preview section.image-columns-block > main > section > article > figure,
html.desktop section.image-columns-block > main > section > article > figure {
  background-position: top left;
  width: 6.875rem;
  height: 6.875rem;
}

html.wp-toolbar > body .acf-block-preview section.image-columns-block > main > section > article > h3,
html.desktop section.image-columns-block > main > section > article > h3 {
  margin-top: 1.75rem;
  font-size: 1.375rem;
  line-height: 1.625rem;
  height: 2.625rem;
}

html.wp-toolbar > body .acf-block-preview section.image-columns-block > main > section > article > hr,
html.desktop section.image-columns-block > main > section > article > hr {
  margin-top: 1.1875rem;
  margin-left: 0;
  padding: 0;
  width: 3.75rem;
  height: 0.25rem;
}

html.wp-toolbar > body .acf-block-preview section.image-columns-block > main > section > article > .text,
html.desktop section.image-columns-block > main > section > article > .text {
  margin-top: 1.0625rem;
  font-size: 1.125rem;
  line-height: 2rem;
}

html.mobile section.image-columns-block > main > h2 {
  font-size: 3.75rem;
  line-height: 5.625rem;
  text-align: center;
}

html.mobile section.image-columns-block > main > section > article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5rem;
}

html.mobile section.image-columns-block > main > section > article:last-child {
  margin-bottom: 0;
}

html.mobile section.image-columns-block > main > section > article > figure {
  margin-top: 1.25rem;
  background-position: center;
  width: 2.5rem;
  height: 2.5rem;
}

html.mobile section.image-columns-block > main > section > article > h3 {
  font-size: 1.375rem;
  line-height: 1.625rem;
  height: 2.625rem;
}

html.mobile section.image-columns-block > main > section > article > hr {
  margin-top: 1.1875rem;
  padding: 0;
  width: 3.75rem;
  height: 0.25rem;
}

html.mobile section.image-columns-block > main > section > article > .text {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  line-height: 2rem;
}

/* IMAGE BULLET BLOCK */
/*
<section class=" block " style="background: #ffffff;">
    <main class="has-title width-wide " style="background: #ffffff;">
        ---title---
        ---abstract---  
        <section>
            <figure style="background-image: url(<?php echo esc_url($url); ?>);"></figure>
            <!-- <img src="<?php echo $url; ?>" alt="<?php echo esc_attr($image['alt']); ?>" /> -->
            <article>
                <h3 class="wysiwyg"><p>wysiwyg</p></h3>
                <ul class="wysiwyg">
                    <li>
                        <p>wysiwyg</p>
                    </li>
                </ul>
            </article>
        </section>
        ---link---
    </main>
</section>
*/
section.image-bullet-block > main h2,
section.image-bullet-block > main h3,
section.image-bullet-block > main section,
section.image-bullet-block > main p {
  margin: 0;
  padding: 0;
}

section.image-bullet-block > main p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

section.image-bullet-block > main > section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.image-bullet-block > main > section > figure {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

section.image-bullet-block > main > section > article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-align: left;
}

html.wp-toolbar > body .acf-block-preview section.image-bullet-block > main,
html.desktop section.image-bullet-block > main {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

html.wp-toolbar > body .acf-block-preview section.image-bullet-block > main > section > figure,
html.desktop section.image-bullet-block > main > section > figure {
  height: 23.25rem;
  width: 23.25rem;
}

html.wp-toolbar > body .acf-block-preview section.image-bullet-block > main > section > figure.landscape.ratio-4-3,
html.desktop section.image-bullet-block > main > section > figure.landscape.ratio-4-3 {
  width: 31rem;
}

html.wp-toolbar > body .acf-block-preview section.image-bullet-block > main > section > figure.landscape.ratio-16-9,
html.desktop section.image-bullet-block > main > section > figure.landscape.ratio-16-9 {
  width: 41.3125rem;
}

html.wp-toolbar > body .acf-block-preview section.image-bullet-block > main > section > figure.portrait.ratio-4-3,
html.desktop section.image-bullet-block > main > section > figure.portrait.ratio-4-3 {
  height: 31rem;
}

html.wp-toolbar > body .acf-block-preview section.image-bullet-block > main > section > figure.portrait.ratio-16-9,
html.desktop section.image-bullet-block > main > section > figure.portrait.ratio-16-9 {
  height: 41.3125rem;
}

html.wp-toolbar > body .acf-block-preview section.image-bullet-block > main > section.left figure,
html.desktop section.image-bullet-block > main > section.left figure {
  margin-left: 4.6875rem;
}

html.wp-toolbar > body .acf-block-preview section.image-bullet-block > main > section.left article,
html.desktop section.image-bullet-block > main > section.left article {
  margin-left: 6.875rem;
  margin-right: 8.75rem;
}

html.wp-toolbar > body .acf-block-preview section.image-bullet-block > main > section.right article,
html.desktop section.image-bullet-block > main > section.right article {
  margin-left: 8.75rem;
  margin-right: 6.875rem;
}

html.wp-toolbar > body .acf-block-preview section.image-bullet-block > main > section.right figure,
html.desktop section.image-bullet-block > main > section.right figure {
  margin-right: 4.6875rem;
}

html.wp-toolbar > body .acf-block-preview section.image-bullet-block > main > section > article,
html.desktop section.image-bullet-block > main > section > article {
  width: 41.875rem;
}

html.wp-toolbar > body .acf-block-preview section.image-bullet-block > main > section > article > h3,
html.desktop section.image-bullet-block > main > section > article > h3 {
  font-size: 2.25rem;
  line-height: 2.625rem;
}

html.wp-toolbar > body .acf-block-preview section.image-bullet-block > main > section > article > ul,
html.wp-toolbar > body .acf-block-preview section.image-bullet-block > main > section > article > ol,
html.desktop section.image-bullet-block > main > section > article > ul,
html.desktop section.image-bullet-block > main > section > article > ol {
  margin-top: 1.5rem;
  font-size: 2.5rem;
}

html.wp-toolbar > body .acf-block-preview section.image-bullet-block > main > section > article > ul > li,
html.wp-toolbar > body .acf-block-preview section.image-bullet-block > main > section > article > ol > li,
html.desktop section.image-bullet-block > main > section > article > ul > li,
html.desktop section.image-bullet-block > main > section > article > ol > li {
  margin-bottom: 1.875rem;
}

html.wp-toolbar > body .acf-block-preview section.image-bullet-block > main > section > article > ul > li p,
html.wp-toolbar > body .acf-block-preview section.image-bullet-block > main > section > article > ol > li p,
html.desktop section.image-bullet-block > main > section > article > ul > li p,
html.desktop section.image-bullet-block > main > section > article > ol > li p {
  font-size: 1.375rem;
  line-height: 1.875rem;
}

html.wp-toolbar > body .acf-block-preview section.image-bullet-block > main > section > article > ul > li a,
html.wp-toolbar > body .acf-block-preview section.image-bullet-block > main > section > article > ol > li a,
html.desktop section.image-bullet-block > main > section > article > ul > li a,
html.desktop section.image-bullet-block > main > section > article > ol > li a {
  font-weight: 700;
}

html.wp-toolbar > body .acf-block-preview section.image-bullet-block > main > section > article > ol.wysiwyg li *:first-child,
html.desktop section.image-bullet-block > main > section > article > ol.wysiwyg li *:first-child {
  margin-top: -3.625rem;
}

html.mobile section.image-bullet-block > main > section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html.mobile section.image-bullet-block > main > section > figure {
  width: 100vw;
  height: 100vw;
}

html.mobile section.image-bullet-block > main > section > figure.landscape.ratio-4-3 {
  height: 75vw;
}

html.mobile section.image-bullet-block > main > section > figure.landscape.ratio-16-9 {
  height: 56.25vw;
}

html.mobile section.image-bullet-block > main > section > figure.portrait.ratio-4-3 {
  height: 133.3vw;
}

html.mobile section.image-bullet-block > main > section > figure.portrait.ratio-16-9 {
  height: 177.7vw;
}

html.mobile section.image-bullet-block > main > section > article {
  width: 90%;
}

html.mobile section.image-bullet-block > main > section > article > h3 {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

html.mobile section.image-bullet-block > main > section > article > ul,
html.mobile section.image-bullet-block > main > section > article > ol {
  margin-top: 1.5rem;
  font-size: 1.125rem;
}

html.mobile section.image-bullet-block > main > section > article > ul > li,
html.mobile section.image-bullet-block > main > section > article > ol > li {
  margin-bottom: 1.875rem;
}

html.mobile section.image-bullet-block > main > section > article > ul > li p,
html.mobile section.image-bullet-block > main > section > article > ol > li p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

html.mobile section.image-bullet-block > main > section > article > ul > li a,
html.mobile section.image-bullet-block > main > section > article > ol > li a {
  font-weight: 700;
}

html.mobile section.image-bullet-block > main > section > article > ol.wysiwyg li *:first-child {
  margin-top: -1.75rem;
}

/* COLUMN LIST BLOCK */
/*
<section class=" block " style="background: #ffffff;">
    <main class="has-title width-wide " style="background: #ffffff;">
        ---title---
        ---abstract---  
        <section>
            <img src="https://chili-mobil.local/wp-content/uploads/wind-768x768.jpg" alt="">
            <article>
                ---wysiwyg---
            </article>
        </section>
        ---link---
    </main>
</section>
*/
section.content-columns-block > main h2,
section.content-columns-block > main section,
section.content-columns-block > main article,
section.content-columns-block > main img,
section.content-columns-block > main .text {
  margin: 0;
  padding: 0;
}

section.content-columns-block > main > h2 {
  font-size: 3.75rem;
  line-height: 5.625rem;
}

section.content-columns-block > main > section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

section.content-columns-block > main > section > article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.content-columns-block > main > section > article p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

section.content-columns-block > main > section > article p:has(> img) {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

section.content-columns-block > main > section > article img {
  max-width: 100%;
  height: auto;
}

html.wp-toolbar > body .acf-block-preview section.content-columns-block > main > section,
html.desktop section.content-columns-block > main > section {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

html.wp-toolbar > body .acf-block-preview section.content-columns-block > main > section > article,
html.desktop section.content-columns-block > main > section > article {
  padding: 1.875rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

html.mobile section.content-columns-block {
  margin: 20px 0;
}

html.mobile section.content-columns-block > main > section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

html.mobile section.content-columns-block > main > section > article {
  margin: 0;
}

html.mobile section.content-columns-block > main > section > .mobile_display_none {
  display: none;
}

html.mobile section.content-columns-block > main > section > .column-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

html.mobile section.content-columns-block > main > section > .column-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

html.mobile section.content-columns-block > main > section > .column-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

html.mobile section.content-columns-block > main > section > .column-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

html.mobile section.content-columns-block > main > section > .column-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

html.mobile section.content-columns-block > main > section > .column-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

html.mobile section.content-columns-block > main > section > .column-order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

html.mobile section.content-columns-block > main > section > .column-order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

html.mobile section.content-columns-block > main > section > .column-order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

/* COLUMN LIST BLOCK */
/*
<section class=" block " style="background: #ffffff;">
    <main class="has-title width-wide " style="background: #ffffff;">
        ---title---
        ---abstract---  
        <section>
            <img src="https://chili-mobil.local/wp-content/uploads/wind-768x768.jpg" alt="">
            <article>
                <h3 class="wysiwyg">
                    <p>wysiwyg</p>
                </h3>
                <ul class="wysiwyg">
                    <li>
                        <p>wysiwyg</p>
                    </li>
                </ul>
            </article>
        </section>
        ---link---
    </main>
</section>
*/
html.wp-toolbar > body .acf-block-preview section.link-button-columns-block > main h2,
html.wp-toolbar > body .acf-block-preview section.link-button-columns-block > main section,
html.wp-toolbar > body .acf-block-preview section.link-button-columns-block > main a,
html.wp-toolbar > body .acf-block-preview section.link-button-columns-block > main img,
html.wp-toolbar > body .acf-block-preview section.link-button-columns-block > main h3,
html.wp-toolbar > body .acf-block-preview section.link-button-columns-block > main .text,
html.desktop section.link-button-columns-block > main h2,
html.desktop section.link-button-columns-block > main section,
html.desktop section.link-button-columns-block > main a,
html.desktop section.link-button-columns-block > main img,
html.desktop section.link-button-columns-block > main h3,
html.desktop section.link-button-columns-block > main .text,
html.mobile section.link-button-columns-block > main h2,
html.mobile section.link-button-columns-block > main section,
html.mobile section.link-button-columns-block > main a,
html.mobile section.link-button-columns-block > main img,
html.mobile section.link-button-columns-block > main h3,
html.mobile section.link-button-columns-block > main .text {
  margin: 0;
  padding: 0;
}

html.wp-toolbar > body .acf-block-preview section.link-button-columns-block > main p,
html.desktop section.link-button-columns-block > main p,
html.mobile section.link-button-columns-block > main p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

html.wp-toolbar > body .acf-block-preview section.link-button-columns-block > main > section,
html.desktop section.link-button-columns-block > main > section,
html.mobile section.link-button-columns-block > main > section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: auto;
}

html.wp-toolbar > body .acf-block-preview section.link-button-columns-block > main > section > a,
html.desktop section.link-button-columns-block > main > section > a,
html.mobile section.link-button-columns-block > main > section > a {
  overflow: hidden;
  -webkit-box-shadow: 0 0.6875rem 1.4375rem 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 0.6875rem 1.4375rem 0 rgba(0, 0, 0, 0.18);
  background-color: #ffffff;
  border-radius: 1.75rem;
  text-decoration: none;
  color: #212429;
  cursor: pointer;
}

html.wp-toolbar > body .acf-block-preview section.link-button-columns-block > main > section > a:hover,
html.desktop section.link-button-columns-block > main > section > a:hover,
html.mobile section.link-button-columns-block > main > section > a:hover {
  background: linear-gradient(251deg, rgba(197, 227, 237, 0.5), rgba(234, 199, 214, 0.5));
}

html.wp-toolbar > body .acf-block-preview section.link-button-columns-block > main > section > a > figure,
html.desktop section.link-button-columns-block > main > section > a > figure,
html.mobile section.link-button-columns-block > main > section > a > figure {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(img/chili-icon-background.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

html.wp-toolbar > body .acf-block-preview section.link-button-columns-block > main > h2,
html.desktop section.link-button-columns-block > main > h2 {
  font-size: 3.75rem;
  line-height: 5.625rem;
}

html.wp-toolbar > body .acf-block-preview section.link-button-columns-block > main > section > a,
html.desktop section.link-button-columns-block > main > section > a {
  width: 21.875rem;
  height: 17.1875rem;
  margin: 1.5625rem;
  padding: 0 1.5625rem 1.5625rem 1.5625rem;
}

html.wp-toolbar > body .acf-block-preview section.link-button-columns-block > main > section > a > figure,
html.desktop section.link-button-columns-block > main > section > a > figure {
  margin-top: 2.625rem;
  width: 4.0625rem;
  height: 4.0625rem;
}

html.wp-toolbar > body .acf-block-preview section.link-button-columns-block > main > section > a > figure img,
html.desktop section.link-button-columns-block > main > section > a > figure img {
  width: 4.0625rem;
  height: auto;
}

html.wp-toolbar > body .acf-block-preview section.link-button-columns-block > main > section > a > h3,
html.desktop section.link-button-columns-block > main > section > a > h3 {
  margin: auto;
  margin-top: 1.0625rem;
  font-size: 2rem;
  line-height: 2.25rem;
}

html.wp-toolbar > body .acf-block-preview section.link-button-columns-block > main > section > a > .text,
html.desktop section.link-button-columns-block > main > section > a > .text {
  margin: auto;
  margin-top: 1.1875rem;
  font-size: 1.375rem;
  line-height: 1.875rem;
}

html.mobile section.link-button-columns-block > main.width-max, html.mobile section.link-button-columns-block > main.width-wide, html.mobile section.link-button-columns-block > main.width-medium, html.mobile section.link-button-columns-block > main.width-narrow {
  margin-left: 0;
  margin-right: 0;
}

html.mobile section.link-button-columns-block > main.width-max > section, html.mobile section.link-button-columns-block > main.width-wide > section, html.mobile section.link-button-columns-block > main.width-medium > section, html.mobile section.link-button-columns-block > main.width-narrow > section {
  padding: 0;
}

html.mobile section.link-button-columns-block > main > section > a {
  margin: 0 0.625rem 1.25rem 0.625rem;
  width: 9.375rem;
  min-height: 8.125rem;
  padding: 0 0.625rem 0.625rem 0.625rem;
}

html.mobile section.link-button-columns-block > main > section > a > figure {
  margin-top: 0.625rem;
  width: 2.1875rem;
  height: 2.1875rem;
}

html.mobile section.link-button-columns-block > main > section > a > figure img {
  width: 2.1875rem;
  height: auto;
}

html.mobile section.link-button-columns-block > main > section > a > h3 {
  margin-top: 0.3125rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

html.mobile section.link-button-columns-block > main > section > a > .text {
  margin-top: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

/* COLUMN LIST BLOCK */
/*
<section class="link-button-columns-block block">
    <main class=" has-title width-wide light-background">
        <h2>Icon Link Column List</h2>
        <section>
            <article>
                <figure>
                    <img src="https://chili-mobil.local/wp-content/uploads/letter.png" alt="dvf dzfg dsf gdr">
                </figure>
                <a href="https://chili-mobil.local/00-2/">
                    <h3>dvf dzfg dsf gdr</h3>
                </a>
                <div class="text">
                    <p>&lt;sdf &lt;sdf &lt;sdf</p>
                </div>
            </article>
            <hr/>
            <article>
            ...
            </article>
        </section>
    </main>
</section>
*/
section.icon-link-columns-block > main.dark-background a h3,
section.icon-link-columns-block > main.dark-background a:visited h3,
section.icon-link-columns-block > main.dark-background a:hover h3,
section.icon-link-columns-block > main.dark-background a:active h3 {
  color: #ffffff;
}

section.icon-link-columns-block > main.dark-background hr {
  background-color: #ffffff;
}

section.icon-link-columns-block > main.light-background a h3,
section.icon-link-columns-block > main.light-background a:visited h3,
section.icon-link-columns-block > main.light-background a:hover h3,
section.icon-link-columns-block > main.light-background a:active h3 {
  color: #212429;
}

section.icon-link-columns-block > main.light-background hr {
  background-color: #212429;
}

section.icon-link-columns-block > main h2,
section.icon-link-columns-block > main article,
section.icon-link-columns-block > main section,
section.icon-link-columns-block > main a,
section.icon-link-columns-block > main img,
section.icon-link-columns-block > main h3,
section.icon-link-columns-block > main .text {
  margin: 0;
  padding: 0;
}

section.icon-link-columns-block > main p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

section.icon-link-columns-block > main > section {
  text-align: center;
}

section.icon-link-columns-block > main > section > article {
  display: inline-block;
  overflow: hidden;
}

section.icon-link-columns-block > main > section > article > figure {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.icon-link-columns-block > main > section > article > figure > img {
  width: auto;
}

section.icon-link-columns-block > main > section > article > a {
  display: block;
}

section.icon-link-columns-block > main > section > article > a > h3 {
  margin: auto;
  text-decoration: underline;
}

section.icon-link-columns-block > main > section hr {
  display: inline-block;
  margin: auto;
  border-radius: 0.09375rem;
  border: 0 none transparent;
  opacity: 0.33;
}

html.wp-toolbar > body .acf-block-preview section.icon-link-columns-block > main > h2,
html.desktop section.icon-link-columns-block > main > h2 {
  font-size: 3.75rem;
  line-height: 5.625rem;
}

html.wp-toolbar > body .acf-block-preview section.icon-link-columns-block > main > section.divider,
html.desktop section.icon-link-columns-block > main > section.divider {
  font-size: 1rem;
}

html.wp-toolbar > body .acf-block-preview section.icon-link-columns-block > main > section.divider > article,
html.desktop section.icon-link-columns-block > main > section.divider > article {
  width: 18.75rem;
}

html.wp-toolbar > body .acf-block-preview section.icon-link-columns-block > main > section.divider > article h3,
html.desktop section.icon-link-columns-block > main > section.divider > article h3 {
  margin-top: 1.25rem;
  font-size: 2rem;
  line-height: 2.25rem;
}

html.wp-toolbar > body .acf-block-preview section.icon-link-columns-block > main > section.divider > article > .text,
html.desktop section.icon-link-columns-block > main > section.divider > article > .text {
  margin-top: 0.625rem;
  font-size: 1.375rem;
  line-height: 1.875rem;
}

html.wp-toolbar > body .acf-block-preview section.icon-link-columns-block > main > section.no-divider,
html.desktop section.icon-link-columns-block > main > section.no-divider {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 2.5rem;
  -webkit-column-gap: 2.5rem;
          column-gap: 2.5rem;
  font-size: 1rem;
}

html.wp-toolbar > body .acf-block-preview section.icon-link-columns-block > main > section.no-divider.column-1,
html.desktop section.icon-link-columns-block > main > section.no-divider.column-1 {
  -ms-grid-columns: (15.625em)[1];
      grid-template-columns: repeat(1, 15.625em);
}

html.wp-toolbar > body .acf-block-preview section.icon-link-columns-block > main > section.no-divider.column-2,
html.desktop section.icon-link-columns-block > main > section.no-divider.column-2 {
  -ms-grid-columns: (15.625em)[2];
      grid-template-columns: repeat(2, 15.625em);
}

html.wp-toolbar > body .acf-block-preview section.icon-link-columns-block > main > section.no-divider.column-3,
html.desktop section.icon-link-columns-block > main > section.no-divider.column-3 {
  -ms-grid-columns: (15.625em)[3];
      grid-template-columns: repeat(3, 15.625em);
}

html.wp-toolbar > body .acf-block-preview section.icon-link-columns-block > main > section.no-divider.column-4,
html.desktop section.icon-link-columns-block > main > section.no-divider.column-4 {
  -ms-grid-columns: (15.625em)[4];
      grid-template-columns: repeat(4, 15.625em);
}

html.wp-toolbar > body .acf-block-preview section.icon-link-columns-block > main > section.no-divider.column-5,
html.desktop section.icon-link-columns-block > main > section.no-divider.column-5 {
  -ms-grid-columns: (15.625em)[5];
      grid-template-columns: repeat(5, 15.625em);
}

html.wp-toolbar > body .acf-block-preview section.icon-link-columns-block > main > section.no-divider > article > figure > img.size-1,
html.desktop section.icon-link-columns-block > main > section.no-divider > article > figure > img.size-1 {
  height: 3.75rem;
}

html.wp-toolbar > body .acf-block-preview section.icon-link-columns-block > main > section.no-divider > article > figure > img.size-2,
html.desktop section.icon-link-columns-block > main > section.no-divider > article > figure > img.size-2 {
  height: 6.25rem;
}

html.wp-toolbar > body .acf-block-preview section.icon-link-columns-block > main > section.no-divider > article > figure > img.size-3,
html.desktop section.icon-link-columns-block > main > section.no-divider > article > figure > img.size-3 {
  height: 8.75rem;
}

html.wp-toolbar > body .acf-block-preview section.icon-link-columns-block > main > section > article.size-1,
html.desktop section.icon-link-columns-block > main > section > article.size-1 {
  font-size: 1em;
}

html.wp-toolbar > body .acf-block-preview section.icon-link-columns-block > main > section > article.size-2,
html.desktop section.icon-link-columns-block > main > section > article.size-2 {
  font-size: 1.25em;
}

html.wp-toolbar > body .acf-block-preview section.icon-link-columns-block > main > section > article.size-3,
html.desktop section.icon-link-columns-block > main > section > article.size-3 {
  font-size: 1.5em;
}

html.wp-toolbar > body .acf-block-preview section.icon-link-columns-block > main > section > article > figure > img,
html.desktop section.icon-link-columns-block > main > section > article > figure > img {
  height: 3.75rem;
}

html.wp-toolbar > body .acf-block-preview section.icon-link-columns-block > main > section > article h3,
html.desktop section.icon-link-columns-block > main > section > article h3 {
  margin-top: 1.25rem;
  font-size: 2em;
  line-height: 1.15em;
}

html.wp-toolbar > body .acf-block-preview section.icon-link-columns-block > main > section > article > .text,
html.desktop section.icon-link-columns-block > main > section > article > .text {
  margin-top: 0.625rem;
  font-size: 1.375em;
  line-height: 1.375em;
}

html.wp-toolbar > body .acf-block-preview section.icon-link-columns-block > main > section hr,
html.desktop section.icon-link-columns-block > main > section hr {
  margin-top: 5rem;
  margin-bottom: 1.875rem;
  padding: 0;
  width: 0.1875rem;
  height: 6.625rem;
}

html.mobile section.icon-link-columns-block > main > section.divider {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48% 4% 48%;
      grid-template-columns: 48% 4% 48%;
}

html.mobile section.icon-link-columns-block > main > section.no-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

html.mobile section.icon-link-columns-block > main > section > article {
  width: 8.75rem;
  margin: 0 auto 1.25rem auto;
}

html.mobile section.icon-link-columns-block > main > section > article > figure > img {
  height: 2.625rem;
}

html.mobile section.icon-link-columns-block > main > section > article h3 {
  margin-top: 0.8125rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

html.mobile section.icon-link-columns-block > main > section > article > .text {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

html.mobile section.icon-link-columns-block > main > section hr {
  margin-bottom: 2.625rem;
  width: 0.0625rem;
  height: 7.8125rem;
}

/* EXPANDER BLOCK */
/*
<section class=" block " style="background: #ffffff;">
    <main class="has-title width-wide " style="background: #ffffff;">
        ---title---
        ---abstract---  
        <section>
            <section class="expander">
                <input class="expander-checkbox" type="checkbox" id="expander-list-id-1">
                <header class="expander-label">
                    <span>Headline</span>
                    <label for="expander-list-id-1"><span class="open">ooo</span><span class="close">ccc</span></label>
                </header>
                <article class="expander-content">
                    <p>asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf a</p>
                </article>
            </section>
            --- next expander ---
        </section>
        --- link ---
    </main>
</section>
*/
section.expander-list-block > main {
  text-align: left;
}

section.expander-list-block > main .expander {
  margin-bottom: 0.625rem;
  -webkit-box-shadow: 0 0.375rem 0.75rem 0 rgba(72, 75, 78, 0.25);
          box-shadow: 0 0.375rem 0.75rem 0 rgba(72, 75, 78, 0.25);
  font-size: 1.125rem;
  line-height: 1.625rem;
  border-radius: 0.25rem;
}

section.expander-list-block > main .expander .expander-checkbox ~ .expander-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5625rem 3.75rem 1.5625rem 1.25rem;
  font-weight: 700;
  background-size: 1.375rem 1.375rem;
  background-image: url(img/chili-expander-list-open.svg);
  background-position: right 1.875rem center;
  background-repeat: no-repeat;
  cursor: pointer;
}

section.expander-list-block > main .expander .expander-checkbox ~ .expander-label a,
section.expander-list-block > main .expander .expander-checkbox ~ .expander-label a:visited,
section.expander-list-block > main .expander .expander-checkbox ~ .expander-label a:hover,
section.expander-list-block > main .expander .expander-checkbox ~ .expander-label a:active {
  color: #212429;
}

section.expander-list-block > main .expander .expander-checkbox ~ .expander-label a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.125rem 0.3125rem 1.125rem 3rem;
}

section.expander-list-block > main .expander .expander-checkbox ~ .expander-label a:hover {
  text-decoration: underline;
}

section.expander-list-block > main .expander .expander-checkbox ~ .expander-label label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.125rem 3rem 1.125rem 0.3125rem;
  cursor: pointer;
}

section.expander-list-block > main .expander .expander-checkbox ~ .expander-label label span {
  float: right;
  width: 1.375rem;
  height: 1.375rem;
}

section.expander-list-block > main .expander .expander-checkbox:checked ~ .expander-label,
section.expander-list-block > main .expander .expander-checkbox:checked ~ .expander-content {
  background-color: rgba(150, 232, 246, 0.13);
}

section.expander-list-block > main .expander .expander-checkbox:checked ~ .expander-label {
  background-image: url(img/chili-expander-list-close.svg);
}

section.expander-list-block > main .expander .expander-checkbox:checked ~ .expander-content {
  padding: 0rem 1.25rem 1.875rem 1.25rem;
}

/* COLUMN LIST BLOCK */
/*
<section class="buttons-block block">
    <main class="<">
        ---title---
        ---abstract---
        <section>
            <a href="<?php echo get_permalink($link->ID); ?>">
                <?php echo $link_text; ?>
            </a>
        </section>
        ---link---
    </main>
</section>
*/
html.wp-toolbar > body .acf-block-preview section.buttons-block > main section,
html.desktop section.buttons-block > main section,
html.mobile section.buttons-block > main section {
  margin: 0;
  padding: 0;
}

html.wp-toolbar > body .acf-block-preview section.buttons-block > main > section,
html.desktop section.buttons-block > main > section,
html.mobile section.buttons-block > main > section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

html.wp-toolbar > body .acf-block-preview section.buttons-block > main > section > a.button,
html.desktop section.buttons-block > main > section > a.button,
html.mobile section.buttons-block > main > section > a.button {
  text-align: center;
  display: block;
  color: #212429;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}

html.wp-toolbar > body .acf-block-preview section.buttons-block > main > section > a.button:hover,
html.desktop section.buttons-block > main > section > a.button:hover,
html.mobile section.buttons-block > main > section > a.button:hover {
  background: linear-gradient(251deg, rgba(197, 227, 237, 0.5), rgba(234, 199, 214, 0.5));
}

html.wp-toolbar > body .acf-block-preview section.buttons-block > main > section,
html.desktop section.buttons-block > main > section {
  margin-left: -0.4375rem;
  margin-right: -0.4375rem;
}

html.wp-toolbar > body .acf-block-preview section.buttons-block > main > section > a.button,
html.desktop section.buttons-block > main > section > a.button {
  margin: 0.875rem;
  padding: 0 2.6875rem;
  font-size: 1.125rem;
  line-height: 3.4375rem;
}

html.mobile section.buttons-block > main > section {
  margin-left: -0.1875rem;
  margin-right: -0.1875rem;
}

html.mobile section.buttons-block > main > section > a.button {
  margin: 0.375rem;
  padding: 0 1.3125rem;
  font-size: 0.75rem;
  line-height: 2rem;
}

/* COLUMN LIST BLOCK */
/*
<section class="buttons-block block">
    <main class="<">
        ---title---
        ---abstract---
        <section>
            <div id="flipdown" class="flipdown"></div>
        </section>
        ---link---
    </main>
</section>
*/
html.wp-toolbar > body .acf-block-preview section.countdown-block > main.has-abstract .abstract,
html.desktop section.countdown-block > main.has-abstract .abstract,
html.mobile section.countdown-block > main.has-abstract .abstract {
  margin-bottom: 3.125rem;
}

html.wp-toolbar > body .acf-block-preview section.countdown-block > main > section,
html.desktop section.countdown-block > main > section,
html.mobile section.countdown-block > main > section {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html.desktop section.countdown-block > main {
  padding-top: 0;
}

html.desktop section.countdown-block > main .flipdown {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

html.mobile section.countdown-block > main {
  padding-top: 1.25rem;
}

html.mobile section.countdown-block > main .flipdown {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* COLUMN LIST BLOCK */
/*
<section class=" block " style="background: #ffffff;">
    <main class="has-title width-wide " style="background: #ffffff;">
        ---title---
        ---abstract---  
        <section>
            <img src="https://chili-mobil.local/wp-content/uploads/wind-768x768.jpg" alt="">
            <article>
                ---wysiwyg---
            </article>
        </section>
        ---link---
    </main>
</section>
*/
section.single-column-block > main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.single-column-block > main h2,
section.single-column-block > main section,
section.single-column-block > main article,
section.single-column-block > main img,
section.single-column-block > main .text {
  margin: 0;
  padding: 0;
}

section.single-column-block > main > h2 {
  font-size: 3.75rem;
  line-height: 5.625rem;
}

section.single-column-block > main > section {
  display: block;
}

section.single-column-block > main > section p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

section.single-column-block > main > section p:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

html.wp-toolbar > body .acf-block-preview section.single-column-block > main > h2,
html.wp-toolbar > body .acf-block-preview section.single-column-block > main > section,
html.wp-toolbar > body .acf-block-preview section.single-column-block > main > a,
html.desktop section.single-column-block > main > h2,
html.desktop section.single-column-block > main > section,
html.desktop section.single-column-block > main > a {
  text-align: left;
  width: 35.25rem;
  margin: auto;
}

html.wp-toolbar > body .acf-block-preview section.single-column-block > main > section,
html.desktop section.single-column-block > main > section {
  font-size: 1.5rem;
  line-height: 2.25rem;
}

html.mobile section.single-column-block > main > h2,
html.mobile section.single-column-block > main > section,
html.mobile section.single-column-block > main > a {
  padding-left: 1.5rem;
  text-align: left;
}

html.mobile section.single-column-block > main > section {
  font-size: 1.125rem;
  line-height: 1.375rem;
}

/* COLUMN LIST BLOCK */
/*
<section class=" block " style="background: #ffffff;">
    <main class="has-title width-wide " style="background: #ffffff;">
        ---title---
        ---abstract---  
        <section>
            <img src="https://chili-mobil.local/wp-content/uploads/wind-768x768.jpg" alt="">
            <article>
                ---wysiwyg---
            </article>
        </section>
        ---link---
    </main>
</section>
*/
section.html-block > main {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

section.html-block > main .iframe-container h2 {
  margin-bottom: 1.875rem;
  font-size: 3.75rem;
  line-height: 5.625rem;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

section.html-block > main .iframe-container button {
  margin-top: 1.25rem;
}

section.html-block > main .iframe-container:not(.max-iframe) h2 {
  display: none;
}

section.html-block > main .iframe-container:not(.max-iframe) .min-iframe-button {
  display: none;
}

section.html-block > main .iframe-container.max-iframe {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  padding: 1.25rem 2.5rem;
  background-color: #000000c0;
}

section.html-block > main .iframe-container.max-iframe iframe {
  width: 100%;
  height: 80%;
}

section.html-block > main .iframe-container.max-iframe .max-iframe-button {
  display: none;
}

html.mobile section.html-block > main .iframe-container h2 {
  font-size: 1.875rem;
  line-height: 4.375rem;
}

html.mobile section.html-block > main .iframe-container.max-iframe iframe {
  width: 100%;
  height: 75%;
}

html.mobile section.html-block > main .iframe-container.max-iframe .max-iframe-button {
  display: none;
}

/* NEWSLETTER LIST BLOCK */
/*

*/
html.wp-toolbar > body .acf-block-preview section.newsletter-block #sendgrid,
html.wp-toolbar > body .acf-block-preview section.newsletter-block #sendgrid-result,
html.wp-toolbar > body .acf-block-preview section.newsletter-block #sendgrid-waiting,
html.desktop section.newsletter-block #sendgrid,
html.desktop section.newsletter-block #sendgrid-result,
html.desktop section.newsletter-block #sendgrid-waiting,
html.mobile section.newsletter-block #sendgrid,
html.mobile section.newsletter-block #sendgrid-result,
html.mobile section.newsletter-block #sendgrid-waiting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 10rem;
  max-width: 100%;
}

html.wp-toolbar > body .acf-block-preview section.newsletter-block #sendgrid > input,
html.wp-toolbar > body .acf-block-preview section.newsletter-block #sendgrid > label,
html.wp-toolbar > body .acf-block-preview section.newsletter-block #sendgrid > button,
html.wp-toolbar > body .acf-block-preview section.newsletter-block #sendgrid-result > input,
html.wp-toolbar > body .acf-block-preview section.newsletter-block #sendgrid-result > label,
html.wp-toolbar > body .acf-block-preview section.newsletter-block #sendgrid-result > button,
html.wp-toolbar > body .acf-block-preview section.newsletter-block #sendgrid-waiting > input,
html.wp-toolbar > body .acf-block-preview section.newsletter-block #sendgrid-waiting > label,
html.wp-toolbar > body .acf-block-preview section.newsletter-block #sendgrid-waiting > button,
html.desktop section.newsletter-block #sendgrid > input,
html.desktop section.newsletter-block #sendgrid > label,
html.desktop section.newsletter-block #sendgrid > button,
html.desktop section.newsletter-block #sendgrid-result > input,
html.desktop section.newsletter-block #sendgrid-result > label,
html.desktop section.newsletter-block #sendgrid-result > button,
html.desktop section.newsletter-block #sendgrid-waiting > input,
html.desktop section.newsletter-block #sendgrid-waiting > label,
html.desktop section.newsletter-block #sendgrid-waiting > button,
html.mobile section.newsletter-block #sendgrid > input,
html.mobile section.newsletter-block #sendgrid > label,
html.mobile section.newsletter-block #sendgrid > button,
html.mobile section.newsletter-block #sendgrid-result > input,
html.mobile section.newsletter-block #sendgrid-result > label,
html.mobile section.newsletter-block #sendgrid-result > button,
html.mobile section.newsletter-block #sendgrid-waiting > input,
html.mobile section.newsletter-block #sendgrid-waiting > label,
html.mobile section.newsletter-block #sendgrid-waiting > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.25em auto;
}

html.wp-toolbar > body .acf-block-preview section.newsletter-block #sendgrid input[type="email"],
html.desktop section.newsletter-block #sendgrid input[type="email"],
html.mobile section.newsletter-block #sendgrid input[type="email"] {
  font-size: 0.75em;
  border-radius: 2em;
  border: 1px solid #868e96;
  padding: 1em;
  outline: none;
}

html.wp-toolbar > body .acf-block-preview section.newsletter-block #sendgrid input[type="checkbox"],
html.desktop section.newsletter-block #sendgrid input[type="checkbox"],
html.mobile section.newsletter-block #sendgrid input[type="checkbox"] {
  display: none;
  background-image: url(img/chili-checkbox-checked.svg);
}

html.wp-toolbar > body .acf-block-preview section.newsletter-block #sendgrid input[type="checkbox"] + label::before,
html.desktop section.newsletter-block #sendgrid input[type="checkbox"] + label::before,
html.mobile section.newsletter-block #sendgrid input[type="checkbox"] + label::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  height: 1.25em;
  width: 1.25em;
  background-image: url(img/chili-checkbox-empty.svg);
  background-size: 1.25em 1.25em;
  background-repeat: no-repeat;
  margin-right: 0.25em;
}

html.wp-toolbar > body .acf-block-preview section.newsletter-block #sendgrid input[type="checkbox"]:checked + label::before,
html.desktop section.newsletter-block #sendgrid input[type="checkbox"]:checked + label::before,
html.mobile section.newsletter-block #sendgrid input[type="checkbox"]:checked + label::before {
  background-image: url(img/chili-checkbox-checked.svg);
}

html.wp-toolbar > body .acf-block-preview section.newsletter-block .sendgrid-approve,
html.desktop section.newsletter-block .sendgrid-approve,
html.mobile section.newsletter-block .sendgrid-approve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 0.75em;
}

html.wp-toolbar > body .acf-block-preview section.newsletter-block .sendgrid-approve input,
html.desktop section.newsletter-block .sendgrid-approve input,
html.mobile section.newsletter-block .sendgrid-approve input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.25em;
}

html.wp-toolbar > body .acf-block-preview section.newsletter-block #sendgrid,
html.wp-toolbar > body .acf-block-preview section.newsletter-block #sendgrid-result,
html.wp-toolbar > body .acf-block-preview section.newsletter-block #sendgrid-waiting,
html.desktop section.newsletter-block #sendgrid,
html.desktop section.newsletter-block #sendgrid-result,
html.desktop section.newsletter-block #sendgrid-waiting {
  font-size: 1.5rem;
  line-height: 2.25rem;
}

html.wp-toolbar > body .acf-block-preview section.newsletter-block #sendgrid input[type="email"],
html.wp-toolbar > body .acf-block-preview section.newsletter-block #sendgrid-result input[type="email"],
html.wp-toolbar > body .acf-block-preview section.newsletter-block #sendgrid-waiting input[type="email"],
html.desktop section.newsletter-block #sendgrid input[type="email"],
html.desktop section.newsletter-block #sendgrid-result input[type="email"],
html.desktop section.newsletter-block #sendgrid-waiting input[type="email"] {
  width: 25rem;
}

html.mobile section.newsletter-block #sendgrid,
html.mobile section.newsletter-block #sendgrid-result,
html.mobile section.newsletter-block #sendgrid-waiting {
  font-size: 1.125rem;
  line-height: 1.375rem;
}

html.mobile section.newsletter-block #sendgrid input[type="email"],
html.mobile section.newsletter-block #sendgrid-result input[type="email"],
html.mobile section.newsletter-block #sendgrid-waiting input[type="email"] {
  width: 90%;
}

/* blog list BLOCK */
/*

*/
/* order block */
/*

*/
html.wp-toolbar > body .acf-block-preview section.order-block,
html.desktop section.order-block,
html.mobile section.order-block {
  overflow: hidden;
}

html.wp-toolbar > body .acf-block-preview section.order-block iframe,
html.desktop section.order-block iframe,
html.mobile section.order-block iframe {
  overflow: hidden;
}

/* input-collector LIST BLOCK */
/*

*/
html.wp-toolbar > body .acf-block-preview section.input-collector-block #inputcollector,
html.wp-toolbar > body .acf-block-preview section.input-collector-block #inputcollector-result,
html.wp-toolbar > body .acf-block-preview section.input-collector-block #inputcollector-waiting,
html.desktop section.input-collector-block #inputcollector,
html.desktop section.input-collector-block #inputcollector-result,
html.desktop section.input-collector-block #inputcollector-waiting,
html.mobile section.input-collector-block #inputcollector,
html.mobile section.input-collector-block #inputcollector-result,
html.mobile section.input-collector-block #inputcollector-waiting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 10rem;
  max-width: 100%;
}

html.wp-toolbar > body .acf-block-preview section.input-collector-block #inputcollector > input,
html.wp-toolbar > body .acf-block-preview section.input-collector-block #inputcollector > label,
html.wp-toolbar > body .acf-block-preview section.input-collector-block #inputcollector > button,
html.wp-toolbar > body .acf-block-preview section.input-collector-block #inputcollector-result > input,
html.wp-toolbar > body .acf-block-preview section.input-collector-block #inputcollector-result > label,
html.wp-toolbar > body .acf-block-preview section.input-collector-block #inputcollector-result > button,
html.wp-toolbar > body .acf-block-preview section.input-collector-block #inputcollector-waiting > input,
html.wp-toolbar > body .acf-block-preview section.input-collector-block #inputcollector-waiting > label,
html.wp-toolbar > body .acf-block-preview section.input-collector-block #inputcollector-waiting > button,
html.desktop section.input-collector-block #inputcollector > input,
html.desktop section.input-collector-block #inputcollector > label,
html.desktop section.input-collector-block #inputcollector > button,
html.desktop section.input-collector-block #inputcollector-result > input,
html.desktop section.input-collector-block #inputcollector-result > label,
html.desktop section.input-collector-block #inputcollector-result > button,
html.desktop section.input-collector-block #inputcollector-waiting > input,
html.desktop section.input-collector-block #inputcollector-waiting > label,
html.desktop section.input-collector-block #inputcollector-waiting > button,
html.mobile section.input-collector-block #inputcollector > input,
html.mobile section.input-collector-block #inputcollector > label,
html.mobile section.input-collector-block #inputcollector > button,
html.mobile section.input-collector-block #inputcollector-result > input,
html.mobile section.input-collector-block #inputcollector-result > label,
html.mobile section.input-collector-block #inputcollector-result > button,
html.mobile section.input-collector-block #inputcollector-waiting > input,
html.mobile section.input-collector-block #inputcollector-waiting > label,
html.mobile section.input-collector-block #inputcollector-waiting > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.25em auto;
}

html.wp-toolbar > body .acf-block-preview section.input-collector-block #inputcollector input[type="text"],
html.desktop section.input-collector-block #inputcollector input[type="text"],
html.mobile section.input-collector-block #inputcollector input[type="text"] {
  font-size: 0.75em;
  border-radius: 2em;
  border: 1px solid #868e96;
  padding: 1em;
  outline: none;
}

html.wp-toolbar > body .acf-block-preview section.input-collector-block #inputcollector input[type="checkbox"],
html.desktop section.input-collector-block #inputcollector input[type="checkbox"],
html.mobile section.input-collector-block #inputcollector input[type="checkbox"] {
  display: none;
  background-image: url(img/chili-checkbox-checked.svg);
}

html.wp-toolbar > body .acf-block-preview section.input-collector-block #inputcollector input[type="checkbox"] + label::before,
html.desktop section.input-collector-block #inputcollector input[type="checkbox"] + label::before,
html.mobile section.input-collector-block #inputcollector input[type="checkbox"] + label::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  height: 1.25em;
  width: 1.25em;
  background-image: url(img/chili-checkbox-empty.svg);
  background-size: 1.25em 1.25em;
  background-repeat: no-repeat;
  margin-right: 0.25em;
}

html.wp-toolbar > body .acf-block-preview section.input-collector-block #inputcollector input[type="checkbox"]:checked + label::before,
html.desktop section.input-collector-block #inputcollector input[type="checkbox"]:checked + label::before,
html.mobile section.input-collector-block #inputcollector input[type="checkbox"]:checked + label::before {
  background-image: url(img/chili-checkbox-checked.svg);
}

html.wp-toolbar > body .acf-block-preview section.input-collector-block .inputcollector-approve,
html.desktop section.input-collector-block .inputcollector-approve,
html.mobile section.input-collector-block .inputcollector-approve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 0.75em;
}

html.wp-toolbar > body .acf-block-preview section.input-collector-block .inputcollector-approve input,
html.desktop section.input-collector-block .inputcollector-approve input,
html.mobile section.input-collector-block .inputcollector-approve input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.25em;
}

html.wp-toolbar > body .acf-block-preview section.input-collector-block #inputcollector,
html.wp-toolbar > body .acf-block-preview section.input-collector-block #inputcollector-result,
html.wp-toolbar > body .acf-block-preview section.input-collector-block #inputcollector-waiting,
html.desktop section.input-collector-block #inputcollector,
html.desktop section.input-collector-block #inputcollector-result,
html.desktop section.input-collector-block #inputcollector-waiting {
  font-size: 1.5rem;
  line-height: 2.25rem;
}

html.wp-toolbar > body .acf-block-preview section.input-collector-block #inputcollector input[type="text"],
html.wp-toolbar > body .acf-block-preview section.input-collector-block #inputcollector-result input[type="text"],
html.wp-toolbar > body .acf-block-preview section.input-collector-block #inputcollector-waiting input[type="text"],
html.desktop section.input-collector-block #inputcollector input[type="text"],
html.desktop section.input-collector-block #inputcollector-result input[type="text"],
html.desktop section.input-collector-block #inputcollector-waiting input[type="text"] {
  width: 25rem;
}

html.mobile section.input-collector-block #inputcollector,
html.mobile section.input-collector-block #inputcollector-result,
html.mobile section.input-collector-block #inputcollector-waiting {
  font-size: 1.125rem;
  line-height: 1.375rem;
}

html.mobile section.input-collector-block #inputcollector input[type="text"],
html.mobile section.input-collector-block #inputcollector-result input[type="text"],
html.mobile section.input-collector-block #inputcollector-waiting input[type="text"] {
  width: 90%;
}

/* COLUMN LIST BLOCK */
/*

*/
@-webkit-keyframes camera-pan {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) perspective(1000px) translate3d(0, 0, 0);
            transform: scale3d(1.2, 1.2, 1.2) perspective(1000px) translate3d(0, 0, 0);
    @media print, screen and (min-width: 46.875em) {
      -webkit-transform: scale3d(1.2, 1.2, 1.2) translate3d(0, 0px, 0px);
              transform: scale3d(1.2, 1.2, 1.2) translate3d(0, 0px, 0px);
    }
  }
  33% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) perspective(1200px) translate3d(-10px, 25px, 30px);
            transform: scale3d(1.2, 1.2, 1.2) perspective(1200px) translate3d(-10px, 25px, 30px);
    @media print, screen and (min-width: 46.875em) {
      -webkit-transform: scale3d(1.2, 1.2, 1.2) translate3d(-200px, 0px, 0px);
              transform: scale3d(1.2, 1.2, 1.2) translate3d(-200px, 0px, 0px);
    }
  }
  66% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) perspective(1000px) translate3d(-5px, 15px, 10px);
            transform: scale3d(1.2, 1.2, 1.2) perspective(1000px) translate3d(-5px, 15px, 10px);
    @media print, screen and (min-width: 46.875em) {
      -webkit-transform: scale3d(1.2, 1.2, 1.2) translate3d(-200px, 0px, 0px);
              transform: scale3d(1.2, 1.2, 1.2) translate3d(-200px, 0px, 0px);
    }
  }
  100% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) perspective(1000px) translate3d(0, 0, 0);
            transform: scale3d(1.2, 1.2, 1.2) perspective(1000px) translate3d(0, 0, 0);
    @media print, screen and (min-width: 46.875em) {
      -webkit-transform: scale3d(1.2, 1.2, 1.2) translate3d(0, 0px, 0px);
              transform: scale3d(1.2, 1.2, 1.2) translate3d(0, 0px, 0px);
    }
  }
}
@keyframes camera-pan {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) perspective(1000px) translate3d(0, 0, 0);
            transform: scale3d(1.2, 1.2, 1.2) perspective(1000px) translate3d(0, 0, 0);
    @media print, screen and (min-width: 46.875em) {
      -webkit-transform: scale3d(1.2, 1.2, 1.2) translate3d(0, 0px, 0px);
              transform: scale3d(1.2, 1.2, 1.2) translate3d(0, 0px, 0px);
    }
  }
  33% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) perspective(1200px) translate3d(-10px, 25px, 30px);
            transform: scale3d(1.2, 1.2, 1.2) perspective(1200px) translate3d(-10px, 25px, 30px);
    @media print, screen and (min-width: 46.875em) {
      -webkit-transform: scale3d(1.2, 1.2, 1.2) translate3d(-200px, 0px, 0px);
              transform: scale3d(1.2, 1.2, 1.2) translate3d(-200px, 0px, 0px);
    }
  }
  66% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) perspective(1000px) translate3d(-5px, 15px, 10px);
            transform: scale3d(1.2, 1.2, 1.2) perspective(1000px) translate3d(-5px, 15px, 10px);
    @media print, screen and (min-width: 46.875em) {
      -webkit-transform: scale3d(1.2, 1.2, 1.2) translate3d(-200px, 0px, 0px);
              transform: scale3d(1.2, 1.2, 1.2) translate3d(-200px, 0px, 0px);
    }
  }
  100% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) perspective(1000px) translate3d(0, 0, 0);
            transform: scale3d(1.2, 1.2, 1.2) perspective(1000px) translate3d(0, 0, 0);
    @media print, screen and (min-width: 46.875em) {
      -webkit-transform: scale3d(1.2, 1.2, 1.2) translate3d(0, 0px, 0px);
              transform: scale3d(1.2, 1.2, 1.2) translate3d(0, 0px, 0px);
    }
  }
}

.carousel {
  overflow: hidden;
}

.carousel input[type="radio"] {
  display: none;
}

.carousel input[type="radio"]:not(:checked) + .carousel-item {
  opacity: 0;
}

.carousel input[type="radio"]:not(:checked) + .carousel-item + .carousel-item-prev,
.carousel input[type="radio"]:not(:checked) + .carousel-item + .carousel-item-prev + .carousel-item-next {
  display: none;
}

.carousel input[type="radio"]:checked + .carousel-item {
  opacity: 1;
}

.carousel-item {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

section.carousel-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

section.carousel-block > main,
section.carousel-block .carousel-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-width: 100%;
  min-height: 100%;
}

section.carousel-block .carousel-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  min-width: 100%;
  min-height: 100%;
}

section.carousel-block .carousel-items .big-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.carousel-block .carousel-items .big-title .left {
  margin-right: auto;
}

section.carousel-block .carousel-items .big-title .center {
  margin: unset auto;
}

section.carousel-block .carousel-items .big-title .right {
  margin-left: auto;
}

section.carousel-block .carousel-items .big-title .top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

section.carousel-block .carousel-items .big-title .middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

section.carousel-block .carousel-items .big-title .bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

section.carousel-block .carousel-items .big-title .text-left {
  text-align: left;
}

section.carousel-block .carousel-items .big-title .text-center {
  text-align: center;
}

section.carousel-block .carousel-items .big-title .text-right {
  text-align: right;
}

section.carousel-block .carousel-items .big-title.dark-background {
  color: #ffffff;
}

section.carousel-block .carousel-items .big-title.dark-background a,
section.carousel-block .carousel-items .big-title.dark-background a:visited,
section.carousel-block .carousel-items .big-title.dark-background a:hover,
section.carousel-block .carousel-items .big-title.dark-background a:active {
  color: #ffffff;
}

section.carousel-block .carousel-items .big-title.light-background {
  color: #212429;
}

section.carousel-block .carousel-items .big-title a.button {
  margin: 1em auto auto auto;
}

section.carousel-block .carousel-items main {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  min-height: 100%;
}

section.carousel-block .carousel-items main .hero-background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

section.carousel-block .carousel-items main .hero-background video {
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

section.carousel-block .carousel-items main .hero-background div {
  height: 100%;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.carousel-item-next > img,
.carousel-item-prev > img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel-item-prev {
  left: 0;
  background-image: url(/wp-content/themes/chilimobil/img/chili-carousel-left.svg);
}

.carousel-item-next {
  right: 0;
  background-image: url(/wp-content/themes/chilimobil/img/chili-carousel-right.svg);
}

html.wp-toolbar > body .acf-block-preview section.carousel-block .carousel-items,
html.desktop section.carousel-block .carousel-items {
  overflow: hidden;
}

html.wp-toolbar > body .acf-block-preview section.carousel-block .carousel-items main,
html.desktop section.carousel-block .carousel-items main {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html.wp-toolbar > body .acf-block-preview section.carousel-block .carousel-items main .hero-background video,
html.desktop section.carousel-block .carousel-items main .hero-background video {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}

html.wp-toolbar > body .acf-block-preview section.carousel-block .title-block:not(.sim),
html.desktop section.carousel-block .title-block:not(.sim) {
  margin: unset;
}

html.wp-toolbar > body .acf-block-preview section.carousel-block .title-block.sim,
html.desktop section.carousel-block .title-block.sim {
  margin: auto;
  height: 100%;
}

html.wp-toolbar > body .acf-block-preview section.carousel-block .big-title,
html.desktop section.carousel-block .big-title {
  padding: 10.9375rem 7.5rem 3.125rem 7.5rem;
}

html.wp-toolbar > body .acf-block-preview section.carousel-block .big-title h1,
html.wp-toolbar > body .acf-block-preview section.carousel-block .big-title h2,
html.desktop section.carousel-block .big-title h1,
html.desktop section.carousel-block .big-title h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 5rem;
}

html.wp-toolbar > body .acf-block-preview .carousel-item-next,
html.wp-toolbar > body .acf-block-preview .carousel-item-prev,
html.desktop .carousel-item-next,
html.desktop .carousel-item-prev {
  top: 0;
  background-position: center center;
  background-size: 2.5rem 2.5rem;
  height: 100%;
  width: 7.5rem;
}

html.wp-toolbar > body .acf-block-preview .carousel-item-next:not(:hover),
html.wp-toolbar > body .acf-block-preview .carousel-item-prev:not(:hover),
html.desktop .carousel-item-next:not(:hover),
html.desktop .carousel-item-prev:not(:hover) {
  opacity: 0.2;
}

html.wp-toolbar > body .acf-block-preview .carousel-item-next:hover,
html.wp-toolbar > body .acf-block-preview .carousel-item-prev:hover,
html.desktop .carousel-item-next:hover,
html.desktop .carousel-item-prev:hover {
  opacity: 0.75;
}

html.wp-toolbar > body .acf-block-preview section.carousel-block.hero-size .carousel-container,
html.desktop section.carousel-block.hero-size .carousel-container {
  height: 46.75rem;
}

html.mobile section.carousel-block .carousel-items {
  overflow: hidden;
}

html.mobile section.carousel-block .carousel-items main .hero-background video {
  min-height: 100%;
  max-height: 100%;
  height: 100%;
}

html.mobile section.carousel-block .title-block {
  margin-top: 5.25rem;
}

html.mobile section.carousel-block .big-title {
  padding: 5.25rem 1.25rem 3.75rem 1.25rem;
}

html.mobile section.carousel-block .big-title h1,
html.mobile section.carousel-block .big-title h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  line-height: 2.5rem;
}

html.mobile .carousel-item-next,
html.mobile .carousel-item-prev {
  z-index: 0;
  bottom: 0;
  background-position: center 98%;
  background-size: 1.875rem 1.875rem;
  height: 100%;
  width: 2.5rem;
}

html.mobile .carousel-item-next:not(:active),
html.mobile .carousel-item-prev:not(:active) {
  opacity: 0.2;
}

html.mobile .carousel-item-next:active,
html.mobile .carousel-item-prev:active {
  opacity: 0.75;
}

html.mobile section.carousel-block.hero-size .carousel-container {
  height: 29.5rem;
}

/* COLUMN LIST BLOCK */
/*
<section class=" block " style="background: #ffffff;">
    <main class="has-title width-wide " style="background: #ffffff;">
        ---title---
        ---abstract---  
        <section>
            <img src="https://chili-mobil.local/wp-content/uploads/wind-768x768.jpg" alt="">
            <article>
                ---wysiwyg---
            </article>
        </section>
        ---link---
    </main>
</section>
*/
section.media-block > main > section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.media-block > main > section > figure > * {
  width: 100%;
  height: inherit;
}

section.media-block > main > section > figure.width-1 {
  width: 50%;
}

section.media-block > main > section > figure.width-2 {
  width: 75%;
}

section.media-block > main > section > figure.width-3 {
  width: 100%;
}

/* POSTS */
/* SIM PLAN */
/*

*/
html.wp-toolbar > body .acf-block-preview article.sim-plan,
html.desktop article.sim-plan,
html.mobile article.sim-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  position: relative;
  overflow: hidden;
  border-radius: 1.75rem;
  font-weight: 700;
  -webkit-box-shadow: 0 0.6875rem 1.4375rem 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 0.6875rem 1.4375rem 0 rgba(0, 0, 0, 0.18);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ffffff;
  color: #212429;
}

html.wp-toolbar > body .acf-block-preview article.sim-plan .ribbon,
html.wp-toolbar > body .acf-block-preview article.sim-plan .subtitle,
html.wp-toolbar > body .acf-block-preview article.sim-plan .price,
html.wp-toolbar > body .acf-block-preview article.sim-plan a.button,
html.desktop article.sim-plan .ribbon,
html.desktop article.sim-plan .subtitle,
html.desktop article.sim-plan .price,
html.desktop article.sim-plan a.button,
html.mobile article.sim-plan .ribbon,
html.mobile article.sim-plan .subtitle,
html.mobile article.sim-plan .price,
html.mobile article.sim-plan a.button {
  margin: 0;
  padding: 0;
}

html.wp-toolbar > body .acf-block-preview article.sim-plan .ribbon,
html.desktop article.sim-plan .ribbon,
html.mobile article.sim-plan .ribbon {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  position: absolute;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  z-index: 1;
}

html.wp-toolbar > body .acf-block-preview article.sim-plan .subtitle,
html.desktop article.sim-plan .subtitle,
html.mobile article.sim-plan .subtitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
  border-radius: 1.75rem;
  margin: 0 auto;
}

html.wp-toolbar > body .acf-block-preview article.sim-plan .subtitle:not(.empty),
html.desktop article.sim-plan .subtitle:not(.empty),
html.mobile article.sim-plan .subtitle:not(.empty) {
  background-color: #212429;
}

html.wp-toolbar > body .acf-block-preview article.sim-plan .card-title,
html.wp-toolbar > body .acf-block-preview article.sim-plan .card-title-2,
html.wp-toolbar > body .acf-block-preview article.sim-plan .price,
html.desktop article.sim-plan .card-title,
html.desktop article.sim-plan .card-title-2,
html.desktop article.sim-plan .price,
html.mobile article.sim-plan .card-title,
html.mobile article.sim-plan .card-title-2,
html.mobile article.sim-plan .price {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
}

html.wp-toolbar > body .acf-block-preview article.sim-plan .price,
html.desktop article.sim-plan .price,
html.mobile article.sim-plan .price {
  position: absolute;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

html.wp-toolbar > body .acf-block-preview article.sim-plan a.button,
html.wp-toolbar > body .acf-block-preview article.sim-plan a:visited.button,
html.wp-toolbar > body .acf-block-preview article.sim-plan a:hover.button,
html.wp-toolbar > body .acf-block-preview article.sim-plan a:active.button,
html.desktop article.sim-plan a.button,
html.desktop article.sim-plan a:visited.button,
html.desktop article.sim-plan a:hover.button,
html.desktop article.sim-plan a:active.button,
html.mobile article.sim-plan a.button,
html.mobile article.sim-plan a:visited.button,
html.mobile article.sim-plan a:hover.button,
html.mobile article.sim-plan a:active.button {
  text-decoration: none;
}

html.wp-toolbar > body .acf-block-preview article.sim-plan a.button,
html.desktop article.sim-plan a.button,
html.mobile article.sim-plan a.button {
  display: block;
  position: absolute;
  bottom: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

html.wp-toolbar > body .acf-block-preview article.sim-plan a.link,
html.desktop article.sim-plan a.link,
html.mobile article.sim-plan a.link {
  display: block;
  margin-top: 0rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}

html.wp-toolbar > body .acf-block-preview article.sim-plan ul.small,
html.desktop article.sim-plan ul.small,
html.mobile article.sim-plan ul.small {
  margin-left: auto;
  margin-right: auto;
}

html.wp-toolbar > body .acf-block-preview article.sim-plan ul.small li,
html.desktop article.sim-plan ul.small li,
html.mobile article.sim-plan ul.small li {
  padding-left: 0;
  background: none;
  background-image: none;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
}

html.wp-toolbar > body .acf-block-preview article.sim-plan .usp-image,
html.desktop article.sim-plan .usp-image,
html.mobile article.sim-plan .usp-image {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}

html.wp-toolbar > body .acf-block-preview article.sim-plan .bullet-svg,
html.desktop article.sim-plan .bullet-svg,
html.mobile article.sim-plan .bullet-svg {
  vertical-align: text-bottom;
}

html.wp-toolbar > body .acf-block-preview article.sim-plan .bullet-svg path,
html.desktop article.sim-plan .bullet-svg path,
html.mobile article.sim-plan .bullet-svg path {
  fill: #212429;
}

html.wp-toolbar > body .acf-block-preview article.sim-plan .card-top,
html.wp-toolbar > body .acf-block-preview article.sim-plan .card-bottom,
html.desktop article.sim-plan .card-top,
html.desktop article.sim-plan .card-bottom,
html.mobile article.sim-plan .card-top,
html.mobile article.sim-plan .card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

html.wp-toolbar > body .acf-block-preview article.sim-plan .card-top,
html.desktop article.sim-plan .card-top,
html.mobile article.sim-plan .card-top {
  position: relative;
  padding-top: 1rem;
}

html.wp-toolbar > body .acf-block-preview article.sim-plan .card-top:not(.no-border),
html.desktop article.sim-plan .card-top:not(.no-border),
html.mobile article.sim-plan .card-top:not(.no-border) {
  border-bottom: 1px solid rgba(72, 75, 78, 0.5);
}

html.wp-toolbar > body .acf-block-preview article.sim-plan .card-bottom,
html.desktop article.sim-plan .card-bottom,
html.mobile article.sim-plan .card-bottom {
  height: 100%;
}

html.wp-toolbar > body .acf-block-preview article.sim-plan .card-text,
html.wp-toolbar > body .acf-block-preview article.sim-plan .card-image,
html.desktop article.sim-plan .card-text,
html.desktop article.sim-plan .card-image,
html.mobile article.sim-plan .card-text,
html.mobile article.sim-plan .card-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

html.wp-toolbar > body .acf-block-preview article.sim-plan .card-image,
html.desktop article.sim-plan .card-image,
html.mobile article.sim-plan .card-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

html.wp-toolbar > body .acf-block-preview article.sim-plan,
html.desktop article.sim-plan {
  width: 23.3125rem;
  min-height: 36.0625rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

html.wp-toolbar > body .acf-block-preview article.sim-plan .ribbon,
html.desktop article.sim-plan .ribbon {
  width: 10.75rem;
  height: 1.5rem;
  line-height: 1.5rem;
  left: 3.25rem;
  top: 2.5rem;
  font-size: 1rem;
}

html.wp-toolbar > body .acf-block-preview article.sim-plan .subtitle,
html.desktop article.sim-plan .subtitle {
  padding: 0 1.875rem;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-bottom: 1.4375rem;
}

html.wp-toolbar > body .acf-block-preview article.sim-plan .price,
html.desktop article.sim-plan .price {
  bottom: 1.5625rem;
}

html.wp-toolbar > body .acf-block-preview article.sim-plan ul,
html.desktop article.sim-plan ul {
  min-height: 17.5rem;
  margin-top: 1.25rem;
  padding-bottom: 10.9375rem;
}

html.wp-toolbar > body .acf-block-preview article.sim-plan ul li,
html.desktop article.sim-plan ul li {
  margin-bottom: 0.25rem;
}

html.wp-toolbar > body .acf-block-preview article.sim-plan .usp-image,
html.desktop article.sim-plan .usp-image {
  width: 18.125rem;
  height: 9rem;
  margin: 0.625rem auto 0.625rem auto;
}

html.wp-toolbar > body .acf-block-preview article.sim-plan .bullet-svg,
html.desktop article.sim-plan .bullet-svg {
  margin-right: 0.9375rem;
  margin-bottom: 0.0625rem;
  width: 1.25rem;
  height: 1.25rem;
}

html.wp-toolbar > body .acf-block-preview article.sim-plan a.button,
html.desktop article.sim-plan a.button {
  font-size: 1.125rem;
  line-height: 3.4375rem;
  width: 18.125rem;
  margin-bottom: 3.875rem;
}

html.wp-toolbar > body .acf-block-preview article.sim-plan a.link,
html.desktop article.sim-plan a.link {
  font-size: 1.125rem;
  line-height: 3.875rem;
  width: 18.125rem;
}

html.wp-toolbar > body .acf-block-preview article.sim-plan .card-top,
html.desktop article.sim-plan .card-top {
  padding-bottom: 2.5rem;
  min-height: 16.0625rem;
  max-height: 16.0625rem;
}

html.wp-toolbar > body .acf-block-preview article.sim-plan .card-text,
html.wp-toolbar > body .acf-block-preview article.sim-plan .card-image,
html.desktop article.sim-plan .card-text,
html.desktop article.sim-plan .card-image {
  margin-bottom: 8.1875rem;
  font-size: 1.25rem;
}

html.wp-toolbar > body .acf-block-preview article.sim-plan .card-image,
html.desktop article.sim-plan .card-image {
  width: 18.125rem;
  height: 1.5625rem;
}

html.mobile article.sim-plan {
  margin-left: auto;
  margin-right: auto;
  width: 16.31875rem;
  min-height: 25.24375rem;
  font-size: 0.7875rem;
  line-height: 1.225rem;
}

html.mobile article.sim-plan .ribbon {
  width: 7.525rem;
  height: 1.05rem;
  line-height: 1.05rem;
  left: 2.275rem;
  top: 1.75rem;
  font-size: 0.7rem;
}

html.mobile article.sim-plan .subtitle {
  padding: 0 1.3125rem;
  font-size: 0.7rem;
  line-height: 1.3125rem;
  margin-bottom: 1.00625rem;
}

html.mobile article.sim-plan .price {
  bottom: 1.09375rem;
}

html.mobile article.sim-plan ul {
  min-height: 12.25rem;
  margin-top: 0.875rem;
  padding-bottom: 7.65625rem;
}

html.mobile article.sim-plan ul li {
  margin-bottom: 0.175rem;
}

html.mobile article.sim-plan .usp-image {
  width: 12.6875rem;
  height: 6.3rem;
  margin: 0.4375rem auto 0.4375rem auto;
}

html.mobile article.sim-plan .bullet-svg {
  margin-right: 0.65625rem;
  width: 0.875rem;
  height: 0.875rem;
}

html.mobile article.sim-plan a.button {
  font-size: 0.7875rem;
  line-height: 2.40625rem;
  width: 12.6875rem;
  margin-bottom: 2.7125rem;
}

html.mobile article.sim-plan a.link {
  font-size: 0.7875rem;
  line-height: 2.7125rem;
  width: 12.6875rem;
}

html.mobile article.sim-plan .card-top {
  padding-bottom: 1.75rem;
  min-height: 11.24375rem;
  max-height: 11.24375rem;
}

html.mobile article.sim-plan .card-text,
html.mobile article.sim-plan .card-image {
  margin-bottom: 5.73125rem;
  font-size: 0.875rem;
}

html.mobile article.sim-plan .card-image {
  width: 12.6875rem;
  height: 1.09375rem;
}

/* POST */
/*
<article class="post <?php echo $background_class ?>">
    <img />
    <h2></h2>
    <section></section>
</article>
*/
html.wp-toolbar > body .acf-block-preview section.posts,
html.desktop section.posts,
html.mobile section.posts {
  max-width: 100%;
}

html.wp-toolbar > body .acf-block-preview a.post,
html.desktop a.post,
html.mobile a.post {
  overflow: hidden;
  padding-bottom: 1.25rem;
  -webkit-box-shadow: 0 0.375rem 0.75rem 0 rgba(72, 75, 78, 0.25);
          box-shadow: 0 0.375rem 0.75rem 0 rgba(72, 75, 78, 0.25);
  text-decoration: none;
  color: #212429;
}

html.wp-toolbar > body .acf-block-preview a.post > figure,
html.wp-toolbar > body .acf-block-preview a.post h2,
html.wp-toolbar > body .acf-block-preview a.post section,
html.desktop a.post > figure,
html.desktop a.post h2,
html.desktop a.post section,
html.mobile a.post > figure,
html.mobile a.post h2,
html.mobile a.post section {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1em 0 0 0;
  padding: 0;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

html.wp-toolbar > body .acf-block-preview a.post > figure p,
html.wp-toolbar > body .acf-block-preview a.post h2 p,
html.wp-toolbar > body .acf-block-preview a.post section p,
html.desktop a.post > figure p,
html.desktop a.post h2 p,
html.desktop a.post section p,
html.mobile a.post > figure p,
html.mobile a.post h2 p,
html.mobile a.post section p {
  margin: 0;
}

html.wp-toolbar > body .acf-block-preview section.posts,
html.desktop section.posts {
  display: -ms-grid;
  display: grid;
  row-gap: 1.25rem;
  margin: auto;
  width: 71.25rem;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

html.wp-toolbar > body .acf-block-preview a.post,
html.desktop a.post {
  width: 23.3125rem;
  height: 25.375rem;
}

html.wp-toolbar > body .acf-block-preview a.post video,
html.wp-toolbar > body .acf-block-preview a.post .hero-background-container,
html.wp-toolbar > body .acf-block-preview a.post .hero-background,
html.desktop a.post video,
html.desktop a.post .hero-background-container,
html.desktop a.post .hero-background {
  width: 23.3125rem;
  height: 12.1875rem;
}

html.wp-toolbar > body .acf-block-preview a.post h2,
html.wp-toolbar > body .acf-block-preview a.post section,
html.desktop a.post h2,
html.desktop a.post section {
  text-align: left;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

html.wp-toolbar > body .acf-block-preview a.post h2,
html.desktop a.post h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  margin-top: 1.4375rem;
  font-size: 2.125rem;
  line-height: 2.75rem;
}

html.mobile section.posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

html.mobile a.post {
  width: 100%;
  height: auto;
  margin-bottom: 1.25rem;
}

html.mobile a.post video,
html.mobile a.post .hero-background-container,
html.mobile a.post .hero-background {
  width: 100%;
  height: 8.5625rem;
}

html.mobile a.post h2,
html.mobile a.post section {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

html.mobile a.post h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  margin-top: 0.4375rem;
  font-size: 2.125rem;
  line-height: 2.75rem;
}

html.wp-toolbar > body .acf-block-preview .categories-nav,
html.desktop .categories-nav,
html.mobile .categories-nav {
  border-bottom: 2px solid #f1f1f1;
}

html.wp-toolbar > body .acf-block-preview .categories-nav a.button,
html.desktop .categories-nav a.button,
html.mobile .categories-nav a.button {
  color: #212429;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.375rem 0.75rem 0 rgba(72, 75, 78, 0.25);
          box-shadow: 0 0.375rem 0.75rem 0 rgba(72, 75, 78, 0.25);
}

html.wp-toolbar > body .acf-block-preview .categories-nav a.button.selected,
html.desktop .categories-nav a.button.selected,
html.mobile .categories-nav a.button.selected {
  background-image: linear-gradient(251deg, rgba(197, 227, 237, 0.5), rgba(234, 199, 214, 0.5));
}

html.desktop .categories-nav {
  margin: auto;
  width: 71.25rem;
  padding-bottom: 2.1875rem;
  margin-bottom: 2.1875rem;
}

html.desktop .categories-nav a.button {
  margin: 0 0.625rem;
}

html.mobile .categories-nav {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

html.mobile .categories-nav a.button {
  margin: 0.3125rem;
}

html.wp-toolbar > body .acf-block-preview .posts-nav,
html.desktop .posts-nav,
html.mobile .posts-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2em;
  margin-bottom: 6rem;
}

html.wp-toolbar > body .acf-block-preview .posts-nav .page-numbers,
html.wp-toolbar > body .acf-block-preview .posts-nav .page,
html.desktop .posts-nav .page-numbers,
html.desktop .posts-nav .page,
html.mobile .posts-nav .page-numbers,
html.mobile .posts-nav .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
}

html.wp-toolbar > body .acf-block-preview .posts-nav .page-numbers,
html.desktop .posts-nav .page-numbers,
html.mobile .posts-nav .page-numbers {
  background-color: #ffd7e0;
  color: #ff3763;
  font-weight: 700;
}

html.wp-toolbar > body .acf-block-preview .posts-nav .page-numbers.prev,
html.wp-toolbar > body .acf-block-preview .posts-nav .page-numbers.next,
html.desktop .posts-nav .page-numbers.prev,
html.desktop .posts-nav .page-numbers.next,
html.mobile .posts-nav .page-numbers.prev,
html.mobile .posts-nav .page-numbers.next {
  background-color: #d3d3d3;
  color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em;
}

html.wp-toolbar > body .acf-block-preview .posts-nav .page-numbers.prev,
html.desktop .posts-nav .page-numbers.prev,
html.mobile .posts-nav .page-numbers.prev {
  background-image: url(img/chili-angle-left-dark-background.svg);
}

html.wp-toolbar > body .acf-block-preview .posts-nav .page-numbers.next,
html.desktop .posts-nav .page-numbers.next,
html.mobile .posts-nav .page-numbers.next {
  background-image: url(img/chili-angle-right-dark-background.svg);
}

html.wp-toolbar > body .acf-block-preview .posts-nav .page-numbers.current,
html.desktop .posts-nav .page-numbers.current,
html.mobile .posts-nav .page-numbers.current {
  background-color: #ff3763;
  color: #ffffff;
}

html.desktop .posts-nav {
  margin-top: 6.25rem;
}

html.desktop .posts-nav .page-numbers,
html.desktop .posts-nav .page {
  width: 3.4375rem;
  height: 3.4375rem;
  margin: 0 0.3125rem;
}

html.mobile .posts-nav {
  margin-top: 2.5rem;
}

html.mobile .posts-nav .page-numbers,
html.mobile .posts-nav .page {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 0.5rem;
}
/*# sourceMappingURL=style.css.map */