/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  -moz-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;
  -moz-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;
  -moz-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;
  -moz-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;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * 1. Prevent padding and border from affecting element width
 * https://goo.gl/pYtbK7
 * 2. Change the default font family in all browsers (opinionated)
 */

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  font-family: sans-serif; /* 2 */
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
}

button {
  background: transparent;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  margin: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * Allow adding a border to an element by just adding a border-width.
 *
 * By default, the way the browser specifies that an element should have no
 * border is by setting it's border-style to `none` in the user-agent
 * stylesheet.
 *
 * In order to easily add borders to elements by just setting the `border-width`
 * property, we change the default border-style for all elements to `solid`, and
 * use border-width to hide them instead. This way our `border` utilities only
 * need to set the `border-width` property instead of the entire `border`
 * shorthand, making our border utilities much more straightforward to compose.
 *
 * https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
*::before,
*::after {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 0.5;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

* {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
}

small,
input,
textarea,
select,
button {
  padding: 0;
  color: inherit;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font: inherit;
  font-weight: 500;
  text-align: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}

@media (min-width: 768px) {
  small,
  input,
  textarea,
  select,
  button {
    font-size: 24px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font: inherit;
}

@font-face {
  font-family: 'Delphia';
  src: url('../fonts/Delphia-Bold.woff2') format('woff2'), url('../fonts/Delphia-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Delphia';
  src: url('../fonts/Delphia-Light.woff2') format('woff2'), url('../fonts/Delphia-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Delphia';
  src: url('../fonts/Delphia-Regular.woff2') format('woff2'), url('../fonts/Delphia-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Delphia';
  src: url('../fonts/Delphia-Medium.woff2') format('woff2'), url('../fonts/Delphia-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}//TODO: add otf fonts;

@mixin font-button-app {
  font-size: 20px;
  font-weight: 700;
}

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

.clip-not {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content-box {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.list-reset {
  list-style: none;
  padding: 0;
}

.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-oil {
  background-color: #d7ca45;
}

.bg-oilish {
  background-color: rgba(215, 202, 69, 0.90196);
}

.bg-dark {
  background-color: #242424;
}

.bg-grey {
  background-color: #848484;
}

.bg-smoke {
  background-color: #c8c8c8;
}

.bg-smokish {
  background-color: #eee;
}

.bg-granate {
  background-color: #af2424;
}

.bg-navy {
  background-color: #2b2e34;
}

.bg-dijon {
  background-color: #bfa147;
}

.bg-grass {
  background-color: #77b94c;
}

.bg-brick {
  background-color: #cf6c39;
}

.bg-sky {
  background-color: #5bbfee;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.border-transparent {
  border-color: transparent;
}

.border-black {
  border-color: #000;
}

.border-white {
  border-color: #fff;
}

.border-oil {
  border-color: #d7ca45;
}

.border-oilish {
  border-color: rgba(215, 202, 69, 0.90196);
}

.border-dark {
  border-color: #242424;
}

.border-grey {
  border-color: #848484;
}

.border-smoke {
  border-color: #c8c8c8;
}

.border-smokish {
  border-color: #eee;
}

.border-granate {
  border-color: #af2424;
}

.border-navy {
  border-color: #2b2e34;
}

.border-dijon {
  border-color: #bfa147;
}

.border-grass {
  border-color: #77b94c;
}

.border-brick {
  border-color: #cf6c39;
}

.border-sky {
  border-color: #5bbfee;
}

.border-0 {
  border-width: 0;
}

.border-2 {
  border-width: 2px;
}

.border-3 {
  border-width: 3px;
}

.border-4 {
  border-width: 4px;
}

.border-5 {
  border-width: 5px;
}

.border-6 {
  border-width: 6px;
}

.border-16 {
  border-width: 16px;
}

.border {
  border-width: 1px;
}

.border-t-0 {
  border-top-width: 0;
}

.border-r-0 {
  border-right-width: 0;
}

.border-b-0 {
  border-bottom-width: 0;
}

.border-l-0 {
  border-left-width: 0;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-t-3 {
  border-top-width: 3px;
}

.border-r-3 {
  border-right-width: 3px;
}

.border-b-3 {
  border-bottom-width: 3px;
}

.border-l-3 {
  border-left-width: 3px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t-5 {
  border-top-width: 5px;
}

.border-r-5 {
  border-right-width: 5px;
}

.border-b-5 {
  border-bottom-width: 5px;
}

.border-l-5 {
  border-left-width: 5px;
}

.border-t-6 {
  border-top-width: 6px;
}

.border-r-6 {
  border-right-width: 6px;
}

.border-b-6 {
  border-bottom-width: 6px;
}

.border-l-6 {
  border-left-width: 6px;
}

.border-t-16 {
  border-top-width: 16px;
}

.border-r-16 {
  border-right-width: 16px;
}

.border-b-16 {
  border-bottom-width: 16px;
}

.border-l-16 {
  border-left-width: 16px;
}

.border-t {
  border-top-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-move {
  cursor: move;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

.hidden {
  display: none;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-no-wrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.items-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.self-auto {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.self-start {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.self-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.self-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.content-center {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.content-start {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.content-end {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.content-between {
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.content-around {
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

.flex-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-initial {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.flex-none {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-shrink {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.flex-no-grow {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.flex-no-shrink {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.font-sans {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.font-serif {
  font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
}

.font-mono {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

.font-delphia {
  font-family: Delphia, Helvetica Neue, sans-serif;
}

.font-hairline {
  font-weight: 100;
}

.font-thin {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.h-0 {
  height: 0;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3.125rem;
}

.h-14 {
  height: 3.5rem;
}

.h-15 {
  height: 3.75rem;
}

.h-16 {
  height: 4rem;
}

.h-18 {
  height: 4.5rem;
}

.h-20 {
  height: 5rem;
}

.h-22 {
  height: 5.5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-32 {
  height: 8rem;
}

.h-34 {
  height: 8.5rem;
}

.h-38 {
  height: 9.5rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-56 {
  height: 12rem;
}

.h-64 {
  height: 16rem;
}

.h-67 {
  height: 16.875rem;
}

.h-75 {
  height: 18.75rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-1\/2 {
  height: 50%;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.leading-20 {
  line-height: 20px;
}

.leading-22 {
  line-height: 22px;
}

.leading-28 {
  line-height: 28px;
}

.leading-42 {
  line-height: 42px;
}

.leading-50 {
  line-height: 50px;
}

.leading-negative {
  line-height: 0.8;
}

.leading-none {
  line-height: 1;
}

.leading-good {
  line-height: 1.2;
}

.leading-tight {
  line-height: 1.25;
}

.leading-normal {
  line-height: 1.5;
}

.leading-loose {
  line-height: 2;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-7 {
  margin: 1.75rem;
}

.m-8 {
  margin: 2rem;
}

.m-9 {
  margin: 2.25rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-12 {
  margin: 3rem;
}

.m-14 {
  margin: 3.5rem;
}

.m-15 {
  margin: 3.75rem;
}

.m-16 {
  margin: 4rem;
}

.m-18 {
  margin: 4.5rem;
}

.m-20 {
  margin: 5rem;
}

.m-22 {
  margin: 5.5rem;
}

.m-24 {
  margin: 6rem;
}

.m-28 {
  margin: 7rem;
}

.m-32 {
  margin: 8rem;
}

.m-34 {
  margin: 8.5rem;
}

.m-38 {
  margin: 9.5rem;
}

.m-40 {
  margin: 10rem;
}

.m-48 {
  margin: 11rem;
}

.m-56 {
  margin: 12rem;
}

.m-64 {
  margin: 16rem;
}

.m-67 {
  margin: 16.875rem;
}

.m-75 {
  margin: 18.75rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.my-15 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.mx-15 {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-18 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.mx-18 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-22 {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

.mx-22 {
  margin-left: 5.5rem;
  margin-right: 5.5rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.mx-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.my-34 {
  margin-top: 8.5rem;
  margin-bottom: 8.5rem;
}

.mx-34 {
  margin-left: 8.5rem;
  margin-right: 8.5rem;
}

.my-38 {
  margin-top: 9.5rem;
  margin-bottom: 9.5rem;
}

.mx-38 {
  margin-left: 9.5rem;
  margin-right: 9.5rem;
}

.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.my-48 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.mx-48 {
  margin-left: 11rem;
  margin-right: 11rem;
}

.my-56 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.mx-56 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.my-67 {
  margin-top: 16.875rem;
  margin-bottom: 16.875rem;
}

.mx-67 {
  margin-left: 16.875rem;
  margin-right: 16.875rem;
}

.my-75 {
  margin-top: 18.75rem;
  margin-bottom: 18.75rem;
}

.mx-75 {
  margin-left: 18.75rem;
  margin-right: 18.75rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mr-9 {
  margin-right: 2.25rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.ml-12 {
  margin-left: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mr-14 {
  margin-right: 3.5rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.ml-14 {
  margin-left: 3.5rem;
}

.mt-15 {
  margin-top: 3.75rem;
}

.mr-15 {
  margin-right: 3.75rem;
}

.mb-15 {
  margin-bottom: 3.75rem;
}

.ml-15 {
  margin-left: 3.75rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.ml-16 {
  margin-left: 4rem;
}

.mt-18 {
  margin-top: 4.5rem;
}

.mr-18 {
  margin-right: 4.5rem;
}

.mb-18 {
  margin-bottom: 4.5rem;
}

.ml-18 {
  margin-left: 4.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.ml-20 {
  margin-left: 5rem;
}

.mt-22 {
  margin-top: 5.5rem;
}

.mr-22 {
  margin-right: 5.5rem;
}

.mb-22 {
  margin-bottom: 5.5rem;
}

.ml-22 {
  margin-left: 5.5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.ml-24 {
  margin-left: 6rem;
}

.mt-28 {
  margin-top: 7rem;
}

.mr-28 {
  margin-right: 7rem;
}

.mb-28 {
  margin-bottom: 7rem;
}

.ml-28 {
  margin-left: 7rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mr-32 {
  margin-right: 8rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.ml-32 {
  margin-left: 8rem;
}

.mt-34 {
  margin-top: 8.5rem;
}

.mr-34 {
  margin-right: 8.5rem;
}

.mb-34 {
  margin-bottom: 8.5rem;
}

.ml-34 {
  margin-left: 8.5rem;
}

.mt-38 {
  margin-top: 9.5rem;
}

.mr-38 {
  margin-right: 9.5rem;
}

.mb-38 {
  margin-bottom: 9.5rem;
}

.ml-38 {
  margin-left: 9.5rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mr-40 {
  margin-right: 10rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.ml-40 {
  margin-left: 10rem;
}

.mt-48 {
  margin-top: 11rem;
}

.mr-48 {
  margin-right: 11rem;
}

.mb-48 {
  margin-bottom: 11rem;
}

.ml-48 {
  margin-left: 11rem;
}

.mt-56 {
  margin-top: 12rem;
}

.mr-56 {
  margin-right: 12rem;
}

.mb-56 {
  margin-bottom: 12rem;
}

.ml-56 {
  margin-left: 12rem;
}

.mt-64 {
  margin-top: 16rem;
}

.mr-64 {
  margin-right: 16rem;
}

.mb-64 {
  margin-bottom: 16rem;
}

.ml-64 {
  margin-left: 16rem;
}

.mt-67 {
  margin-top: 16.875rem;
}

.mr-67 {
  margin-right: 16.875rem;
}

.mb-67 {
  margin-bottom: 16.875rem;
}

.ml-67 {
  margin-left: 16.875rem;
}

.mt-75 {
  margin-top: 18.75rem;
}

.mr-75 {
  margin-right: 18.75rem;
}

.mb-75 {
  margin-bottom: 18.75rem;
}

.ml-75 {
  margin-left: 18.75rem;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mt-px {
  margin-top: 1px;
}

.mr-px {
  margin-right: 1px;
}

.mb-px {
  margin-bottom: 1px;
}

.ml-px {
  margin-left: 1px;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.max-w-43 {
  max-width: 43%;
}

.max-w-57 {
  max-width: 57%;
}

.max-w-65 {
  max-width: 65%;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 30rem;
}

.max-w-md {
  max-width: 40rem;
}

.max-w-lg {
  max-width: 50rem;
}

.max-w-xl {
  max-width: 60rem;
}

.max-w-2xl {
  max-width: 70rem;
}

.max-w-3xl {
  max-width: 80rem;
}

.max-w-4xl {
  max-width: 90rem;
}

.max-w-5xl {
  max-width: 100rem;
}

.max-w-1\/2 {
  max-width: 50%;
}

.max-w-1\/3 {
  max-width: 33.33333%;
}

.max-w-2\/3 {
  max-width: 66.66667%;
}

.max-w-1\/4 {
  max-width: 25%;
}

.max-w-3\/4 {
  max-width: 75%;
}

.max-w-1\/5 {
  max-width: 20%;
}

.max-w-2\/5 {
  max-width: 40%;
}

.max-w-3\/5 {
  max-width: 60%;
}

.max-w-4\/5 {
  max-width: 80%;
}

.max-w-1\/6 {
  max-width: 16.66667%;
}

.max-w-5\/6 {
  max-width: 83.33333%;
}

.max-w-full {
  max-width: 100%;
}

.min-h-0 {
  min-height: 0;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.min-w-0 {
  min-width: 0;
}

.min-w-full {
  min-width: 100%;
}

.-m-0 {
  margin: 0;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -0.75rem;
}

.-m-4 {
  margin: -1rem;
}

.-m-5 {
  margin: -1.25rem;
}

.-m-6 {
  margin: -1.5rem;
}

.-m-7 {
  margin: -1.75rem;
}

.-m-8 {
  margin: -2rem;
}

.-m-9 {
  margin: -2.25rem;
}

.-m-10 {
  margin: -2.5rem;
}

.-m-12 {
  margin: -3rem;
}

.-m-14 {
  margin: -3.5rem;
}

.-m-15 {
  margin: -3.75rem;
}

.-m-16 {
  margin: -4rem;
}

.-m-18 {
  margin: -4.5rem;
}

.-m-20 {
  margin: -5rem;
}

.-m-22 {
  margin: -5.5rem;
}

.-m-24 {
  margin: -6rem;
}

.-m-28 {
  margin: -7rem;
}

.-m-32 {
  margin: -8rem;
}

.-m-34 {
  margin: -8.5rem;
}

.-m-38 {
  margin: -9.5rem;
}

.-m-40 {
  margin: -10rem;
}

.-m-48 {
  margin: -11rem;
}

.-m-56 {
  margin: -12rem;
}

.-m-64 {
  margin: -16rem;
}

.-m-67 {
  margin: -16.875rem;
}

.-m-75 {
  margin: -18.75rem;
}

.-m-px {
  margin: -1px;
}

.-my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.-mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-my-7 {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.-mx-7 {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.-my-9 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.-mx-9 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.-my-14 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.-mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.-my-15 {
  margin-top: -3.75rem;
  margin-bottom: -3.75rem;
}

.-mx-15 {
  margin-left: -3.75rem;
  margin-right: -3.75rem;
}

.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.-my-18 {
  margin-top: -4.5rem;
  margin-bottom: -4.5rem;
}

.-mx-18 {
  margin-left: -4.5rem;
  margin-right: -4.5rem;
}

.-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}

.-my-22 {
  margin-top: -5.5rem;
  margin-bottom: -5.5rem;
}

.-mx-22 {
  margin-left: -5.5rem;
  margin-right: -5.5rem;
}

.-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.-mx-24 {
  margin-left: -6rem;
  margin-right: -6rem;
}

.-my-28 {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.-mx-28 {
  margin-left: -7rem;
  margin-right: -7rem;
}

.-my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.-mx-32 {
  margin-left: -8rem;
  margin-right: -8rem;
}

.-my-34 {
  margin-top: -8.5rem;
  margin-bottom: -8.5rem;
}

.-mx-34 {
  margin-left: -8.5rem;
  margin-right: -8.5rem;
}

.-my-38 {
  margin-top: -9.5rem;
  margin-bottom: -9.5rem;
}

.-mx-38 {
  margin-left: -9.5rem;
  margin-right: -9.5rem;
}

.-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.-mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}

.-my-48 {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.-mx-48 {
  margin-left: -11rem;
  margin-right: -11rem;
}

.-my-56 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.-mx-56 {
  margin-left: -12rem;
  margin-right: -12rem;
}

.-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.-mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}

.-my-67 {
  margin-top: -16.875rem;
  margin-bottom: -16.875rem;
}

.-mx-67 {
  margin-left: -16.875rem;
  margin-right: -16.875rem;
}

.-my-75 {
  margin-top: -18.75rem;
  margin-bottom: -18.75rem;
}

.-mx-75 {
  margin-left: -18.75rem;
  margin-right: -18.75rem;
}

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

.-mt-0 {
  margin-top: 0;
}

.-mr-0 {
  margin-right: 0;
}

.-mb-0 {
  margin-bottom: 0;
}

.-ml-0 {
  margin-left: 0;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mb-1 {
  margin-bottom: -0.25rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mr-3 {
  margin-right: -0.75rem;
}

.-mb-3 {
  margin-bottom: -0.75rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-mt-5 {
  margin-top: -1.25rem;
}

.-mr-5 {
  margin-right: -1.25rem;
}

.-mb-5 {
  margin-bottom: -1.25rem;
}

.-ml-5 {
  margin-left: -1.25rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-mr-6 {
  margin-right: -1.5rem;
}

.-mb-6 {
  margin-bottom: -1.5rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-mt-7 {
  margin-top: -1.75rem;
}

.-mr-7 {
  margin-right: -1.75rem;
}

.-mb-7 {
  margin-bottom: -1.75rem;
}

.-ml-7 {
  margin-left: -1.75rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mr-8 {
  margin-right: -2rem;
}

.-mb-8 {
  margin-bottom: -2rem;
}

.-ml-8 {
  margin-left: -2rem;
}

.-mt-9 {
  margin-top: -2.25rem;
}

.-mr-9 {
  margin-right: -2.25rem;
}

.-mb-9 {
  margin-bottom: -2.25rem;
}

.-ml-9 {
  margin-left: -2.25rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mr-10 {
  margin-right: -2.5rem;
}

.-mb-10 {
  margin-bottom: -2.5rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mr-12 {
  margin-right: -3rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

.-ml-12 {
  margin-left: -3rem;
}

.-mt-14 {
  margin-top: -3.5rem;
}

.-mr-14 {
  margin-right: -3.5rem;
}

.-mb-14 {
  margin-bottom: -3.5rem;
}

.-ml-14 {
  margin-left: -3.5rem;
}

.-mt-15 {
  margin-top: -3.75rem;
}

.-mr-15 {
  margin-right: -3.75rem;
}

.-mb-15 {
  margin-bottom: -3.75rem;
}

.-ml-15 {
  margin-left: -3.75rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.-mr-16 {
  margin-right: -4rem;
}

.-mb-16 {
  margin-bottom: -4rem;
}

.-ml-16 {
  margin-left: -4rem;
}

.-mt-18 {
  margin-top: -4.5rem;
}

.-mr-18 {
  margin-right: -4.5rem;
}

.-mb-18 {
  margin-bottom: -4.5rem;
}

.-ml-18 {
  margin-left: -4.5rem;
}

.-mt-20 {
  margin-top: -5rem;
}

.-mr-20 {
  margin-right: -5rem;
}

.-mb-20 {
  margin-bottom: -5rem;
}

.-ml-20 {
  margin-left: -5rem;
}

.-mt-22 {
  margin-top: -5.5rem;
}

.-mr-22 {
  margin-right: -5.5rem;
}

.-mb-22 {
  margin-bottom: -5.5rem;
}

.-ml-22 {
  margin-left: -5.5rem;
}

.-mt-24 {
  margin-top: -6rem;
}

.-mr-24 {
  margin-right: -6rem;
}

.-mb-24 {
  margin-bottom: -6rem;
}

.-ml-24 {
  margin-left: -6rem;
}

.-mt-28 {
  margin-top: -7rem;
}

.-mr-28 {
  margin-right: -7rem;
}

.-mb-28 {
  margin-bottom: -7rem;
}

.-ml-28 {
  margin-left: -7rem;
}

.-mt-32 {
  margin-top: -8rem;
}

.-mr-32 {
  margin-right: -8rem;
}

.-mb-32 {
  margin-bottom: -8rem;
}

.-ml-32 {
  margin-left: -8rem;
}

.-mt-34 {
  margin-top: -8.5rem;
}

.-mr-34 {
  margin-right: -8.5rem;
}

.-mb-34 {
  margin-bottom: -8.5rem;
}

.-ml-34 {
  margin-left: -8.5rem;
}

.-mt-38 {
  margin-top: -9.5rem;
}

.-mr-38 {
  margin-right: -9.5rem;
}

.-mb-38 {
  margin-bottom: -9.5rem;
}

.-ml-38 {
  margin-left: -9.5rem;
}

.-mt-40 {
  margin-top: -10rem;
}

.-mr-40 {
  margin-right: -10rem;
}

.-mb-40 {
  margin-bottom: -10rem;
}

.-ml-40 {
  margin-left: -10rem;
}

.-mt-48 {
  margin-top: -11rem;
}

.-mr-48 {
  margin-right: -11rem;
}

.-mb-48 {
  margin-bottom: -11rem;
}

.-ml-48 {
  margin-left: -11rem;
}

.-mt-56 {
  margin-top: -12rem;
}

.-mr-56 {
  margin-right: -12rem;
}

.-mb-56 {
  margin-bottom: -12rem;
}

.-ml-56 {
  margin-left: -12rem;
}

.-mt-64 {
  margin-top: -16rem;
}

.-mr-64 {
  margin-right: -16rem;
}

.-mb-64 {
  margin-bottom: -16rem;
}

.-ml-64 {
  margin-left: -16rem;
}

.-mt-67 {
  margin-top: -16.875rem;
}

.-mr-67 {
  margin-right: -16.875rem;
}

.-mb-67 {
  margin-bottom: -16.875rem;
}

.-ml-67 {
  margin-left: -16.875rem;
}

.-mt-75 {
  margin-top: -18.75rem;
}

.-mr-75 {
  margin-right: -18.75rem;
}

.-mb-75 {
  margin-bottom: -18.75rem;
}

.-ml-75 {
  margin-left: -18.75rem;
}

.-mt-px {
  margin-top: -1px;
}

.-mr-px {
  margin-right: -1px;
}

.-mb-px {
  margin-bottom: -1px;
}

.-ml-px {
  margin-left: -1px;
}

.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
  object-fit: fill;
}

.object-none {
  -o-object-fit: none;
  object-fit: none;
}

.object-scale-down {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

.outline-none {
  outline: 0;
}

.focus\:outline-none:focus {
  outline: 0;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-15 {
  padding: 3.75rem;
}

.p-16 {
  padding: 4rem;
}

.p-18 {
  padding: 4.5rem;
}

.p-20 {
  padding: 5rem;
}

.p-22 {
  padding: 5.5rem;
}

.p-24 {
  padding: 6rem;
}

.p-28 {
  padding: 7rem;
}

.p-32 {
  padding: 8rem;
}

.p-34 {
  padding: 8.5rem;
}

.p-38 {
  padding: 9.5rem;
}

.p-40 {
  padding: 10rem;
}

.p-48 {
  padding: 11rem;
}

.p-56 {
  padding: 12rem;
}

.p-64 {
  padding: 16rem;
}

.p-67 {
  padding: 16.875rem;
}

.p-75 {
  padding: 18.75rem;
}

.p-px {
  padding: 1px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-15 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.px-15 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-18 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.px-18 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-22 {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.px-22 {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-34 {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}

.px-34 {
  padding-left: 8.5rem;
  padding-right: 8.5rem;
}

.py-38 {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}

.px-38 {
  padding-left: 9.5rem;
  padding-right: 9.5rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.py-48 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.px-48 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.py-56 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.px-56 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.py-67 {
  padding-top: 16.875rem;
  padding-bottom: 16.875rem;
}

.px-67 {
  padding-left: 16.875rem;
  padding-right: 16.875rem;
}

.py-75 {
  padding-top: 18.75rem;
  padding-bottom: 18.75rem;
}

.px-75 {
  padding-left: 18.75rem;
  padding-right: 18.75rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pt-15 {
  padding-top: 3.75rem;
}

.pr-15 {
  padding-right: 3.75rem;
}

.pb-15 {
  padding-bottom: 3.75rem;
}

.pl-15 {
  padding-left: 3.75rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pt-18 {
  padding-top: 4.5rem;
}

.pr-18 {
  padding-right: 4.5rem;
}

.pb-18 {
  padding-bottom: 4.5rem;
}

.pl-18 {
  padding-left: 4.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pt-22 {
  padding-top: 5.5rem;
}

.pr-22 {
  padding-right: 5.5rem;
}

.pb-22 {
  padding-bottom: 5.5rem;
}

.pl-22 {
  padding-left: 5.5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pr-28 {
  padding-right: 7rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pl-28 {
  padding-left: 7rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pt-34 {
  padding-top: 8.5rem;
}

.pr-34 {
  padding-right: 8.5rem;
}

.pb-34 {
  padding-bottom: 8.5rem;
}

.pl-34 {
  padding-left: 8.5rem;
}

.pt-38 {
  padding-top: 9.5rem;
}

.pr-38 {
  padding-right: 9.5rem;
}

.pb-38 {
  padding-bottom: 9.5rem;
}

.pl-38 {
  padding-left: 9.5rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pt-48 {
  padding-top: 11rem;
}

.pr-48 {
  padding-right: 11rem;
}

.pb-48 {
  padding-bottom: 11rem;
}

.pl-48 {
  padding-left: 11rem;
}

.pt-56 {
  padding-top: 12rem;
}

.pr-56 {
  padding-right: 12rem;
}

.pb-56 {
  padding-bottom: 12rem;
}

.pl-56 {
  padding-left: 12rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pl-64 {
  padding-left: 16rem;
}

.pt-67 {
  padding-top: 16.875rem;
}

.pr-67 {
  padding-right: 16.875rem;
}

.pb-67 {
  padding-bottom: 16.875rem;
}

.pl-67 {
  padding-left: 16.875rem;
}

.pt-75 {
  padding-top: 18.75rem;
}

.pr-75 {
  padding-right: 18.75rem;
}

.pb-75 {
  padding-bottom: 18.75rem;
}

.pl-75 {
  padding-left: 18.75rem;
}

.pt-px {
  padding-top: 1px;
}

.pr-px {
  padding-right: 1px;
}

.pb-px {
  padding-bottom: 1px;
}

.pl-px {
  padding-left: 1px;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.pin-none {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.pin {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pin-y {
  top: 0;
  bottom: 0;
}

.pin-x {
  right: 0;
  left: 0;
}

.pin-t {
  top: 0;
}

.pin-r {
  right: 0;
}

.pin-b {
  bottom: 0;
}

.pin-l {
  left: 0;
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-transparent {
  color: transparent;
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-oil {
  color: #d7ca45;
}

.text-oilish {
  color: rgba(215, 202, 69, 0.90196);
}

.text-dark {
  color: #242424;
}

.text-grey {
  color: #848484;
}

.text-smoke {
  color: #c8c8c8;
}

.text-smokish {
  color: #eee;
}

.text-granate {
  color: #af2424;
}

.text-navy {
  color: #2b2e34;
}

.text-dijon {
  color: #bfa147;
}

.text-grass {
  color: #77b94c;
}

.text-brick {
  color: #cf6c39;
}

.text-sky {
  color: #5bbfee;
}

.hover\:text-transparent:hover {
  color: transparent;
}

.hover\:text-black:hover {
  color: #000;
}

.hover\:text-white:hover {
  color: #fff;
}

.hover\:text-oil:hover {
  color: #d7ca45;
}

.hover\:text-oilish:hover {
  color: rgba(215, 202, 69, 0.90196);
}

.hover\:text-dark:hover {
  color: #242424;
}

.hover\:text-grey:hover {
  color: #848484;
}

.hover\:text-smoke:hover {
  color: #c8c8c8;
}

.hover\:text-smokish:hover {
  color: #eee;
}

.hover\:text-granate:hover {
  color: #af2424;
}

.hover\:text-navy:hover {
  color: #2b2e34;
}

.hover\:text-dijon:hover {
  color: #bfa147;
}

.hover\:text-grass:hover {
  color: #77b94c;
}

.hover\:text-brick:hover {
  color: #cf6c39;
}

.hover\:text-sky:hover {
  color: #5bbfee;
}

.text-12 {
  font-size: 0.75rem;
}

.text-14 {
  font-size: 0.875rem;
}

.text-16 {
  font-size: 1rem;
}

.text-18 {
  font-size: 1.125rem;
}

.text-20 {
  font-size: 1.25rem;
}

.text-22 {
  font-size: 1.375rem;
}

.text-24 {
  font-size: 1.5rem;
}

.text-25 {
  font-size: 1.5625rem;
}

.text-28 {
  font-size: 1.75rem;
}

.text-30 {
  font-size: 1.875rem;
}

.text-36 {
  font-size: 2.25rem;
}

.text-43 {
  font-size: 2.6875rem;
}

.text-48 {
  font-size: 3rem;
}

.text-60 {
  font-size: 3.75rem;
}

.text-70 {
  font-size: 4.375rem;
}

.text-76 {
  font-size: 4.75rem;
}

.text-80 {
  font-size: 5rem;
}

.text-92 {
  font-size: 5.75rem;
}

.italic {
  font-style: italic;
}

.roman {
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-words {
  word-wrap: break-word;
}

.break-normal {
  word-wrap: normal;
}

.truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-0 {
  width: 0;
}

.w-1 {
  width: 0.25rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3.125rem;
}

.w-14 {
  width: 3.5rem;
}

.w-15 {
  width: 3.75rem;
}

.w-16 {
  width: 4rem;
}

.w-18 {
  width: 4.5rem;
}

.w-20 {
  width: 5rem;
}

.w-22 {
  width: 5.5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-30 {
  width: 30%;
}

.w-32 {
  width: 8rem;
}

.w-34 {
  width: 8.5rem;
}

.w-38 {
  width: 9.5rem;
}

.w-40 {
  width: 10rem;
}

.w-43 {
  width: 43%;
}

.w-48 {
  width: 12rem;
}

.w-56 {
  width: 12rem;
}

.w-57 {
  width: 57%;
}

.w-64 {
  width: 16rem;
}

.w-65 {
  width: 65%;
}

.w-67 {
  width: 16.875rem;
}

.w-75 {
  width: 18.75rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.33333%;
}

.w-2\/3 {
  width: 66.66667%;
}

.w-1\/4 {
  width: 25%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-7\/10 {
  width: 70%;
}

.w-4\/5 {
  width: 80%;
}

.w-1\/6 {
  width: 16.66667%;
}

.w-5\/6 {
  width: 83.33333%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-40vw {
  width: 40vw;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-5 {
  z-index: 5;
}

.z-9 {
  z-index: 9;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-neg {
  z-index: -1;
}

.z-auto {
  z-index: auto;
}

:root {
  --gray: #636066;
  --gold: #d3bf77;
  --circle: 30px;
  --top1: 80px;
  --top2: 160px;
  --top3: 164px;
  --topdesktop: 120px;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #242424;
  background: rgb(143, 124, 61);
  background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  font-family: 'Delphia', sans-serif;
  scroll-behavior: smooth;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
}

img {
  max-width: 100%;
}

.swup-transition-fade {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}

html.is-animating .swup-transition-fade {
  opacity: 0;
}

.error404 section {
  height: 60vh;
  margin-top: 166px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hide {
  opacity: 0 !important;
  display: none;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
  font-size: 18px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  text-align: center;
  border: none;
}

.wp-caption-text {
  margin-top: 0.5rem;
  font-size: 18px;
}

.bg-gold {
  background: rgb(143, 124, 61);
  background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
}

.bg-gold-2 {
  background: rgb(143, 124, 61);
  background: -webkit-linear-gradient(45deg, rgba(234, 216, 159, 1) 0%, rgba(161, 144, 82, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(234, 216, 159, 1) 0%, rgba(161, 144, 82, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(234, 216, 159, 1) 0%, rgba(161, 144, 82, 1) 100%);
  background: linear-gradient(45deg, rgba(234, 216, 159, 1) 0%, rgba(161, 144, 82, 1) 100%);
}

.gold {
  color: #d3bf77;
}

h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 769px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

@media (min-width: 769px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 400;
}

h6 {
  margin-bottom: 1rem;
}

p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

@media (min-width: 769px) {
  p {
    font-size: 24px;
    line-height: 1.1;
  }
}

.wp-caption {
  width: 100% !important;
}

.button {
  background-color: #242424;
  text-transform: uppercase;
  text-align: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #fff;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  pointer-events: auto;
  font-size: 24px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .button.bg-blanc:hover {
    background: rgb(143, 124, 61);
    background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
    background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
    background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
    color: #242424;
  }

  .button:hover {
    background-color: #fff;
    color: #242424;
  }
}

.grid-item-post.disable-post {
  display: none !important;
}

.marker-label.disable-post {
  display: none !important;
}

.wpml-login-ls {
  display: none;
}

.superpwa-sticky-banner {
  text-align: left;
  font-family: 'Delphia', sans-serif;
}

.superpwa-sticky-banner .superpwa-stky-blk {
  margin: 0;
  padding: 1rem 2.5rem;
  width: 90%;
  line-height: 1;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.superpwa-sticky-banner .superpwa-stky-blk a {
  line-height: 0;
}

.superpwa-sticky-banner .superpwa-stky-blk h2 {
  margin: 0;
  font-weight: 600;
  max-width: 160px;
}

.superpwa-sticky-banner .superpwa-stky-blk .superpwa-butn {
  padding: 5px 15px;
}

.superpwa-sticky-banner .superpwa_add_home_close {
  background: black;
  color: white;
  right: 1.5rem;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 200;
  top: 25%;
}

.grecaptcha-badge {
  opacity: 0 !important;
  pointer-events: none !important;
}

/* for mobile small */

/* for mobile plus */

/* for mobile plus max */

/* for iPad V */

/* for iPad V */

/* for iPad Pro */

/* for plus iPad Pro */

/* for laptop / mid-desktop */

/* for bigger desktop */

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1rem;
  pointer-events: none;
  z-index: 6;
}

@media (min-width: 769px) {
  header {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

header .left-side {
  z-index: 5;
  padding-left: 1rem;
}

@media (min-width: 769px) {
  header .left-side {
    padding-left: 0;
  }
}

header .left-side .back {
  display: none;
}

header .right-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1rem;
}

@media (min-width: 769px) {
  header .right-side {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}

header .header-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1rem;
  opacity: 0;
  pointer-events: none;
  background: rgb(143, 124, 61);
  background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  /* transition: opacity 0.2s ease-in-out; */
}

@media (min-width: 769px) {
  header .header-scroll {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 0.75rem;
    padding-top: 1.25rem;
  }
}

header .header-scroll .left {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  cursor: default;
  display: none;
  font-size: 3vmax;
  line-height: 0.9;
}

@media (min-width: 769px) {
  header .header-scroll .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

header .header-scroll .left .title-vaw-header::before {
  background-color: #fff;
  margin-right: 1rem;
  display: inline-block;
  content: '';
  height: 2.25vmax;
  width: 0.6vmax;
}

header .header-scroll .left .title-vaw-header::after {
  background-color: #fff;
  margin-left: 1rem;
  display: inline-block;
  content: '';
  height: 2.25vmax;
  width: 0.6vmax;
}

header .header-scroll .left .header-page-title {
  margin-left: 1rem;
}

header .header-scroll .burger-icon path {
  fill: #242424;
}

header .header-scroll .nc-icon-wrapper {
  pointer-events: none;
}

header .header-scroll.scrolled {
  opacity: 1;
  pointer-events: auto;
  height: 72px;
}

@media (min-width: 769px) {
  header .header-scroll.scrolled {
    height: 120px;
  }
}

header .header-scroll.scrolled .nc-icon-wrapper {
  pointer-events: auto;
}

header .burger-icon-big,
header .burger-icon {
  height: 2.5rem;
  pointer-events: auto;
  z-index: 5;
  width: 38px;
}

@media (min-width: 769px) {
  header .burger-icon-big,
  header .burger-icon {
    width: 48px;
    height: 48px;
  }
}

header .burger-icon-big svg,
header .burger-icon svg {
  width: 38px;
  height: 38px;
}

@media (min-width: 769px) {
  header .burger-icon-big svg,
  header .burger-icon svg {
    width: 48px;
    height: 48px;
  }
}

header .logo {
  width: 100%;
  z-index: 10;
  pointer-events: auto;
  height: 42px;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.5s;
  transition: opacity 0.1s, -webkit-transform 0.5s;
  -o-transition: opacity 0.1s, -o-transform 0.5s;
  -moz-transition: opacity 0.1s, transform 0.5s, -moz-transform 0.5s;
  transition: opacity 0.1s, transform 0.5s;
  transition: opacity 0.1s, transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  will-change: transform, opacity;
}

@media (min-width: 769px) {
  header .logo {
    height: 85px;
  }
}

header .logo a {
  display: block;
}

header .logo svg {
  width: 70px;
  height: 42px;
}

@media (min-width: 769px) {
  header .logo svg {
    width: 140px;
    height: 85px;
  }
}

header .logo.scrolled svg {
  width: 65px;
  height: 40px;
}

@media (min-width: 769px) {
  header .logo.scrolled svg {
    height: 0;
  }
}

header #burger-container,
header #cross-container {
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

header.menu-open {
  z-index: 10;
  position: fixed;
  width: 100%;
  pointer-events: none;
  padding-top: 1rem;
}

header.menu-open .burger-icon-big {
  pointer-events: auto;
}

header.menu-open #logo {
  pointer-events: auto;
  -webkit-transform: rotate(90deg) translateX(-42px);
  -moz-transform: rotate(90deg) translateX(-42px);
  -ms-transform: rotate(90deg) translateX(-42px);
  -o-transform: rotate(90deg) translateX(-42px);
  transform: rotate(90deg) translateX(-42px);
}

@media (min-width: 769px) {
  header.menu-open #logo {
    -webkit-transform: rotate(90deg) translateX(-68px);
    -moz-transform: rotate(90deg) translateX(-68px);
    -ms-transform: rotate(90deg) translateX(-68px);
    -o-transform: rotate(90deg) translateX(-68px);
    transform: rotate(90deg) translateX(-68px);
  }
}

header.menu-open #logo.scrolled {
  opacity: 1;
  height: 3.75rem;
}

@media (min-width: 769px) {
  header.menu-open #logo.scrolled {
    height: auto;
  }
}

/* HEADER > PROGRAMM.PHP */

@media (min-width: 769px) {
  .page-template-programm header .left-side .back,
  .page-template-agenda header .left-side .back {
    display: none;
  }

  .page-template-programm header .right-side .lang-switcher,
  .page-template-agenda header .right-side .lang-switcher {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .page-template-programm header .right-side .app-map,
  .page-template-programm header .right-side .calendar,
  .page-template-agenda header .right-side .app-map,
  .page-template-agenda header .right-side .calendar {
    display: none;
  }
}

@media (max-width: 768px) {
  .page-template-programm.app-map-open header .right-side .calendar,
  .page-template-agenda.app-map-open header .right-side .calendar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .page-template-programm.app-map-open header .right-side .app-map,
  .page-template-agenda.app-map-open header .right-side .app-map {
    display: none;
  }

  .page-template-programm.app-map-open .program-page .flex .open-map,
  .page-template-agenda.app-map-open .program-page .flex .open-map {
    opacity: 1;
    pointer-events: all;
  }

  .page-template-programm header,
  .page-template-agenda header {
    background: rgb(143, 124, 61);
    background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
    background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
    background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
    padding-bottom: 1rem;
  }

  .page-template-programm header .left-side .back,
  .page-template-agenda header .left-side .back {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .page-template-programm header .right-side .lang-switcher,
  .page-template-agenda header .right-side .lang-switcher {
    display: none;
  }

  .page-template-programm header .right-side .app-map,
  .page-template-programm header .right-side .calendar,
  .page-template-agenda header .right-side .app-map,
  .page-template-agenda header .right-side .calendar {
    margin-right: 1rem;
    z-index: 10;
    pointer-events: auto;
    fill: white;
    height: 38px;
  }

  .page-template-programm header .right-side .calendar,
  .page-template-agenda header .right-side .calendar {
    display: none;
  }

  .page-template-programm header .right-side .app-map,
  .page-template-agenda header .right-side .app-map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .page-template-programm header.menu-open,
  .page-template-agenda header.menu-open {
    background: none;
  }
}

footer {
  width: 100%;
  padding: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 2;
  position: relative;
  color: #242424;
  background: rgb(143, 124, 61);
  background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
}

@media (min-width: 769px) {
  footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 2rem;
  }
}

footer .logo {
  width: 6rem;
}

@media (min-width: 769px) {
  footer .logo {
    width: 8rem;
  }
}

footer .logo svg {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 122px;
  max-height: 75px;
}

footer .logo path {
  fill: #242424 !important;
}

footer .menus {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 2rem;
  font-size: 1.1rem;
}

@media (min-width: 769px) {
  footer .menus {
    margin-top: 0;
    /* w-1/2 */
  }
}

footer .menus .menu-menu-footer-container,
footer .menus .menu-menu-footer-de-container,
footer .menus .menu-social-container,
footer .menus .menu-menu-social-de-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-weight: 700;
}

footer .menus .menu-menu-footer-container ul,
footer .menus .menu-menu-footer-de-container ul,
footer .menus .menu-social-container ul,
footer .menus .menu-menu-social-de-container ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  footer .menus .menu-menu-social-de-container ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

footer .menus .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 0;
}

@media (min-width: 769px) {
  footer .menus .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 4rem;
  }
}

footer .menus .menu .menu-item {
  text-align: left;
}

footer .menus .menu .menu-item.instagram a::before,
footer .menus .menu .menu-item.facebook a::before,
footer .menus .menu .menu-item.youtube a::before {
  content: "";
  background-image: url('../img/instagram.svg');
  background-position: left center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 23px;
  height: 20px;
}

footer .menus .menu .menu-item.facebook a::before {
  background-image: url('../img/facebook.svg');
  margin-right: -7px;
}

footer .menus .menu .menu-item.youtube a::before {
  background-image: url('../img/youtube.svg');
}

footer .menus li {
  margin-right: 0.75rem;
  list-style: none;
}

footer .menus .menus-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #242424;
  width: 100%;
}

@media (min-width: 769px) {
  footer .menus .menus-align {
    width: 560px;
  }
}

footer .menus .menus-align a {
  text-decoration: underline;
}

footer .menus .menus-align a:hover {
  text-decoration: none;
}

.page-template-agenda footer {
  color: #fff;
  background-color: #242424;
}

.page-template-agenda footer .logo path {
  fill: #fff;
}

.single footer .logo path {
  fill: #242424;
}

.menu-container {
  height: 0;
  width: 0;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  background: rgb(143, 124, 61);
  background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.menu-container.open {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  height: 100vh;
  width: 100%;
  z-index: 9;
  overflow-y: auto;
}

.menu-menu-desktop-container,
.menu-menu-desktop-de-container {
  text-transform: uppercase;
  font-weight: 700;
  color: #242424;
  padding-left: 1rem;
  padding-right: 0;
  padding-bottom: 1rem;
  padding-top: 8rem;
  font-size: 6.7vmin;
  line-height: 7vmin;
}

@media (min-width: 769px) {
  .menu-menu-desktop-container,
  .menu-menu-desktop-de-container {
    padding-top: 11rem;
  }
}

@media (min-width: 992px) {
  .menu-menu-desktop-container,
  .menu-menu-desktop-de-container {
    margin-left: 4rem;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 3rem;
    padding-top: 2rem;
    margin-left: -webkit-calc(150px + 1vw);
    margin-left: -moz-calc(150px + 1vw);
    margin-left: calc(150px + 1vw);
    font-size: 6.7vmin;
    line-height: 7vmin;
  }
}

@media (min-width: 1025px) {
  .menu-menu-desktop-container,
  .menu-menu-desktop-de-container {
    margin-left: -webkit-calc(200px + 2vw);
    margin-left: -moz-calc(200px + 2vw);
    margin-left: calc(200px + 2vw);
    font-size: 6.7vmin;
    line-height: 7vmin;
  }
}

.menu-menu-desktop-container ul,
.menu-menu-desktop-de-container ul {
  padding-left: 0;
  list-style: none;
}

.menu-menu-desktop-container ul .sub-menu,
.menu-menu-desktop-de-container ul .sub-menu {
  padding-left: 2rem;
}

@media (min-width: 769px) {
  .menu-menu-desktop-container ul .sub-menu,
  .menu-menu-desktop-de-container ul .sub-menu {
    padding-left: 9.5rem;
  }
}

.menu-menu-desktop-container ul li,
.menu-menu-desktop-de-container ul li {
  position: relative;
}

.menu-menu-desktop-container ul li::before,
.menu-menu-desktop-de-container ul li::before {
  display: none;
}

@media (min-width: 769px) {
  .menu-menu-desktop-container ul li::before,
  .menu-menu-desktop-de-container ul li::before {
    display: inline-block;
    position: absolute;
    background-color: #242424;
    padding-right: 0.5rem;
    margin-right: 1rem;
    opacity: 0;
    width: 0.5rem;
    top: 6px;
    left: -1.5rem;
    content: '';
    height: 4.7vmin;
    -webkit-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: 10px;
  }
}

@media (min-width: 992px) {
  .menu-menu-desktop-container ul li::before,
  .menu-menu-desktop-de-container ul li::before {
    height: 4.7vmin;
  }
}

@media (min-width: 1025px) {
  .menu-menu-desktop-container ul li::before,
  .menu-menu-desktop-de-container ul li::before {
    height: 4.7vmin;
  }
}

.menu-menu-desktop-container ul li:hover::before,
.menu-menu-desktop-de-container ul li:hover::before {
  opacity: 1;
}

.menu-menu-desktop-container ul .current-menu-item::before,
.menu-menu-desktop-de-container ul .current-menu-item::before {
  opacity: 1;
  margin-left: 0;
}

.menu-menu-desktop-container ul li.menu-item-has-children,
.menu-menu-desktop-de-container ul li.menu-item-has-children {
  margin-bottom: 2rem;
}

@media (min-width: 769px) {
  .menu-menu-desktop-container ul li.menu-item-has-children,
  .menu-menu-desktop-de-container ul li.menu-item-has-children {
    margin-bottom: 0;
  }
}

.menu-menu-desktop-container ul li:not(.sub-menu):first-child,
.menu-menu-desktop-de-container ul li:not(.sub-menu):first-child {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .menu-menu-desktop-container ul li:not(.sub-menu):first-child,
  .menu-menu-desktop-de-container ul li:not(.sub-menu):first-child {
    margin-bottom: 0;
  }
}

.menu-menu-desktop-container ul .sub-menu li:first-child,
.menu-menu-desktop-de-container ul .sub-menu li:first-child {
  margin-bottom: 0;
}

.menu-menu-desktop-container ul .first,
.menu-menu-desktop-de-container ul .first {
  margin-top: 2rem;
}

.menu-menu-desktop-container ul .indent,
.menu-menu-desktop-de-container ul .indent {
  margin-left: 2rem;
}

.menu-menu-desktop-container ul .main-menu.indent,
.menu-menu-desktop-de-container ul .main-menu.indent {
  margin-left: 2rem;
}

.menu-menu-desktop-container ul .white-menu,
.menu-menu-desktop-de-container ul .white-menu {
  font-size: inherit;
  line-height: inherit;
  color: #fff;
}

@media (min-width: 769px) {
  .menu-menu-desktop-container ul .white-menu,
  .menu-menu-desktop-de-container ul .white-menu {
    font-size: 6.7vmin;
    line-height: 7vmin;
  }
}

.menu-menu-desktop-container ul .white-menu::before,
.menu-menu-desktop-de-container ul .white-menu::before {
  display: none;
}

@media (min-width: 769px) {
  .menu-menu-desktop-container ul .white-menu::before,
  .menu-menu-desktop-de-container ul .white-menu::before {
    display: inline-block;
    background-color: #fff;
    width: 1rem;
    height: 5vh;
    padding-right: 0;
    width: 10px;
  }
}

.menu-menu-desktop-container .small-menu,
.menu-menu-desktop-de-container .small-menu {
  font-size: inherit;
  line-height: inherit;
  color: #fff;
}

@media (min-width: 769px) {
  .menu-menu-desktop-container .small-menu,
  .menu-menu-desktop-de-container .small-menu {
    font-size: 4vmin;
    line-height: 4vmin;
  }
}

.menu-menu-desktop-container .small-menu::before,
.menu-menu-desktop-de-container .small-menu::before {
  display: none;
}

@media (min-width: 769px) {
  .menu-menu-desktop-container .small-menu::before,
  .menu-menu-desktop-de-container .small-menu::before {
    display: inline-block;
    background-color: #fff;
    height: 3vh;
    padding-right: 0;
    width: 10px;
  }
}

.searcher {
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 3rem;
  font-size: 2rem;
}

@media (min-width: 992px) {
  .searcher {
    margin-left: 4rem;
    padding-right: 0;
    padding-bottom: 3rem;
    font-size: 4vmin;
    margin-left: -webkit-calc(150px + 5vw);
    margin-left: -moz-calc(150px + 5vw);
    margin-left: calc(150px + 5vw);
  }
}

@media (min-width: 1025px) {
  .searcher {
    margin-left: -webkit-calc(200px + 10vw);
    margin-left: -moz-calc(200px + 10vw);
    margin-left: calc(200px + 10vw);
    font-size: 4vmin;
  }
}

.searcher form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

.searcher form #searchsubmit {
  padding-right: 1rem;
  z-index: 2;
  cursor: pointer;
  width: 50px;
}

.searcher form svg {
  position: absolute;
  left: 0;
  height: 100%;
  bottom: 4px;
  width: 30px;
}

.searcher form #s {
  width: 70%;
  border-bottom: 4px solid #242424;
  padding-left: 50px;
  margin-left: -50px;
}

.menu .menu-item-314,
.menu .menu-item-296,
.menu .menu-item-549 {
  color: #242424;
}

.menu .menu-item-314:before,
.menu .menu-item-296:before,
.menu .menu-item-549:before {
  background-color: #242424;
}

.menu .menu-item-314 li:before,
.menu .menu-item-296 li:before,
.menu .menu-item-549 li:before {
  background-color: #242424;
}

.lang-switcher {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  /* margin-bottom: 5rem; */
  margin-right: 8px;
  pointer-events: auto;
  z-index: 5;
}

@media (min-width: 769px) {
  .lang-switcher {
    font-size: 1.5rem;
    margin-right: 15px;
  }
}

.lang-switcher ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  border: 3px solid white;
}

.lang-switcher ul li {
  display: inline-block;
}

.lang-switcher ul li.wpml-ls-item-en {
  padding: 7px 5px 7px 7px;
}

.lang-switcher ul li.wpml-ls-item-de {
  padding: 7px 9px 7px 5px;
}

.lang-switcher ul li.wpml-ls-current-language {
  background-color: #fff;
  color: #d3bf77;
  padding: 7px 9px;
}

/* body.home {
  background: none;
  background-color: #FFFFFF;
}

.home {
  @apply text-dark;

  & .title-bg {
    @apply w-full h-full fixed z-0 pin-t pin-l uppercase text-white flex flex-col justify-center items-center text-center font-bold opacity-25 pointer-events-none;
    font-size: 22vmin;
    line-height: 0.9;

    @media (--md) {
      font-size: 20vmax;
    }
  }

  & .home-posts {
    @apply mt-32;

    @media (--md) {
      @apply mt-75;
    }

    & .home-grid-boxes {
      @apply w-full relative flex px-2 pointer-events-none;

      @media (--lg) {
        @apply px-16;
      }

      @media (--xpro) {
        @apply px-32;
      }

      &.position-left {
        @apply justify-start z-1;
      }

      &.position-right {
        @apply justify-end z-1;
      }

      &:first-child {
        @apply z-1;
      }
    }

    & .home-width-container {
      @apply p-0 z-0;

      & img {
        @apply w-full h-full;
        object-fit: cover;
      }

      & .home-full-caption {
        @apply absolute pin-r pin-b h-4 block text-12;
        transform: rotate(-90deg) translateY(-80%) translateX(105%);
        transform-origin: right;

        &.white {
          @apply text-white;
        }
      }
    }
  }

  & .home-grid-post {
    @apply w-4/5 pointer-events-auto;

    @media (--maxmd) {
      margin: 2rem 0 !important;
    }

    @media (--lg) {
      @apply w-2/5;
    }

    @media (--xpro) {
      @apply w-1/2;
    }

    & img {
      @apply block;
      max-height: 500px;
    }

    & .home-post-extract {
      @apply text-18 leading-20;

      @media (--lg) {
        @apply text-22 leading-28;
      }

      @media (--xpro) {
        @apply text-30 leading-42;
      }
    }

    & h3 {
      @apply leading-20;

      @media (--lg) {
        font-size: 25px;
        line-height: 29px;
      }

      @media (--xpro) {
        @apply leading-42;
      }
    }

    & .home-post-category {
      @apply uppercase inline-block bg-dark text-white text-18 mt-4 mb-2 leading-none;
      padding: 4px 5px 1px;

      @media (--md) {
        @apply text-28 my-4;
        padding: 4px 5px 0;
      }
    }

    & .home-link-plus {
      @apply inline-block mt-1 text-30 underline;

      @media (--md) {
        @apply mt-2;
      }
    }

    &.newstypes-news,
    &.newstypes-news-de {
      @apply bg-white p-2 w-4/5;

      @media (--maxsm) {
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      @media (--sm) {
        @apply w-3/5;
      }

      @media (--md) {
        @apply p-6;
        width: calc(300px + 15%);
      }

      & .image-container {
        position: relative;
        padding-bottom: 70%;

        & img {
          @apply h-full w-full absolute pin;
          object-fit: cover;
        }
      }
    }

    &.newstypes-advertisal,
    &.newstypes-advertisal-de {
      @apply bg-dark p-2 text-white w-4/5;

      @media (--maxsm) {
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      @media (--sm) {
        @apply w-3/5;
      }

      @media (--md) {
        @apply p-6;
        width: calc(300px + 15%);
      }

      & .image-container {
        position: relative;
        padding-bottom: 70%;

        & img {
          @apply h-full w-full absolute pin;
          object-fit: cover;
        }
      }

      & .home-post-category {
        @apply bg-white text-dark leading-none;
        padding: 4px 5px 0;
      }
    }
  }

  & .link-program {
    @apply cursor-pointer pointer-events-auto;

    @media (--maxmd) {
      margin: 2rem 0 !important;
    }

    & a {
      @apply block bg-white p-3 relative;

      @media (--md) {
        @apply p-5;
      }
    }

    & p {
      @apply text-30 ml-5 leading-negative;

      @media (--xpro) {
        @apply text-60 ml-6;
      }
    }

    & p::before {
      @apply bg-dark w-2 ml-3;
      content: '';
      position: absolute;
      left: 0;
      height: calc(100% - 27px);

      @media (--lg) {
        @apply ml-4;
        height: calc(100% - 42px);
      }

      @media (--xpro) {
        height: calc(100% - 45px);
        width: 10px;
        margin-left: 20px;
      }
    }
  }

  & .home-ig {
    @apply w-1/2 relative;

    @media (--maxmd) {
      margin-left: 0 !important;
      margin-right: 0 !important;
    }

    @media (--md) {
      @apply w-1/3;
    }

    & .ig-username {
      @apply absolute pin-b pin-l m-4 gold;
    }

    & .ig-link {
      @apply block pointer-events-auto;
    }
  }

  & .marquee {
    @apply sticky overflow-hidden pin-b flex items-center max-w-full bg-dark text-white text-30 uppercase pt-2;
    white-space: nowrap;
    z-index: 4;

    @media (--lg) {
      @apply text-80;
    }

    @media (--xpro) {
      @apply text-92;
    }

    & .box {
      @apply mx-2 leading-none;
    }
  }
} */

.home .tagline {
  z-index: 4;
}

.home .swiper-home {
  height: 100%;
}

.page-template-page-newhome,
.page-template-app {
  background-color: #fff;
  color: #242424;
  background: #fff;
}

.page-template-page-newhome header .header-scroll,
.page-template-app header .header-scroll {
  background-color: #fff;
}

.page-template-page-newhome header .header-scroll .left,
.page-template-app header .header-scroll .left {
  color: #fff;
}

.page-template-page-newhome header .header-scroll .left .title-vaw-header::before,
.page-template-page-newhome header .header-scroll .left .title-vaw-header::after,
.page-template-app header .header-scroll .left .title-vaw-header::before,
.page-template-app header .header-scroll .left .title-vaw-header::after {
  background-color: #fff;
}

.page-template-page-newhome header .header-scroll .burger-icon svg g,
.page-template-app header .header-scroll .burger-icon svg g {
  fill: #d3bf77;
}

.page-template-page-newhome .title-bg,
.page-template-app .title-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  text-transform: uppercase;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  opacity: 0.25;
  pointer-events: none;
  font-size: 22vmin;
  line-height: 0.9;
}

@media (min-width: 769px) {
  .page-template-page-newhome .title-bg,
  .page-template-app .title-bg {
    font-size: 20vmax;
  }
}

.page-template-page-newhome h1,
.page-template-app h1 {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 2rem;
  width: 100%;
  text-align: center;
  line-height: 1;
}

.page-template-page-newhome .home-posts,
.page-template-app .home-posts {
  margin-top: 0;
}

.page-template-page-newhome .home-posts .home-grid-boxes,
.page-template-app .home-posts .home-grid-boxes {
  margin: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  pointer-events: none;
}

@media (min-width: 769px) {
  .page-template-page-newhome .home-posts .home-grid-boxes,
  .page-template-app .home-posts .home-grid-boxes {
    padding-left: 2rem;
    padding-right: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
  }
}

.page-template-page-newhome .home-posts .home-grid-boxes.news,
.page-template-app .home-posts .home-grid-boxes.news {
  padding-left: 0;
  padding-right: 0;
  background: rgb(143, 124, 61);
  background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.page-template-page-newhome .home-posts .home-grid-boxes.news .news,
.page-template-app .home-posts .home-grid-boxes.news .news {
  padding-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  gap: 1rem;
}

@media (min-width: 769px) {
  .page-template-page-newhome .home-posts .home-grid-boxes.news .news,
  .page-template-app .home-posts .home-grid-boxes.news .news {
    grid-template-columns: repeat(4, 1fr);
  }
}

.page-template-page-newhome .home-posts .home-grid-boxes.news .button,
.page-template-app .home-posts .home-grid-boxes.news .button {
  margin-top: 0;
}

.page-template-page-newhome .home-posts .home-grid-boxes.fullwidth,
.page-template-app .home-posts .home-grid-boxes.fullwidth {
  height: 100vh;
  padding: 0;
  background-color: #fff;
  width: 100%;
  pointer-events: all;
}

.page-template-page-newhome .home-posts .home-grid-boxes.fullwidth .home-fullwidth,
.page-template-app .home-posts .home-grid-boxes.fullwidth .home-fullwidth {
  position: relative;
  height: 100vh;
  width: 100%;
}

.page-template-page-newhome .home-posts .home-grid-boxes.fullwidth .tagline,
.page-template-app .home-posts .home-grid-boxes.fullwidth .tagline {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  margin-bottom: 1rem;
  margin-left: 1rem;
  font-size: 30px;
  font-weight: 500;
}

@media (min-width: 769px) {
  .page-template-page-newhome .home-posts .home-grid-boxes.fullwidth .tagline,
  .page-template-app .home-posts .home-grid-boxes.fullwidth .tagline {
    margin-bottom: 2rem;
    margin-left: 2rem;
    font-size: 48px;
  }
}

.page-template-page-newhome .home-posts .home-grid-boxes.fullwidth img,
.page-template-page-newhome .home-posts .home-grid-boxes.fullwidth iframe,
.page-template-app .home-posts .home-grid-boxes.fullwidth img,
.page-template-app .home-posts .home-grid-boxes.fullwidth iframe {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-template-page-newhome .home-posts .home-grid-boxes.fullwidth .ig-caption,
.page-template-app .home-posts .home-grid-boxes.fullwidth .ig-caption {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1rem;
  font-size: 0.75rem;
  -webkit-transform: rotate(-90deg) translateY(-80%) translateX(105%);
  -moz-transform: rotate(-90deg) translateY(-80%) translateX(105%);
  -ms-transform: rotate(-90deg) translateY(-80%) translateX(105%);
  -o-transform: rotate(-90deg) translateY(-80%) translateX(105%);
  transform: rotate(-90deg) translateY(-80%) translateX(105%);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}

.page-template-page-newhome .home-posts .home-grid-boxes.fullwidth.has-yt-video,
.page-template-app .home-posts .home-grid-boxes.fullwidth.has-yt-video {
  height: auto;
  pointer-events: none;
}

.page-template-page-newhome .home-posts .home-grid-boxes.fullwidth.has-yt-video .home-fullwidth,
.page-template-app .home-posts .home-grid-boxes.fullwidth.has-yt-video .home-fullwidth {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.page-template-page-newhome .home-posts .home-grid-boxes.fullwidth.has-yt-video .home-fullwidth .tagline,
.page-template-app .home-posts .home-grid-boxes.fullwidth.has-yt-video .home-fullwidth .tagline {
  z-index: 1;
}

.page-template-page-newhome .home-posts .home-grid-boxes.fullwidth.has-yt-video .home-fullwidth iframe,
.page-template-app .home-posts .home-grid-boxes.fullwidth.has-yt-video .home-fullwidth iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-template-page-newhome .home-posts .home-grid-boxes.text,
.page-template-app .home-posts .home-grid-boxes.text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  background-color: #fff;
}

.page-template-page-newhome .home-posts .home-grid-boxes .news-related,
.page-template-app .home-posts .home-grid-boxes .news-related {
  width: 100%;
}

.page-template-page-newhome .home-posts .home-grid-boxes .news-related h1,
.page-template-app .home-posts .home-grid-boxes .news-related h1 {
  margin-bottom: 6rem;
}

.page-template-page-newhome .home-posts .home-grid-boxes .news-related .strip-news,
.page-template-app .home-posts .home-grid-boxes .news-related .strip-news {
  overflow: hidden;
  padding-top: 4rem;
  margin-top: -4rem;
  margin-left: 1rem;
}

@media (min-width: 992px) {
  .page-template-page-newhome .home-posts .home-grid-boxes .news-related .strip-news,
  .page-template-app .home-posts .home-grid-boxes .news-related .strip-news {
    margin-left: 5rem;
    padding-top: 6rem;
    margin-top: -6rem;
    margin-left: 2rem;
  }
}

.page-template-page-newhome .home-posts .home-grid-boxes .news-related .swiper-navigation,
.page-template-app .home-posts .home-grid-boxes .news-related .swiper-navigation {
  position: absolute;
  right: 0;
  margin-right: 1rem;
  margin-top: -4rem;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .page-template-page-newhome .home-posts .home-grid-boxes .news-related .swiper-navigation,
  .page-template-app .home-posts .home-grid-boxes .news-related .swiper-navigation {
    margin-top: -5rem;
    margin-right: 3rem;
  }
}

.page-template-page-newhome .home-posts .home-grid-boxes .news-related .swiper-navigation .swiper-button-prev,
.page-template-page-newhome .home-posts .home-grid-boxes .news-related .swiper-navigation .swiper-button-next,
.page-template-app .home-posts .home-grid-boxes .news-related .swiper-navigation .swiper-button-prev,
.page-template-app .home-posts .home-grid-boxes .news-related .swiper-navigation .swiper-button-next {
  position: relative;
  top: 0;
  margin: 0;
  height: 30px;
  width: 20px;
  -webkit-background-size: 20px 30px;
  -moz-background-size: 20px 30px;
  -o-background-size: 20px 30px;
  background-size: 20px 30px;
}

@media (min-width: 768px) {
  .page-template-page-newhome .home-posts .home-grid-boxes .news-related .swiper-navigation .swiper-button-prev,
  .page-template-page-newhome .home-posts .home-grid-boxes .news-related .swiper-navigation .swiper-button-next,
  .page-template-app .home-posts .home-grid-boxes .news-related .swiper-navigation .swiper-button-prev,
  .page-template-app .home-posts .home-grid-boxes .news-related .swiper-navigation .swiper-button-next {
    height: 47px;
    width: 30px;
    -webkit-background-size: 30px 47px;
    -moz-background-size: 30px 47px;
    -o-background-size: 30px 47px;
    background-size: 30px 47px;
  }
}

.page-template-page-newhome .home-posts .home-grid-boxes .news-related .swiper-navigation .swiper-button-prev::after,
.page-template-page-newhome .home-posts .home-grid-boxes .news-related .swiper-navigation .swiper-button-next::after,
.page-template-app .home-posts .home-grid-boxes .news-related .swiper-navigation .swiper-button-prev::after,
.page-template-app .home-posts .home-grid-boxes .news-related .swiper-navigation .swiper-button-next::after {
  content: '';
}

.page-template-page-newhome .home-posts .home-grid-boxes .news-related .swiper-navigation .swiper-button-next,
.page-template-app .home-posts .home-grid-boxes .news-related .swiper-navigation .swiper-button-next {
  right: 0;
  background-image: url('../img/news-arrow-next.svg');
}

.page-template-page-newhome .home-posts .home-grid-boxes .news-related .swiper-navigation .swiper-button-prev,
.page-template-app .home-posts .home-grid-boxes .news-related .swiper-navigation .swiper-button-prev {
  left: 0;
  margin-right: 1rem;
  background-image: url('../img/news-arrow-prev.svg');
}

.page-template-page-newhome .home-posts .home-grid-boxes .news-related .swiper-news,
.page-template-app .home-posts .home-grid-boxes .news-related .swiper-news {
  overflow: visible;
  padding-right: 70px;
}

.page-template-page-newhome .home-posts .home-grid-boxes .news-related .news-thumb,
.page-template-app .home-posts .home-grid-boxes .news-related .news-thumb {
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 75%;
}

.page-template-page-newhome .home-posts .home-grid-boxes .news-related .news-thumb img,
.page-template-app .home-posts .home-grid-boxes .news-related .news-thumb img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-template-page-newhome .home-posts .home-grid-boxes .news-related .news-category,
.page-template-app .home-posts .home-grid-boxes .news-related .news-category {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #fff;
  background-color: #242424;
  padding: 0.5rem;
  font-weight: 500;
}

.page-template-page-newhome .home-posts .home-grid-boxes .news-related .news-title,
.page-template-app .home-posts .home-grid-boxes .news-related .news-title {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.page-template-page-newhome .home-posts .home-grid-boxes .news-related .news-date,
.page-template-app .home-posts .home-grid-boxes .news-related .news-date {
  color: #242424;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
}

.page-template-page-newhome .home-posts .home-grid-boxes .news-related .news-preview,
.page-template-app .home-posts .home-grid-boxes .news-related .news-preview {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.page-template-page-newhome .home-posts .home-grid-boxes .home-video,
.page-template-app .home-posts .home-grid-boxes .home-video {
  width: 66.66%;
  margin: 0 auto;
  pointer-events: auto;
}

@media screen and (max-width: 575px) {
  .page-template-page-newhome .home-posts .home-grid-boxes .home-video,
  .page-template-app .home-posts .home-grid-boxes .home-video {
    padding: 1rem;
    width: -webkit-calc(100% - 3vw);
    width: -moz-calc(100% - 3vw);
    width: calc(100% - 3vw);
  }
}

.page-template-page-newhome .home-posts .home-grid-boxes .home-video iframe,
.page-template-app .home-posts .home-grid-boxes .home-video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .page-template-page-newhome .home-posts .home-grid-boxes .home-video iframe,
  .page-template-app .home-posts .home-grid-boxes .home-video iframe {
    width: -webkit-calc(100% - 1.5rem);
    width: -moz-calc(100% - 1.5rem);
    width: calc(100% - 1.5rem);
  }
}

.page-template-page-newhome .home-posts .home-grid-boxes .home-item,
.page-template-app .home-posts .home-grid-boxes .home-item {
  top: 0;
}

@media (min-width: 992px) {
  .page-template-page-newhome .home-posts .home-grid-boxes .home-item,
  .page-template-app .home-posts .home-grid-boxes .home-item {
    position: relative;
    width: 100%;
  }
}

.page-template-page-newhome .home-posts .home-grid-boxes .home-item:nth-child(1),
.page-template-app .home-posts .home-grid-boxes .home-item:nth-child(1) {
  /* left: 3vw; */
}

.page-template-page-newhome .home-posts .home-grid-boxes .home-item:nth-child(2),
.page-template-app .home-posts .home-grid-boxes .home-item:nth-child(2) {
  /* left: 3vw; */
}

@media (min-width: 992px) {
  .page-template-page-newhome .home-posts .home-grid-boxes .home-item:nth-child(2),
  .page-template-app .home-posts .home-grid-boxes .home-item:nth-child(2) {
    /* left: calc(33.33% + 3vw); */
  }
}

.page-template-page-newhome .home-posts .home-grid-boxes .home-item:nth-child(3),
.page-template-app .home-posts .home-grid-boxes .home-item:nth-child(3) {
  /* left: 3vw; */
}

@media (min-width: 992px) {
  .page-template-page-newhome .home-posts .home-grid-boxes .home-item:nth-child(3),
  .page-template-app .home-posts .home-grid-boxes .home-item:nth-child(3) {
    /* left: calc(66.66% + 3vw); */
  }
}

.page-template-page-newhome .home-posts .home-grid-boxes .home-item a,
.page-template-app .home-posts .home-grid-boxes .home-item a {
  position: relative;
}

.page-template-page-newhome .home-posts .home-grid-boxes .home-item .ig-caption,
.page-template-app .home-posts .home-grid-boxes .home-item .ig-caption {
  display: block;
  margin-top: -2rem;
  margin-left: 2rem;
  z-index: 1;
  font-size: 0.75rem;
}

.page-template-page-newhome .home-posts .home-grid-boxes .home-text,
.page-template-app .home-posts .home-grid-boxes .home-text {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1000px;
}

.page-template-page-newhome .home-posts .home-grid-boxes .home-text p,
.page-template-app .home-posts .home-grid-boxes .home-text p {
  margin-bottom: 2rem;
}

.page-template-page-newhome .home-posts .home-grid-boxes .home-item-newsletter,
.page-template-app .home-posts .home-grid-boxes .home-item-newsletter {
  position: relative;
  width: 100%;
  font-size: 1.125rem;
  padding: 0;
  pointer-events: auto;
}

@media (min-width: 576px) {
  .page-template-page-newhome .home-posts .home-grid-boxes .home-item-newsletter,
  .page-template-app .home-posts .home-grid-boxes .home-item-newsletter {
    width: 100%;
    margin-top: 10px;
  }
}

@media (min-width: 992px) {
  .page-template-page-newhome .home-posts .home-grid-boxes .home-item-newsletter,
  .page-template-app .home-posts .home-grid-boxes .home-item-newsletter {
    font-size: 1.875rem;
  }
}

.page-template-page-newhome .home-posts .home-grid-boxes .home-item-newsletter form,
.page-template-app .home-posts .home-grid-boxes .home-item-newsletter form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-template-page-newhome .home-posts .home-grid-boxes .home-item-newsletter form #vawemail,
.page-template-page-newhome .home-posts .home-grid-boxes .home-item-newsletter form .wpcf7-form-control.wpcf7-email,
.page-template-app .home-posts .home-grid-boxes .home-item-newsletter form #vawemail,
.page-template-app .home-posts .home-grid-boxes .home-item-newsletter form .wpcf7-form-control.wpcf7-email {
  font-size: 1.5rem;
  border-bottom-width: 4px;
  border-color: #242424;
  width: 80%;
  width: 100%;
  padding-bottom: 5px;
}

.page-template-page-newhome .home-posts .home-grid-boxes .home-item-newsletter form .mail-submit,
.page-template-app .home-posts .home-grid-boxes .home-item-newsletter form .mail-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4rem;
}

.page-template-page-newhome .home-posts .home-grid-boxes .home-item-newsletter form .mail-submit .your-email,
.page-template-app .home-posts .home-grid-boxes .home-item-newsletter form .mail-submit .your-email {
  font-size: 1.5rem;
  float: left;
  width: 80%;
  margin-top: 10px;
}

.page-template-page-newhome .home-posts .home-grid-boxes .home-item-newsletter form .submit-button,
.page-template-app .home-posts .home-grid-boxes .home-item-newsletter form .submit-button {
  font-size: 1.5rem;
  border-width: 4px;
  border-color: #242424;
  padding: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  cursor: pointer;
  margin-left: 1.5rem;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  width: 50px;
  height: 50px;
  float: right;
}

@media (min-width: 992px) {
  .page-template-page-newhome .home-posts .home-grid-boxes .home-item-newsletter form .submit-button,
  .page-template-app .home-posts .home-grid-boxes .home-item-newsletter form .submit-button {
    width: 70px;
    height: 70px;
  }
}

.page-template-page-newhome .home-posts .home-grid-boxes .home-item-newsletter form .submit-button:hover,
.page-template-app .home-posts .home-grid-boxes .home-item-newsletter form .submit-button:hover {
  color: #fff;
  background-color: #242424;
}

.page-template-page-newhome .home-posts .home-grid-boxes .home-item-newsletter form .submit-button input,
.page-template-app .home-posts .home-grid-boxes .home-item-newsletter form .submit-button input {
  cursor: pointer;
}

.page-template-page-newhome .home-posts .home-grid-boxes .home-item-newsletter form .submit-button .wpcf7-spinner,
.page-template-app .home-posts .home-grid-boxes .home-item-newsletter form .submit-button .wpcf7-spinner {
  display: none;
}

.page-template-page-newhome .home-posts .home-grid-boxes.newsletter-box-news .home-item-newsletter,
.page-template-app .home-posts .home-grid-boxes.newsletter-box-news .home-item-newsletter {
  padding: 0;
  position: relative;
  width: -webkit-calc(33.33333% - 6vw);
  width: -moz-calc(33.33333% - 6vw);
  width: calc(33.33333% - 6vw);
  right: unset;
  top: unset;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: auto;
  margin-top: 3vw;
}

@media screen and (max-width: 992px) {
  .page-template-page-newhome .home-posts .home-grid-boxes.newsletter-box-news .home-item-newsletter,
  .page-template-app .home-posts .home-grid-boxes.newsletter-box-news .home-item-newsletter {
    width: 75%;
  }
}

@media screen and (max-width: 1570px) and (min-width: 993px) {
  .page-template-page-newhome .home-posts .home-grid-boxes.newsletter-box-news .home-item-newsletter .mail-submit,
  .page-template-app .home-posts .home-grid-boxes.newsletter-box-news .home-item-newsletter .mail-submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-template-page-newhome .home-posts .home-grid-boxes.newsletter-box-news .home-item-newsletter .mail-submit .your-email,
  .page-template-app .home-posts .home-grid-boxes.newsletter-box-news .home-item-newsletter .mail-submit .your-email {
    width: 100%;
  }

  .page-template-page-newhome .home-posts .home-grid-boxes.newsletter-box-news .home-item-newsletter .mail-submit p,
  .page-template-app .home-posts .home-grid-boxes.newsletter-box-news .home-item-newsletter .mail-submit p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
  }
}

.page-template-page-newhome .home-posts .home-grid-boxes.newsletter-box,
.page-template-app .home-posts .home-grid-boxes.newsletter-box {
  width: 100%;
  background: rgb(143, 124, 61);
  background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  font-size: 1.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-template-page-newhome .home-posts .home-grid-boxes.newsletter-box p,
.page-template-app .home-posts .home-grid-boxes.newsletter-box p {
  text-align: center;
  max-width: 1000px;
}

.page-template-page-newhome .home-posts .home-width-container,
.page-template-app .home-posts .home-width-container {
  padding: 0;
  z-index: 0;
  width: 100%;
}

.page-template-page-newhome .home-posts .home-width-container img,
.page-template-app .home-posts .home-width-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-template-page-newhome .home-posts .home-width-container .home-full-caption,
.page-template-app .home-posts .home-width-container .home-full-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1rem;
  display: block;
  font-size: 0.75rem;
  -webkit-transform: rotate(-90deg) translateY(-80%) translateX(105%);
  -moz-transform: rotate(-90deg) translateY(-80%) translateX(105%);
  -ms-transform: rotate(-90deg) translateY(-80%) translateX(105%);
  -o-transform: rotate(-90deg) translateY(-80%) translateX(105%);
  transform: rotate(-90deg) translateY(-80%) translateX(105%);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}

.page-template-page-newhome .home-posts .home-width-container .home-full-caption.white,
.page-template-app .home-posts .home-width-container .home-full-caption.white {
  color: #fff;
}

.page-template-page-newhome .home-item,
.page-template-app .home-item {
  width: 100%;
  pointer-events: auto;
}

@media (max-width: 768px) {
  .page-template-page-newhome .home-item,
  .page-template-app .home-item {
    margin: 2rem 0 !important;
  }
}

@media (min-width: 992px) {
  .page-template-page-newhome .home-item,
  .page-template-app .home-item {
    /* @apply w-2/5; */
  }
}

@media (min-width: 1025px) {
  .page-template-page-newhome .home-item,
  .page-template-app .home-item {
    /* @apply w-1/2; */
  }
}

.page-template-page-newhome .home-item img,
.page-template-app .home-item img {
  display: block;
  width: 100%;
  height: auto;
  width: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-template-page-newhome .home-item h3,
.page-template-app .home-item h3 {
  line-height: 1.25;
  text-transform: uppercase;
}

.page-template-page-newhome .home-item .home-post-category,
.page-template-app .home-item .home-post-category {
  text-transform: uppercase;
  display: inline-block;
  background-color: #242424;
  color: #fff;
  font-size: 1.125rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1;
  padding: 12px;
  font-weight: 500;
}

@media (min-width: 769px) {
  .page-template-page-newhome .home-item .home-post-category,
  .page-template-app .home-item .home-post-category {
    font-size: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.page-template-page-newhome .home-item .home-link-plus,
.page-template-app .home-item .home-link-plus {
  display: inline-block;
  margin-top: 0.25rem;
  font-size: 1.5rem;
  text-decoration: underline;
}

@media (min-width: 769px) {
  .page-template-page-newhome .home-item .home-link-plus,
  .page-template-app .home-item .home-link-plus {
    margin-top: 0.5rem;
  }
}

.page-template-page-newhome .home-item.newstypes-news,
.page-template-page-newhome .home-item.newstypes-news-de,
.page-template-app .home-item.newstypes-news,
.page-template-app .home-item.newstypes-news-de {
  background-color: #fff;
  padding: 0.5rem;
  width: 80%;
}

@media (max-width: 576px) {
  .page-template-page-newhome .home-item.newstypes-news,
  .page-template-page-newhome .home-item.newstypes-news-de,
  .page-template-app .home-item.newstypes-news,
  .page-template-app .home-item.newstypes-news-de {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 576px) {
  .page-template-page-newhome .home-item.newstypes-news,
  .page-template-page-newhome .home-item.newstypes-news-de,
  .page-template-app .home-item.newstypes-news,
  .page-template-app .home-item.newstypes-news-de {
    width: 60%;
  }
}

@media (min-width: 769px) {
  .page-template-page-newhome .home-item.newstypes-news,
  .page-template-page-newhome .home-item.newstypes-news-de,
  .page-template-app .home-item.newstypes-news,
  .page-template-app .home-item.newstypes-news-de {
    padding: 1.5rem;
    width: -webkit-calc(300px + 15%);
    width: -moz-calc(300px + 15%);
    width: calc(300px + 15%);
  }
}

.page-template-page-newhome .home-item.newstypes-news .image-container,
.page-template-page-newhome .home-item.newstypes-news-de .image-container,
.page-template-app .home-item.newstypes-news .image-container,
.page-template-app .home-item.newstypes-news-de .image-container {
  position: relative;
  padding-bottom: 70%;
}

.page-template-page-newhome .home-item.newstypes-news .image-container img,
.page-template-page-newhome .home-item.newstypes-news-de .image-container img,
.page-template-app .home-item.newstypes-news .image-container img,
.page-template-app .home-item.newstypes-news-de .image-container img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-template-page-newhome .home-item.newstypes-advertisal,
.page-template-page-newhome .home-item.newstypes-advertisal-de,
.page-template-app .home-item.newstypes-advertisal,
.page-template-app .home-item.newstypes-advertisal-de {
  background-color: #242424;
  padding: 0.5rem;
  color: #fff;
  width: 80%;
}

@media (max-width: 576px) {
  .page-template-page-newhome .home-item.newstypes-advertisal,
  .page-template-page-newhome .home-item.newstypes-advertisal-de,
  .page-template-app .home-item.newstypes-advertisal,
  .page-template-app .home-item.newstypes-advertisal-de {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 576px) {
  .page-template-page-newhome .home-item.newstypes-advertisal,
  .page-template-page-newhome .home-item.newstypes-advertisal-de,
  .page-template-app .home-item.newstypes-advertisal,
  .page-template-app .home-item.newstypes-advertisal-de {
    width: 60%;
  }
}

@media (min-width: 769px) {
  .page-template-page-newhome .home-item.newstypes-advertisal,
  .page-template-page-newhome .home-item.newstypes-advertisal-de,
  .page-template-app .home-item.newstypes-advertisal,
  .page-template-app .home-item.newstypes-advertisal-de {
    padding: 1.5rem;
    width: -webkit-calc(300px + 15%);
    width: -moz-calc(300px + 15%);
    width: calc(300px + 15%);
  }
}

.page-template-page-newhome .home-item.newstypes-advertisal .image-container,
.page-template-page-newhome .home-item.newstypes-advertisal-de .image-container,
.page-template-app .home-item.newstypes-advertisal .image-container,
.page-template-app .home-item.newstypes-advertisal-de .image-container {
  position: relative;
  padding-bottom: 70%;
}

.page-template-page-newhome .home-item.newstypes-advertisal .image-container img,
.page-template-page-newhome .home-item.newstypes-advertisal-de .image-container img,
.page-template-app .home-item.newstypes-advertisal .image-container img,
.page-template-app .home-item.newstypes-advertisal-de .image-container img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-template-page-newhome .home-item.newstypes-advertisal .home-post-category,
.page-template-page-newhome .home-item.newstypes-advertisal-de .home-post-category,
.page-template-app .home-item.newstypes-advertisal .home-post-category,
.page-template-app .home-item.newstypes-advertisal-de .home-post-category {
  background-color: #fff;
  color: #242424;
  line-height: 1;
  padding: 4px 5px 0;
}

.page-template-page-newhome .vaw-links,
.page-template-app .vaw-links {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  margin-top: 6rem;
  padding-left: 1rem;
  z-index: 1;
}

@media (min-width: 992px) {
  .page-template-page-newhome .vaw-links,
  .page-template-app .vaw-links {
    margin-top: 10rem;
    padding-right: 2rem;
    padding-left: 0;
  }
}

.page-template-page-newhome .vaw-links .vaw-link-item,
.page-template-app .vaw-links .vaw-link-item {
  position: relative;
  cursor: pointer;
  pointer-events: auto;
  background-color: #fff;
  padding: 0.75rem;
  margin-right: 1rem;
}

@media (min-width: 769px) {
  .page-template-page-newhome .vaw-links .vaw-link-item,
  .page-template-app .vaw-links .vaw-link-item {
    width: clamp(100px, -webkit-calc((33.33% / 2) - 3rem), 210px);
    width: clamp(100px, -moz-calc((33.33% / 2) - 3rem), 210px);
    width: clamp(100px, calc((33.33% / 2) - 3rem), 210px);
  }
}

.page-template-page-newhome .vaw-links .vaw-link-item .logo-wrapper,
.page-template-app .vaw-links .vaw-link-item .logo-wrapper {
  display: block;
  width: 100%;
}

.page-template-page-newhome .vaw-links .vaw-link-item .logo-wrapper svg,
.page-template-app .vaw-links .vaw-link-item .logo-wrapper svg {
  width: 100%;
  height: auto;
}

.page-template-page-newhome .vaw-links .vaw-link-item h3,
.page-template-app .vaw-links .vaw-link-item h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.page-template-page-newhome .vaw-links .vaw-link-item h3 .h3-title,
.page-template-app .vaw-links .vaw-link-item h3 .h3-title {
  margin-top: 0.5rem;
  line-height: 0.8;
  margin-left: clamp(0.75rem, 1vw, 1.25rem);
  font-size: clamp(1rem, -webkit-calc(0.8vw + 0.6rem), 3.75rem);
  font-size: clamp(1rem, -moz-calc(0.8vw + 0.6rem), 3.75rem);
  font-size: clamp(1rem, calc(0.8vw + 0.6rem), 3.75rem);
}

@media (max-width: 768px) {
  .page-template-page-newhome .vaw-links .vaw-link-item h3 .h3-title,
  .page-template-app .vaw-links .vaw-link-item h3 .h3-title {
    font-size: 1.5rem;
  }
}

.page-template-page-newhome .vaw-links .vaw-link-item h3 span:not(.h3-title),
.page-template-app .vaw-links .vaw-link-item h3 span:not(.h3-title) {
  background-color: #242424;
  display: block;
  width: clamp(0.35rem, 0.5vw, 0.5rem);
  height: -webkit-calc(100% - 10px);
  height: -moz-calc(100% - 10px);
  height: calc(100% - 10px);
  margin-top: 7px;
  position: absolute;
  /* @media (--lg) {
                    margin-left: clamp(0.25rem, 1vw, 0.75rem);
                    height: calc(50% - 42px);
                }

                @media (--xpro) {
                    height: calc(50% - 45px);
                    width: 10px;
                } */
}

.page-template-page-newhome .home-ig,
.page-template-app .home-ig {
  width: 50%;
  position: relative;
}

@media (max-width: 768px) {
  .page-template-page-newhome .home-ig,
  .page-template-app .home-ig {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 769px) {
  .page-template-page-newhome .home-ig,
  .page-template-app .home-ig {
    width: 33.33333%;
  }
}

.page-template-page-newhome .home-ig .ig-username,
.page-template-app .home-ig .ig-username {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 1rem;
  color: #d3bf77;
}

.page-template-page-newhome .home-ig .ig-link,
.page-template-app .home-ig .ig-link {
  display: block;
  pointer-events: auto;
}

.page-template-page-newhome .marquee,
.page-template-app .marquee {
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  background-color: #242424;
  color: #fff;
  font-size: 1.875rem;
  text-transform: uppercase;
  padding-top: 0.5rem;
  white-space: nowrap;
  z-index: 4;
}

@media (min-width: 992px) {
  .page-template-page-newhome .marquee,
  .page-template-app .marquee {
    font-size: 5rem;
  }
}

@media (min-width: 1025px) {
  .page-template-page-newhome .marquee,
  .page-template-app .marquee {
    font-size: 5.75rem;
  }
}

.page-template-page-newhome .marquee .box,
.page-template-app .marquee .box {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
}

.page-template-page-newhome .embed-container,
.page-template-app .embed-container {
  z-index: 1;
  position: relative;
}

.page-template-page-newhome .embed-container iframe,
.page-template-app .embed-container iframe {
  height: 90vh;
  width: 100%;
}

.page-template-page-newhome .vaw-link-item.yt,
.page-template-app .vaw-link-item.yt {
  width: 35vw;
}

.page-template-page-newhome .vaw-link-item.yt .logo-wrapper,
.page-template-app .vaw-link-item.yt .logo-wrapper {
  width: 40% !important;
  float: left;
  height: 100%;
  max-width: 250px;
  max-height: 250px;
  background-image: url(../../../../../../../../wp-content/themes/vaw/assets/img/VAW-Live-Button.gif);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.page-template-page-newhome .vaw-link-item.yt .logo-wrapper p,
.page-template-app .vaw-link-item.yt .logo-wrapper p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Delphia', arial, sans-serif;
  /* font-size: clamp(1.75rem, calc(1.5vw + 2.5rem), 3.75rem); */
  font-size: 45px;
  padding-top: 2px;
}

.page-template-page-newhome .vaw-link-item.yt h3,
.page-template-app .vaw-link-item.yt h3 {
  float: right;
  width: 60%;
  line-height: 1.3;
}

.page-template-page-newhome .vaw-link-item.yt h3:not(.h3-title),
.page-template-app .vaw-link-item.yt h3:not(.h3-title) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-template-page-newhome .vaw-link-item.yt h3 span:not(.h3-title),
.page-template-app .vaw-link-item.yt h3 span:not(.h3-title) {
  display: none !important;
}

.page-template-page-newhome .vaw-link-item.yt h3 .h3-title,
.page-template-app .vaw-link-item.yt h3 .h3-title {
  line-height: 1 !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  font-size: clamp(0.75rem, -webkit-calc(1vw + 0.5rem), 3.75rem) !important;
  font-size: clamp(0.75rem, -moz-calc(1vw + 0.5rem), 3.75rem) !important;
  font-size: clamp(0.75rem, calc(1vw + 0.5rem), 3.75rem) !important;
}

.page-template-page-newhome .vaw-link-item.yt h3 .h3-title p,
.page-template-app .vaw-link-item.yt h3 .h3-title p {
  line-height: 1.3;
}

.page-template-page-newhome .vaw-link-item.yt h3 .h3-title h3,
.page-template-app .vaw-link-item.yt h3 .h3-title h3 {
  /* font-size: clamp(1.75rem, calc(1.5vw + 0.5rem), 3.75rem); */
  font-size: clamp(0.75rem, -webkit-calc(1vw + 0.8rem), 3.75rem);
  font-size: clamp(0.75rem, -moz-calc(1vw + 0.8rem), 3.75rem);
  font-size: clamp(0.75rem, calc(1vw + 0.8rem), 3.75rem);
  width: 100%;
  color: #d12029;
  top: unset;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
}

@media (max-width: 1024px) {
  .page-template-page-newhome .vaw-link-item.yt,
  .page-template-app .vaw-link-item.yt {
    width: 50vw;
  }

  .page-template-page-newhome .vaw-link-item.yt h3 .h3-title,
  .page-template-app .vaw-link-item.yt h3 .h3-title {
    font-size: clamp(0.75rem, -webkit-calc(1.5vw + 0.5rem), 3.75rem) !important;
    font-size: clamp(0.75rem, -moz-calc(1.5vw + 0.5rem), 3.75rem) !important;
    font-size: clamp(0.75rem, calc(1.5vw + 0.5rem), 3.75rem) !important;
  }
}

@media (max-width: 768px) {
  .page-template-page-newhome .vaw-link-item.yt,
  .page-template-app .vaw-link-item.yt {
    width: 70vw;
    height: 42vh;
  }

  .page-template-page-newhome .vaw-link-item.yt .logo-wrapper,
  .page-template-app .vaw-link-item.yt .logo-wrapper {
    top: unset;
    float: unset;
    width: 75% !important;
    height: 45%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .page-template-page-newhome .vaw-link-item.yt .logo-wrapper p,
  .page-template-app .vaw-link-item.yt .logo-wrapper p {
    font-size: 25px;
  }

  .page-template-page-newhome .vaw-link-item.yt h3,
  .page-template-app .vaw-link-item.yt h3 {
    width: 100%;
  }

  .page-template-page-newhome .vaw-link-item.yt h3:not(.h3-title),
  .page-template-app .vaw-link-item.yt h3:not(.h3-title) {
    top: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    position: relative;
  }

  .page-template-page-newhome .vaw-link-item.yt h3 .h3-title,
  .page-template-app .vaw-link-item.yt h3 .h3-title {
    margin-left: 0 !important;
    padding-top: 15px;
  }
}

/* newhome */

/* @import 'partials/marquee.pcss'; */

body.page-template-about {
  background: none;
  background-color: #fff;
}

.page-template-about .menu-open #logo path {
  fill: #fff;
}

.page-template-about .menu-open .lang-switcher {
  color: #fff;
}

.page-template-about .menu-open .lang-switcher ul {
  border: 3px solid #fff;
}

.page-template-about .menu-open .lang-switcher ul li.wpml-ls-current-language {
  color: #d3bf77;
  background-color: #fff;
}

.page-template-about .lang-switcher {
  color: #d3bf77;
}

.page-template-about .lang-switcher ul {
  border: 3px solid #d3bf77;
}

.page-template-about .lang-switcher ul li.wpml-ls-current-language {
  color: #fff;
  background-color: #d3bf77;
}

.page-template-about .burger-icon-big g#icon-burger {
  fill: #d3bf77;
}

.page-template-about.scrolled header .logo svg path {
  fill: #fff;
}

.page-template-about.scrolled .lang-switcher {
  color: #fff;
}

.page-template-about.scrolled .lang-switcher ul {
  border: 3px solid #fff;
}

.page-template-about.scrolled .lang-switcher ul li.wpml-ls-current-language {
  color: #d3bf77;
  background-color: #fff;
}

.page-template-about.scrolled .burger-icon-big g#icon-burger {
  fill: #fff;
}

.about-page {
  padding-top: 10rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #fff;
}

@media (min-width: 769px) {
  .about-page {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 10rem;
    min-height: -webkit-calc(100vh - 180px);
    min-height: -moz-calc(100vh - 180px);
    min-height: calc(100vh - 180px);
  }
}

@media (min-width: 992px) {
  .about-page {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.about-page h1 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

@media (min-width: 769px) {
  .about-page h1 {
    margin-bottom: 4rem;
  }
}

.about-page h2 {
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 40px;
}

.about-page h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.about-page .about-text {
  font-size: 1.125rem;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  line-height: 1.1;
}

@media (min-width: 769px) {
  .about-page .about-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }
}

.about-page .about-text p {
  margin-bottom: 0.5rem;
}

.page-id-412,
.page-id-2561,
.page-id-2566 {
  background-color: #fff;
}

.page-id-412 main,
.page-id-2561 main,
.page-id-2566 main {
  background-color: #fff;
}

.page-id-412 .logo path,
.page-id-2561 .logo path,
.page-id-2566 .logo path {
  fill: #000;
}

.page-id-412 #icon-burger,
.page-id-2561 #icon-burger,
.page-id-2566 #icon-burger {
  fill: #000;
}

.page-id-412 #icon-cross,
.page-id-2561 #icon-cross,
.page-id-2566 #icon-cross {
  fill: #000;
}

.page-id-412 .burger-icon g,
.page-id-2561 .burger-icon g,
.page-id-2566 .burger-icon g {
  fill: #000;
}

.page-id-412 .header-scroll,
.page-id-2561 .header-scroll,
.page-id-2566 .header-scroll {
  background-color: #242424;
}

.page-id-412 .header-scroll .left,
.page-id-2561 .header-scroll .left,
.page-id-2566 .header-scroll .left {
  color: #fff;
}

.page-id-412 .header-scroll .left .title-vaw-header::before,
.page-id-2561 .header-scroll .left .title-vaw-header::before,
.page-id-2566 .header-scroll .left .title-vaw-header::before {
  background-color: #fff;
}

.page-id-412 .header-scroll .left .title-vaw-header::after,
.page-id-2561 .header-scroll .left .title-vaw-header::after,
.page-id-2566 .header-scroll .left .title-vaw-header::after {
  background-color: #fff;
}

.page-id-412 .header-scroll #icon-burger,
.page-id-2561 .header-scroll #icon-burger,
.page-id-2566 .header-scroll #icon-burger {
  fill: #000;
}

.page-id-412 .header-scroll #icon-cross,
.page-id-2561 .header-scroll #icon-cross,
.page-id-2566 .header-scroll #icon-cross {
  fill: #000;
}

.page-id-412 .logo.scrolled path,
.page-id-2561 .logo.scrolled path,
.page-id-2566 .logo.scrolled path {
  fill: white;
}

.page-id-412 .scrolled #icon-burger,
.page-id-2561 .scrolled #icon-burger,
.page-id-2566 .scrolled #icon-burger {
  fill: #fff;
}

.page-id-412 p,
.page-id-2561 p,
.page-id-2566 p {
  margin-bottom: 1rem;
}

.page-id-412 p a,
.page-id-2561 p a,
.page-id-2566 p a {
  text-decoration: underline;
}

.page-id-412 footer,
.page-id-2561 footer,
.page-id-2566 footer {
  color: #fff;
  background-color: #242424;
}

.page-id-412 footer .logo path,
.page-id-2561 footer .logo path,
.page-id-2566 footer .logo path {
  fill: #fff;
}

.news-page .news-header {
  background: rgb(143, 124, 61);
  background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  height: 315px;
}

.news-page .news-header .title-bg {
  width: 100%;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  text-transform: uppercase;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  opacity: 0.25;
  pointer-events: none;
  font-size: 20vmin;
  height: 350px;
  line-height: 0.9;
}

@media (min-width: 576px) {
  .news-page .news-header .title-bg {
    font-size: 17vmax;
  }
}

@media (min-width: 992px) {
  .news-page .news-header .title-bg {
    font-size: 17vmax;
  }
}

@media (min-width: 1025px) {
  .news-page .news-header .title-bg {
    font-size: 17vmax;
  }
}

.news-page h1 {
  background-color: #fff;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.news-page .news-container {
  background-color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 1rem;
  gap: 1rem;
}

@media (min-width: 576px) {
  .news-page .news-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 769px) {
  .news-page .news-container {
    padding-left: 2rem;
    padding-right: 2rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.news-page .news-container h2 {
  color: #d3bf77;
  text-transform: uppercase;
  margin-top: 6rem;
  margin-bottom: 2rem;
  padding-right: 4rem;
}

@media (min-width: 768px) {
  .news-page .news-container h2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 992px) {
  .news-page .news-container h2 {
    padding-left: 70px;
    padding-right: 70px;
  }
}

.news-page .news-container .term-group:first-of-type h2 {
  margin-top: 4rem;
}

.news-page .news-container .term-group {
  position: relative;
}

.news-page .news-container .term-group .strip-news {
  overflow: hidden;
  padding-top: 6rem;
  margin-top: -6rem;
}

@media (min-width: 768px) {
  .news-page .news-container .term-group .strip-news {
    padding-top: 6rem;
    margin-top: -6rem;
    margin-left: 2rem;
  }
}

@media (min-width: 992px) {
  .news-page .news-container .term-group .strip-news {
    margin-left: 5rem;
  }
}

.news-page .news-container .term-group .swiper-navigation {
  position: absolute;
  right: 0;
  margin-top: -4rem;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .news-page .news-container .term-group .swiper-navigation {
    margin-right: 3rem;
    margin-top: -5rem;
  }
}

.news-page .news-container .term-group .swiper-navigation .swiper-button-prev,
.news-page .news-container .term-group .swiper-navigation .swiper-button-next {
  position: relative;
  top: 0;
  margin: 0;
  height: 30px;
  width: 20px;
  -webkit-background-size: 20px 30px;
  -moz-background-size: 20px 30px;
  -o-background-size: 20px 30px;
  background-size: 20px 30px;
}

@media (min-width: 768px) {
  .news-page .news-container .term-group .swiper-navigation .swiper-button-prev,
  .news-page .news-container .term-group .swiper-navigation .swiper-button-next {
    height: 47px;
    width: 30px;
    -webkit-background-size: 30px 47px;
    -moz-background-size: 30px 47px;
    -o-background-size: 30px 47px;
    background-size: 30px 47px;
  }
}

.news-page .news-container .term-group .swiper-navigation .swiper-button-next {
  right: 0;
  background-image: url('../img/news-arrow-next.svg');
}

.news-page .news-container .term-group .swiper-navigation .swiper-button-next::after {
  content: '' !important;
}

.news-page .news-container .term-group .swiper-navigation .swiper-button-prev {
  left: 0;
  margin-right: 1rem;
  background-image: url('../img/news-arrow-prev.svg');
}

.news-page .news-container .term-group .swiper-navigation .swiper-button-prev::after {
  content: '' !important;
}

.news-page .news-container .swiper-news-terms {
  overflow: visible;
  padding-right: 70px;
}

.news-page .news-container .news-thumb {
  position: relative;
  margin-bottom: 0.5rem;
  padding-bottom: 75%;
}

.news-page .news-container .news-thumb img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-page .news-container .news-category {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #fff;
  background-color: #242424;
  padding: 0.5rem;
  font-weight: 500;
}

.news-page .news-container .news-title {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.news-page .news-container .news-date {
  color: #848484;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
}

.news-page .news-container .news-preview {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

body.single .menu-open #logo path {
  fill: #fff;
}

body.single .menu-open .lang-switcher {
  color: #fff;
}

body.single .menu-open .lang-switcher ul {
  border: 3px solid #fff;
}

body.single .menu-open .lang-switcher ul li.wpml-ls-current-language {
  color: #d3bf77;
  background-color: #fff;
}

body.single .lang-switcher {
  color: #d3bf77;
}

body.single .lang-switcher ul {
  border: 3px solid #d3bf77;
}

body.single .lang-switcher ul li.wpml-ls-current-language {
  color: #fff;
  background-color: #d3bf77;
}

body.single .burger-icon-big g#icon-burger {
  fill: #d3bf77;
}

body.single header .logo svg path {
  fill: #d3bf77;
}

body.single header .header-scroll {
  background-color: #fff;
}

body.single header .header-scroll .left {
  color: #fff;
}

body.single header .header-scroll .left .title-vaw-header::before,
body.single header .header-scroll .left .title-vaw-header::after {
  background-color: #fff;
}

body.single header .header-scroll .burger-icon svg g {
  fill: #d3bf77;
}

body.single .lang-switcher {
  color: #d3bf77;
}

body.single .lang-switcher ul {
  border: 3px solid #d3bf77;
}

body.single .lang-switcher ul li.wpml-ls-current-language {
  color: #fff;
  background-color: #d3bf77;
}

body.single .burger-icon-big g {
  fill: #d3bf77;
}

body.single.scrolled header .logo svg path {
  fill: #fff;
}

body.single.scrolled .lang-switcher {
  color: #fff;
}

body.single.scrolled .lang-switcher ul {
  border: 3px solid #fff;
}

body.single.scrolled .lang-switcher ul li.wpml-ls-current-language {
  color: #d3bf77;
  background-color: #fff;
}

body.single.scrolled .burger-icon-big g#icon-burger {
  fill: #fff;
}

body.single main {
  background-color: #fff;
}

body.single .news-single {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 8rem;
  position: relative;
}

@media (min-width: 769px) {
  body.single .news-single {
    padding-top: 12rem;
  }
}

body.single .news-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  max-width: 1500px;
}

@media (min-width: 992px) {
  body.single .news-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media only screen and (min-width: 1500px) {
  body.single .news-box {
    margin-left: auto;
    margin-right: auto;
  }
}

body.single .news-box .news-left-info {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 992px) {
  body.single .news-box .news-left-info {
    width: 40%;
    padding-left: 4.5rem;
    padding-right: 0;
  }
}

body.single .news-box .news-left-info .new-category {
  background: rgb(143, 124, 61);
  background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  color: #242424;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  display: inline-block;
}

body.single .news-box .news-left-info h1 {
  line-height: 1;
}

@media (min-width: 992px) {
  body.single .news-box .news-left-info h1 {
    font-size: 3.75rem;
  }
}

body.single .news-box .news-left-info h3 {
  font-size: 1.5rem;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  body.single .news-box .news-left-info h3 {
    font-size: 1.5rem;
  }
}

body.single .news-box .news-left-info .news-card-info {
  width: 70%;
}

@media (min-width: 992px) {
  body.single .news-box .news-left-info .news-card-info {
    width: 70%;
    padding-top: 4rem;
  }
}

body.single .news-box .news-left-info .news-card-info .news-duration,
body.single .news-box .news-left-info .news-card-info .news-location,
body.single .news-box .news-left-info .news-card-info .news-extra-info {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  body.single .news-box .news-left-info .news-card-info .news-duration,
  body.single .news-box .news-left-info .news-card-info .news-location,
  body.single .news-box .news-left-info .news-card-info .news-extra-info {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

body.single .news-box .news-left-info .news-card-info .news-duration .duration-title,
body.single .news-box .news-left-info .news-card-info .news-duration .location-title,
body.single .news-box .news-left-info .news-card-info .news-duration .extra-title,
body.single .news-box .news-left-info .news-card-info .news-location .duration-title,
body.single .news-box .news-left-info .news-card-info .news-location .location-title,
body.single .news-box .news-left-info .news-card-info .news-location .extra-title,
body.single .news-box .news-left-info .news-card-info .news-extra-info .duration-title,
body.single .news-box .news-left-info .news-card-info .news-extra-info .location-title,
body.single .news-box .news-left-info .news-card-info .news-extra-info .extra-title {
  position: relative;
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  body.single .news-box .news-left-info .news-card-info .news-duration .duration-title,
  body.single .news-box .news-left-info .news-card-info .news-duration .location-title,
  body.single .news-box .news-left-info .news-card-info .news-duration .extra-title,
  body.single .news-box .news-left-info .news-card-info .news-location .duration-title,
  body.single .news-box .news-left-info .news-card-info .news-location .location-title,
  body.single .news-box .news-left-info .news-card-info .news-location .extra-title,
  body.single .news-box .news-left-info .news-card-info .news-extra-info .duration-title,
  body.single .news-box .news-left-info .news-card-info .news-extra-info .location-title,
  body.single .news-box .news-left-info .news-card-info .news-extra-info .extra-title {
    font-size: 1.875rem;
  }
}

body.single .news-box .news-left-info .news-card-info .news-duration .duration-title span,
body.single .news-box .news-left-info .news-card-info .news-duration .location-title span,
body.single .news-box .news-left-info .news-card-info .news-duration .extra-title span,
body.single .news-box .news-left-info .news-card-info .news-location .duration-title span,
body.single .news-box .news-left-info .news-card-info .news-location .location-title span,
body.single .news-box .news-left-info .news-card-info .news-location .extra-title span,
body.single .news-box .news-left-info .news-card-info .news-extra-info .duration-title span,
body.single .news-box .news-left-info .news-card-info .news-extra-info .location-title span,
body.single .news-box .news-left-info .news-card-info .news-extra-info .extra-title span {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 0.5rem;
  background-color: #fff;
  z-index: 1;
  position: relative;
}

body.single .news-box .news-left-info .news-card-info .news-duration .duration-title::before,
body.single .news-box .news-left-info .news-card-info .news-duration .location-title::before,
body.single .news-box .news-left-info .news-card-info .news-duration .extra-title::before,
body.single .news-box .news-left-info .news-card-info .news-location .duration-title::before,
body.single .news-box .news-left-info .news-card-info .news-location .location-title::before,
body.single .news-box .news-left-info .news-card-info .news-location .extra-title::before,
body.single .news-box .news-left-info .news-card-info .news-extra-info .duration-title::before,
body.single .news-box .news-left-info .news-card-info .news-extra-info .location-title::before,
body.single .news-box .news-left-info .news-card-info .news-extra-info .extra-title::before {
  position: absolute;
  left: 0;
  height: 0.75rem;
  background-color: #242424;
  width: 100%;
  z-index: 0;
  top: 13px;
  content: '';
}

body.single .news-box .news-left-info .news-card-info .news-duration a,
body.single .news-box .news-left-info .news-card-info .news-location a,
body.single .news-box .news-left-info .news-card-info .news-extra-info a {
  text-decoration: underline;
  display: block;
  margin-top: 0.5rem;
  font-size: 1.5625rem;
}

body.single .news-box .news-left-info .news-card-info .news-duration div,
body.single .news-box .news-left-info .news-card-info .news-location div,
body.single .news-box .news-left-info .news-card-info .news-extra-info div {
  margin-top: 0.5rem;
}

body.single .news-box .news-left-info .news-card-info .news-duration p,
body.single .news-box .news-left-info .news-card-info .news-location p,
body.single .news-box .news-left-info .news-card-info .news-extra-info p {
  font-size: 1.5625rem;
  margin-bottom: 1rem;
  margin-right: -2rem;
}

body.single .news-box .news-right-info {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 5rem;
}

@media (min-width: 992px) {
  body.single .news-box .news-right-info {
    width: 60%;
    padding-left: 3rem;
    padding-right: 8.5rem;
    margin-top: -2.5rem;
  }
}

body.single .news-box .news-right-info a {
  text-decoration: underline;
}

body.single .news-box .news-right-info .news-image {
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 3.75rem;
  max-height: 100vh;
}

body.single .news-box .news-right-info .news-image img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  margin-bottom: 0.5rem;
  -o-object-position: left;
  object-position: left;

  @creen md {
    margin-bottom: 0;
  }
}

body.single .news-box .news-right-info .news-image .news-caption {
  position: relative;
  bottom: 0;
  left: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  line-height: 1.2;
}

@media (min-width: 769px) {
  body.single .news-box .news-right-info .news-image .news-caption {
    font-weight: 500;
  }
}

body.single .news-box .news-right-info .news-image .news-featured {
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  body.single .news-box .news-right-info .news-image .news-featured {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
    font-size: 40px;
    width: 40vw;
    padding-right: 4.5rem;
    padding-left: 2rem;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    max-width: 600px;
  }
}

body.single .news-box .news-right-info .news-content-text {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  body.single .news-box .news-right-info .news-content-text {
    font-size: 1.5rem;
  }
}

body.single .news-box .news-right-info .news-content-text p {
  margin-bottom: 0.75rem;
}

body.single .news-box .news-right-info .news-content-text p strong {
  color: #d3bf77;
}

body.single .news-box .news-right-info .news-content-text p a {
  text-decoration: underline;
}

body.single .news-box .news-right-info .news-paragraph {
  font-size: 1.5rem;
}

body.single .news-box .news-right-info .news-paragraph p {
  margin-bottom: 0.75rem;
}

body.single .news-box .news-right-info .news-paragraph p strong {
  color: #d3bf77;
}

body.single .news-box .news-right-info .news-paragraph p a {
  text-decoration: underline;
}

body.single .news-box .news-right-info .slider-sizer {
  margin-bottom: 2rem;
  height: 65vh;
}

@media (min-width: 769px) {
  body.single .news-box .news-right-info .slider-sizer {
    height: 69vh;
  }
}

@media (min-width: 992px) {
  body.single .news-box .news-right-info .slider-sizer {
    height: 65vh;
  }
}

body.single .slider-container {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 2rem;
}

@media (--md ) {
  body.single .slider-container {
    margin-top: 4rem;
  }
}

body.single .news-slider {
  width: 100%;
  margin-bottom: 4rem;
  height: 66vh;
}

@media (min-width: 769px) {
  body.single .news-slider {
    height: 80vh;
  }
}

body.single .news-slider .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  height: auto;
  max-height: 65vh;
}

@media (min-width: 769px) {
  body.single .news-slider .swiper-slide {
    max-width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-height: 60vh;
    height: 100%;
  }
}

body.single .news-slider .swiper-slide img {
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 60vh;
  max-width: 100vw;
}

@media (min-width: 769px) {
  body.single .news-slider .swiper-slide img {
    max-width: 100%;
    max-height: 55vh;
  }
}

body.single .news-slider .caption {
  margin-top: 1rem;
  font-size: 1.125rem;
}

@media (max-width: 767px) {
  body.single .news-slider .caption {
    max-width: 300px;
    text-align: center;
  }
}

@media (min-width: 769px) {
  body.single .news-slider .caption {
    max-width: 60%;
  }
}

body.single .news-slider .swiper-prev {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

@media (min-width: 769px) {
  body.single .news-slider .swiper-prev {
    padding-left: 3rem;
  }
}

body.single .news-slider .swiper-prev svg {
  height: 2rem;
}

@media (min-width: 769px) {
  body.single .news-slider .swiper-prev svg {
    height: 3.125rem;
  }
}

body.single .news-slider .swiper-prev svg polygon {
  fill: #d3bf77;
}

body.single .news-slider .swiper-next {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 1rem;
}

@media (min-width: 769px) {
  body.single .news-slider .swiper-next {
    padding-right: 3rem;
  }
}

body.single .news-slider .swiper-next svg {
  height: 2rem;
}

@media (min-width: 769px) {
  body.single .news-slider .swiper-next svg {
    height: 3.125rem;
  }
}

body.single .news-slider .swiper-next svg polygon {
  fill: #d3bf77;
}

body.single .share-this {
  margin-top: 4rem;
  font-size: 1.125rem;
}

@media (min-width: 992px) {
  body.single .share-this {
    font-size: 1.5rem;
  }
}

body.single .share-this .share-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.single .share-this .share-title {
  margin-right: 1rem;
  cursor: default;
}

body.single .share-this .share-buttons {
  font-size: 1.125rem;
}

body.single .share-this .share-buttons button {
  padding-right: 0.5rem;
}

body.single .share-this .share-buttons button:hover {
  text-decoration: underline;
}

body.single .share-this .share-buttons button svg,
body.single .share-this .share-buttons button img {
  width: 30px;
  height: 30px;
}

body.single .news-related {
  padding-bottom: 5rem;
}

body.single .news-related h2 {
  padding-left: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  body.single .news-related h2 {
    padding-left: 5rem;
  }
}

body.single .news-related h2 span {
  color: #d3bf77;
  text-transform: uppercase;
}

body.single .news-related .strip-news {
  overflow: hidden;
  padding-top: 4rem;
  margin-top: -4rem;
  margin-left: 1rem;
}

@media (min-width: 768px) {
  body.single .news-related .strip-news {
    margin-left: 5rem;
    padding-top: 6rem;
    margin-top: -6rem;
  }
}

body.single .news-related .swiper-navigation {
  position: absolute;
  right: 0;
  margin-right: 1rem;
  margin-top: -4rem;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  body.single .news-related .swiper-navigation {
    margin-top: -5rem;
    margin-right: 3rem;
  }
}

body.single .news-related .swiper-navigation .swiper-button-prev,
body.single .news-related .swiper-navigation .swiper-button-next {
  position: relative;
  top: 0;
  margin: 0;
  height: 30px;
  width: 20px;
  -webkit-background-size: 20px 30px;
  -moz-background-size: 20px 30px;
  -o-background-size: 20px 30px;
  background-size: 20px 30px;
}

@media (min-width: 768px) {
  body.single .news-related .swiper-navigation .swiper-button-prev,
  body.single .news-related .swiper-navigation .swiper-button-next {
    height: 47px;
    width: 30px;
    -webkit-background-size: 30px 47px;
    -moz-background-size: 30px 47px;
    -o-background-size: 30px 47px;
    background-size: 30px 47px;
  }
}

body.single .news-related .swiper-navigation .swiper-button-prev::after,
body.single .news-related .swiper-navigation .swiper-button-next::after {
  content: '';
}

body.single .news-related .swiper-navigation .swiper-button-next {
  right: 0;
  background-image: url('../img/news-arrow-next.svg');
}

body.single .news-related .swiper-navigation .swiper-button-prev {
  left: 0;
  margin-right: 1rem;
  background-image: url('../img/news-arrow-prev.svg');
}

body.single .news-related .swiper-news-terms {
  overflow: visible;
  padding-right: 70px;
}

body.single .news-related .news-thumb {
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 75%;
}

body.single .news-related .news-thumb img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

body.single .news-related .news-category {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #fff;
  background-color: #242424;
  padding: 0.5rem;
  font-weight: 500;
}

body.single .news-related .news-title {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

body.single .news-related .news-date {
  color: #848484;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
}

body.single .news-related .news-preview {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.news-footer-newsletter p {
  text-align: center;
  padding: 0 0.5rem;
}

.news-footer-newsletter .wpcf7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  margin-top: 3rem;
}

.news-footer-newsletter form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news-footer-newsletter form #vawemail,
.news-footer-newsletter form .wpcf7-form-control.wpcf7-email {
  font-size: 1.5rem;
  border-bottom-width: 4px;
  border-color: #242424;
  width: 80%;
  width: 100%;
  padding-bottom: 5px;
}

.news-footer-newsletter form .mail-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
}

.news-footer-newsletter form .mail-submit .your-email {
  font-size: 1.125rem;
  float: left;
  width: 80%;
  margin-top: 10px;
}

.news-footer-newsletter form .submit-button {
  font-size: 1.5rem;
  border-width: 4px;
  border-color: #242424;
  padding: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  cursor: pointer;
  margin-left: 1.5rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  float: right;
}

@media (min-width: 992px) {
  .news-footer-newsletter form .submit-button {
    width: 70px;
    height: 70px;
  }
}

.news-footer-newsletter form .submit-button:hover {
  color: #fff;
  background-color: #242424;
}

.news-footer-newsletter form .submit-button input {
  cursor: pointer;
}

.news-footer-newsletter form .submit-button .wpcf7-spinner {
  display: none;
}

.online-exhibition {
  background-color: #242424;
}

.online-exhibition .news-box {
  width: 100%;
}

.online-exhibition .news-paragraph {
  width: 100%;
  font-size: 1.125rem;
}

@media (min-width: 769px) {
  .online-exhibition .news-paragraph {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-top: 5rem;
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
    width: 80%;
  }
}

@media (min-width: 992px) {
  .online-exhibition .news-paragraph {
    padding-left: 0;
    padding-right: 0;
    width: 60%;
  }
}

@media (min-width: 1600px) {
  .online-exhibition .news-paragraph {
    width: 50%;
  }
}

.online-exhibition .news-paragraph h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.online-exhibition .news-image {
  width: 100%;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 769px) {
  .online-exhibition .news-image {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .page-template-programm .program-page {
    background-color: #fff;
  }

  .page-template-programm .program-page .program-header {
    position: relative;
    background: rgb(143, 124, 61);
    background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
    background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
    background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
    z-index: 4;
    height: 350px;
  }

  .page-template-programm .program-page .program-header .title-bg {
    width: 100%;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    text-transform: uppercase;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-weight: 700;
    opacity: 0.25;
    pointer-events: none;
    height: 350px;
    line-height: 0.9;
  }

  .page-template-programm .program-page .program-header .title-bg p {
    font-size: 15vw;
    letter-spacing: 0;
    line-height: 1;
  }

  @media (min-width: 769px) {
    .page-template-programm .program-page .program-header .title-bg p {
      font-size: 17vw;
      letter-spacing: -0.2rem;
    }
  }

  .page-template-programm .program-page .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  @media (min-width: 769px) {
    .page-template-programm .program-page .flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
    }
  }

  .page-template-programm .program-page .open-divs .div-popup {
    background-color: #242424;
    padding: 1rem;
    color: #fff;
    z-index: 1;
    width: 43%;
    height: -webkit-calc(100vh - 120px);
    height: -moz-calc(100vh - 120px);
    height: calc(100vh - 120px);
    position: fixed;
    top: 120px;
    right: 0;
  }

  @media (min-width: 992px) {
    .page-template-programm .program-page .open-divs .div-popup {
      padding: 1.5rem;
    }
  }

  .page-template-programm .program-page .open-divs .div-popup.scrolled {
  }

  .page-template-programm .program-page .open-divs .div-popup .div-top .div-img {
    width: 100%;
    height: 100%;
  }

  .page-template-programm .program-page .open-divs .div-popup .div-top .div-img .swiper-container {
    height: auto;
    margin: 0;
  }

  @media (min-width: 769px) {
    .page-template-programm .program-page .open-divs .div-popup .div-top .div-img .swiper-container {
      padding-bottom: 0;
    }
  }

  .page-template-programm .program-page .open-divs .div-popup .div-top .div-img .swiper-container img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    max-height: 70vh;
  }

  @media (min-width: 769px) {
    .page-template-programm .program-page .open-divs .div-popup .div-top .div-img .swiper-container img {
      position: absolute;
      max-height: 100%;
    }
  }

  .page-template-programm .program-page .open-divs .div-popup .div-top .div-img .swiper-container .caption {
    padding-left: 1rem;
    color: #fff;
    position: relative;
    bottom: 0;
    width: auto;
    margin-top: 1rem;
    /* margin-bottom: -40px; */
  }

  @media (min-width: 992px) {
    .page-template-programm .program-page .open-divs .div-popup .div-top .div-img .swiper-container .caption {
      padding-left: 0.25rem;
    }
  }

  .page-template-programm .program-page .open-divs .div-popup .div-top .div-img .swiper-container .swiper-pagination {
    position: relative;
    bottom: 0;
    text-align: left;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    width: auto;
  }

  .page-template-programm .program-page .open-divs .div-popup .div-top .div-img .swiper-container .swiper-pagination-bullet {
    height: 1rem;
    width: 1rem;
    background: rgb(143, 124, 61);
    background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
    background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
    background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
    opacity: 1;
  }

  .page-template-programm .program-page .open-divs .div-popup .div-top .div-img .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
  }

  .page-template-programm .program-page .open-divs .div-popup .div-top .div-img .swiper-container .img-container {
    height: 50vh;
  }

  @media (min-width: 769px) {
    .page-template-programm .program-page .open-divs .div-popup .div-top .div-img .swiper-container .img-container {
      position: relative;
      padding-bottom: 66%;
      height: 0;
    }
  }

  .page-template-programm .program-page .open-divs .div-popup .div-top .div-img .swiper-container .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-template-programm .program-page .open-divs .div-popup .div-top .div-img .swiper-container .swiper-wrapper {
    height: auto;
  }

  .page-template-programm .program-page .open-divs .div-popup .div-top .div-img .swiper-container .is-exhibition:not(.living-rituals) {
    display: none;
  }

  .page-template-programm .program-page .open-divs .div-popup .div-top .div-img .swiper-container .mobile-word {
    display: inline-block;
  }

  @media (min-width: 769px) {
    .page-template-programm .program-page .open-divs .div-popup .div-top .div-img .swiper-container .mobile-word {
      display: none;
    }
  }

  .page-template-programm .program-page .open-divs .div-popup .div-top .div-img .swiper-container .desktop-word {
    display: none;
  }

  @media (min-width: 769px) {
    .page-template-programm .program-page .open-divs .div-popup .div-top .div-img .swiper-container .desktop-word {
      display: inline-block;
    }
  }

  .page-template-programm .program-page .open-divs .div-popup .div-top .div-img .swiper-container .is-exhibition.living-rituals {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 25%;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    font-size: 0.75rem;
    word-break: break-word;
  }

  @media (min-width: 769px) {
    .page-template-programm .program-page .open-divs .div-popup .div-top .div-img .swiper-container .is-exhibition.living-rituals {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      width: auto;
      position: relative;
      margin-top: -1.25rem;
      font-size: 1.125rem;
      word-break: inherit;
      right: unset;
      bottom: unset;
    }
  }

  .page-template-programm .program-page .open-divs .div-popup .div-top .div-img .swiper-container .is-exhibition.living-rituals span.dot {
    width: 1.5rem;
    height: 1.5rem;
    border-width: 1px;
    border-color: #fff;
    background-color: #af2424;
    display: inline-block;
    margin-bottom: 0.75rem;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
  }

  @media (min-width: 769px) {
    .page-template-programm .program-page .open-divs .div-popup .div-top .div-img .swiper-container .is-exhibition.living-rituals span.dot {
      margin-left: 0.5rem;
      margin-bottom: 0;
    }
  }

  .page-template-programm .program-page .open-divs .div-popup .div-top .div-text {
    padding: 1.5rem;
  }

  .page-template-programm .program-page .open-divs .div-popup .div-top .div-text .div-title {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-weight: 700;
  }

  @media (min-width: 992px) {
    .page-template-programm .program-page .open-divs .div-popup .div-top .div-text .div-title {
      margin-bottom: 0;
      display: block;
    }
  }

  .page-template-programm .program-page .open-divs .div-popup .div-top .div-text .div-title-mobile {
    display: block;
  }

  @media (min-width: 769px) {
    .page-template-programm .program-page .open-divs .div-popup .div-top .div-text .div-title-mobile {
      display: none;
    }
  }

  .page-template-programm .program-page .open-divs .div-popup .div-top .div-text .div-info {
    width: 100%;
    padding: 1rem;
    padding-left: 0;
    padding-bottom: 2rem;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    word-break: break-word;
  }

  .page-template-programm .program-page .open-divs .div-popup .div-top .div-text .div-info p {
    font-size: 1.125rem;
  }

  .page-template-programm .program-page .open-divs .div-popup .div-top .div-text .div-info .div-email {
    word-wrap: break-word;
  }

  .page-template-programm .program-page .open-divs .div-popup .div-top .div-text p {
    font-size: 1.125rem;
    font-weight: 400;
  }

  .page-template-programm .program-page .open-divs .div-popup .div-top .div-text .image-credit {
    font-size: 0.75rem;
    margin-top: 3rem;
  }

  .page-template-programm .program-page .open-divs .div-popup .div-top .div-text h4 {
    margin-top: 2rem;
  }

  .page-template-programm .program-page .open-divs .div-close {
    position: absolute;
    top: 0;
    margin: 1rem;
    right: 0;
    cursor: pointer;
    z-index: 10;
  }

  @media (min-width: 769px) {
    .page-template-programm .program-page .open-divs .div-close {
      margin: 2.5rem;
    }
  }

  .page-template-programm .program-page .open-divs .div-close svg rect {
    fill: #fff;
  }

  .page-template-programm .program-page .open-divs-click {
    position: fixed;
    top: 120px;
    top: var(--topdesktop);
    right: 0;
    width: 100%;
    height: 100vh; /* Fallback for browsers that do not support Custom Properties */
    height: -webkit-calc((1vh - 120px) * 100);
    height: -moz-calc((1vh - 120px) * 100);
    height: calc((1vh - 120px) * 100);
    height: -webkit-calc((var(--vh, 1vh) - var(--topdesktop)) * 100);
    height: -moz-calc((var(--vh, 1vh) - var(--topdesktop)) * 100);
    height: calc((var(--vh, 1vh) - var(--topdesktop)) * 100);
    height: -webkit-calc(100% - 120px);
    height: -moz-calc(100% - 120px);
    height: calc(100% - 120px);
    height: -webkit-calc(100% - var(--topdesktop));
    height: -moz-calc(100% - var(--topdesktop));
    height: calc(100% - var(--topdesktop));
    z-index: 3;
  }

  @media (min-width: 769px) {
    .page-template-programm .program-page .open-divs-click {
      width: 43%;
    }
  }

  .page-template-programm .program-page .open-divs-click .img-popup {
    width: 100%;
    height: 100%;
  }

  .page-template-programm .program-page .open-divs-click .img-popup img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
  }

  .page-template-programm .program-page .events {
    width: 100%;
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    min-height: -webkit-calc(100vh - 118px);
    min-height: -moz-calc(100vh - 118px);
    min-height: calc(100vh - 118px);
  }

  @media (min-width: 769px) {
    .page-template-programm .program-page .events {
      padding-left: 2rem;
      padding-right: 2rem;
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
      width: 57%;
    }
  }

  @media (min-width: 992px) {
    .page-template-programm .program-page .events {
      padding-left: 4rem;
      padding-right: 4rem;
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
  }

  @media (min-width: 1280px) {
    .page-template-programm .program-page .events {
      padding-left: 8rem;
      padding-right: 8rem;
    }
  }

  .page-template-programm .program-page .events .cache {
    display: block;
    height: 40px;
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 72px;
    z-index: 1;
  }

  @media (min-width: 769px) {
    .page-template-programm .program-page .events .cache {
      top: 120px;
    }
  }

  .page-template-programm .program-page .events .date {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #242424;
    padding: 0.5rem;
    font-size: 24px;
    position: -webkit-sticky;
    position: sticky;
    top: 112px;
    z-index: 1;
  }

  @media (min-width: 769px) {
    .page-template-programm .program-page .events .date {
      top: 160px;
      top: var(--top2);
    }
  }

  .page-template-programm .program-page .events .date svg {
    display: none;
  }

  .page-template-programm .program-page .events .filter-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  @media (min-width: 992px) {
    .page-template-programm .program-page .events .filter-search {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      margin-bottom: 2.5rem;
    }
  }

  .page-template-programm .program-page .events .filter-search .filter-button {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #848484;
    border-color: #848484;
    border-width: 2px;
    margin-right: 0.5rem;
    padding: 0.4rem;
    pointer-events: auto;
    cursor: pointer;
    font-weight: 500;
  }

  @media (min-width: 769px) {
    .page-template-programm .program-page .events .filter-search .filter-button {
      width: 50%;
    }
  }

  .page-template-programm .program-page .events .filter-search .search {
    width: 100%;
    font-size: 1.5rem;
    padding: 0.5rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid grey;
  }

  @media (min-width: 992px) {
    .page-template-programm .program-page .events .filter-search .search {
      margin-bottom: 0;
    }
  }

  .page-template-programm .program-page .events .filter-pg {
    margin-top: 1rem;
    display: none;
    color: #242424;
    width: 100%;
    padding-bottom: 2rem;
  }

  @media (min-width: 769px) {
    .page-template-programm .program-page .events .filter-pg {
      margin-top: 0;
      padding-bottom: 0;
    }
  }

  .page-template-programm .program-page .events .filter-pg.open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-template-programm .program-page .events .filter-pg .filter-days,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories {
    display: block;
    width: 309px;
  }

  .page-template-programm .program-page .events .filter-pg .filter-title {
    font-size: 0.875rem;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-template-programm .program-page .events .filter-pg .filter-title .words {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 1rem;
    font-weight: 400;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .page-template-programm .program-page .events .filter-pg .filter-title .line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 3px;
  }

  @media (min-width: 769px) {
    .page-template-programm .program-page .events .filter-pg .filter-title .line {
      height: 6px;
    }
  }

  .page-template-programm .program-page .events .filter-pg .filters-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .page-template-programm .program-page .events .filter-pg .filters-bottom .filter-days,
  .page-template-programm .program-page .events .filter-pg .filters-bottom .filter-extra-categories {
    width: 50%;
  }

  @media (min-width: 992px) {
    .page-template-programm .program-page .events .filter-pg .filters-bottom .filter-days,
    .page-template-programm .program-page .events .filter-pg .filters-bottom .filter-extra-categories {
      width: 50%;
    }
  }

  .page-template-programm .program-page .events .filter-pg .filters-bottom .filter-extra-categories .categories-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container,
  .page-template-programm .program-page .events .filter-pg .filter-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  @media (min-width: 992px) {
    .page-template-programm .program-page .events .filter-pg .filter-days-container,
    .page-template-programm .program-page .events .filter-pg .filter-container {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .item-day,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .item-day {
    border-width: 0;
    font-size: 11px;
    width: 20px;
    height: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  @media (min-width: 992px) {
    .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .item-day,
    .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .item-day {
      font-size: 11px;
      width: 40px;
      height: 40px;
    }
  }

  @media (min-width: 769px) {
    .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .grid-item-days,
    .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .item-day,
    .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .grid-item-days,
    .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .item-day {
      text-transform: uppercase;
      font-weight: 700;
      text-align: center;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: pointer;
      padding-left: 0;
      background-image: none;
      font-size: 14px;
    }
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .grid-item-days.cat-days-all,
  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .item-day.cat-days-all,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .grid-item-days.cat-days-all,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .item-day.cat-days-all {
    font-size: 14px;
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .grid-item-days.cat-day-active,
  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .grid-item-days.active-category,
  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .item-day.cat-day-active,
  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .item-day.active-category,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .grid-item-days.cat-day-active,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .grid-item-days.active-category,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .item-day.cat-day-active,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .item-day.active-category {
    color: #fff;
    background-image: none;
    border: 3px solid #000;
    background-color: #000;
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .grid-item-days .facetwp-counter,
  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .item-day .facetwp-counter,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .grid-item-days .facetwp-counter,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .item-day .facetwp-counter {
    display: none;
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .grid-item-days.cat-days-all,
  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .item-day.cat-days-all,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .grid-item-days.cat-days-all,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .item-day.cat-days-all {
    padding: 0.25rem;
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .grid-item-days .filter-checkbox,
  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .item-day .filter-checkbox,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .grid-item-days .filter-checkbox,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .item-day .filter-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 35px;
    height: 35px;
    border: 3px solid #d3bf77;
    border: 3px solid var(--gold);
    background-color: #d3bf77;
    background-color: var(--gold);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 6px;
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .grid-item-days .filter-checkbox:before,
  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .item-day .filter-checkbox:before,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .grid-item-days .filter-checkbox:before,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .item-day .filter-checkbox:before {
    content: "";
    width: -webkit-calc(35px - 6px);
    width: -moz-calc(35px - 6px);
    width: calc(35px - 6px);
    height: -webkit-calc(35px - 6px);
    height: -moz-calc(35px - 6px);
    height: calc(35px - 6px);
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 120ms -webkit-transform ease-in-out;
    transition: 120ms -webkit-transform ease-in-out;
    -o-transition: 120ms -o-transform ease-in-out;
    -moz-transition: 120ms transform ease-in-out, 120ms -moz-transform ease-in-out;
    transition: 120ms transform ease-in-out;
    transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out, 120ms -moz-transform ease-in-out, 120ms -o-transform ease-in-out;
    background: inherit;
    display: block;
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .grid-item-days .filter-checkbox:checked:before,
  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .item-day .filter-checkbox:checked:before,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .grid-item-days .filter-checkbox:checked:before,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .item-day .filter-checkbox:checked:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .grid-item-days .filter-checkbox:not(:checked),
  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .item-day .filter-checkbox:not(:checked),
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .grid-item-days .filter-checkbox:not(:checked),
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .item-day .filter-checkbox:not(:checked) {
    background: unset !important;
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .grid-item-days .filter-checkbox:not(:checked):before,
  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .item-day .filter-checkbox:not(:checked):before,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .grid-item-days .filter-checkbox:not(:checked):before,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .item-day .filter-checkbox:not(:checked):before {
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container .aspect-ratio,
  .page-template-programm .program-page .events .filter-pg .filter-container .aspect-ratio {
    content: '';
    height: 0;
    display: inline-block;
    padding-top: 100%;
    width: 1px;
    position: relative;
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container .item-day,
  .page-template-programm .program-page .events .filter-pg .filter-container .item-day {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    line-height: 1;
    font-size: 14px;
    border: 3px solid #d3bf77;
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container label {
    position: absolute;
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-70%, -50%);
    -moz-transform: translate(-70%, -50%);
    -ms-transform: translate(-70%, -50%);
    -o-transform: translate(-70%, -50%);
    transform: translate(-70%, -50%);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap {
    font-size: 1.125rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  @media (min-width: 769px) {
    .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap,
    .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .grid-item-days,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .grid-item-days {
    display: none;
  }

  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category {
    padding-bottom: 0;
  }

  @media (min-width: 992px) {
    .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category,
    .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category {
      padding-bottom: 0.5rem;
    }
  }

  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category .filter-checkbox,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category .filter-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 35px;
    height: 35px;
    border: 3px solid #d3bf77;
    border: 3px solid var(--gold);
    background-color: #d3bf77;
    background-color: var(--gold);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 6px;
  }

  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category .filter-checkbox:before,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category .filter-checkbox:before {
    content: "";
    width: -webkit-calc(35px - 6px);
    width: -moz-calc(35px - 6px);
    width: calc(35px - 6px);
    height: -webkit-calc(35px - 6px);
    height: -moz-calc(35px - 6px);
    height: calc(35px - 6px);
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 120ms -webkit-transform ease-in-out;
    transition: 120ms -webkit-transform ease-in-out;
    -o-transition: 120ms -o-transform ease-in-out;
    -moz-transition: 120ms transform ease-in-out, 120ms -moz-transform ease-in-out;
    transition: 120ms transform ease-in-out;
    transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out, 120ms -moz-transform ease-in-out, 120ms -o-transform ease-in-out;
    background: inherit;
    display: block;
  }

  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category .filter-checkbox:checked:before,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category .filter-checkbox:checked:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category .filter-checkbox:not(:checked),
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category .filter-checkbox:not(:checked) {
    background: unset !important;
  }

  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category {
    /* Filter VAW for All */
  }

  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category[data-filter="437"] .filter-checkbox,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category[data-filter="437"] .filter-checkbox {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: $$$/GeneralStr/196=Adobe Illustrator 27.6.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 56.76 50.97' style='enable-background:new 0 0 56.76 50.97;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23242424;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M56.51,22.87c-0.5-1.58-1.7-2.82-3.23-3.39c-0.05-0.02-0.1-0.04-0.15-0.06C50.4,8.28,40.34,0,28.38,0 C16.42,0,6.36,8.28,3.63,19.41c-0.05,0.02-0.1,0.04-0.15,0.06c-1.53,0.58-2.73,1.81-3.23,3.39c-0.83,2.64,0.47,5.44,2.94,6.53 c0,0,0,0,0,0C4,34.63,6.4,39.45,10.16,43.3c-0.02,0.13-0.01,0.26-0.02,0.39c-0.09,1.26,0.24,2.53,1,3.57 c1.61,2.2,4.57,2.79,6.9,1.52c0,0,0,0,0.01,0c0.17,0.07,0.34,0.14,0.51,0.21c0.24,0.1,0.47,0.2,0.71,0.29 c0.15,0.06,0.29,0.1,0.44,0.16c0.27,0.1,0.53,0.2,0.8,0.28c0.17,0.05,0.34,0.1,0.51,0.15c0.25,0.08,0.5,0.16,0.76,0.22 c0.21,0.06,0.43,0.1,0.64,0.15c0.21,0.05,0.43,0.11,0.64,0.15c0.24,0.05,0.49,0.09,0.73,0.14c0.19,0.03,0.38,0.08,0.57,0.11 c0.17,0.03,0.34,0.04,0.51,0.07c0.27,0.04,0.54,0.08,0.81,0.11c0.89,0.09,1.79,0.14,2.69,0.14c0,0,0,0,0,0s0,0,0,0 c0.9,0,1.8-0.05,2.69-0.14c0.27-0.03,0.54-0.07,0.81-0.11c0.17-0.02,0.34-0.04,0.51-0.07c0.19-0.03,0.38-0.07,0.57-0.11 c0.24-0.04,0.49-0.08,0.73-0.14c0.22-0.05,0.43-0.1,0.64-0.15c0.21-0.05,0.43-0.1,0.64-0.15c0.25-0.07,0.5-0.15,0.76-0.22 c0.17-0.05,0.34-0.1,0.51-0.15c0.27-0.09,0.53-0.19,0.8-0.28c0.15-0.05,0.3-0.1,0.44-0.16c0.24-0.09,0.47-0.19,0.71-0.29 c0.17-0.07,0.34-0.14,0.51-0.21c0,0,0,0,0.01,0c2.33,1.27,5.29,0.68,6.9-1.52c0.76-1.04,1.09-2.3,1-3.57 c-0.01-0.13,0-0.26-0.02-0.39c3.76-3.85,6.17-8.67,6.97-13.9c0,0,0,0,0,0C56.04,28.3,57.34,25.5,56.51,22.87z M28.38,4 C28.38,4,28.38,4,28.38,4C28.38,4,28.38,4,28.38,4c9.83,0,18.11,6.64,20.66,15.66c-1.49,0.73-2.57,2.09-2.92,3.73H28.38H10.64 c-0.35-1.64-1.43-3-2.92-3.73C10.27,10.64,18.56,4,28.38,4z M16.73,38.85C16.73,38.85,16.73,38.85,16.73,38.85L16.73,38.85 c-0.01,0-0.03,0-0.04-0.01c-0.17-0.04-0.34-0.07-0.52-0.09c-0.09-0.01-0.19-0.01-0.28-0.02c-0.09-0.01-0.18-0.02-0.27-0.02 c-0.13,0-0.25,0-0.38,0.01c-0.06,0-0.11,0-0.17,0.01c-0.15,0.01-0.29,0.03-0.44,0.06c-0.03,0.01-0.06,0.01-0.1,0.01 c-0.16,0.03-0.32,0.07-0.48,0.11c-0.01,0-0.03,0.01-0.04,0.01c-0.17,0.05-0.34,0.11-0.5,0.17c0,0-0.01,0-0.01,0 c-0.17,0.07-0.33,0.14-0.49,0.23c0,0,0,0,0,0c-0.16,0.08-0.32,0.18-0.47,0.28c-0.03,0.02-0.06,0.04-0.09,0.06 c-0.03,0.02-0.07,0.04-0.1,0.06c-2.53-2.84-4.32-6.34-5.06-10.22c0.32-0.12,0.61-0.29,0.89-0.47c0.07-0.04,0.14-0.07,0.2-0.11 c0.03-0.02,0.05-0.04,0.07-0.06c0.03-0.02,0.05-0.04,0.07-0.06c0.16-0.12,0.31-0.24,0.46-0.37c0.15-0.14,0.29-0.28,0.42-0.44 c0.03-0.03,0.06-0.07,0.08-0.1c0.26-0.32,0.5-0.67,0.68-1.05c0.06-0.11,0.12-0.22,0.17-0.34c0.02-0.04,0.05-0.08,0.06-0.12h0h14.85 h0L16.73,38.85z M28.38,46.97C28.38,46.97,28.38,46.97,28.38,46.97C28.38,46.97,28.38,46.97,28.38,46.97 c-2.73,0-5.33-0.53-7.73-1.46c0.12-0.43,0.18-0.86,0.19-1.29c0-0.09,0-0.18,0-0.27c0,0,0-0.01,0-0.01 c-0.01-0.26-0.03-0.52-0.08-0.78c-0.01-0.08-0.03-0.16-0.04-0.23c-0.07-0.31-0.16-0.61-0.28-0.91c0-0.01-0.01-0.02-0.01-0.03 c-0.13-0.31-0.29-0.6-0.48-0.88c0,0-0.01-0.01-0.01-0.01c-0.17-0.26-0.36-0.51-0.59-0.74l8.87-12.94l0,0l0,0l0.17-0.23l0.17,0.23 l0,0l0,0l8.87,12.94c-0.22,0.23-0.41,0.48-0.59,0.74c0,0-0.01,0.01-0.01,0.01c-0.19,0.28-0.35,0.57-0.48,0.88 c0,0.01-0.01,0.02-0.01,0.03c-0.12,0.29-0.21,0.6-0.28,0.91C36.02,43,36.01,43.07,36,43.15c-0.04,0.26-0.07,0.52-0.08,0.78 c0,0,0,0.01,0,0.01c0,0.09-0.01,0.18,0,0.27c0.01,0.43,0.07,0.87,0.19,1.29C33.7,46.44,31.11,46.97,28.38,46.97z M44.41,39.73 c-0.03-0.02-0.07-0.04-0.1-0.06c-0.03-0.02-0.06-0.04-0.09-0.06c-0.15-0.1-0.31-0.19-0.47-0.28c0,0,0,0,0,0 c-0.16-0.09-0.33-0.16-0.49-0.23c0,0-0.01,0-0.01,0c-0.16-0.07-0.33-0.12-0.5-0.17c-0.01,0-0.03-0.01-0.04-0.01 c-0.16-0.05-0.32-0.08-0.48-0.11c-0.03-0.01-0.06-0.01-0.1-0.01c-0.15-0.02-0.29-0.05-0.44-0.06c-0.06,0-0.11,0-0.17-0.01 c-0.13-0.01-0.25-0.01-0.38-0.01c-0.09,0-0.18,0.01-0.27,0.02c-0.09,0.01-0.19,0.01-0.28,0.02c-0.17,0.02-0.35,0.05-0.52,0.09 c-0.01,0-0.03,0-0.04,0.01l0,0c0,0,0,0,0,0L31.5,26.4h0h14.85h0c0.02,0.04,0.04,0.08,0.06,0.12c0.05,0.12,0.12,0.22,0.17,0.34 c0.19,0.38,0.42,0.73,0.68,1.05c0.03,0.03,0.05,0.07,0.08,0.1c0.13,0.15,0.27,0.3,0.42,0.44c0.15,0.13,0.3,0.26,0.46,0.37 c0.02,0.02,0.05,0.04,0.07,0.06c0.03,0.02,0.05,0.04,0.07,0.06c0.06,0.04,0.14,0.07,0.2,0.11c0.28,0.18,0.57,0.35,0.89,0.47 C48.73,33.39,46.94,36.89,44.41,39.73z'/%3E%3Cpath class='st0' d='M28.38,21.72c4.41-0.01,7.98-3.59,7.98-8.01s-3.57-7.99-7.98-8.01c-4.41,0.01-7.98,3.59-7.98,8.01 S23.97,21.71,28.38,21.72z'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
    background-repeat: no-repeat;
    border: none !important;
    -webkit-background-size: 35px 35px !important;
    -moz-background-size: 35px 35px !important;
    -o-background-size: 35px 35px !important;
    background-size: 35px 35px !important;
  }

  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category[data-filter="437"] .filter-checkbox:before,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category[data-filter="437"] .filter-checkbox:before {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }

  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category[data-filter="437"] .filter-checkbox:checked,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category[data-filter="437"] .filter-checkbox:checked {
    background-image: none !important;
    background-color: transparent !important;
  }

  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category[data-filter="437"] .filter-checkbox:checked:before,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category[data-filter="437"] .filter-checkbox:checked:before {
    width: 35px;
    height: 35px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-background-size: 35px 35px !important;
    -moz-background-size: 35px 35px !important;
    -o-background-size: 35px 35px !important;
    background-size: 35px 35px !important;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: $$$/GeneralStr/196=Adobe Illustrator 27.6.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 56.76 50.97' style='enable-background:new 0 0 56.76 50.97;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23242424;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M53.57,29.4L53.57,29.4L53.57,29.4c-0.67,0.29-1.41,0.45-2.18,0.45c-0.73,0-1.42-0.15-2.05-0.41 c-0.1-0.04-0.19-0.1-0.29-0.15c-0.16-0.08-0.31-0.16-0.46-0.25c-0.12-0.07-0.24-0.15-0.35-0.23c-0.16-0.12-0.32-0.24-0.46-0.37 c-0.15-0.14-0.29-0.28-0.42-0.44c-0.03-0.03-0.06-0.07-0.08-0.1c-0.14-0.17-0.26-0.34-0.38-0.52c-0.11-0.17-0.21-0.34-0.3-0.53 c-0.06-0.11-0.12-0.22-0.17-0.34c-0.02-0.04-0.05-0.08-0.06-0.12h0H31.5l8.53,12.45l0,0c0.01,0,0.03,0,0.04-0.01 c0.17-0.04,0.34-0.07,0.52-0.09c0.09-0.01,0.19-0.01,0.28-0.02c0.09-0.01,0.18-0.02,0.27-0.02c0.13,0,0.25,0,0.38,0.01 c0.06,0,0.11,0,0.17,0.01c0.15,0.01,0.29,0.03,0.44,0.06c0.03,0.01,0.06,0.01,0.1,0.01c0.16,0.03,0.32,0.07,0.48,0.11 c0.01,0,0.03,0.01,0.04,0.01c0.17,0.05,0.34,0.11,0.5,0.17c0,0,0.01,0,0.01,0c0.17,0.07,0.33,0.14,0.49,0.23c0,0,0,0,0,0 c0.16,0.08,0.32,0.18,0.47,0.28c0,0,0,0,0.01,0c0.03,0.02,0.05,0.03,0.08,0.05c0,0,0,0,0,0c1.31,0.9,2.17,2.36,2.3,4.03 c0,0,0,0,0,0.01c-0.01-0.13,0-0.27-0.02-0.4C50.36,39.45,52.76,34.63,53.57,29.4z'/%3E%3Cpath class='st0' d='M36.08,45.39c-0.04-0.14-0.07-0.28-0.09-0.43c-0.04-0.24-0.07-0.49-0.07-0.73c0-0.01,0-0.01,0-0.02 c0-0.04-0.01-0.08-0.01-0.12c0-0.05,0.01-0.1,0.02-0.15c0.01-0.32,0.05-0.63,0.11-0.94c0-0.02,0.01-0.04,0.01-0.06 c0.03-0.16,0.09-0.31,0.14-0.47c0.05-0.15,0.08-0.31,0.14-0.46c0-0.01,0.01-0.02,0.01-0.03c0,0,0,0,0-0.01 c0.13-0.31,0.29-0.6,0.48-0.88c0,0,0.01-0.01,0.01-0.01c0.17-0.26,0.36-0.51,0.59-0.74l-8.87-12.94l0,0l-0.17-0.23l-0.17,0.23l0,0 l-8.87,12.94c0.22,0.23,0.41,0.48,0.59,0.74c0,0,0.01,0.01,0.01,0.01c0.19,0.28,0.35,0.57,0.48,0.88c0,0,0,0,0,0.01 c0,0.01,0.01,0.02,0.01,0.03c0.06,0.15,0.1,0.3,0.14,0.46c0.05,0.16,0.11,0.31,0.14,0.47c0,0.02,0.01,0.04,0.01,0.06 c0.06,0.31,0.1,0.63,0.11,0.94c0,0.05,0.02,0.1,0.02,0.15c0,0.04-0.01,0.08-0.01,0.12c0,0.01,0,0.01,0,0.02 c-0.01,0.24-0.03,0.49-0.07,0.73c-0.02,0.15-0.05,0.29-0.09,0.43c-0.37,1.47-1.34,2.68-2.63,3.39c0,0,0,0,0,0 c0.17,0.07,0.34,0.14,0.51,0.21c0.24,0.1,0.47,0.2,0.71,0.29c0.15,0.06,0.29,0.1,0.44,0.16c0.27,0.1,0.53,0.2,0.8,0.28 c0.17,0.05,0.34,0.1,0.51,0.15c0.25,0.08,0.5,0.16,0.76,0.22c0.21,0.06,0.43,0.1,0.64,0.15c0.21,0.05,0.43,0.11,0.64,0.15 c0.24,0.05,0.49,0.09,0.73,0.14c0.19,0.03,0.38,0.08,0.57,0.11c0.17,0.03,0.34,0.04,0.51,0.07c0.27,0.04,0.54,0.08,0.81,0.11 c0.89,0.09,1.78,0.14,2.69,0.14c0,0,0,0,0,0c0,0,0,0,0,0s0,0,0,0c0,0,0,0,0,0c0.9,0,1.8-0.05,2.69-0.14 c0.27-0.03,0.54-0.07,0.81-0.11c0.17-0.02,0.34-0.04,0.51-0.07c0.19-0.03,0.38-0.07,0.57-0.11c0.24-0.04,0.49-0.08,0.73-0.14 c0.22-0.05,0.43-0.1,0.64-0.15c0.21-0.05,0.43-0.1,0.64-0.15c0.25-0.07,0.5-0.15,0.76-0.22c0.17-0.05,0.34-0.1,0.51-0.15 c0.27-0.09,0.53-0.19,0.8-0.28c0.15-0.05,0.3-0.1,0.44-0.16c0.24-0.09,0.47-0.19,0.71-0.29c0.17-0.07,0.34-0.14,0.51-0.21 c0,0,0,0,0,0C37.42,48.07,36.45,46.86,36.08,45.39z'/%3E%3Cpath class='st0' d='M10.41,26.4L10.41,26.4c-0.02,0.04-0.05,0.08-0.06,0.12c-0.05,0.12-0.12,0.22-0.17,0.34 c-0.09,0.18-0.19,0.36-0.3,0.53c-0.12,0.18-0.24,0.36-0.38,0.52c-0.03,0.03-0.05,0.07-0.08,0.1c-0.13,0.15-0.27,0.3-0.42,0.44 c-0.15,0.13-0.3,0.25-0.46,0.37c-0.11,0.08-0.23,0.15-0.35,0.23c-0.15,0.09-0.3,0.17-0.46,0.25c-0.1,0.05-0.19,0.1-0.29,0.15 c-0.63,0.26-1.32,0.41-2.05,0.41c-0.78,0-1.51-0.16-2.18-0.46l0,0.01l0,0C4,34.63,6.4,39.45,10.16,43.3 c-0.02,0.13-0.01,0.27-0.02,0.4c0,0,0,0,0-0.01c0.13-1.67,0.99-3.13,2.3-4.03c0,0,0,0,0,0c0.03-0.02,0.05-0.03,0.08-0.05 c0,0,0,0,0.01,0c0.15-0.1,0.31-0.19,0.47-0.28c0,0,0,0,0,0c0.16-0.08,0.33-0.16,0.49-0.23c0,0,0.01,0,0.01,0 c0.16-0.07,0.33-0.12,0.5-0.17c0.01,0,0.03-0.01,0.04-0.01c0.16-0.05,0.32-0.08,0.48-0.11c0.03-0.01,0.06-0.01,0.1-0.01 c0.15-0.02,0.29-0.05,0.44-0.06c0.06,0,0.11,0,0.17-0.01c0.13-0.01,0.25-0.01,0.38-0.01c0.09,0,0.18,0.01,0.27,0.02 c0.09,0.01,0.19,0.01,0.28,0.02c0.17,0.02,0.35,0.05,0.52,0.09c0.01,0,0.03,0,0.04,0.01l0,0l8.53-12.45H10.41z'/%3E%3Cpath class='st0' d='M5.38,19.11c1.08,0,2.07,0.32,2.92,0.87c0.08,0.05,0.16,0.12,0.24,0.17c0.18,0.13,0.34,0.26,0.5,0.41 c0.07,0.07,0.15,0.13,0.21,0.2c0.18,0.18,0.33,0.38,0.48,0.58c0.06,0.08,0.11,0.15,0.16,0.23c0.15,0.23,0.28,0.47,0.39,0.72 c0.03,0.07,0.06,0.15,0.09,0.22c0.11,0.28,0.2,0.56,0.27,0.86h0h17.74h17.74h0c0.06-0.3,0.16-0.58,0.27-0.86 c0.03-0.07,0.06-0.15,0.09-0.22c0.11-0.25,0.24-0.49,0.39-0.72c0.05-0.08,0.11-0.16,0.16-0.23c0.15-0.2,0.31-0.4,0.48-0.58 c0.07-0.07,0.14-0.14,0.21-0.2c0.16-0.15,0.32-0.28,0.5-0.41c0.08-0.06,0.16-0.12,0.24-0.17c0.84-0.54,1.84-0.87,2.92-0.87 c0.67,0,1.3,0.14,1.9,0.36c0,0,0,0,0,0c-0.05-0.02-0.1-0.04-0.15-0.06C50.4,8.28,40.34,0,28.38,0C16.42,0,6.36,8.28,3.63,19.41 c-0.05,0.02-0.1,0.04-0.15,0.06c0,0,0,0,0,0C4.07,19.25,4.71,19.11,5.38,19.11z M28.38,21.72c-4.41-0.01-7.98-3.59-7.98-8.01 c0-4.41,3.57-7.99,7.98-8.01c4.41,0.01,7.98,3.59,7.98,8.01C36.36,18.13,32.79,21.71,28.38,21.72z'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
  }

  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .grid-item-event,
  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .grid-item-event,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category {
    text-align: left;
    font-size: 1rem;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
    padding-bottom: 1rem;
    padding-right: 1rem;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    background-image: none;
  }

  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .grid-item-event .facetwp-counter,
  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category .facetwp-counter,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .grid-item-event .facetwp-counter,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category .facetwp-counter {
    display: none;
  }

  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .grid-item-event.cat-event-active,
  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .grid-item-event.checked,
  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .grid-item-event.active-category,
  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category.cat-event-active,
  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category.checked,
  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category.active-category,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .grid-item-event.cat-event-active,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .grid-item-event.checked,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .grid-item-event.active-category,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category.cat-event-active,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category.checked,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category.active-category {
    color: #242424;
    background-image: none;
  }

  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .grid-item-event.cat-event-active::before,
  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .grid-item-event.checked::before,
  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .grid-item-event.active-category::before,
  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category.cat-event-active::before,
  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category.checked::before,
  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category.active-category::before,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .grid-item-event.cat-event-active::before,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .grid-item-event.checked::before,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .grid-item-event.active-category::before,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category.cat-event-active::before,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category.checked::before,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category.active-category::before {
    background-color: #d3bf77;
  }

  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .grid-item-event.cat-event.event-category-everything-de,
  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category.cat-event.event-category-everything-de,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .grid-item-event.cat-event.event-category-everything-de,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category.cat-event.event-category-everything-de {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .page-template-programm .program-page .events .filter-pg .apply {
    display: none;
  }

  .page-template-programm .program-page .open-map {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    background-color: #fff;
    height: 100vh;
    z-index: 0;
    left: unset !important;
    right: 0;
    /* position: relative !important; */
  }

  @media (min-width: 769px) {
    .page-template-programm .program-page .open-map {
      width: 43%;
      background-color: #fff;
      z-index: 0;
      height: -webkit-calc(100vh - 120px);
      height: -moz-calc(100vh - 120px);
      height: calc(100vh - 120px);
      position: -webkit-sticky;
      position: sticky;
      top: 120px;
      left: unset !important;
      right: 0;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
    }
  }

  @media (min-width: 992px) {
    .page-template-programm .program-page .open-map {
      width: 43%;
      position: fixed;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
    }
  }

  .page-template-programm .program-page .open-map .map {
    width: 100%;
    height: 100%;
  }

  .page-template-programm .program-page .open-map .map img {
    max-width: inherit !important;
  }

  .page-template-programm .program-page .open-map .map-filters {
    display: none;
  }

  .page-template-programm .program-page .events-pg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-template-programm .program-page .events-pg .day-container {
    background-color: #242424;
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 150px;
    height: 3px;
    display: none;
  }

  .page-template-programm .program-page .events-pg .grid-item-post {
    pointer-events: auto;
  }

  .page-template-programm .program-page .events-pg .grid-item-post:hover .event-info-top h3 {
    font-weight: 700;
  }

  @media (min-width: 769px) {
    .page-template-programm .program-page .events-pg .grid-item-post {
      background-color: #fff;
      position: relative;
      display: block;
      width: 100%;
    }
  }

  .page-template-programm .program-page .events-pg .grid-item-post a.link-spanned {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }

  .page-template-programm .program-page .events-pg .grid-item-post.item-show {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .page-template-programm .program-page .events-pg .grid-item-post.hide {
    display: none;
  }

  .page-template-programm .program-page .events-pg .grid-item-post.post-fake {
    display: none;
    background-color: transparent;
  }

  @media (min-width: 769px) {
    .page-template-programm .program-page .events-pg .grid-item-post.post-fake {
      display: grid;
    }
  }

  .page-template-programm .program-page .events-pg .grid-item-post.cat-num {
    background-color: transparent;
  }

  @media (min-width: 576px) {
    .page-template-programm .program-page .events-pg .grid-item-post.cat-num {
      background-color: #fff;
    }
  }

  .page-template-programm .program-page .events-pg .cat-num .aspect-ratio {
    padding-top: 25%;
  }

  @media (min-width: 769px) {
    .page-template-programm .program-page .events-pg .cat-num .aspect-ratio {
      padding-top: 100%;
    }
  }

  .page-template-programm .program-page .event-title {
    font-size: 0.875rem;
  }

  @media (min-width: 992px) {
    .page-template-programm .program-page .event-title {
      font-size: 1.125rem;
    }
  }

  .page-template-programm .program-page .event-title .event-cat {
    text-transform: uppercase;
    color: #848484;
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    margin-right: 0.5rem;
  }

  .page-template-programm .program-page .event-title .event-cat .term {
    display: block;
  }

  .page-template-programm .program-page .event-title .event-cat .term ~ .term {
    display: none;
  }

  .page-template-programm .program-page .event-content {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .page-template-programm .program-page .event-content .event-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.875rem;
    color: #fff;
    padding: 0.5rem;
    margin-right: 1.5rem;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    aspect-ratio: 1;
  }

  .page-template-programm .program-page .event-content .event-img {
    position: relative;
    overflow: hidden;
    padding-bottom: 110%;
  }

  .page-template-programm .program-page .event-content .event-img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .page-template-programm .program-page .event-content .event-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 700;
    width: 100%;
    height: auto;
    overflow-y: visible;
    cursor: pointer;
  }

  .page-template-programm .program-page .event-content .event-info .event-info-top h3 {
    font-size: -webkit-calc(15px + 1vmax);
    font-size: -moz-calc(15px + 1vmax);
    font-size: calc(15px + 1vmax);
    font-weight: 500;
  }

  @media (min-width: 769px) {
    .page-template-programm .program-page .event-content .event-info .event-info-top h3 {
      font-size: -webkit-calc(7px + 1vmax);
      font-size: -moz-calc(7px + 1vmax);
      font-size: calc(7px + 1vmax);
    }
  }

  .page-template-programm .program-page .event-content .event-info .event-info-top p {
    color: #242424;
    font-size: -webkit-calc(15px + 1vmax);
    font-size: -moz-calc(15px + 1vmax);
    font-size: calc(15px + 1vmax);
  }

  @media (min-width: 769px) {
    .page-template-programm .program-page .event-content .event-info .event-info-top p {
      font-size: -webkit-calc(7px + 1vmax);
      font-size: -moz-calc(7px + 1vmax);
      font-size: calc(7px + 1vmax);
    }
  }

  .page-template-programm .program-page .event-content .event-info .event-info-top a {
    display: inline-block;
  }

  .page-template-programm .program-page .event-content .event-info .event-info-top a p {
    text-decoration: underline;
  }

  .page-template-programm .program-page .event-content .event-info .event-info-bottom {
    font-size: 0.875rem;
  }

  .page-template-programm .program-page .event-content .event-info .event-info-bottom a {
    display: inline-block;
    text-decoration: underline;
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }

  .page-template-programm .program-page .event-content .event-info .event-info-bottom p {
    font-size: 0.875rem;
    margin-top: 0.5rem;
    word-break: break-all;
  }

  .page-template-programm .program-page .event-content .event-thumb {
    display: none;
  }

  .page-template-programm .program-page .event-content .event-text {
    display: none;
    overflow-y: auto;
    font-size: -webkit-calc(5px + 1vmax);
    font-size: -moz-calc(5px + 1vmax);
    font-size: calc(5px + 1vmax);
  }

  @media (min-width: 1280px) {
    .page-template-programm .program-page .event-content .event-text {
      font-size: 1.125rem;
    }
  }

  .page-template-programm .program-page .event-content .event-text p:last-child {
    margin-bottom: 1rem;
  }

  .page-template-programm .program-page .event-content .event-text .image-credit {
    font-size: 0.75rem;
    margin-top: 3rem;
  }

  .page-template-programm .program-page .event-content .event-close {
    display: none;
  }

  .page-template-programm .program-page .show-popup .event-content {
    position: fixed;
    background-color: #fff;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
  }

  .page-template-programm .program-page .show-popup .event-content .event-close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 1rem;
  }

  .page-template-programm .program-page .show-popup .event-info {
    display: block;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    overflow-y: visible;
    overflow-y: initial;
  }

  .page-template-programm .program-page .show-popup .event-thumb {
    display: block;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  @media (min-width: 576px) {
    .page-template-programm .program-page .show-popup .event-thumb img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
    }
  }

  .page-template-programm .program-page .show-popup .event-text {
    display: block;
    padding: 1rem;
    font-size: 1.125rem;
    background-color: #242424;
    color: #fff;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    overflow-y: visible;
    overflow-y: initial;
  }
}

/* MOBILE-------------------------------------------------------------------------------------------------------------- */

@media (max-width: 768px) {
  .page-template-programm .program-page {
    background-color: #fff;
  }

  .page-template-programm .program-page .program-header {
    position: relative;
    background-color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    margin-top: 72px;
  }

  .page-template-programm .program-page .program-header .title-bg {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: unset;
    line-height: 0.9;
    opacity: 1;
  }

  .page-template-programm .program-page .program-header .title-bg p {
    display: inline-block;
    text-align: left;
    background-color: #242424;
    padding: 0.5rem;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
  }

  .page-template-programm .program-page .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  @media (min-width: 769px) {
    .page-template-programm .program-page .flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
    }
  }

  .page-template-programm .program-page .flex .open-map {
    opacity: 0;
    pointer-events: none;
  }

  .page-template-programm .program-page .flex .open-map,
  .page-template-programm .program-page .flex .locations-map-agenda {
    position: fixed;
    top: 80px;
    top: var(--top1);
    left: 0;
    width: 100%;
    height: 100vh; /* Fallback for browsers that do not support Custom Properties */
    height: -webkit-calc((1vh - 80px) * 100);
    height: -moz-calc((1vh - 80px) * 100);
    height: calc((1vh - 80px) * 100);
    height: -webkit-calc((var(--vh, 1vh) - var(--top1)) * 100);
    height: -moz-calc((var(--vh, 1vh) - var(--top1)) * 100);
    height: calc((var(--vh, 1vh) - var(--top1)) * 100);
    height: -webkit-calc(100% - 80px);
    height: -moz-calc(100% - 80px);
    height: calc(100% - 80px);
    height: -webkit-calc(100% - var(--top1));
    height: -moz-calc(100% - var(--top1));
    height: calc(100% - var(--top1));
    z-index: 8;
  }

  .page-template-programm .program-page .flex .open-map .map-filters,
  .page-template-programm .program-page .flex .locations-map-agenda .map-filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    background: white;
    overflow: auto;
  }

  .page-template-programm .program-page .flex .open-map .map-filters .event-category,
  .page-template-programm .program-page .flex .locations-map-agenda .map-filters .event-category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 0 4px;
    margin: 0 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-template-programm .program-page .flex .open-map .map,
  .page-template-programm .program-page .flex .locations-map-agenda .map {
    height: 100%;
    width: 100%;
  }

  .page-template-programm .program-page .flex .open-map .map p,
  .page-template-programm .program-page .flex .locations-map-agenda .map p {
    font-size: 16px;
  }

  .page-template-programm .program-page .flex .open-map .map .marker-label.disable-post,
  .page-template-programm .program-page .flex .locations-map-agenda .map .marker-label.disable-post {
    display: none !important;
  }

  .page-template-programm .program-page .flex .open-map .map .marker-label div,
  .page-template-programm .program-page .flex .locations-map-agenda .map .marker-label div {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 58px 17px 0 17px;
    border-color: #2b2e34 transparent transparent transparent;
    z-index: 2;
    color: white;
  }

  .page-template-programm .program-page .flex .open-map .map .marker-label span,
  .page-template-programm .program-page .flex .locations-map-agenda .map .marker-label span {
    position: absolute;
    top: 0;
    z-index: 9999;
    color: white;
    text-align: center;
    display: block;
    width: 34px;
    height: 23px;
    font-size: 12px;
    font-family: 'Delphia', arial, sans-serif;
  }

  .page-template-programm .program-page .flex .open-map .map .marker-label article,
  .page-template-programm .program-page .flex .locations-map-agenda .map .marker-label article {
    display: none;
  }

  .page-template-programm .program-page .flex .open-divs,
  .page-template-programm .program-page .flex .loc-divs {
    position: fixed;
    top: 80px;
    top: var(--top1);
    left: 0;
    width: 100%;
    height: 100vh; /* Fallback for browsers that do not support Custom Properties */
    height: -webkit-calc((1vh - 80px) * 100);
    height: -moz-calc((1vh - 80px) * 100);
    height: calc((1vh - 80px) * 100);
    height: -webkit-calc((var(--vh, 1vh) - var(--top1)) * 100);
    height: -moz-calc((var(--vh, 1vh) - var(--top1)) * 100);
    height: calc((var(--vh, 1vh) - var(--top1)) * 100);
    height: -webkit-calc(100% - 80px);
    height: -moz-calc(100% - 80px);
    height: calc(100% - 80px);
    height: -webkit-calc(100% - var(--top1));
    height: -moz-calc(100% - var(--top1));
    height: calc(100% - var(--top1));
    z-index: 3;
    display: none;
  }

  .page-template-programm .program-page .flex .open-divs .div-popup,
  .page-template-programm .program-page .flex .loc-divs .div-popup {
    position: relative;
    width: 100%;
    right: unset;
    height: 100% !important;
    padding: 1.5rem;
    z-index: 10;
  }

  .page-template-programm .program-page .flex .open-divs .div-popup .div-top,
  .page-template-programm .program-page .flex .loc-divs .div-popup .div-top {
    width: 100%;
  }

  .page-template-programm .program-page .flex .open-divs .div-popup .div-top .div-img,
  .page-template-programm .program-page .flex .loc-divs .div-popup .div-top .div-img {
    width: 50%;
  }

  .page-template-programm .program-page .flex .open-divs .div-popup .div-top .swiper-container,
  .page-template-programm .program-page .flex .loc-divs .div-popup .div-top .swiper-container {
    width: 100%;
  }

  .page-template-programm .program-page .flex .open-divs .div-popup .div-top .swiper-container .swiper-slide,
  .page-template-programm .program-page .flex .loc-divs .div-popup .div-top .swiper-container .swiper-slide {
    width: 100% !important;
  }

  .page-template-programm .program-page .flex .open-divs .div-popup .div-top .swiper-container .swiper-pagination,
  .page-template-programm .program-page .flex .loc-divs .div-popup .div-top .swiper-container .swiper-pagination {
    padding: 0;
  }

  .page-template-programm .program-page .flex .open-divs .div-popup .div-top .swiper-container .swiper-pagination .swiper-pagination-bullet,
  .page-template-programm .program-page .flex .loc-divs .div-popup .div-top .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background: white;
    height: 12px;
    width: 12px;
  }

  .page-template-programm .program-page .flex .open-divs .div-popup .div-top .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .page-template-programm .program-page .flex .loc-divs .div-popup .div-top .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgb(143, 124, 61);
    background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
    background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
    background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  }

  .page-template-programm .program-page .flex .open-divs .div-popup .div-text,
  .page-template-programm .program-page .flex .open-divs .div-popup .div-top,
  .page-template-programm .program-page .flex .loc-divs .div-popup .div-text,
  .page-template-programm .program-page .flex .loc-divs .div-popup .div-top {
    padding: 0;
  }

  .page-template-programm .program-page .flex .open-divs .div-popup .div-text p,
  .page-template-programm .program-page .flex .open-divs .div-popup .div-top p,
  .page-template-programm .program-page .flex .loc-divs .div-popup .div-text p,
  .page-template-programm .program-page .flex .loc-divs .div-popup .div-top p {
    font-weight: 500;
    font-size: 14px;
  }

  .page-template-programm .program-page .flex .open-divs .div-popup .div-text .div-info,
  .page-template-programm .program-page .flex .open-divs .div-popup .div-top .div-info,
  .page-template-programm .program-page .flex .loc-divs .div-popup .div-text .div-info,
  .page-template-programm .program-page .flex .loc-divs .div-popup .div-top .div-info {
    padding: 1rem 0;
  }

  .page-template-programm .program-page .flex .open-divs .div-popup .div-text .div-info p,
  .page-template-programm .program-page .flex .open-divs .div-popup .div-text .div-info a,
  .page-template-programm .program-page .flex .open-divs .div-popup .div-top .div-info p,
  .page-template-programm .program-page .flex .open-divs .div-popup .div-top .div-info a,
  .page-template-programm .program-page .flex .loc-divs .div-popup .div-text .div-info p,
  .page-template-programm .program-page .flex .loc-divs .div-popup .div-text .div-info a,
  .page-template-programm .program-page .flex .loc-divs .div-popup .div-top .div-info p,
  .page-template-programm .program-page .flex .loc-divs .div-popup .div-top .div-info a {
    font-weight: 500;
    font-size: 14px;
  }

  .page-template-programm .program-page .flex .open-divs .div-popup .div-text .div-info p:first-of-type,
  .page-template-programm .program-page .flex .open-divs .div-popup .div-top .div-info p:first-of-type,
  .page-template-programm .program-page .flex .loc-divs .div-popup .div-text .div-info p:first-of-type,
  .page-template-programm .program-page .flex .loc-divs .div-popup .div-top .div-info p:first-of-type {
    font-size: 18px;
  }

  .page-template-programm .program-page .flex.opened-popup .open-divs,
  .page-template-programm .program-page .flex.opened-popup .loc-divs {
    display: block;
  }

  .page-template-programm .program-page .flex.opened-popup .locations-page .events {
    z-index: 3;
  }

  .page-template-programm .program-page .open-divs .div-popup {
    background-color: #242424;
    padding: 1rem;
    color: #fff;
    z-index: 10;
    width: 43%;
    position: fixed;
    top: 120px;
    right: 0;
  }

  .page-template-programm .program-page .open-divs .div-popup .div-img .swiper-container {
    height: auto;
    margin: 0;
    padding-bottom: 1.5rem;
  }

  .page-template-programm .program-page .open-divs .div-popup .div-img .swiper-container img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    max-height: 70vh;
  }

  .page-template-programm .program-page .open-divs .div-popup .div-img .swiper-container .swiper-pagination {
    position: relative;
    bottom: 0;
    text-align: left;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    width: auto;
  }

  .page-template-programm .program-page .open-divs .div-popup .div-img .swiper-container .swiper-pagination-bullet {
    height: 1rem;
    width: 1rem;
    background: rgb(143, 124, 61);
    background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
    background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
    background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
    opacity: 1;
  }

  .page-template-programm .program-page .open-divs .div-popup .div-img .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
  }

  .page-template-programm .program-page .open-divs .div-popup .div-img .swiper-container .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-template-programm .program-page .open-divs .div-popup .div-img .swiper-container .swiper-wrapper {
    height: auto;
  }

  .page-template-programm .program-page .open-divs .div-popup .div-img .swiper-container .is-exhibition:not(.living-rituals) {
    display: none;
  }

  .page-template-programm .program-page .open-divs .div-popup .div-img .swiper-container .mobile-word {
    display: inline-block;
  }

  .page-template-programm .program-page .open-divs .div-popup .div-img .swiper-container .desktop-word {
    display: none;
  }

  .page-template-programm .program-page .open-divs .div-popup .div-img .swiper-container .is-exhibition.living-rituals {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 25%;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    font-size: 0.75rem;
    word-break: break-word;
  }

  .page-template-programm .program-page .open-divs .div-popup .div-img .swiper-container .is-exhibition.living-rituals span.dot {
    width: 1.5rem;
    height: 1.5rem;
    border-width: 1px;
    border-color: #fff;
    background-color: #af2424;
    display: inline-block;
    margin-bottom: 0.75rem;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
  }

  .page-template-programm .program-page .open-divs .div-close {
    position: absolute;
    top: 0;
    margin: 1rem;
    right: 0;
    cursor: pointer;
    z-index: 10;
  }

  .page-template-programm .program-page .open-divs .div-close svg rect {
    fill: #fff;
  }

  .page-template-programm .program-page .events {
    width: 100%;
    height: auto;
  }

  .page-template-programm .program-page .events .cache {
    display: none;
  }

  .page-template-programm .program-page .events .wrap-posts {
    margin-bottom: 1rem;
  }

  .page-template-programm .program-page .events .wrap-posts.hide {
    display: none !important;
  }

  .page-template-programm .program-page .events .date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #242424;
    padding: 0.75rem 1rem 0.55rem;
    font-size: 16px;
    position: -webkit-sticky;
    position: sticky;
    top: 160px;
    z-index: 1;
  }

  .page-template-programm .program-page .events .filter-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.125rem;
    background-color: #fff;
    z-index: 8;
    position: -webkit-sticky;
    position: sticky;
    top: 72px;
  }

  .page-template-programm .program-page .events .filter-search .filter-button {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #848484;
    margin-right: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    pointer-events: auto;
    cursor: pointer;
    font-weight: 500;
  }

  .page-template-programm .program-page .events .filter-search .search {
    width: 100%;
    font-size: 1.125rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-bottom: 1px solid grey;
  }

  .page-template-programm .program-page .events .filter-pg {
    padding-top: 1rem;
    display: none;
    color: #242424;
    width: 100%;
    background-color: #fff;
    z-index: 8;
    position: -webkit-sticky;
    position: sticky;
    top: 161px;
  }

  .page-template-programm .program-page .events .filter-pg.open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid grey;
  }

  .page-template-programm .program-page .events .filter-pg .filter-days,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories {
    display: block;
    width: 309px;
  }

  .page-template-programm .program-page .events .filter-pg .filter-title {
    font-size: 0.875rem;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-template-programm .program-page .events .filter-pg .filter-title .words {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 1rem;
    font-weight: 400;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .page-template-programm .program-page .events .filter-pg .filter-title .line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 3px;
  }

  @media (min-width: 769px) {
    .page-template-programm .program-page .events .filter-pg .filter-title .line {
      height: 6px;
    }
  }

  .page-template-programm .program-page .events .filter-pg .filters-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .page-template-programm .program-page .events .filter-pg .filters-bottom .filter-days,
  .page-template-programm .program-page .events .filter-pg .filters-bottom .filter-extra-categories {
    width: 50%;
  }

  .page-template-programm .program-page .events .filter-pg .filters-bottom .filter-extra-categories .categories-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container,
  .page-template-programm .program-page .events .filter-pg .filter-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 14px;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .item-day,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .item-day {
    border-width: 0;
    position: relative;
    font-size: 14px;
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .item-day .filter-checkbox,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .item-day .filter-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 25px;
    height: 25px;
    border: 2px solid #d3bf77;
    border: 2px solid var(--gold);
    background-color: #d3bf77;
    background-color: var(--gold);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 6px;
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .item-day .filter-checkbox:before,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .item-day .filter-checkbox:before {
    content: "";
    width: -webkit-calc(25px - 4px);
    width: -moz-calc(25px - 4px);
    width: calc(25px - 4px);
    height: -webkit-calc(25px - 4px);
    height: -moz-calc(25px - 4px);
    height: calc(25px - 4px);
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 120ms -webkit-transform ease-in-out;
    transition: 120ms -webkit-transform ease-in-out;
    -o-transition: 120ms -o-transform ease-in-out;
    -moz-transition: 120ms transform ease-in-out, 120ms -moz-transform ease-in-out;
    transition: 120ms transform ease-in-out;
    transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out, 120ms -moz-transform ease-in-out, 120ms -o-transform ease-in-out;
    background: inherit;
    display: block;
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .item-day .filter-checkbox:checked:before,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .item-day .filter-checkbox:checked:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .item-day .filter-checkbox:not(:checked),
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .item-day .filter-checkbox:not(:checked) {
    background: unset !important;
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .item-day .filter-checkbox:not(:checked):before,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .item-day .filter-checkbox:not(:checked):before {
  }

  @media (min-width: 769px) {
    .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .grid-item-days,
    .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .grid-item-days {
      text-transform: uppercase;
      font-weight: 700;
      text-align: center;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: pointer;
      padding-left: 0;
      background-image: none;
      border: 3px solid #d3bf77;
      font-size: 14px;
    }
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .grid-item-days.cat-days-all,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .grid-item-days.cat-days-all {
    font-size: 14px;
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .grid-item-days.cat-day-active,
  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .grid-item-days.active-category,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .grid-item-days.cat-day-active,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .grid-item-days.active-category {
    color: #fff;
    background-image: none;
    border: 3px solid #000;
    background-color: #000;
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .grid-item-days .facetwp-counter,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .grid-item-days .facetwp-counter {
    display: none;
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .grid-item-days.cat-days-all,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .grid-item-days.cat-days-all {
    padding: 0.25rem;
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .event-category .filter-checkbox,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .event-category .filter-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 25px;
    height: 25px;
    border: 2px solid #d3bf77;
    border: 2px solid var(--gold);
    background-color: #d3bf77;
    background-color: var(--gold);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 6px;
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .event-category .filter-checkbox:before,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .event-category .filter-checkbox:before {
    content: "";
    width: -webkit-calc(25px - 4px);
    width: -moz-calc(25px - 4px);
    width: calc(25px - 4px);
    height: -webkit-calc(25px - 4px);
    height: -moz-calc(25px - 4px);
    height: calc(25px - 4px);
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 120ms -webkit-transform ease-in-out;
    transition: 120ms -webkit-transform ease-in-out;
    -o-transition: 120ms -o-transform ease-in-out;
    -moz-transition: 120ms transform ease-in-out, 120ms -moz-transform ease-in-out;
    transition: 120ms transform ease-in-out;
    transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out, 120ms -moz-transform ease-in-out, 120ms -o-transform ease-in-out;
    background: inherit;
    display: block;
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .event-category .filter-checkbox:checked:before,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .event-category .filter-checkbox:checked:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .event-category .filter-checkbox:not(:checked),
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .event-category .filter-checkbox:not(:checked) {
    background: unset !important;
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container .categories-wrap .event-category .filter-checkbox:not(:checked):before,
  .page-template-programm .program-page .events .filter-pg .filter-container .categories-wrap .event-category .filter-checkbox:not(:checked):before {
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container .aspect-ratio,
  .page-template-programm .program-page .events .filter-pg .filter-container .aspect-ratio {
    content: '';
    height: 0;
    display: inline-block;
    padding-top: 100%;
    width: 1px;
    position: relative;
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container .item-day,
  .page-template-programm .program-page .events .filter-pg .filter-container .item-day {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 1;
    font-size: 14px;
    border: 3px solid #d3bf77;
  }

  .page-template-programm .program-page .events .filter-pg .filter-days-container label {
    position: absolute;
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-70%, -50%);
    -moz-transform: translate(-70%, -50%);
    -ms-transform: translate(-70%, -50%);
    -o-transform: translate(-70%, -50%);
    transform: translate(-70%, -50%);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap {
    font-size: 1.125rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  @media (min-width: 769px) {
    .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap,
    .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .grid-item-days,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .grid-item-days {
    display: none;
  }

  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category {
    padding-bottom: 0;
  }

  @media (min-width: 992px) {
    .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category,
    .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category {
      padding-bottom: 0.5rem;
    }
  }

  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category .filter-checkbox,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category .filter-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 25px;
    height: 25px;
    border: 2px solid #d3bf77;
    border: 2px solid var(--gold);
    background-color: #d3bf77;
    background-color: var(--gold);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 6px;
  }

  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category .filter-checkbox:before,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category .filter-checkbox:before {
    content: "";
    width: -webkit-calc(25px - 4px);
    width: -moz-calc(25px - 4px);
    width: calc(25px - 4px);
    height: -webkit-calc(25px - 4px);
    height: -moz-calc(25px - 4px);
    height: calc(25px - 4px);
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 120ms -webkit-transform ease-in-out;
    transition: 120ms -webkit-transform ease-in-out;
    -o-transition: 120ms -o-transform ease-in-out;
    -moz-transition: 120ms transform ease-in-out, 120ms -moz-transform ease-in-out;
    transition: 120ms transform ease-in-out;
    transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out, 120ms -moz-transform ease-in-out, 120ms -o-transform ease-in-out;
    background: inherit;
    display: block;
  }

  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category .filter-checkbox:checked:before,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category .filter-checkbox:checked:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category .filter-checkbox:not(:checked),
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category .filter-checkbox:not(:checked) {
    background: unset !important;
  }

  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category .filter-checkbox:not(:checked):before,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category .filter-checkbox:not(:checked):before {
  }

  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .grid-item-event,
  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .grid-item-event,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category {
    text-align: left;
    font-size: 1rem;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    background-image: none;
  }

  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .grid-item-event .facetwp-counter,
  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category .facetwp-counter,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .grid-item-event .facetwp-counter,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category .facetwp-counter {
    display: none;
  }

  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .grid-item-event.cat-event-active,
  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .grid-item-event.checked,
  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .grid-item-event.active-category,
  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category.cat-event-active,
  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category.checked,
  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category.active-category,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .grid-item-event.cat-event-active,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .grid-item-event.checked,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .grid-item-event.active-category,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category.cat-event-active,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category.checked,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category.active-category {
    color: #242424;
    background-image: none;
  }

  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .grid-item-event.cat-event-active::before,
  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .grid-item-event.checked::before,
  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .grid-item-event.active-category::before,
  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category.cat-event-active::before,
  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category.checked::before,
  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category.active-category::before,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .grid-item-event.cat-event-active::before,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .grid-item-event.checked::before,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .grid-item-event.active-category::before,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category.cat-event-active::before,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category.checked::before,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category.active-category::before {
    background-color: #d3bf77;
  }

  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .grid-item-event.cat-event.event-category-everything-de,
  .page-template-programm .program-page .events .filter-pg .filter-events-container .categories-wrap .event-category.cat-event.event-category-everything-de,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .grid-item-event.cat-event.event-category-everything-de,
  .page-template-programm .program-page .events .filter-pg .filter-extra-categories .categories-wrap .event-category.cat-event.event-category-everything-de {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .page-template-programm .program-page .events .filter-pg .apply {
    display: block;
    text-transform: uppercase;
    border: 2px solid black;
    color: black;
    padding: 0.35rem 0.5rem 0.1rem;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
  }

  .page-template-programm .program-page .events-pg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-template-programm .program-page .events-pg .day-container {
    background-color: #242424;
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 150px;
    height: 3px;
    display: none;
  }

  .page-template-programm .program-page .events-pg .grid-item-post {
    pointer-events: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-template-programm .program-page .events-pg .grid-item-post a.link-spanned {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }

  .page-template-programm .program-page .events-pg .grid-item-post.item-show {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .page-template-programm .program-page .events-pg .grid-item-post.hide {
    display: none;
  }

  .page-template-programm .program-page .events-pg .grid-item-post.post-fake {
    display: none;
    background-color: transparent;
  }

  .page-template-programm .program-page .events-pg .grid-item-post.cat-num {
    background-color: transparent;
  }

  @media (min-width: 576px) {
    .page-template-programm .program-page .events-pg .grid-item-post.cat-num {
      background-color: #fff;
    }
  }

  .page-template-programm .program-page .events-pg .cat-num .aspect-ratio {
    padding-top: 25%;
  }

  .page-template-programm .program-page .event-title .event-cat {
    text-transform: uppercase;
    color: #848484;
    display: inline-block;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
    font-size: 11px;
  }

  .page-template-programm .program-page .event-title .event-cat .term {
    display: block;
  }

  .page-template-programm .program-page .event-title .event-cat .term ~ .term {
    display: none;
  }

  .page-template-programm .program-page .event-content {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .page-template-programm .program-page .event-content .event-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 11px;
    margin-right: 0.5rem;
    width: 30px;
    width: var(--circle);
    height: 30px;
    height: var(--circle);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

  .page-template-programm .program-page .event-content .event-img {
    position: relative;
    overflow: hidden;
    padding-bottom: 110%;
  }

  .page-template-programm .program-page .event-content .event-img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .page-template-programm .program-page .event-content .event-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 700;
    width: 100%;
    height: auto;
    overflow-y: visible;
    cursor: pointer;
  }

  .page-template-programm .program-page .event-content .event-info .event-info-top h3 {
    font-size: 16px;
    font-weight: 500;
  }

  .page-template-programm .program-page .event-content .event-info .event-info-top p {
    color: #242424;
    font-size: -webkit-calc(15px + 1vmax);
    font-size: -moz-calc(15px + 1vmax);
    font-size: calc(15px + 1vmax);
    /* display: none; */
  }

  .page-template-programm .program-page .event-content .event-info .event-info-top a {
    display: inline-block;
  }

  .page-template-programm .program-page .event-content .event-info .event-info-top a p {
    text-decoration: underline;
  }

  .page-template-programm .program-page .event-content .event-info .event-info-bottom p {
    font-size: 10px;
    font-weight: 400;
    color: #636066;
    color: var(--gray);
    margin-top: 0.1rem;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  .page-template-programm .program-page .event-content .event-info .event-info-bottom a {
    display: inline-block;
    text-decoration: underline;
    margin-top: 0.5rem;
    font-size: 10px;
    font-weight: 400;
    color: #636066;
    color: var(--gray);
  }

  .page-template-programm .program-page .event-content .event-thumb {
    display: none;
  }

  .page-template-programm .program-page .event-content .event-text {
    display: none;
    overflow-y: auto;
    font-size: -webkit-calc(5px + 1vmax);
    font-size: -moz-calc(5px + 1vmax);
    font-size: calc(5px + 1vmax);
  }

  @media (min-width: 1280px) {
    .page-template-programm .program-page .event-content .event-text {
      font-size: 1.125rem;
    }
  }

  .page-template-programm .program-page .event-content .event-text p:last-child {
    margin-bottom: 1rem;
  }

  .page-template-programm .program-page .event-content .event-text .image-credit {
    font-size: 0.75rem;
    margin-top: 3rem;
  }

  .page-template-programm .program-page .event-content .event-close {
    display: none;
  }

  .page-template-programm .program-page .show-popup .event-content {
    position: fixed;
    background-color: #fff;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
  }

  .page-template-programm .program-page .show-popup .event-content .event-close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 1rem;
  }

  .page-template-programm .program-page .show-popup .event-info {
    display: block;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    overflow-y: visible;
    overflow-y: initial;
  }

  .page-template-programm .program-page .show-popup .event-thumb {
    display: block;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  @media (min-width: 576px) {
    .page-template-programm .program-page .show-popup .event-thumb img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
    }
  }

  .page-template-programm .program-page .show-popup .event-text {
    display: block;
    padding: 1rem;
    font-size: 1.125rem;
    background-color: #242424;
    color: #fff;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    overflow-y: visible;
    overflow-y: initial;
  }
}

/* .page-template-agenda {
  & .program-page {
    & .program-header {
      @apply bg-dark;
      background: #242424;
    }
  }
} */

.agenda-page {
  padding: 1rem;
  background-color: #fff;
}

@media (min-width: 769px) {
  .agenda-page {
    padding: 3.75rem;
  }
}

.agenda-page .title-bg {
  width: 100%;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  text-transform: uppercase;
  color: #242424;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  pointer-events: none;
  background-color: #fff;
  height: 210px;
  line-height: 0.9;
  padding-top: 72px;
}

@media (min-width: 769px) {
  .agenda-page .title-bg {
    background-color: #242424;
    color: #fff;
    padding-top: 0;
    height: 350px;
  }
}

.agenda-page .title-bg p {
  font-size: 10vw;
  letter-spacing: 0;
  line-height: 1;
  opacity: 0.1;
}

@media (min-width: 769px) {
  .agenda-page .title-bg p {
    font-size: 17vw;
    letter-spacing: -0.2rem;
  }
}

.agenda-page .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 72px;
}

@media (min-width: 769px) {
  .agenda-page .flex {
    padding-top: 0;
  }
}

.agenda-page .flex .module-searcher {
  color: #242424;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #d3bf77;
  max-width: 100%;
}

@media (min-width: 769px) {
  .agenda-page .flex .module-searcher {
    max-width: 495px;
  }
}

.agenda-page .flex .module-searcher input#module-search {
  margin-left: 0;
  padding-bottom: 1rem;
}

.agenda-page .flex .module-searcher svg {
  margin-bottom: 0.5rem;
  width: 30px;
}

.agenda-page .filter-pg {
  margin-top: 8.5rem;
}

@media (min-width: 769px) {
  .agenda-page .filter-pg {
    margin-top: -webkit-calc(50vh - 170px + 60px);
    margin-top: -moz-calc(50vh - 170px + 60px);
    margin-top: calc(50vh - 170px + 60px);
  }
}

@media (min-width: 1280px) {
  .agenda-page .filter-pg {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.agenda-page .filter-pg .filter-title {
  font-size: 1.125rem;
  color: #242424;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.agenda-page .filter-pg .filter-title .words {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.agenda-page .filter-pg .filter-days-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 12px;
}

@media (min-width: 992px) {
  .agenda-page .filter-pg .filter-days-container {
    grid-template-columns: repeat(9, 1fr);
    grid-gap: 12px;
  }
}

.agenda-page .filter-pg .filter-days-container .grid-item-days {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border: 3px solid white;
  font-size: -webkit-calc(2.5vmax);
  font-size: -moz-calc(2.5vmax);
  font-size: calc(2.5vmax);
}

@media (min-width: 769px) {
  .agenda-page .filter-pg .filter-days-container .grid-item-days {
    border: 6px solid white;
    font-size: -webkit-calc(2vmax);
    font-size: -moz-calc(2vmax);
    font-size: calc(2vmax);
  }
}

.agenda-page .filter-pg .filter-days-container .grid-item-days.cat-day-active {
  color: #242424;
  border: 3px solid #242424;
}

@media (min-width: 769px) {
  .agenda-page .filter-pg .filter-days-container .grid-item-days.cat-day-active {
    border: 6px solid #242424;
  }
}

.agenda-page .filter-pg .filter-days-container .grid-item-days.cat-days-all {
  padding: 0.5rem;
}

.agenda-page .filter-pg .filter-days-container .aspect-ratio {
  content: '';
  height: 0;
  display: inline-block;
  padding-top: 100%;
  width: 1px;
  position: relative;
}

.agenda-page .filter-pg .filter-days-container .grid-item-days:nth-child(n + 2) {
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  line-height: 1;
  font-size: -webkit-calc(6px + 4vmax);
  font-size: -moz-calc(6px + 4vmax);
  font-size: calc(6px + 4vmax);
}

@media (min-width: 769px) {
  .agenda-page .filter-pg .filter-days-container .grid-item-days:nth-child(n + 2) {
    font-size: -webkit-calc(14px + 4vmax);
    font-size: -moz-calc(14px + 4vmax);
    font-size: calc(14px + 4vmax);
  }
}

@media (min-width: 992px) {
  .agenda-page .filter-pg .filter-days-container .grid-item-days:nth-child(n + 2) {
    font-size: -webkit-calc(14px + 3vmax);
    font-size: -moz-calc(14px + 3vmax);
    font-size: calc(14px + 3vmax);
  }
}

@media (min-width: 1025px) {
  .agenda-page .filter-pg .filter-days-container .grid-item-days:nth-child(n + 2) {
    font-size: -webkit-calc(14px + 4vmax);
    font-size: -moz-calc(14px + 4vmax);
    font-size: calc(14px + 4vmax);
  }
}

.agenda-page .filter-pg .filter-events-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px;
  max-width: 990px;
}

@media (min-width: 992px) {
  .agenda-page .filter-pg .filter-events-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.agenda-page .filter-pg .filter-events-container .grid-item-event {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 1rem;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  padding: 1rem;
  border: 3px solid white;
}

@media (min-width: 769px) {
  .agenda-page .filter-pg .filter-events-container .grid-item-event {
    padding: 1.5rem;
    font-size: 1.125rem;
    border: 6px solid white;
    font-size: -webkit-calc(8px + 1.5vmax);
    font-size: -moz-calc(8px + 1.5vmax);
    font-size: calc(8px + 1.5vmax);
  }
}

.agenda-page .filter-pg .filter-events-container .grid-item-event.cat-event-active {
  color: #242424;
  border: 3px solid #242424;
}

@media (min-width: 769px) {
  .agenda-page .filter-pg .filter-events-container .grid-item-event.cat-event-active {
    border: 6px solid #242424;
  }
}

.agenda-page .events-pg {
  margin-top: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

@media (min-width: 769px) {
  .agenda-page .events-pg {
    margin-top: 8rem;
  }
}

@media (min-width: 1280px) {
  .agenda-page .events-pg {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 992px) {
  .agenda-page .events-pg .grid-item-post:not(.hide):nth-child(5) {
    margin-left: -webkit-calc(25% / 2);
    margin-left: -moz-calc(25% / 2);
    margin-left: calc(25% / 2);
  }
}

@media (min-width: 992px) {
  .agenda-page .events-pg .grid-item-post:not(.hide):nth-child(7n + 5) {
    margin-left: -webkit-calc(25% / 2);
    margin-left: -moz-calc(25% / 2);
    margin-left: calc(25% / 2);
  }
}

@media (min-width: 992px) {
  .agenda-page .events-pg .grid-item-post:not(.hide):nth-child(7n) {
    margin-right: -webkit-calc(25% / 2);
    margin-right: -moz-calc(25% / 2);
    margin-right: calc(25% / 2);
  }
}

.agenda-page .events-pg .grid-item-post {
  background-color: #fff;
  position: relative;
  display: block;
  width: 100%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .agenda-page .events-pg .grid-item-post {
    width: -webkit-calc(50% - 16px);
    width: -moz-calc(50% - 16px);
    width: calc(50% - 16px);
  }
}

@media (min-width: 992px) {
  .agenda-page .events-pg .grid-item-post {
    width: -webkit-calc(25% - 16px);
    width: -moz-calc(25% - 16px);
    width: calc(25% - 16px);
  }
}

.agenda-page .events-pg .grid-item-post a.link-spanned {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.agenda-page .events-pg .grid-item-post.item-show {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.agenda-page .events-pg .grid-item-post.hide {
  display: none;
}

.agenda-page .events-pg .grid-item-post.post-fake {
  display: none;
  background-color: transparent;
}

@media (min-width: 769px) {
  .agenda-page .events-pg .grid-item-post.post-fake {
    display: grid;
  }
}

.agenda-page .events-pg .grid-item-post.cat-num {
  background-color: transparent;
}

@media (min-width: 576px) {
  .agenda-page .events-pg .grid-item-post.cat-num {
    background-color: #fff;
  }
}

.agenda-page .events-pg .cat-num .aspect-ratio {
  padding-top: 25%;
}

@media (min-width: 769px) {
  .agenda-page .events-pg .cat-num .aspect-ratio {
    padding-top: 100%;
  }
}

.agenda-page .event-content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.agenda-page .event-content .event-img {
  position: relative;
  overflow: hidden;
  padding-bottom: 110%;
}

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

.agenda-page .event-content .event-info {
  padding-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
  width: 100%;
  height: auto;
  overflow: hidden;
  cursor: pointer;
}

.agenda-page .event-content .event-info .event-info-top .event-cat {
  text-transform: uppercase;
  padding: 0.5rem;
  background-color: #242424;
  color: #fff;
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  font-size: 1.5rem;
}

.agenda-page .event-content .event-info .event-info-top .event-cat .term {
  display: block;
}

.agenda-page .event-content .event-info .event-info-top .event-cat .id-262,
.agenda-page .event-content .event-info .event-info-top .event-cat .id-61,
.agenda-page .event-content .event-info .event-info-top .event-cat .id-11 {
  display: none;
}

.agenda-page .event-content .event-info .event-info-top .event-cat .term ~ .term {
  display: none;
}

.agenda-page .event-content .event-info .event-info-top h3 {
  /* font-size: calc(15px + 1vmax); */
  text-transform: uppercase;
  font-size: 24px;
}

@media (min-width: 769px) {
  .agenda-page .event-content .event-info .event-info-top h3 {
    /* font-size: calc(7px + 1vmax); */
  }
}

.agenda-page .event-content .event-info .event-info-top p {
  color: #848484;
  font-size: -webkit-calc(15px + 1vmax);
  font-size: -moz-calc(15px + 1vmax);
  font-size: calc(15px + 1vmax);
}

@media (min-width: 769px) {
  .agenda-page .event-content .event-info .event-info-top p {
    font-size: -webkit-calc(7px + 1vmax);
    font-size: -moz-calc(7px + 1vmax);
    font-size: calc(7px + 1vmax);
  }
}

.agenda-page .event-content .event-info .event-info-top a {
  display: inline-block;
}

.agenda-page .event-content .event-info .event-info-top a p {
  text-decoration: underline;
}

.agenda-page .event-content .event-info .event-info-bottom {
  font-size: 0.875rem;
}

.agenda-page .event-content .event-info .event-info-bottom a {
  display: inline-block;
  text-decoration: underline;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

.agenda-page .event-content .event-info .event-info-bottom p {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

.agenda-page .event-content .event-thumb {
  display: none;
}

.agenda-page .event-content .event-text {
  display: none;
  overflow-y: auto;
  font-size: -webkit-calc(5px + 1vmax);
  font-size: -moz-calc(5px + 1vmax);
  font-size: calc(5px + 1vmax);
}

@media (min-width: 1280px) {
  .agenda-page .event-content .event-text {
    font-size: 1.125rem;
  }
}

.agenda-page .event-content .event-text p:last-child {
  margin-bottom: 1rem;
}

.agenda-page .event-content .event-text .image-credit {
  font-size: 0.75rem;
  margin-top: 3rem;
}

.agenda-page .event-content .event-close {
  display: none;
}

.agenda-page .show-popup .event-content {
  position: fixed;
  background-color: #fff;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
}

.agenda-page .show-popup .event-content .event-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 1rem;
}

.agenda-page .show-popup .event-info {
  display: block;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  overflow-y: visible;
  overflow-y: initial;
}

.agenda-page .show-popup .event-thumb {
  display: block;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 576px) {
  .agenda-page .show-popup .event-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.agenda-page .show-popup .event-text {
  display: block;
  padding: 1rem;
  font-size: 1.125rem;
  background-color: #242424;
  color: #fff;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  overflow-y: visible;
  overflow-y: initial;
}

.agenda-page .filter-pg .filter-days-container .grid-item-days.cat-day-active {
  color: #d3bf77;
  border: 6px solid #d3bf77;
}

.agenda-page .filter-pg .filter-events-container .grid-item-event.cat-event-active {
  color: #d3bf77;
  border: 6px solid #d3bf77;
}

.page-template-contact {
  background-color: #fff;
}

.page-template-contact .menu-open #logo path {
  fill: #fff;
}

.page-template-contact .menu-open .lang-switcher {
  color: #fff;
}

.page-template-contact .menu-open .lang-switcher ul {
  border: 3px solid #fff;
}

.page-template-contact .menu-open .lang-switcher ul li.wpml-ls-current-language {
  color: #d3bf77;
  background-color: #fff;
}

.page-template-contact .menu-open .burger-icon-big g {
  fill: #fff;
}

.page-template-contact header .header-scroll {
  background-color: #fff;
}

.page-template-contact header .header-scroll .left {
  color: #fff;
}

.page-template-contact header .header-scroll .left .title-vaw-header::before,
.page-template-contact header .header-scroll .left .title-vaw-header::after {
  background-color: #fff;
}

.page-template-contact header .header-scroll .burger-icon svg g {
  fill: #d3bf77;
}

.page-template-contact .lang-switcher {
  color: #d3bf77;
}

.page-template-contact .lang-switcher ul {
  border: 3px solid #d3bf77;
}

.page-template-contact .lang-switcher ul li.wpml-ls-current-language {
  color: #fff;
  background-color: #d3bf77;
}

.page-template-contact .burger-icon-big g {
  fill: #d3bf77;
}

.page-template-contact.scrolled header .logo svg path {
  fill: #fff;
}

.page-template-contact.scrolled .lang-switcher {
  color: #fff;
}

.page-template-contact.scrolled .lang-switcher ul {
  border: 3px solid #fff;
}

.page-template-contact.scrolled .lang-switcher ul li.wpml-ls-current-language {
  color: #d3bf77;
  background-color: #fff;
}

.page-template-contact.scrolled .burger-icon-big g#icon-burger {
  fill: #fff;
}

.page-template-contact main {
  background-color: #fff;
}

.page-template-contact .team {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 10rem;
  padding-bottom: 5rem;
}

@media (min-width: 576px) {
  .page-template-contact .team {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 992px) {
  .page-template-contact .team {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.page-template-contact .team h1 {
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  text-align: center;
}

.page-template-contact .team a {
  text-decoration: underline;
}

.page-template-contact .team .grid {
  width: 100%;
  display: grid;
  grid-gap: 1rem;
  gap: 1rem;
  grid-template-columns: repeat(1, 100%);
}

@media (min-width: 769px) {
  .page-template-contact .team .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .page-template-contact .team .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.page-template-contact .team .grid .member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding-bottom: 3rem;
}

@media (min-width: 769px) {
  .page-template-contact .team .grid .member {
    padding-bottom: 0;
  }
}

.page-template-contact .team .grid .member .ratio {
  padding-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 1.5rem;
  min-height: 100%;
  height: 50%;
}

.page-template-contact .team .grid .member .ratio img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/4;
}

.page-template-contact .team .grid .member p {
  font-size: 1.125rem;
  word-break: break-all;
}

.page-template-contact .contact {
  background: rgb(143, 124, 61);
  background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 576px) {
  .page-template-contact .contact {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 992px) {
  .page-template-contact .contact {
    padding-left: 4rem;
    padding-right: 4rem;
    margin-top: 6rem;
  }
}

@media (min-width: 1025px) {
  .page-template-contact .contact {
    margin-top: 6rem;
    padding-left: 110px;
    padding-right: 110px;
  }
}

.page-template-contact .contact h1 {
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  text-align: center;
}

.page-template-contact .contact a {
  text-decoration: underline;
}

.page-template-contact .contact p {
  font-size: 1.125rem;
  text-align: center;
}

.page-template-vaw-for-all {
  background: none;
  background-color: #fff;
}

.page-template-vaw-for-all .menu-open #logo path {
  fill: #fff;
}

.page-template-vaw-for-all .menu-open .lang-switcher {
  color: #fff;
}

.page-template-vaw-for-all .menu-open .lang-switcher ul {
  border: 3px solid #fff;
}

.page-template-vaw-for-all .menu-open .lang-switcher ul li.wpml-ls-current-language {
  color: #d3bf77;
  background-color: #fff;
}

.page-template-vaw-for-all .lang-switcher {
  color: #d3bf77;
}

.page-template-vaw-for-all .lang-switcher ul {
  border: 3px solid #d3bf77;
}

.page-template-vaw-for-all .lang-switcher ul li.wpml-ls-current-language {
  color: #fff;
  background-color: #d3bf77;
}

.page-template-vaw-for-all .burger-icon-big g#icon-burger {
  fill: #d3bf77;
}

.page-template-vaw-for-all.scrolled header .logo svg path {
  fill: #fff;
}

.page-template-vaw-for-all.scrolled .lang-switcher {
  color: #fff;
}

.page-template-vaw-for-all.scrolled .lang-switcher ul {
  border: 3px solid #fff;
}

.page-template-vaw-for-all.scrolled .lang-switcher ul li.wpml-ls-current-language {
  color: #d3bf77;
  background-color: #fff;
}

.page-template-vaw-for-all.scrolled .burger-icon-big g#icon-burger {
  fill: #fff;
}

.page-template-vaw-for-all .vaw-for-all-page p {
  font-size: 24px;
  line-height: 1.2;
}

.page-template-vaw-for-all .vaw-for-all-page .vfa-header {
  background: rgb(143, 124, 61);
  background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 350px;
}

.page-template-vaw-for-all .vaw-for-all-page .vfa-header h1 {
  margin-bottom: 0;
}

.page-template-vaw-for-all .vaw-for-all-page .intro {
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 769px) {
  .page-template-vaw-for-all .vaw-for-all-page .intro {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.page-template-vaw-for-all .vaw-for-all-page .intro #logo {
  display: block;
  margin: 0 auto 40px;
  max-width: 162px;
}

.page-template-vaw-for-all .vaw-for-all-page .intro .vaw-for-all-text {
  font-size: 1.125rem;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  text-align: left;
  line-height: 1.1;
}

@media (min-width: 769px) {
  .page-template-vaw-for-all .vaw-for-all-page .intro .vaw-for-all-text {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 640px;
  }
}

.page-template-vaw-for-all .vaw-for-all-page .intro .vaw-for-all-text p {
  margin-bottom: 0.5rem;
}

.page-template-vaw-for-all .vaw-for-all-page h1 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

@media (min-width: 769px) {
  .page-template-vaw-for-all .vaw-for-all-page h1 {
    margin-bottom: 4rem;
  }
}

.page-template-vaw-for-all .vaw-for-all-page h2 {
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 40px;
}

.page-template-vaw-for-all .vaw-for-all-page .events {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 1330px;
}

@media (min-width: 769px) {
  .page-template-vaw-for-all .vaw-for-all-page .events {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.page-template-vaw-for-all .vaw-for-all-page .events .event {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-color: #000;
  border-top-width: 6px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}

.page-template-vaw-for-all .vaw-for-all-page .events .event:last-of-type {
  border-color: #000;
  border-bottom-width: 6px;
}

@media (min-width: 769px) {
  .page-template-vaw-for-all .vaw-for-all-page .events .event {
    grid-template-columns: repeat(2, minmax(0, 1fr)) 50%;
  }
}

.page-template-vaw-for-all .vaw-for-all-page .events .event .col-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-template-vaw-for-all .vaw-for-all-page .events .event .col-2 {
  margin-top: 2rem;
}

@media (min-width: 769px) {
  .page-template-vaw-for-all .vaw-for-all-page .events .event .col-2 {
    margin-top: 0;
  }
}

.page-template-vaw-for-all .vaw-for-all-page .events .event .sub-col {
  margin-bottom: 2rem;
}

.page-template-vaw-for-all .vaw-for-all-page .events .event .sub-col p {
  font-weight: 700;
}

.page-template-vaw-for-all .vaw-for-all-page .events .event .sub-col p.title {
  font-weight: 500;
}

.page-template-vaw-for-all .vaw-for-all-page .events .event .sub-col p:first-of-type {
  text-transform: uppercase;
}

.page-template-vaw-for-all .vaw-for-all-page .events .event .icon {
  position: absolute;
  top: 2rem;
  right: 0;
  width: 100%;
  max-width: 92px;
}

@media (min-width: 769px) {
  .page-template-vaw-for-all .vaw-for-all-page .events .event .icon {
    position: static;
  }
}

.page-template-vaw-for-all .vaw-for-all-page .events .event .icon img {
  display: block;
  margin: 0;
  height: auto;
  max-width: 92px;
}

@media (min-width: 769px) {
  .page-template-vaw-for-all .vaw-for-all-page .events .event .icon img {
    margin-left: auto;
    margin-right: auto;
    max-width: 124px;
  }
}

.page-template-vaw-for-all .vaw-for-all-page .events .event .button {
  width: 100%;
  display: inline-block;
  margin: 0.5rem 0 0 0;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #fff;
  background-color: #242424;
  padding: 0.5rem;
  font-weight: 500;
}

@media (min-width: 769px) {
  .page-template-vaw-for-all .vaw-for-all-page .events .event .button {
    font-size: 1.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.pg-filter,
.filter-agenda {
  margin-top: 8.5rem;
}

@media (min-width: 769px) {
  .pg-filter,
  .filter-agenda {
    margin-top: -webkit-calc(350px - 3.75rem);
    margin-top: -moz-calc(350px - 3.75rem);
    margin-top: calc(350px - 3.75rem);
  }
}

.pg-filter .facetwp-counter,
.filter-agenda .facetwp-counter {
  display: none;
}

.pg-filter .filter-title,
.filter-agenda .filter-title {
  font-size: 1.125rem;
  color: #242424;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pg-filter .filter-title .words,
.filter-agenda .filter-title .words {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.pg-filter .facetwp-loading,
.filter-agenda .facetwp-loading {
  background-image: none;
}

.pg-filter .filter-days-container,
.filter-agenda .filter-days-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.pg-filter .filter-days-container .filter-all-days,
.filter-agenda .filter-days-container .filter-all-days {
  text-transform: uppercase;
  color: #242424;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: 100%;
  border: 3px solid #242424;
  font-size: -webkit-calc(2.5vmax);
  font-size: -moz-calc(2.5vmax);
  font-size: calc(2.5vmax);
  width: -webkit-calc(20% - 12px);
  width: -moz-calc(20% - 12px);
  width: calc(20% - 12px);
  margin-right: 12px;
}

@media (min-width: 769px) {
  .pg-filter .filter-days-container .filter-all-days,
  .filter-agenda .filter-days-container .filter-all-days {
    border: 6px solid #242424;
    font-size: -webkit-calc(2vmax);
    font-size: -moz-calc(2vmax);
    font-size: calc(2vmax);
  }
}

@media (min-width: 992px) {
  .pg-filter .filter-days-container .filter-all-days,
  .filter-agenda .filter-days-container .filter-all-days {
    height: auto;
    width: -webkit-calc(11.1111111% - 12px);
    width: -moz-calc(11.1111111% - 12px);
    width: calc(11.1111111% - 12px);
  }
}

.pg-filter .filter-days-container .filter-all-days.checked,
.filter-agenda .filter-days-container .filter-all-days.checked {
  color: #242424;
  border: 3px solid #242424;
}

@media (min-width: 769px) {
  .pg-filter .filter-days-container .filter-all-days.checked,
  .filter-agenda .filter-days-container .filter-all-days.checked {
    border: 6px solid #242424;
  }
}

.pg-filter .filter-days-container .filter-all-days .aspect-ratio,
.filter-agenda .filter-days-container .filter-all-days .aspect-ratio {
  content: '';
  height: 0;
  display: inline-block;
  padding-top: 100%;
  width: 1px;
  position: relative;
}

.pg-filter .facetwp-facet-days,
.filter-agenda .facetwp-facet-days {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 12px;
  width: -webkit-calc(100% - 20%);
  width: -moz-calc(100% - 20%);
  width: calc(100% - 20%);
}

@media (min-width: 992px) {
  .pg-filter .facetwp-facet-days,
  .filter-agenda .facetwp-facet-days {
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 12px;
    width: -webkit-calc(100% - 11.1111111%);
    width: -moz-calc(100% - 11.1111111%);
    width: calc(100% - 11.1111111%);
  }
}

.pg-filter .facetwp-facet-days .facetwp-checkbox,
.filter-agenda .facetwp-facet-days .facetwp-checkbox {
  text-transform: uppercase;
  color: #242424;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: 3px solid #242424;
  background-image: none;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  line-height: 1;
  font-size: -webkit-calc(6px + 4vmax);
  font-size: -moz-calc(6px + 4vmax);
  font-size: calc(6px + 4vmax);
}

@media (min-width: 769px) {
  .pg-filter .facetwp-facet-days .facetwp-checkbox,
  .filter-agenda .facetwp-facet-days .facetwp-checkbox {
    font-size: -webkit-calc(14px + 4vmax);
    font-size: -moz-calc(14px + 4vmax);
    font-size: calc(14px + 4vmax);
  }
}

@media (min-width: 992px) {
  .pg-filter .facetwp-facet-days .facetwp-checkbox,
  .filter-agenda .facetwp-facet-days .facetwp-checkbox {
    border: 6px solid #242424;
    font-size: -webkit-calc(14px + 3vmax);
    font-size: -moz-calc(14px + 3vmax);
    font-size: calc(14px + 3vmax);
  }
}

.pg-filter .facetwp-facet-days .facetwp-checkbox.checked,
.filter-agenda .facetwp-facet-days .facetwp-checkbox.checked {
  color: #242424;
  border: 3px solid #242424;
  background-image: none;
}

@media (min-width: 769px) {
  .pg-filter .facetwp-facet-days .facetwp-checkbox.checked,
  .filter-agenda .facetwp-facet-days .facetwp-checkbox.checked {
    border: 6px solid #242424;
  }
}

.pg-filter .facetwp-facet-days .aspect-ratio,
.filter-agenda .facetwp-facet-days .aspect-ratio {
  content: '';
  height: 0;
  display: inline-block;
  padding-top: 100%;
  width: 1px;
  position: relative;
}

.pg-filter .facetwp-facet-days .facetwp-checkbox:nth-child(n + 2),
.filter-agenda .facetwp-facet-days .facetwp-checkbox:nth-child(n + 2) {
}

.pg-filter .facetwp-facet-week_or_year,
.filter-agenda .facetwp-facet-week_or_year {
  text-align: center;
  color: #242424;
  font-size: 1.125rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px;
}

@media (min-width: 769px) {
  .pg-filter .facetwp-facet-week_or_year,
  .filter-agenda .facetwp-facet-week_or_year {
    text-align: center;
    color: #242424;
    font-size: 3.75rem;
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
}

.pg-filter .facetwp-facet-week_or_year .facetwp-checkbox,
.filter-agenda .facetwp-facet-week_or_year .facetwp-checkbox {
  text-transform: uppercase;
  color: #242424;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  height: 3.5rem;
  margin-bottom: 0.75rem;
  border: 3px solid #242424;
  background-image: none;
}

@media (min-width: 769px) {
  .pg-filter .facetwp-facet-week_or_year .facetwp-checkbox,
  .filter-agenda .facetwp-facet-week_or_year .facetwp-checkbox {
    margin-bottom: 0;
    height: auto;
    border: 6px solid #242424;
    font-size: -webkit-calc(8px + 3vmax);
    font-size: -moz-calc(8px + 3vmax);
    font-size: calc(8px + 3vmax);
  }
}

.pg-filter .facetwp-facet-week_or_year .facetwp-checkbox.checked,
.filter-agenda .facetwp-facet-week_or_year .facetwp-checkbox.checked {
  color: #242424;
  background: rgb(143, 124, 61);
  background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  border: 3px solid #d3bf77;
  background-image: none;
}

@media (min-width: 769px) {
  .pg-filter .facetwp-facet-week_or_year .facetwp-checkbox.checked,
  .filter-agenda .facetwp-facet-week_or_year .facetwp-checkbox.checked {
    border: 6px solid #d3bf77;
  }
}

.pg-filter .facetwp-facet-agenda,
.filter-agenda .facetwp-facet-agenda {
  text-align: center;
  color: #242424;
  font-size: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 12px;
  max-width: 990px;
}

@media (min-width: 769px) {
  .pg-filter .facetwp-facet-agenda,
  .filter-agenda .facetwp-facet-agenda {
    font-size: 1.875rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.pg-filter .facetwp-facet-agenda .flatpickr-alt,
.filter-agenda .facetwp-facet-agenda .flatpickr-alt {
  width: 100%;
  padding: 1.5rem 1rem;
  border: 3px solid #242424;
}

@media (min-width: 769px) {
  .pg-filter .facetwp-facet-agenda .flatpickr-alt,
  .filter-agenda .facetwp-facet-agenda .flatpickr-alt {
    border: 6px solid #242424;
  }
}

.pg-filter .facetwp-facet-events,
.filter-agenda .facetwp-facet-events {
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

@media (min-width: 992px) {
  .pg-filter .facetwp-facet-events,
  .filter-agenda .facetwp-facet-events {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pg-filter .facetwp-facet-events .facetwp-checkbox,
.filter-agenda .facetwp-facet-events .facetwp-checkbox {
  color: #242424;
  text-align: left;
  font-size: 0.875rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 0;
  background-image: none;
  font-weight: 500;
}

@media (min-width: 769px) {
  .pg-filter .facetwp-facet-events .facetwp-checkbox,
  .filter-agenda .facetwp-facet-events .facetwp-checkbox {
    height: auto;
    font-size: 1.125rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.pg-filter .facetwp-facet-events .facetwp-checkbox .facetwp-display-value,
.filter-agenda .facetwp-facet-events .facetwp-checkbox .facetwp-display-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pg-filter .facetwp-facet-events .facetwp-checkbox .facetwp-display-value:hover span.circle:before,
.filter-agenda .facetwp-facet-events .facetwp-checkbox .facetwp-display-value:hover span.circle:before {
  content: none;
}

.pg-filter .facetwp-facet-events .facetwp-checkbox .facetwp-display-value span.circle,
.filter-agenda .facetwp-facet-events .facetwp-checkbox .facetwp-display-value span.circle {
  display: block;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 0.7rem;
  background-color: #242424;
  position: relative;
}

@media (min-width: 769px) {
  .pg-filter .facetwp-facet-events .facetwp-checkbox .facetwp-display-value span.circle,
  .filter-agenda .facetwp-facet-events .facetwp-checkbox .facetwp-display-value span.circle {
    width: 40px;
    height: 40px;
  }
}

.pg-filter .facetwp-facet-events .facetwp-checkbox .facetwp-display-value span.circle:before,
.filter-agenda .facetwp-facet-events .facetwp-checkbox .facetwp-display-value span.circle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}

@media (min-width: 769px) {
  .pg-filter .facetwp-facet-events .facetwp-checkbox .facetwp-display-value span.circle:before,
  .filter-agenda .facetwp-facet-events .facetwp-checkbox .facetwp-display-value span.circle:before {
    width: 34px;
    height: 34px;
  }
}

.pg-filter .facetwp-facet-events .facetwp-checkbox.checked span.circle:before,
.filter-agenda .facetwp-facet-events .facetwp-checkbox.checked span.circle:before {
  content: none;
}

.pg-filter .facetwp-facet-accesibility,
.filter-agenda .facetwp-facet-accesibility {
  margin-top: 1rem;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 6px;
}

.pg-filter .facetwp-facet-accesibility .facetwp-checkbox,
.filter-agenda .facetwp-facet-accesibility .facetwp-checkbox {
  color: #242424;
  text-align: left;
  font-size: 0.875rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 0;
  background-image: none;
  font-weight: 500;
}

@media (min-width: 769px) {
  .pg-filter .facetwp-facet-accesibility .facetwp-checkbox,
  .filter-agenda .facetwp-facet-accesibility .facetwp-checkbox {
    height: auto;
    font-size: 1.125rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.pg-filter .facetwp-facet-accesibility .facetwp-checkbox:last-of-type:not(.checked),
.filter-agenda .facetwp-facet-accesibility .facetwp-checkbox:last-of-type:not(.checked) {
  display: none;
}

.pg-filter .facetwp-facet-accesibility .facetwp-checkbox .facetwp-display-value,
.filter-agenda .facetwp-facet-accesibility .facetwp-checkbox .facetwp-display-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pg-filter .facetwp-facet-accesibility .facetwp-checkbox .facetwp-display-value:hover span.circle:before,
.filter-agenda .facetwp-facet-accesibility .facetwp-checkbox .facetwp-display-value:hover span.circle:before {
  content: none;
}

.pg-filter .facetwp-facet-accesibility .facetwp-checkbox .facetwp-display-value span.circle,
.filter-agenda .facetwp-facet-accesibility .facetwp-checkbox .facetwp-display-value span.circle {
  display: block;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 0.7rem;
  background-color: #d3bf77;
  position: relative;
}

@media (min-width: 769px) {
  .pg-filter .facetwp-facet-accesibility .facetwp-checkbox .facetwp-display-value span.circle,
  .filter-agenda .facetwp-facet-accesibility .facetwp-checkbox .facetwp-display-value span.circle {
    width: 40px;
    height: 40px;
  }
}

.pg-filter .facetwp-facet-accesibility .facetwp-checkbox .facetwp-display-value span.circle:before,
.filter-agenda .facetwp-facet-accesibility .facetwp-checkbox .facetwp-display-value span.circle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}

@media (min-width: 769px) {
  .pg-filter .facetwp-facet-accesibility .facetwp-checkbox .facetwp-display-value span.circle:before,
  .filter-agenda .facetwp-facet-accesibility .facetwp-checkbox .facetwp-display-value span.circle:before {
    width: 34px;
    height: 34px;
  }
}

.pg-filter .facetwp-facet-accesibility .facetwp-checkbox .label,
.filter-agenda .facetwp-facet-accesibility .facetwp-checkbox .label {
  text-transform: capitalize;
}

.pg-filter .facetwp-facet-accesibility .facetwp-checkbox.checked span.circle:before,
.filter-agenda .facetwp-facet-accesibility .facetwp-checkbox.checked span.circle:before {
  content: none;
}

.pg-filter .facetwp-facet-online,
.filter-agenda .facetwp-facet-online {
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 6px;
}

.pg-filter .facetwp-facet-online .facetwp-checkbox,
.filter-agenda .facetwp-facet-online .facetwp-checkbox {
  color: #242424;
  text-align: left;
  font-size: 0.875rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 0;
  background-image: none;
  font-weight: 500;
}

@media (min-width: 769px) {
  .pg-filter .facetwp-facet-online .facetwp-checkbox,
  .filter-agenda .facetwp-facet-online .facetwp-checkbox {
    height: auto;
    font-size: 1.125rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.pg-filter .facetwp-facet-online .facetwp-checkbox:not(:first-of-type),
.filter-agenda .facetwp-facet-online .facetwp-checkbox:not(:first-of-type) {
  display: none;
}

.pg-filter .facetwp-facet-online .facetwp-checkbox .facetwp-display-value,
.filter-agenda .facetwp-facet-online .facetwp-checkbox .facetwp-display-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pg-filter .facetwp-facet-online .facetwp-checkbox .facetwp-display-value:hover span.circle:before,
.filter-agenda .facetwp-facet-online .facetwp-checkbox .facetwp-display-value:hover span.circle:before {
  content: none;
}

.pg-filter .facetwp-facet-online .facetwp-checkbox .facetwp-display-value span.circle,
.filter-agenda .facetwp-facet-online .facetwp-checkbox .facetwp-display-value span.circle {
  display: block;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 0.7rem;
  background-color: #d3bf77;
  position: relative;
}

@media (min-width: 769px) {
  .pg-filter .facetwp-facet-online .facetwp-checkbox .facetwp-display-value span.circle,
  .filter-agenda .facetwp-facet-online .facetwp-checkbox .facetwp-display-value span.circle {
    width: 40px;
    height: 40px;
  }
}

.pg-filter .facetwp-facet-online .facetwp-checkbox .facetwp-display-value span.circle:before,
.filter-agenda .facetwp-facet-online .facetwp-checkbox .facetwp-display-value span.circle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}

@media (min-width: 769px) {
  .pg-filter .facetwp-facet-online .facetwp-checkbox .facetwp-display-value span.circle:before,
  .filter-agenda .facetwp-facet-online .facetwp-checkbox .facetwp-display-value span.circle:before {
    width: 34px;
    height: 34px;
  }
}

.pg-filter .facetwp-facet-online .facetwp-checkbox .label,
.filter-agenda .facetwp-facet-online .facetwp-checkbox .label {
  text-transform: capitalize;
}

.pg-filter .facetwp-facet-online .facetwp-checkbox.checked span.circle:before,
.filter-agenda .facetwp-facet-online .facetwp-checkbox.checked span.circle:before {
  content: none;
}

.lang_de .facetwp-checkbox .description {
  display: none;
}

.lang_en .facetwp-checkbox .term-name .facetwp-display-value .label {
  display: none;
}

.module-searcher-newsletter {
  margin-top: 8.5rem;
  font-size: 1.125rem;
  color: #242424;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
}

@media (min-width: 769px) {
  .module-searcher-newsletter {
    padding-bottom: 2rem;
    width: 33.33333%;
    padding-right: 3rem;
    margin-top: -webkit-calc(50vh - 170px + 60px);
    margin-top: -moz-calc(50vh - 170px + 60px);
    margin-top: calc(50vh - 170px + 60px);
  }
}

.module-searcher-newsletter .module-sn-text {
  margin-bottom: 1rem;
}

.module-searcher-newsletter .module-subscribe h3 {
  background-color: #242424;
  color: #242424;
  display: inline;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-bottom: 2rem;
  cursor: pointer;
  text-transform: uppercase;
}

.module-searcher-newsletter .module-subscribe .wpcf7 {
  max-width: 100%;
  overflow: hidden;
}

.module-searcher-newsletter .module-subscribe .mail-submit {
  margin-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.module-searcher-newsletter .module-subscribe .mail-submit.show {
  opacity: 1;
}

.module-searcher-newsletter .module-subscribe .mail-submit .wpcf7-form-control-wrap {
  padding-right: 1rem;
  border-bottom: 4px solid #242424;
  width: -webkit-calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  width: calc(100% - 70px);
}

.module-searcher-newsletter .module-subscribe .mail-submit .wpcf7-form-control-wrap input {
  height: 100%;
  display: inline-block;
  width: auto;
}

.module-searcher-newsletter .module-subscribe .mail-submit .submit-button {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  text-transform: uppercase;
  cursor: pointer;
  background-color: transparent;
  position: relative;
  z-index: 3;
  border: 4px solid #242424;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.module-searcher-newsletter .module-subscribe .mail-submit .submit-button:hover {
  background-color: #242424;
  color: #242424;
}

.module-searcher-newsletter .module-subscribe .mail-submit .submit-button input {
  text-align: center;
  cursor: pointer;
}

.module-searcher-newsletter .module-subscribe .mail-submit .ajax-loader {
  margin: 0;
  height: 0;
}

.page-template-agenda .module-searcher-newsletter .module-searcher {
  border-color: #242424;
}

.page-template-agenda .module-searcher-newsletter .module-searcher svg path {
  fill: #242424;
}

.page-template-programm .module-searcher-newsletter {
  color: #242424;
}

.page-template-programm .module-searcher-newsletter .module-searcher {
  color: #242424;
  border-color: #242424;
}

.page-template-programm .module-searcher-newsletter .module-searcher svg path {
  fill: #242424;
}

.page-template-programm .module-searcher-newsletter .module-subscribe h3 {
  background-color: #242424;
  color: #242424;
}

.page-template-programm .module-searcher-newsletter .module-subscribe .wpcf7 {
  max-width: 100%;
  overflow: hidden;
}

.page-template-programm .module-searcher-newsletter .module-subscribe .mail-submit .submit-button {
  border: 4px solid #242424;
}

.page-template-programm .module-searcher-newsletter .module-subscribe .mail-submit .submit-button:hover {
  background-color: #242424;
  color: #d3bf77;
}

.page-template-programm .module-searcher-newsletter .module-subscribe .mail-submit .wpcf7-form-control-wrap {
  border-bottom: 4px solid #242424;
}

.filter-agenda {
  margin-top: 4.5rem;
  max-width: 100%;
}

@media (min-width: 769px) {
  .filter-agenda {
    margin-top: -webkit-calc(350px - 3.75rem);
    margin-top: -moz-calc(350px - 3.75rem);
    margin-top: calc(350px - 3.75rem);
    max-width: 990px;
  }
}

.filter-agenda .filter-events {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filter-agenda .filter-year {
  display: none;
}

.filter-agenda .filter-title {
  font-size: 1.125rem;
  color: #242424;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-agenda .filter-title .words {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.filter-agenda .facetwp-facet-agenda input.facetwp-date {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  border-bottom: 2px solid #d3bf77;
}

.filter-agenda .filter-days-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter-agenda .filter-days-container .grid-item-days {
  text-transform: uppercase;
  color: #242424;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 0.5rem;
  border: 3px solid #242424;
  font-size: -webkit-calc(2.5vmax);
  font-size: -moz-calc(2.5vmax);
  font-size: calc(2.5vmax);
  width: 6.66%;
}

@media (min-width: 769px) {
  .filter-agenda .filter-days-container .grid-item-days {
    border: 6px solid #242424;
    font-size: -webkit-calc(2vmax);
    font-size: -moz-calc(2vmax);
    font-size: calc(2vmax);
  }
}

.filter-agenda .filter-days-container .grid-item-days.cat-day-active {
  color: #242424;
  border: 3px solid #242424;
}

@media (min-width: 769px) {
  .filter-agenda .filter-days-container .grid-item-days.cat-day-active {
    border: 6px solid #242424;
  }
}

.filter-agenda .filter-days-container .aspect-ratio {
  content: '';
  height: 0;
  display: inline-block;
  padding-top: 100%;
  width: 1px;
  position: relative;
}

.filter-agenda .filter-days-container .grid-item-days:nth-child(n + 2) {
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  line-height: 1;
  font-size: -webkit-calc(6px + 2vmax);
  font-size: -moz-calc(6px + 2vmax);
  font-size: calc(6px + 2vmax);
}

@media (min-width: 769px) {
  .filter-agenda .filter-days-container .grid-item-days:nth-child(n + 2) {
    font-size: -webkit-calc(4px + 2vmax);
    font-size: -moz-calc(4px + 2vmax);
    font-size: calc(4px + 2vmax);
  }
}

.filter-agenda .filter-events-container {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  /* display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;

    @media (--lg) {
      grid-template-columns: repeat(3, 1fr);
    } */
}

.filter-agenda .filter-events-container .grid-item-event {
  text-transform: uppercase;
  color: #242424;
  font-weight: 700;
  text-align: center;
  font-size: 1rem;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  padding: 1rem;
  border: 3px solid #242424;
}

@media (min-width: 769px) {
  .filter-agenda .filter-events-container .grid-item-event {
    font-size: 1.125rem;
    padding: 1.5rem;
    border: 6px solid #242424;
    font-size: -webkit-calc(8px + 1.5vmax);
    font-size: -moz-calc(8px + 1.5vmax);
    font-size: calc(8px + 1.5vmax);
  }
}

.filter-agenda .filter-events-container .grid-item-event.cat-event-active {
  color: #d3bf77;
  border: 3px solid #d3bf77;
}

@media (min-width: 769px) {
  .filter-agenda .filter-events-container .grid-item-event.cat-event-active {
    border: 6px solid #d3bf77;
  }
}

.filter-agenda .filter-aditional-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.page-template-agenda .program-page .events .filter-pg.open {
  padding-bottom: 7rem;
}

.page-template-agenda .program-page .events .filter-pg .filters-bottom {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.page-template-agenda .filter-days {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: 14px;
}

@media (min-width: 769px) {
  .page-template-agenda .filter-days {
    font-size: 24px;
  }
}

.page-template-agenda .filter-days input.date-input {
  background-color: #fff;
  background: none;
  color: #242424;
  font-weight: 400;
  width: 52%;
}

.page-template-agenda .filter-days label {
  width: 50%;
  white-space: nowrap;
}

.page-template-agenda .filter-days .end-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #d3bf77;
}

.page-template-agenda .filter-days .start-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #d3bf77;
}

body.page-template-standard {
  background: none;
  background-color: #fff;
}

.page-template-standard {
  background-color: #fff;
}

.page-template-standard .menu-open #logo path {
  fill: #fff;
}

.page-template-standard .menu-open .lang-switcher {
  color: #fff;
}

.page-template-standard .menu-open .lang-switcher ul {
  border: 3px solid #fff;
}

.page-template-standard .menu-open .lang-switcher ul li.wpml-ls-current-language {
  color: #d3bf77;
  background-color: #fff;
}

.page-template-standard .menu-open .burger-icon-big g {
  fill: #fff;
}

.page-template-standard header .header-scroll {
  background-color: #fff;
}

.page-template-standard header .header-scroll .left {
  color: #fff;
}

.page-template-standard header .header-scroll .left .title-vaw-header::before,
.page-template-standard header .header-scroll .left .title-vaw-header::after {
  background-color: #fff;
}

.page-template-standard header .header-scroll .burger-icon svg g {
  fill: #fff;
}

.page-template-standard .lang-switcher {
  color: #d3bf77;
}

.page-template-standard .lang-switcher ul {
  border: 3px solid #d3bf77;
}

.page-template-standard .lang-switcher ul li.wpml-ls-current-language {
  color: #fff;
  background-color: #d3bf77;
}

.page-template-standard .burger-icon-big g {
  fill: #d3bf77;
}

.page-template-standard.scrolled header .logo svg path {
  fill: #fff;
}

.page-template-standard.scrolled .lang-switcher {
  color: #fff;
}

.page-template-standard.scrolled .lang-switcher ul {
  border: 3px solid #fff;
}

.page-template-standard.scrolled .lang-switcher ul li.wpml-ls-current-language {
  color: #d3bf77;
  background-color: #fff;
}

.page-template-standard.scrolled .burger-icon-big g#icon-burger {
  fill: #fff;
}

.page-template-standard main {
  background-color: #fff;
}

.standard-page {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 10rem;
  padding-bottom: 4rem;
  font-size: 1.125rem;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.1;
}

@media (min-width: 769px) {
  .standard-page {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }
}

.standard-page h1 {
  text-transform: uppercase;
  text-align: center;
}

.standard-page > h2 {
  text-transform: uppercase;
  margin-bottom: 3rem;
  text-align: center;
}

.standard-page p {
  line-height: 1.2;
}

.standard-page .intro {
  margin-top: 4rem;
  margin-bottom: 5rem;
}

.standard-page .standard-content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 992px) {
  .standard-page .standard-content {
    min-height: -webkit-calc(100vh - 400px);
    min-height: -moz-calc(100vh - 400px);
    min-height: calc(100vh - 400px);
  }
}

.standard-page .standard-content .standard-block-text {
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .standard-page .standard-content .standard-block-text {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1025px) {
  .standard-page .standard-content .standard-block-text {
    margin-top: 0;
  }
}

.standard-page .standard-content .standard-block-text .standard-title {
  width: 100%;
}

.standard-page .standard-title {
  text-transform: uppercase;
  width: 50%;
  margin-bottom: 0.5rem;
  font-size: 40px;
  line-height: 44px;
}

.standard-page .standard-text {
  font-size: 1.125rem;
  margin-top: 0.5rem;
}

@media (min-width: 769px) {
  .standard-page .standard-text {
    font-size: 1.125rem;
    line-height: 50px;
    margin-bottom: 4rem;
    width: 100%;
    margin-top: 1rem;
  }
}

.standard-page .standard-text a {
  text-decoration: underline;
}

.standard-page .standard-text p {
  font-size: 1.125rem;
}

.standard-page .standard-text.standard-columns {
  width: 100%;
}

@media (min-width: 769px) {
  .standard-page .standard-text.standard-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

.standard-page .standard-text.standard-columns p {
  margin-bottom: 1rem;
}

@media (min-width: 769px) {
  .standard-page .standard-text.standard-columns p {
    margin-right: 3rem;
  }
}

.standard-page .standard-block-image {
  margin-bottom: 2rem;
}

.standard-page .standard-block-image .standard-image-container {
  display: inline-block;
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (min-width: 576px) {
  .standard-page .standard-block-image .standard-image-container {
    width: 60%;
  }
}

@media (min-width: 769px) {
  .standard-page .standard-block-image .standard-image-container {
    width: 40%;
  }
}

.standard-page .standard-block-image .standard-image-container img {
  width: 100%;
  max-width: 600px;
}

.standard-page .standard-block-grid {
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  .standard-page .standard-block-grid {
    margin-bottom: 3rem;
  }
}

.standard-page .standard-block-grid .standard-grid {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

@media (min-width: 769px) {
  .standard-page .standard-block-grid .standard-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.standard-page .standard-block-grid .standard-grid .standard-grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
}

.standard-page .standard-block-grid .standard-grid img {
  width: 100%;
}

.standard-block-gold {
  background: rgb(143, 124, 61);
  background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-size: 1.125rem;
  width: 100%;
}

@media (min-width: 769px) {
  .standard-block-gold {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 992px) {
  .standard-block-gold {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1025px) {
  .standard-block-gold {
    padding-left: 110px;
    padding-right: 110px;
  }
}

.standard-block-gold h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.standard-block-gold .bloc {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  gap: 1rem;
}

@media (min-width: 769px) {
  .standard-block-gold .bloc {
    width: 75%;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr 1fr;
  }
}

.home-grid-boxes {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  pointer-events: none;
}

@media (min-width: 992px) {
  .home-grid-boxes {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1025px) {
  .home-grid-boxes {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.home-grid-boxes p {
  text-align: center;
}

.home-grid-boxes h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4rem;
}

.home-grid-boxes .home-item-newsletter {
  position: relative;
  width: 100%;
  font-size: 1.125rem;
  padding: 1rem;
  pointer-events: auto;
}

@media (min-width: 576px) {
  .home-grid-boxes .home-item-newsletter {
    width: 100%;
    margin-top: 10px;
  }
}

@media (min-width: 992px) {
  .home-grid-boxes .home-item-newsletter {
    font-size: 1.875rem;
  }
}

.home-grid-boxes .home-item-newsletter form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home-grid-boxes .home-item-newsletter form #vawemail,
.home-grid-boxes .home-item-newsletter form .wpcf7-form-control.wpcf7-email {
  font-size: 1.5rem;
  border-bottom-width: 4px;
  border-color: #242424;
  width: 80%;
  width: 100%;
  padding-bottom: 5px;
}

.home-grid-boxes .home-item-newsletter form .mail-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4rem;
}

.home-grid-boxes .home-item-newsletter form .mail-submit .your-email {
  font-size: 1.5rem;
  float: left;
  width: 80%;
  margin-top: 10px;
}

.home-grid-boxes .home-item-newsletter form .submit-button {
  font-size: 1.5rem;
  border-width: 4px;
  border-color: #242424;
  padding: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  cursor: pointer;
  margin-left: 1.5rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  float: right;
}

@media (min-width: 992px) {
  .home-grid-boxes .home-item-newsletter form .submit-button {
    width: 70px;
    height: 70px;
  }
}

.home-grid-boxes .home-item-newsletter form .submit-button:hover {
  color: #fff;
  background-color: #242424;
}

.home-grid-boxes .home-item-newsletter form .submit-button input {
  cursor: pointer;
}

.home-grid-boxes .home-item-newsletter form .submit-button .wpcf7-spinner {
  display: none;
}

.open-page,
.locations-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.open-page .open-intro,
.open-page .loc-intro,
.locations-page .open-intro,
.locations-page .loc-intro,
.page-template-programm .open-intro,
.page-template-programm .loc-intro {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 992px) {
  .open-page .open-intro,
  .open-page .loc-intro,
  .locations-page .open-intro,
  .locations-page .loc-intro,
  .page-template-programm .open-intro,
  .page-template-programm .loc-intro {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.open-page .open-divs,
.open-page .loc-divs,
.locations-page .open-divs,
.locations-page .loc-divs,
.page-template-programm .open-divs,
.page-template-programm .loc-divs {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

@media (min-width: 992px) {
  .open-page .open-divs,
  .open-page .loc-divs,
  .locations-page .open-divs,
  .locations-page .loc-divs,
  .page-template-programm .open-divs,
  .page-template-programm .loc-divs {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.open-page .places-posts,
.open-page .loc-posts,
.open-page .open-posts,
.locations-page .places-posts,
.locations-page .loc-posts,
.locations-page .open-posts,
.page-template-programm .places-posts,
.page-template-programm .loc-posts,
.page-template-programm .open-posts {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

@media (max-width: 768px) {
  .open-page .places-posts,
  .open-page .loc-posts,
  .open-page .open-posts,
  .locations-page .places-posts,
  .locations-page .loc-posts,
  .locations-page .open-posts,
  .page-template-programm .places-posts,
  .page-template-programm .loc-posts,
  .page-template-programm .open-posts {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .open-page .places-posts,
  .open-page .loc-posts,
  .open-page .open-posts,
  .locations-page .places-posts,
  .locations-page .loc-posts,
  .locations-page .open-posts,
  .page-template-programm .places-posts,
  .page-template-programm .loc-posts,
  .page-template-programm .open-posts {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.open-page .title-bg,
.locations-page .title-bg,
.page-template-programm .title-bg {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 0;
  top: 0;
  right: 0;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  opacity: 0.25;
  pointer-events: none;
  text-transform: uppercase;
  line-height: 0.9;
}

.open-page .title-bg p,
.locations-page .title-bg p,
.page-template-programm .title-bg p {
  font-size: 15vmin;
}

@media (min-width: 576px) {
  .open-page .title-bg p,
  .locations-page .title-bg p,
  .page-template-programm .title-bg p {
    font-size: 27vmin;
  }
}

@media (min-width: 769px) {
  .open-page .title-bg p,
  .locations-page .title-bg p,
  .page-template-programm .title-bg p {
    font-size: 15vmax;
  }
}

.open-page .over-bg,
.locations-page .over-bg,
.page-template-programm .over-bg {
  z-index: 10;
}

.open-page .locations-map,
.open-page .open-map,
.open-page .locations-map-agenda,
.locations-page .locations-map,
.locations-page .open-map,
.locations-page .locations-map-agenda,
.page-template-programm .locations-map,
.page-template-programm .open-map,
.page-template-programm .locations-map-agenda {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 100%;
  z-index: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (min-width: 992px) {
  .open-page .locations-map,
  .open-page .open-map,
  .open-page .locations-map-agenda,
  .locations-page .locations-map,
  .locations-page .open-map,
  .locations-page .locations-map-agenda,
  .page-template-programm .locations-map,
  .page-template-programm .open-map,
  .page-template-programm .locations-map-agenda {
    width: 43%;
    position: fixed;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.open-page .locations-map .map,
.open-page .open-map .map,
.open-page .locations-map-agenda .map,
.locations-page .locations-map .map,
.locations-page .open-map .map,
.locations-page .locations-map-agenda .map,
.page-template-programm .locations-map .map,
.page-template-programm .open-map .map,
.page-template-programm .locations-map-agenda .map {
  width: 100%;
  height: 100vh;
}

.open-page .locations-map .map img,
.open-page .open-map .map img,
.open-page .locations-map-agenda .map img,
.locations-page .locations-map .map img,
.locations-page .open-map .map img,
.locations-page .locations-map-agenda .map img,
.page-template-programm .locations-map .map img,
.page-template-programm .open-map .map img,
.page-template-programm .locations-map-agenda .map img {
  max-width: inherit !important;
}

.open-page .studio-open-studio-days .making-subtitle,
.open-page .studio-open-studio-days-de .making-subtitle,
.locations-page .studio-open-studio-days .making-subtitle,
.locations-page .studio-open-studio-days-de .making-subtitle,
.page-template-programm .studio-open-studio-days .making-subtitle,
.page-template-programm .studio-open-studio-days-de .making-subtitle {
  display: none;
}

.open-page .studio-making-truth .open-subtitle,
.open-page .studio-making-truth-de .open-subtitle,
.locations-page .studio-making-truth .open-subtitle,
.locations-page .studio-making-truth-de .open-subtitle,
.page-template-programm .studio-making-truth .open-subtitle,
.page-template-programm .studio-making-truth-de .open-subtitle {
  display: none;
}

.open-page .marker-label,
.locations-page .marker-label,
.page-template-programm .marker-label {
  display: inline-block;
  line-height: 23px;
  text-align: center;
  position: relative;
}

.open-page .marker-label div,
.locations-page .marker-label div,
.page-template-programm .marker-label div {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 58px 17px 0 17px;
  border-color: #2b2e34 transparent transparent transparent;
  z-index: 2;
  color: white;
}

.open-page .marker-label.studio-losing-control-exhibition-parcours div,
.locations-page .marker-label.studio-losing-control-exhibition-parcours div,
.page-template-programm .marker-label.studio-losing-control-exhibition-parcours div {
  border-color: #af2424 transparent transparent transparent;
}

.open-page .marker-label span,
.locations-page .marker-label span,
.page-template-programm .marker-label span {
  position: absolute;
  top: 0;
  z-index: 9999;
  color: white;
  text-align: center;
  display: block;
  width: 34px;
  height: 23px;
  font-size: 12px;
  font-family: 'Delphia', arial, sans-serif;
}

.open-page .marker-label article,
.locations-page .marker-label article,
.page-template-programm .marker-label article {
  display: none;
}

.open-page .marker-label.hide,
.locations-page .marker-label.hide,
.page-template-programm .marker-label.hide {
  display: none !important;
}

.open-page .marker-label.studio-open-studio-days div,
.open-page .marker-label.studio-open-studio-days-de div,
.locations-page .marker-label.studio-open-studio-days div,
.locations-page .marker-label.studio-open-studio-days-de div,
.page-template-programm .marker-label.studio-open-studio-days div,
.page-template-programm .marker-label.studio-open-studio-days-de div {
  border-color: #2b2e34 transparent transparent transparent;
}

.open-page .marker-label.studio-open-studio-days .making-subtitle,
.open-page .marker-label.studio-open-studio-days-de .making-subtitle,
.locations-page .marker-label.studio-open-studio-days .making-subtitle,
.locations-page .marker-label.studio-open-studio-days-de .making-subtitle,
.page-template-programm .marker-label.studio-open-studio-days .making-subtitle,
.page-template-programm .marker-label.studio-open-studio-days-de .making-subtitle {
  display: none;
}

.open-page .marker-label.studio-living-rituals div,
.open-page .marker-label.studio-living-rituals-de div,
.open-page .marker-label.studio-losing-control-exhibition-parcours div,
.locations-page .marker-label.studio-living-rituals div,
.locations-page .marker-label.studio-living-rituals-de div,
.locations-page .marker-label.studio-losing-control-exhibition-parcours div,
.page-template-programm .marker-label.studio-living-rituals div,
.page-template-programm .marker-label.studio-living-rituals-de div,
.page-template-programm .marker-label.studio-losing-control-exhibition-parcours div {
  border-color: #af2424 transparent transparent transparent;
}

.open-page .marker-label.studio-living-rituals .open-subtitle,
.open-page .marker-label.studio-living-rituals-de .open-subtitle,
.open-page .marker-label.studio-losing-control-exhibition-parcours .open-subtitle,
.locations-page .marker-label.studio-living-rituals .open-subtitle,
.locations-page .marker-label.studio-living-rituals-de .open-subtitle,
.locations-page .marker-label.studio-losing-control-exhibition-parcours .open-subtitle,
.page-template-programm .marker-label.studio-living-rituals .open-subtitle,
.page-template-programm .marker-label.studio-living-rituals-de .open-subtitle,
.page-template-programm .marker-label.studio-losing-control-exhibition-parcours .open-subtitle {
  display: none;
}

.open-page .marker-label.places-special-projects div,
.open-page .marker-label.places-special-projects-de div,
.locations-page .marker-label.places-special-projects div,
.locations-page .marker-label.places-special-projects-de div,
.page-template-programm .marker-label.places-special-projects div,
.page-template-programm .marker-label.places-special-projects-de div {
  border-color: #77b94c transparent transparent transparent;
}

.open-page .marker-label.places-institutions div,
.open-page .marker-label.places-institutions-de div,
.locations-page .marker-label.places-institutions div,
.locations-page .marker-label.places-institutions-de div,
.page-template-programm .marker-label.places-institutions div,
.page-template-programm .marker-label.places-institutions-de div {
  border-color: #5bbfee transparent transparent transparent;
}

.open-page .marker-label.places-galleries div,
.open-page .marker-label.places-galleries-de div,
.locations-page .marker-label.places-galleries div,
.locations-page .marker-label.places-galleries-de div,
.page-template-programm .marker-label.places-galleries div,
.page-template-programm .marker-label.places-galleries-de div {
  border-color: #bfa147 transparent transparent transparent;
}

.open-page .marker-label.places-alternative-spaces div,
.open-page .marker-label.places-alternative-spaces-de div,
.locations-page .marker-label.places-alternative-spaces div,
.locations-page .marker-label.places-alternative-spaces-de div,
.page-template-programm .marker-label.places-alternative-spaces div,
.page-template-programm .marker-label.places-alternative-spaces-de div {
  border-color: #cf6c39 transparent transparent transparent;
}

.open-page .marker-label div {
  /* border-color: #2B2E34 transparent transparent transparent; */
}

.open-page .marker-label .making-subtitle {
  display: none;
}

.locations-page .title-bg p {
  font-size: 10vmax;
  line-height: 0.9;
}

@media (min-width: 576px) {
  .locations-page .title-bg p {
    font-size: 20vmin;
  }
}

@media (min-width: 769px) {
  .locations-page .title-bg p {
    font-size: 11vmax;
  }
}

.locations-page .studio-cats .open-studio-days .open-cats-texts .making-subtitle,
.locations-page .studio-cats .open-studio-days-de .open-cats-texts .making-subtitle {
  display: none;
}

.locations-page .studio-cats .making-truth .open-cats-texts .open-subtitle,
.locations-page .studio-cats .making-truth-de .open-cats-texts .open-subtitle {
  display: none;
}

.open-intro,
.loc-intro {
  background: rgb(143, 124, 61);
  background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  padding-top: 7rem;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 992px) {
  .open-intro,
  .loc-intro {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 11rem;
    padding-bottom: 2rem;
    width: 57%;
  }
}

@media (min-width: 1025px) {
  .open-intro,
  .loc-intro {
    padding-left: 5.5rem;
    padding-right: 8rem;
    padding-top: 16rem;
    padding-bottom: 5rem;
  }
}

.open-intro h1,
.loc-intro h1 {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 1rem;
  position: relative;
  padding: 0;
}

.open-intro h3,
.loc-intro h3 {
  margin-bottom: 2rem;
  color: #242424;
  font-weight: 700;
  position: relative;
  max-width: 100%;
  font-size: 40px;
  line-height: 1;
}

.open-intro .open-intro-text,
.open-intro .loc-intro-text,
.loc-intro .open-intro-text,
.loc-intro .loc-intro-text {
  color: #242424;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

@media (min-width: 769px) {
  .open-intro .open-intro-text,
  .open-intro .loc-intro-text,
  .loc-intro .open-intro-text,
  .loc-intro .loc-intro-text {
    font-size: 1.5rem;
  }
}

.open-intro .open-intro-text p,
.open-intro .loc-intro-text p,
.loc-intro .open-intro-text p,
.loc-intro .loc-intro-text p {
  margin-bottom: 2rem;
}

.open-intro .intro-cats,
.loc-intro .intro-cats {
  margin-top: 2rem;
  padding-top: 4rem;
  border-top-width: 4px;
  border-color: #242424;
}

@media (min-width: 992px) {
  .open-intro .intro-cats,
  .loc-intro .intro-cats {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}

@media (min-width: 1025px) {
  .open-intro .intro-cats,
  .loc-intro .intro-cats {
    margin-top: 5rem;
    padding-top: 5rem;
  }
}

.open-intro .intro-cats .intro-cat-item,
.loc-intro .intro-cats .intro-cat-item {
  margin-top: 1.25rem;
  margin-bottom: 3.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.open-intro .intro-cats .intro-cat-item .cat-dot,
.loc-intro .intro-cats .intro-cat-item .cat-dot {
  border-width: 3px;
  border-color: #242424;
  width: 3.125rem;
  height: 3.125rem;
  margin-right: 1rem;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.open-intro .intro-cats .intro-cat-item.active .cat-dot,
.loc-intro .intro-cats .intro-cat-item.active .cat-dot {
  background-color: #242424;
}

.open-intro .intro-cats .intro-cat-item .intro-cat-title,
.loc-intro .intro-cats .intro-cat-item .intro-cat-title {
  color: #242424;
  width: -webkit-calc(100% - 3.125rem);
  width: -moz-calc(100% - 3.125rem);
  width: calc(100% - 3.125rem);
}

.open-intro .intro-cats .intro-cat-item .intro-cat-title .cat-title,
.loc-intro .intro-cats .intro-cat-item .intro-cat-title .cat-title {
  font-size: 1.5625rem;
  font-weight: 700;
  position: relative;
}

@media (min-width: 992px) {
  .open-intro .intro-cats .intro-cat-item .intro-cat-title .cat-title,
  .loc-intro .intro-cats .intro-cat-item .intro-cat-title .cat-title {
    font-size: 1.875rem;
  }
}

@media (min-width: 1025px) {
  .open-intro .intro-cats .intro-cat-item .intro-cat-title .cat-title,
  .loc-intro .intro-cats .intro-cat-item .intro-cat-title .cat-title {
    font-size: 2.6875rem;
  }
}

.open-intro .intro-cats .intro-cat-item .intro-cat-title .cat-subtitle,
.loc-intro .intro-cats .intro-cat-item .intro-cat-title .cat-subtitle {
  font-size: 1.125rem;
  position: relative;
  font-weight: 500;
}

@media (min-width: 769px) {
  .open-intro .intro-cats .intro-cat-item .intro-cat-title .cat-subtitle,
  .loc-intro .intro-cats .intro-cat-item .intro-cat-title .cat-subtitle {
    font-size: 1.5rem;
  }
}

.open-intro .intro-cats .studio-cats,
.loc-intro .intro-cats .studio-cats {
  padding-top: 4rem;
  margin-top: 4rem;
  padding-bottom: 4rem;
  border-top-width: 4px;
}

@media (min-width: 992px) {
  .open-intro .intro-cats .studio-cats,
  .loc-intro .intro-cats .studio-cats {
    padding-top: 3rem;
    margin-top: 3rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1025px) {
  .open-intro .intro-cats .studio-cats,
  .loc-intro .intro-cats .studio-cats {
    padding-top: 5rem;
    margin-top: 5rem;
    padding-bottom: 3rem;
  }
}

.open-intro .intro-cats .studio-cats .intro-cat-item,
.loc-intro .intro-cats .studio-cats .intro-cat-item {
  margin-bottom: 2rem;
}

.open-intro .cat-dot,
.loc-intro .cat-dot {
  background-color: transparent;
}

.open-intro,
.loc-intro {
  /* & .studio-o-s-d.active,
    & .studio-o-s-d-en.active,
    & .studio-o-s-d.to-start,
    & .studio-o-s-d-en.to-start {
        & .cat-dot {
            @apply bg-navy;
        }
    }

    & .studio-living-rituals.active,
    & .studio-living-rituals-en.active,
    & .studio-living-rituals.to-start,
    & .studio-living-rituals-en.to-start,
    & .studio-losing-control-exhibition-parcours-en.active,
    & .studio-losing-control-exhibition-parcours.active {
        & .cat-dot {
            @apply bg-granate;
        }
    }

    & .places-special-projects.active,
    & .places-special-projects-de.active,
    & .places-special-projects.to-start,
    & .places-special-projects-de.to-start {
        & .cat-dot {
            @apply bg-grass;
        }
    }

    & .places-institutions.active,
    & .places-institutions-de.active,
    & .places-institutions.to-start,
    & .places-institutions-de.to-start {
        & .cat-dot {
            @apply bg-sky;
        }
    }

    & .places-galleries.active,
    & .places-galleries-de.active,
    & .places-galleries.to-start,
    & .places-galleries-de.to-start {
        & .cat-dot {
            @apply bg-dijon;
        }
    }

    & .places-alternative-spaces.active,
    & .places-alternative-spaces-de.active,
    & .places-alternative-spaces.to-start,
    & .places-alternative-spaces-de.to-start {
        & .cat-dot {
            @apply bg-brick;
        }
    } */
}

.open-intro .open-search,
.open-intro .loc-search,
.loc-intro .open-search,
.loc-intro .loc-search {
  display: none;
}

@media (min-width: 992px) {
  .open-intro .open-search,
  .open-intro .loc-search,
  .loc-intro .open-search,
  .loc-intro .loc-search {
    display: block;
  }
}

.open-intro .open-search .search-title,
.open-intro .loc-search .search-title,
.loc-intro .open-search .search-title,
.loc-intro .loc-search .search-title {
  font-size: 1.125rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
  position: relative;
}

@media (min-width: 769px) {
  .open-intro .open-search .search-title,
  .open-intro .loc-search .search-title,
  .loc-intro .open-search .search-title,
  .loc-intro .loc-search .search-title {
    font-size: 1.875rem;
  }
}

@media (min-width: 1025px) {
  .open-intro .open-search .search-title,
  .open-intro .loc-search .search-title,
  .loc-intro .open-search .search-title,
  .loc-intro .loc-search .search-title {
    margin-bottom: 5rem;
  }
}

.open-intro .open-search .search-title .words,
.open-intro .loc-search .search-title .words,
.loc-intro .open-search .search-title .words,
.loc-intro .loc-search .search-title .words {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.open-intro .open-search .search-title .line,
.open-intro .loc-search .search-title .line,
.loc-intro .open-search .search-title .line,
.loc-intro .loc-search .search-title .line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #242424;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 6px;
}

.open-intro .open-search .search-input,
.open-intro .open-search .facetwp-search-wrap,
.open-intro .loc-search .search-input,
.open-intro .loc-search .facetwp-search-wrap,
.loc-intro .open-search .search-input,
.loc-intro .open-search .facetwp-search-wrap,
.loc-intro .loc-search .search-input,
.loc-intro .loc-search .facetwp-search-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
}

.open-intro .open-search .search-input .facetwp-facet,
.open-intro .open-search .facetwp-search-wrap .facetwp-facet,
.open-intro .loc-search .search-input .facetwp-facet,
.open-intro .loc-search .facetwp-search-wrap .facetwp-facet,
.loc-intro .open-search .search-input .facetwp-facet,
.loc-intro .open-search .facetwp-search-wrap .facetwp-facet,
.loc-intro .loc-search .search-input .facetwp-facet,
.loc-intro .loc-search .facetwp-search-wrap .facetwp-facet {
  margin-bottom: 0;
  width: 100%;
}

.open-intro .open-search .search-input .lupa,
.open-intro .open-search .search-input .facetwp-btn,
.open-intro .open-search .facetwp-search-wrap .lupa,
.open-intro .open-search .facetwp-search-wrap .facetwp-btn,
.open-intro .loc-search .search-input .lupa,
.open-intro .loc-search .search-input .facetwp-btn,
.open-intro .loc-search .facetwp-search-wrap .lupa,
.open-intro .loc-search .facetwp-search-wrap .facetwp-btn,
.loc-intro .open-search .search-input .lupa,
.loc-intro .open-search .search-input .facetwp-btn,
.loc-intro .open-search .facetwp-search-wrap .lupa,
.loc-intro .open-search .facetwp-search-wrap .facetwp-btn,
.loc-intro .loc-search .search-input .lupa,
.loc-intro .loc-search .search-input .facetwp-btn,
.loc-intro .loc-search .facetwp-search-wrap .lupa,
.loc-intro .loc-search .facetwp-search-wrap .facetwp-btn {
  display: inline-block;
  margin-right: 2rem;
  width: 4rem;
  vertical-align: top;
  top: auto;
  right: auto;
  line-height: 1;
  position: relative;
  cursor: pointer;
  opacity: 1;
}

@media (min-width: 1025px) {
  .open-intro .open-search .search-input .lupa,
  .open-intro .open-search .search-input .facetwp-btn,
  .open-intro .open-search .facetwp-search-wrap .lupa,
  .open-intro .open-search .facetwp-search-wrap .facetwp-btn,
  .open-intro .loc-search .search-input .lupa,
  .open-intro .loc-search .search-input .facetwp-btn,
  .open-intro .loc-search .facetwp-search-wrap .lupa,
  .open-intro .loc-search .facetwp-search-wrap .facetwp-btn,
  .loc-intro .open-search .search-input .lupa,
  .loc-intro .open-search .search-input .facetwp-btn,
  .loc-intro .open-search .facetwp-search-wrap .lupa,
  .loc-intro .open-search .facetwp-search-wrap .facetwp-btn,
  .loc-intro .loc-search .search-input .lupa,
  .loc-intro .loc-search .search-input .facetwp-btn,
  .loc-intro .loc-search .facetwp-search-wrap .lupa,
  .loc-intro .loc-search .facetwp-search-wrap .facetwp-btn {
    width: auto;
  }
}

.open-intro .open-search .search-input .lupa svg,
.open-intro .open-search .search-input .facetwp-btn svg,
.open-intro .open-search .facetwp-search-wrap .lupa svg,
.open-intro .open-search .facetwp-search-wrap .facetwp-btn svg,
.open-intro .loc-search .search-input .lupa svg,
.open-intro .loc-search .search-input .facetwp-btn svg,
.open-intro .loc-search .facetwp-search-wrap .lupa svg,
.open-intro .loc-search .facetwp-search-wrap .facetwp-btn svg,
.loc-intro .open-search .search-input .lupa svg,
.loc-intro .open-search .search-input .facetwp-btn svg,
.loc-intro .open-search .facetwp-search-wrap .lupa svg,
.loc-intro .open-search .facetwp-search-wrap .facetwp-btn svg,
.loc-intro .loc-search .search-input .lupa svg,
.loc-intro .loc-search .search-input .facetwp-btn svg,
.loc-intro .loc-search .facetwp-search-wrap .lupa svg,
.loc-intro .loc-search .facetwp-search-wrap .facetwp-btn svg {
  width: 100%;
  height: 100%;
}

.open-intro .open-search .search-input .facetwp-btn::before,
.open-intro .open-search .facetwp-search-wrap .facetwp-btn::before,
.open-intro .loc-search .search-input .facetwp-btn::before,
.open-intro .loc-search .facetwp-search-wrap .facetwp-btn::before,
.loc-intro .open-search .search-input .facetwp-btn::before,
.loc-intro .open-search .facetwp-search-wrap .facetwp-btn::before,
.loc-intro .loc-search .search-input .facetwp-btn::before,
.loc-intro .loc-search .facetwp-search-wrap .facetwp-btn::before {
  content: '';
  width: 80px;
  height: 80px;
  background: url('../img/icons/icon-lupa.svg') no-repeat;
  -webkit-background-size: 80px 80px;
  -moz-background-size: 80px;
  -o-background-size: 80px;
  background-size: 80px;
}

.open-intro .open-search .search-input #open-search::-webkit-input-placeholder,
.open-intro .open-search .search-input #loc-search::-webkit-input-placeholder,
.open-intro .open-search .search-input .facetwp-search::-webkit-input-placeholder,
.open-intro .open-search .facetwp-search-wrap #open-search::-webkit-input-placeholder,
.open-intro .open-search .facetwp-search-wrap #loc-search::-webkit-input-placeholder,
.open-intro .open-search .facetwp-search-wrap .facetwp-search::-webkit-input-placeholder,
.open-intro .loc-search .search-input #open-search::-webkit-input-placeholder,
.open-intro .loc-search .search-input #loc-search::-webkit-input-placeholder,
.open-intro .loc-search .search-input .facetwp-search::-webkit-input-placeholder,
.open-intro .loc-search .facetwp-search-wrap #open-search::-webkit-input-placeholder,
.open-intro .loc-search .facetwp-search-wrap #loc-search::-webkit-input-placeholder,
.open-intro .loc-search .facetwp-search-wrap .facetwp-search::-webkit-input-placeholder,
.loc-intro .open-search .search-input #open-search::-webkit-input-placeholder,
.loc-intro .open-search .search-input #loc-search::-webkit-input-placeholder,
.loc-intro .open-search .search-input .facetwp-search::-webkit-input-placeholder,
.loc-intro .open-search .facetwp-search-wrap #open-search::-webkit-input-placeholder,
.loc-intro .open-search .facetwp-search-wrap #loc-search::-webkit-input-placeholder,
.loc-intro .open-search .facetwp-search-wrap .facetwp-search::-webkit-input-placeholder,
.loc-intro .loc-search .search-input #open-search::-webkit-input-placeholder,
.loc-intro .loc-search .search-input #loc-search::-webkit-input-placeholder,
.loc-intro .loc-search .search-input .facetwp-search::-webkit-input-placeholder,
.loc-intro .loc-search .facetwp-search-wrap #open-search::-webkit-input-placeholder,
.loc-intro .loc-search .facetwp-search-wrap #loc-search::-webkit-input-placeholder,
.loc-intro .loc-search .facetwp-search-wrap .facetwp-search::-webkit-input-placeholder {
  opacity: 1;
}

.open-intro .open-search .search-input #open-search:-moz-placeholder,
.open-intro .open-search .search-input #loc-search:-moz-placeholder,
.open-intro .open-search .search-input .facetwp-search:-moz-placeholder,
.open-intro .open-search .facetwp-search-wrap #open-search:-moz-placeholder,
.open-intro .open-search .facetwp-search-wrap #loc-search:-moz-placeholder,
.open-intro .open-search .facetwp-search-wrap .facetwp-search:-moz-placeholder,
.open-intro .loc-search .search-input #open-search:-moz-placeholder,
.open-intro .loc-search .search-input #loc-search:-moz-placeholder,
.open-intro .loc-search .search-input .facetwp-search:-moz-placeholder,
.open-intro .loc-search .facetwp-search-wrap #open-search:-moz-placeholder,
.open-intro .loc-search .facetwp-search-wrap #loc-search:-moz-placeholder,
.open-intro .loc-search .facetwp-search-wrap .facetwp-search:-moz-placeholder,
.loc-intro .open-search .search-input #open-search:-moz-placeholder,
.loc-intro .open-search .search-input #loc-search:-moz-placeholder,
.loc-intro .open-search .search-input .facetwp-search:-moz-placeholder,
.loc-intro .open-search .facetwp-search-wrap #open-search:-moz-placeholder,
.loc-intro .open-search .facetwp-search-wrap #loc-search:-moz-placeholder,
.loc-intro .open-search .facetwp-search-wrap .facetwp-search:-moz-placeholder,
.loc-intro .loc-search .search-input #open-search:-moz-placeholder,
.loc-intro .loc-search .search-input #loc-search:-moz-placeholder,
.loc-intro .loc-search .search-input .facetwp-search:-moz-placeholder,
.loc-intro .loc-search .facetwp-search-wrap #open-search:-moz-placeholder,
.loc-intro .loc-search .facetwp-search-wrap #loc-search:-moz-placeholder,
.loc-intro .loc-search .facetwp-search-wrap .facetwp-search:-moz-placeholder {
  opacity: 1;
}

.open-intro .open-search .search-input #open-search::-moz-placeholder,
.open-intro .open-search .search-input #loc-search::-moz-placeholder,
.open-intro .open-search .search-input .facetwp-search::-moz-placeholder,
.open-intro .open-search .facetwp-search-wrap #open-search::-moz-placeholder,
.open-intro .open-search .facetwp-search-wrap #loc-search::-moz-placeholder,
.open-intro .open-search .facetwp-search-wrap .facetwp-search::-moz-placeholder,
.open-intro .loc-search .search-input #open-search::-moz-placeholder,
.open-intro .loc-search .search-input #loc-search::-moz-placeholder,
.open-intro .loc-search .search-input .facetwp-search::-moz-placeholder,
.open-intro .loc-search .facetwp-search-wrap #open-search::-moz-placeholder,
.open-intro .loc-search .facetwp-search-wrap #loc-search::-moz-placeholder,
.open-intro .loc-search .facetwp-search-wrap .facetwp-search::-moz-placeholder,
.loc-intro .open-search .search-input #open-search::-moz-placeholder,
.loc-intro .open-search .search-input #loc-search::-moz-placeholder,
.loc-intro .open-search .search-input .facetwp-search::-moz-placeholder,
.loc-intro .open-search .facetwp-search-wrap #open-search::-moz-placeholder,
.loc-intro .open-search .facetwp-search-wrap #loc-search::-moz-placeholder,
.loc-intro .open-search .facetwp-search-wrap .facetwp-search::-moz-placeholder,
.loc-intro .loc-search .search-input #open-search::-moz-placeholder,
.loc-intro .loc-search .search-input #loc-search::-moz-placeholder,
.loc-intro .loc-search .search-input .facetwp-search::-moz-placeholder,
.loc-intro .loc-search .facetwp-search-wrap #open-search::-moz-placeholder,
.loc-intro .loc-search .facetwp-search-wrap #loc-search::-moz-placeholder,
.loc-intro .loc-search .facetwp-search-wrap .facetwp-search::-moz-placeholder {
  opacity: 1;
}

.open-intro .open-search .search-input #open-search:-ms-input-placeholder,
.open-intro .open-search .search-input #loc-search:-ms-input-placeholder,
.open-intro .open-search .search-input .facetwp-search:-ms-input-placeholder,
.open-intro .open-search .facetwp-search-wrap #open-search:-ms-input-placeholder,
.open-intro .open-search .facetwp-search-wrap #loc-search:-ms-input-placeholder,
.open-intro .open-search .facetwp-search-wrap .facetwp-search:-ms-input-placeholder,
.open-intro .loc-search .search-input #open-search:-ms-input-placeholder,
.open-intro .loc-search .search-input #loc-search:-ms-input-placeholder,
.open-intro .loc-search .search-input .facetwp-search:-ms-input-placeholder,
.open-intro .loc-search .facetwp-search-wrap #open-search:-ms-input-placeholder,
.open-intro .loc-search .facetwp-search-wrap #loc-search:-ms-input-placeholder,
.open-intro .loc-search .facetwp-search-wrap .facetwp-search:-ms-input-placeholder,
.loc-intro .open-search .search-input #open-search:-ms-input-placeholder,
.loc-intro .open-search .search-input #loc-search:-ms-input-placeholder,
.loc-intro .open-search .search-input .facetwp-search:-ms-input-placeholder,
.loc-intro .open-search .facetwp-search-wrap #open-search:-ms-input-placeholder,
.loc-intro .open-search .facetwp-search-wrap #loc-search:-ms-input-placeholder,
.loc-intro .open-search .facetwp-search-wrap .facetwp-search:-ms-input-placeholder,
.loc-intro .loc-search .search-input #open-search:-ms-input-placeholder,
.loc-intro .loc-search .search-input #loc-search:-ms-input-placeholder,
.loc-intro .loc-search .search-input .facetwp-search:-ms-input-placeholder,
.loc-intro .loc-search .facetwp-search-wrap #open-search:-ms-input-placeholder,
.loc-intro .loc-search .facetwp-search-wrap #loc-search:-ms-input-placeholder,
.loc-intro .loc-search .facetwp-search-wrap .facetwp-search:-ms-input-placeholder {
  opacity: 1;
}

.open-intro .open-search .search-input #open-search::-ms-input-placeholder,
.open-intro .open-search .search-input #loc-search::-ms-input-placeholder,
.open-intro .open-search .search-input .facetwp-search::-ms-input-placeholder,
.open-intro .open-search .facetwp-search-wrap #open-search::-ms-input-placeholder,
.open-intro .open-search .facetwp-search-wrap #loc-search::-ms-input-placeholder,
.open-intro .open-search .facetwp-search-wrap .facetwp-search::-ms-input-placeholder,
.open-intro .loc-search .search-input #open-search::-ms-input-placeholder,
.open-intro .loc-search .search-input #loc-search::-ms-input-placeholder,
.open-intro .loc-search .search-input .facetwp-search::-ms-input-placeholder,
.open-intro .loc-search .facetwp-search-wrap #open-search::-ms-input-placeholder,
.open-intro .loc-search .facetwp-search-wrap #loc-search::-ms-input-placeholder,
.open-intro .loc-search .facetwp-search-wrap .facetwp-search::-ms-input-placeholder,
.loc-intro .open-search .search-input #open-search::-ms-input-placeholder,
.loc-intro .open-search .search-input #loc-search::-ms-input-placeholder,
.loc-intro .open-search .search-input .facetwp-search::-ms-input-placeholder,
.loc-intro .open-search .facetwp-search-wrap #open-search::-ms-input-placeholder,
.loc-intro .open-search .facetwp-search-wrap #loc-search::-ms-input-placeholder,
.loc-intro .open-search .facetwp-search-wrap .facetwp-search::-ms-input-placeholder,
.loc-intro .loc-search .search-input #open-search::-ms-input-placeholder,
.loc-intro .loc-search .search-input #loc-search::-ms-input-placeholder,
.loc-intro .loc-search .search-input .facetwp-search::-ms-input-placeholder,
.loc-intro .loc-search .facetwp-search-wrap #open-search::-ms-input-placeholder,
.loc-intro .loc-search .facetwp-search-wrap #loc-search::-ms-input-placeholder,
.loc-intro .loc-search .facetwp-search-wrap .facetwp-search::-ms-input-placeholder {
  opacity: 1;
}

.open-intro .open-search .search-input #open-search::placeholder,
.open-intro .open-search .search-input #loc-search::placeholder,
.open-intro .open-search .search-input .facetwp-search::placeholder,
.open-intro .open-search .facetwp-search-wrap #open-search::placeholder,
.open-intro .open-search .facetwp-search-wrap #loc-search::placeholder,
.open-intro .open-search .facetwp-search-wrap .facetwp-search::placeholder,
.open-intro .loc-search .search-input #open-search::placeholder,
.open-intro .loc-search .search-input #loc-search::placeholder,
.open-intro .loc-search .search-input .facetwp-search::placeholder,
.open-intro .loc-search .facetwp-search-wrap #open-search::placeholder,
.open-intro .loc-search .facetwp-search-wrap #loc-search::placeholder,
.open-intro .loc-search .facetwp-search-wrap .facetwp-search::placeholder,
.loc-intro .open-search .search-input #open-search::placeholder,
.loc-intro .open-search .search-input #loc-search::placeholder,
.loc-intro .open-search .search-input .facetwp-search::placeholder,
.loc-intro .open-search .facetwp-search-wrap #open-search::placeholder,
.loc-intro .open-search .facetwp-search-wrap #loc-search::placeholder,
.loc-intro .open-search .facetwp-search-wrap .facetwp-search::placeholder,
.loc-intro .loc-search .search-input #open-search::placeholder,
.loc-intro .loc-search .search-input #loc-search::placeholder,
.loc-intro .loc-search .search-input .facetwp-search::placeholder,
.loc-intro .loc-search .facetwp-search-wrap #open-search::placeholder,
.loc-intro .loc-search .facetwp-search-wrap #loc-search::placeholder,
.loc-intro .loc-search .facetwp-search-wrap .facetwp-search::placeholder {
  opacity: 1;
}

.open-intro .open-search .search-input #open-search,
.open-intro .open-search .search-input #loc-search,
.open-intro .open-search .search-input .facetwp-search,
.open-intro .open-search .facetwp-search-wrap #open-search,
.open-intro .open-search .facetwp-search-wrap #loc-search,
.open-intro .open-search .facetwp-search-wrap .facetwp-search,
.open-intro .loc-search .search-input #open-search,
.open-intro .loc-search .search-input #loc-search,
.open-intro .loc-search .search-input .facetwp-search,
.open-intro .loc-search .facetwp-search-wrap #open-search,
.open-intro .loc-search .facetwp-search-wrap #loc-search,
.open-intro .loc-search .facetwp-search-wrap .facetwp-search,
.loc-intro .open-search .search-input #open-search,
.loc-intro .open-search .search-input #loc-search,
.loc-intro .open-search .search-input .facetwp-search,
.loc-intro .open-search .facetwp-search-wrap #open-search,
.loc-intro .open-search .facetwp-search-wrap #loc-search,
.loc-intro .open-search .facetwp-search-wrap .facetwp-search,
.loc-intro .loc-search .search-input #open-search,
.loc-intro .loc-search .search-input #loc-search,
.loc-intro .loc-search .search-input .facetwp-search,
.loc-intro .loc-search .facetwp-search-wrap #open-search,
.loc-intro .loc-search .facetwp-search-wrap #loc-search,
.loc-intro .loc-search .facetwp-search-wrap .facetwp-search {
  background-color: #242424;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  padding: 0.5rem;
  line-height: 1;
  width: 100%;
}

@media (min-width: 1025px) {
  .open-intro .open-search .search-input #open-search,
  .open-intro .open-search .search-input #loc-search,
  .open-intro .open-search .search-input .facetwp-search,
  .open-intro .open-search .facetwp-search-wrap #open-search,
  .open-intro .open-search .facetwp-search-wrap #loc-search,
  .open-intro .open-search .facetwp-search-wrap .facetwp-search,
  .open-intro .loc-search .search-input #open-search,
  .open-intro .loc-search .search-input #loc-search,
  .open-intro .loc-search .search-input .facetwp-search,
  .open-intro .loc-search .facetwp-search-wrap #open-search,
  .open-intro .loc-search .facetwp-search-wrap #loc-search,
  .open-intro .loc-search .facetwp-search-wrap .facetwp-search,
  .loc-intro .open-search .search-input #open-search,
  .loc-intro .open-search .search-input #loc-search,
  .loc-intro .open-search .search-input .facetwp-search,
  .loc-intro .open-search .facetwp-search-wrap #open-search,
  .loc-intro .open-search .facetwp-search-wrap #loc-search,
  .loc-intro .open-search .facetwp-search-wrap .facetwp-search,
  .loc-intro .loc-search .search-input #open-search,
  .loc-intro .loc-search .search-input #loc-search,
  .loc-intro .loc-search .search-input .facetwp-search,
  .loc-intro .loc-search .facetwp-search-wrap #open-search,
  .loc-intro .loc-search .facetwp-search-wrap #loc-search,
  .loc-intro .loc-search .facetwp-search-wrap .facetwp-search {
    font-size: 2.6875rem;
    padding: 1.25rem;
    width: -webkit-calc(100% - 113px);
    width: -moz-calc(100% - 113px);
    width: calc(100% - 113px);
  }
}

.open-intro .loc-view-selector,
.open-intro .open-view-selector,
.loc-intro .loc-view-selector,
.loc-intro .open-view-selector {
  background-color: #fff;
  height: auto;
  padding: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media (min-width: 992px) {
  .open-intro .loc-view-selector,
  .open-intro .open-view-selector,
  .loc-intro .loc-view-selector,
  .loc-intro .open-view-selector {
    display: none;
  }
}

.open-intro .loc-view-selector .loc-view-map,
.open-intro .loc-view-selector .loc-view-list,
.open-intro .loc-view-selector .open-view-map,
.open-intro .loc-view-selector .open-view-list,
.open-intro .open-view-selector .loc-view-map,
.open-intro .open-view-selector .loc-view-list,
.open-intro .open-view-selector .open-view-map,
.open-intro .open-view-selector .open-view-list,
.loc-intro .loc-view-selector .loc-view-map,
.loc-intro .loc-view-selector .loc-view-list,
.loc-intro .loc-view-selector .open-view-map,
.loc-intro .loc-view-selector .open-view-list,
.loc-intro .open-view-selector .loc-view-map,
.loc-intro .open-view-selector .loc-view-list,
.loc-intro .open-view-selector .open-view-map,
.loc-intro .open-view-selector .open-view-list {
  text-transform: uppercase;
  color: #242424;
  padding: 0.5rem;
  border-color: #242424;
  border-width: 2px;
  text-align: center;
  font-size: 7vmin;
  width: 48%;
  word-break: break-word;
}

@media (min-width: 576px) {
  .open-intro .loc-view-selector .loc-view-map,
  .open-intro .loc-view-selector .loc-view-list,
  .open-intro .loc-view-selector .open-view-map,
  .open-intro .loc-view-selector .open-view-list,
  .open-intro .open-view-selector .loc-view-map,
  .open-intro .open-view-selector .loc-view-list,
  .open-intro .open-view-selector .open-view-map,
  .open-intro .open-view-selector .open-view-list,
  .loc-intro .loc-view-selector .loc-view-map,
  .loc-intro .loc-view-selector .loc-view-list,
  .loc-intro .loc-view-selector .open-view-map,
  .loc-intro .loc-view-selector .open-view-list,
  .loc-intro .open-view-selector .loc-view-map,
  .loc-intro .open-view-selector .loc-view-list,
  .loc-intro .open-view-selector .open-view-map,
  .loc-intro .open-view-selector .open-view-list {
    font-size: 3.5vmin;
  }
}

.open-intro .loc-view-selector .loc-view-map.selected,
.open-intro .loc-view-selector .loc-view-list.selected,
.open-intro .loc-view-selector .open-view-map.selected,
.open-intro .loc-view-selector .open-view-list.selected,
.open-intro .open-view-selector .loc-view-map.selected,
.open-intro .open-view-selector .loc-view-list.selected,
.open-intro .open-view-selector .open-view-map.selected,
.open-intro .open-view-selector .open-view-list.selected,
.loc-intro .loc-view-selector .loc-view-map.selected,
.loc-intro .loc-view-selector .loc-view-list.selected,
.loc-intro .loc-view-selector .open-view-map.selected,
.loc-intro .loc-view-selector .open-view-list.selected,
.loc-intro .open-view-selector .loc-view-map.selected,
.loc-intro .open-view-selector .loc-view-list.selected,
.loc-intro .open-view-selector .open-view-map.selected,
.loc-intro .open-view-selector .open-view-list.selected {
  color: #fff;
  background-color: #242424;
}

.loc-intro .intro-cats .intro-cat-item {
  margin-bottom: 3rem;
}

.open-posts {
  background-color: #fff;
  width: 100%;
}

@media (min-width: 992px) {
  .open-posts {
    width: 57%;
  }
}

.open-posts .open-posts-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* flex flex-col */
}

.open-posts .open-posts-content h2 {
  padding-left: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.open-posts .open-posts-content .wrap-posts.hide {
  display: none;
}

.open-posts .open-posts-content .term-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

@media (min-width: 576px) {
  .open-posts .open-posts-content .term-group {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .open-posts .open-posts-content .term-group {
    padding-left: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1025px) {
  .open-posts .open-posts-content .term-group {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1280px) {
  .open-posts .open-posts-content .term-group {
    padding: 4rem;
    padding-bottom: 0;
    grid-template-columns: repeat(4, 1fr);
  }
}

.open-posts .grid-item-post {
  margin-bottom: 3rem;
}

.open-posts .grid-item-post .open-point-popup {
  cursor: pointer;
  word-break: break-word;
}

.open-posts .grid-item-post.hide {
  display: none;
}

.open-posts .open-num-container {
  display: inline-block;
}

.open-posts .artist-name {
  text-transform: uppercase;
  font-weight: 500;
}

.open-posts .open-post-num {
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 700;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  width: 56px;
  height: 56px;
  background-color: #2b2e34;
}

.open-posts .studio-losing-control-exhibition-parcours .open-post-num {
  background-color: #af2424;
}

.open-posts .open-featured {
  margin-left: 0.25rem;
  width: 56px;
  height: 56px;
}

.open-posts .studio-living-rituals .open-post-num,
.open-posts .studio-living-rituals-de .open-post-num,
.open-posts .studio-losing-control-exhibition-parcours .open-post-num {
  background-color: #af2424;
}

.open-posts .studio-open-studio-days .open-post-num,
.open-posts .studio-open-studio-days-de .open-post-num {
  background-color: #2b2e34;
}

.open-posts p {
  font-size: 1.25rem;
  font-weight: 400;
}

.open-posts .open-post-address {
  margin-bottom: 0.5rem;
}

.open-posts .open-buttons {
  margin-top: 1rem;
}

.open-posts .open-buttons button {
  margin-right: 0.25rem;
}

.open-page .open-divs .div-popup,
.open-page .loc-divs .div-popup,
.locations-page .loc-divs .div-popup {
  left: 0;
  background-color: #242424;
  color: #fff;
  padding: 0;
  position: fixed;
  overflow-y: auto;
  width: 100%;
  top: 0;
  height: 100vh;
  z-index: 3;
}

@media (min-width: 992px) {
  .open-page .open-divs .div-popup,
  .open-page .loc-divs .div-popup,
  .locations-page .loc-divs .div-popup {
    padding: 1.5rem;
    width: 43%;
    top: 120px;
    height: -webkit-calc(100vh - 120px);
    height: -moz-calc(100vh - 120px);
    height: calc(100vh - 120px);
  }
}

.open-page .open-divs .div-top,
.open-page .loc-divs .div-top,
.locations-page .loc-divs .div-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
}

@media (min-width: 992px) {
  .open-page .open-divs .div-top,
  .open-page .loc-divs .div-top,
  .locations-page .loc-divs .div-top {
    height: auto;
    margin-bottom: 2rem;
  }
}

.open-page .open-divs .div-top .div-img,
.open-page .loc-divs .div-top .div-img,
.locations-page .loc-divs .div-top .div-img {
  width: 100%;
  height: auto;
}

@media (min-width: 1600px) {
  .open-page .open-divs .div-top .div-img,
  .open-page .loc-divs .div-top .div-img,
  .locations-page .loc-divs .div-top .div-img {
    width: 100%;
    height: auto;
  }
}

.open-page .open-divs .div-top .div-img img,
.open-page .loc-divs .div-top .div-img img,
.locations-page .loc-divs .div-top .div-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.open-page .open-divs .div-top .div-img .swiper-container,
.open-page .loc-divs .div-top .div-img .swiper-container,
.locations-page .loc-divs .div-top .div-img .swiper-container {
  height: auto;
  margin: 0;
  padding-bottom: 1.5rem;
}

@media (min-width: 769px) {
  .open-page .open-divs .div-top .div-img .swiper-container,
  .open-page .loc-divs .div-top .div-img .swiper-container,
  .locations-page .loc-divs .div-top .div-img .swiper-container {
    padding-bottom: 0;
  }
}

.open-page .open-divs .div-top .div-img .swiper-container img,
.open-page .loc-divs .div-top .div-img .swiper-container img,
.locations-page .loc-divs .div-top .div-img .swiper-container img {
  max-width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
  max-height: 70vh;
}

@media (min-width: 769px) {
  .open-page .open-divs .div-top .div-img .swiper-container img,
  .open-page .loc-divs .div-top .div-img .swiper-container img,
  .locations-page .loc-divs .div-top .div-img .swiper-container img {
    position: absolute;
    max-height: 100%;
  }
}

.open-page .open-divs .div-top .div-img .swiper-container .caption,
.open-page .loc-divs .div-top .div-img .swiper-container .caption,
.locations-page .loc-divs .div-top .div-img .swiper-container .caption {
  padding-left: 1rem;
  color: #fff;
  position: relative;
  bottom: 0;
  width: auto;
  margin-top: 1rem;
  /* margin-bottom: -40px; */
}

@media (min-width: 992px) {
  .open-page .open-divs .div-top .div-img .swiper-container .caption,
  .open-page .loc-divs .div-top .div-img .swiper-container .caption,
  .locations-page .loc-divs .div-top .div-img .swiper-container .caption {
    padding-left: 0.25rem;
  }
}

.open-page .open-divs .div-top .div-img .swiper-container .swiper-pagination,
.open-page .loc-divs .div-top .div-img .swiper-container .swiper-pagination,
.locations-page .loc-divs .div-top .div-img .swiper-container .swiper-pagination {
  position: relative;
  bottom: 0;
  text-align: left;
  padding-left: 1rem;
  width: auto;
}

@media (min-width: 992px) {
  .open-page .open-divs .div-top .div-img .swiper-container .swiper-pagination,
  .open-page .loc-divs .div-top .div-img .swiper-container .swiper-pagination,
  .locations-page .loc-divs .div-top .div-img .swiper-container .swiper-pagination {
    padding-left: 0;
  }
}

.open-page .open-divs .div-top .div-img .swiper-container .swiper-pagination-bullet,
.open-page .loc-divs .div-top .div-img .swiper-container .swiper-pagination-bullet,
.locations-page .loc-divs .div-top .div-img .swiper-container .swiper-pagination-bullet {
  height: 1rem;
  width: 1rem;
  background-color: #fff;
  opacity: 1;
}

.open-page .open-divs .div-top .div-img .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active,
.open-page .loc-divs .div-top .div-img .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active,
.locations-page .loc-divs .div-top .div-img .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(143, 124, 61);
  background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
}

@media (min-width: 769px) {
  .open-page .open-divs .div-top .div-img .swiper-container .img-container,
  .open-page .loc-divs .div-top .div-img .swiper-container .img-container,
  .locations-page .loc-divs .div-top .div-img .swiper-container .img-container {
    position: relative;
    padding-bottom: 66%;
  }
}

.open-page .open-divs .div-top .div-img .swiper-container .swiper-slide,
.open-page .loc-divs .div-top .div-img .swiper-container .swiper-slide,
.locations-page .loc-divs .div-top .div-img .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.open-page .open-divs .div-top .div-img .swiper-container .swiper-wrapper,
.open-page .loc-divs .div-top .div-img .swiper-container .swiper-wrapper,
.locations-page .loc-divs .div-top .div-img .swiper-container .swiper-wrapper {
  height: auto;
}

.open-page .open-divs .div-top .div-img .swiper-container .is-exhibition:not(.living-rituals),
.open-page .loc-divs .div-top .div-img .swiper-container .is-exhibition:not(.living-rituals),
.locations-page .loc-divs .div-top .div-img .swiper-container .is-exhibition:not(.living-rituals) {
  display: none;
}

.open-page .open-divs .div-top .div-img .swiper-container .mobile-word,
.open-page .loc-divs .div-top .div-img .swiper-container .mobile-word,
.locations-page .loc-divs .div-top .div-img .swiper-container .mobile-word {
  display: inline-block;
}

@media (min-width: 769px) {
  .open-page .open-divs .div-top .div-img .swiper-container .mobile-word,
  .open-page .loc-divs .div-top .div-img .swiper-container .mobile-word,
  .locations-page .loc-divs .div-top .div-img .swiper-container .mobile-word {
    display: none;
  }
}

.open-page .open-divs .div-top .div-img .swiper-container .desktop-word,
.open-page .loc-divs .div-top .div-img .swiper-container .desktop-word,
.locations-page .loc-divs .div-top .div-img .swiper-container .desktop-word {
  display: none;
}

@media (min-width: 769px) {
  .open-page .open-divs .div-top .div-img .swiper-container .desktop-word,
  .open-page .loc-divs .div-top .div-img .swiper-container .desktop-word,
  .locations-page .loc-divs .div-top .div-img .swiper-container .desktop-word {
    display: inline-block;
  }
}

.open-page .open-divs .div-top .div-img .swiper-container .is-exhibition.living-rituals,
.open-page .loc-divs .div-top .div-img .swiper-container .is-exhibition.living-rituals,
.locations-page .loc-divs .div-top .div-img .swiper-container .is-exhibition.living-rituals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 25%;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.75rem;
  word-break: break-word;
}

@media (min-width: 769px) {
  .open-page .open-divs .div-top .div-img .swiper-container .is-exhibition.living-rituals,
  .open-page .loc-divs .div-top .div-img .swiper-container .is-exhibition.living-rituals,
  .locations-page .loc-divs .div-top .div-img .swiper-container .is-exhibition.living-rituals {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    position: relative;
    margin-top: -1.25rem;
    font-size: 1.125rem;
    word-break: inherit;
    right: unset;
    bottom: unset;
  }
}

.open-page .open-divs .div-top .div-img .swiper-container .is-exhibition.living-rituals span.dot,
.open-page .loc-divs .div-top .div-img .swiper-container .is-exhibition.living-rituals span.dot,
.locations-page .loc-divs .div-top .div-img .swiper-container .is-exhibition.living-rituals span.dot {
  width: 1.5rem;
  height: 1.5rem;
  border-width: 1px;
  border-color: #fff;
  background-color: #af2424;
  display: inline-block;
  margin-bottom: 0.75rem;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

@media (min-width: 769px) {
  .open-page .open-divs .div-top .div-img .swiper-container .is-exhibition.living-rituals span.dot,
  .open-page .loc-divs .div-top .div-img .swiper-container .is-exhibition.living-rituals span.dot,
  .locations-page .loc-divs .div-top .div-img .swiper-container .is-exhibition.living-rituals span.dot {
    margin-left: 0.5rem;
    margin-bottom: 0;
  }
}

.open-page .open-divs .div-top .div-close,
.open-page .loc-divs .div-top .div-close,
.locations-page .loc-divs .div-top .div-close {
  position: absolute;
  top: 0;
  margin: 1rem;
  right: 0;
  cursor: pointer;
  z-index: 10;
}

@media (min-width: 769px) {
  .open-page .open-divs .div-top .div-close,
  .open-page .loc-divs .div-top .div-close,
  .locations-page .loc-divs .div-top .div-close {
    margin: 2.5rem;
  }
}

.open-page .open-divs .div-top .div-close svg rect,
.open-page .loc-divs .div-top .div-close svg rect,
.locations-page .loc-divs .div-top .div-close svg rect {
  fill: #fff;
}

.open-page .open-divs .div-text,
.open-page .loc-divs .div-text,
.locations-page .loc-divs .div-text {
  margin-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
}

@media (min-width: 769px) {
  .open-page .open-divs .div-text,
  .open-page .loc-divs .div-text,
  .locations-page .loc-divs .div-text {
    padding: 0;
    margin-bottom: 12rem;
  }
}

.open-page .open-divs .div-text .div-title,
.open-page .loc-divs .div-text .div-title,
.locations-page .loc-divs .div-text .div-title {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
}

@media (min-width: 992px) {
  .open-page .open-divs .div-text .div-title,
  .open-page .loc-divs .div-text .div-title,
  .locations-page .loc-divs .div-text .div-title {
    font-size: 1.875rem;
    margin-bottom: 0;
    display: block;
  }
}

.open-page .open-divs .div-text .div-info,
.open-page .loc-divs .div-text .div-info,
.locations-page .loc-divs .div-text .div-info {
  width: 100%;
  padding: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 700;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  word-break: break-word;
}

.open-page .open-divs .div-text .div-info p,
.open-page .loc-divs .div-text .div-info p,
.locations-page .loc-divs .div-text .div-info p {
  font-size: 1.125rem;
  margin-bottom: 0;
}

.open-page .open-divs .div-text .div-info .div-email,
.open-page .loc-divs .div-text .div-info .div-email,
.locations-page .loc-divs .div-text .div-info .div-email {
  word-wrap: break-word;
}

.open-page .open-divs .div-text .div-title-mobile,
.open-page .loc-divs .div-text .div-title-mobile,
.locations-page .loc-divs .div-text .div-title-mobile {
  display: block;
}

@media (min-width: 769px) {
  .open-page .open-divs .div-text .div-title-mobile,
  .open-page .loc-divs .div-text .div-title-mobile,
  .locations-page .loc-divs .div-text .div-title-mobile {
  }
}

.open-page .open-divs .div-text p,
.open-page .loc-divs .div-text p,
.locations-page .loc-divs .div-text p {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.open-page .open-divs .div-text .image-credit,
.open-page .loc-divs .div-text .image-credit,
.locations-page .loc-divs .div-text .image-credit {
  font-size: 0.75rem;
  margin-top: 3rem;
}

.open-page .open-divs .div-text h4,
.open-page .loc-divs .div-text h4,
.locations-page .loc-divs .div-text h4 {
  margin-top: 2rem;
}

.loc-divs .div-top .div-img img {
  -o-object-fit: cover;
  object-fit: cover;
}

.program-page .loc-divs .div-popup {
  right: 0;
  padding: 1rem;
  background-color: #242424;
  color: #fff;
  position: fixed;
  overflow-y: auto;
  width: 100%;
  top: 0;
  height: 100vh;
  z-index: 3;
}

@media (min-width: 992px) {
  .program-page .loc-divs .div-popup {
    padding: 0;
    width: 100%;
    height: auto;
  }
}

.program-page .loc-divs .div-popup .div-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
}

@media (min-width: 992px) {
  .program-page .loc-divs .div-popup .div-top {
    height: auto;
  }
}

@media (min-width: 1600px) {
  .program-page .loc-divs .div-popup .div-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.program-page .loc-divs .div-popup .div-top .div-img {
  width: 100%;
  height: auto;
}

@media (min-width: 1600px) {
  .program-page .loc-divs .div-popup .div-top .div-img {
    width: 100%;
    height: auto;
  }
}

.program-page .loc-divs .div-popup .div-top .div-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.program-page .loc-divs .div-popup .div-top .div-img .swiper-container {
  height: auto;
  margin: 0;
  padding-bottom: 1.5rem;
}

@media (min-width: 769px) {
  .program-page .loc-divs .div-popup .div-top .div-img .swiper-container {
    padding-bottom: 0;
  }
}

.program-page .loc-divs .div-popup .div-top .div-img .swiper-container img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-height: 70vh;
}

@media (min-width: 769px) {
  .program-page .loc-divs .div-popup .div-top .div-img .swiper-container img {
    position: absolute;
    max-height: 100%;
  }
}

.program-page .loc-divs .div-popup .div-top .div-img .swiper-container .swiper-pagination {
  position: relative;
  bottom: 0;
  text-align: left;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  width: auto;
}

.program-page .loc-divs .div-popup .div-top .div-img .swiper-container .swiper-pagination-bullet {
  height: 1rem;
  width: 1rem;
  background: rgb(143, 124, 61);
  background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  opacity: 1;
}

.program-page .loc-divs .div-popup .div-top .div-img .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

@media (min-width: 769px) {
  .program-page .loc-divs .div-popup .div-top .div-img .swiper-container .img-container {
    position: relative;
    padding-bottom: 66%;
  }
}

.program-page .loc-divs .div-popup .div-top .div-img .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.program-page .loc-divs .div-popup .div-top .div-img .swiper-container .swiper-wrapper {
  height: auto;
}

.program-page .loc-divs .div-popup .div-top .div-img .swiper-container .is-exhibition:not(.living-rituals) {
  display: none;
}

.program-page .loc-divs .div-popup .div-top .div-img .swiper-container .mobile-word {
  display: inline-block;
}

@media (min-width: 769px) {
  .program-page .loc-divs .div-popup .div-top .div-img .swiper-container .mobile-word {
    display: none;
  }
}

.program-page .loc-divs .div-popup .div-top .div-img .swiper-container .desktop-word {
  display: none;
}

@media (min-width: 769px) {
  .program-page .loc-divs .div-popup .div-top .div-img .swiper-container .desktop-word {
    display: inline-block;
  }
}

.program-page .loc-divs .div-popup .div-top .div-img .swiper-container .is-exhibition.living-rituals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 25%;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.75rem;
  word-break: break-word;
}

@media (min-width: 769px) {
  .program-page .loc-divs .div-popup .div-top .div-img .swiper-container .is-exhibition.living-rituals {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    position: relative;
    margin-top: -1.25rem;
    font-size: 1.125rem;
    word-break: inherit;
    right: unset;
    bottom: unset;
  }
}

.program-page .loc-divs .div-popup .div-top .div-img .swiper-container .is-exhibition.living-rituals span.dot {
  width: 1.5rem;
  height: 1.5rem;
  border-width: 1px;
  border-color: #fff;
  background-color: #af2424;
  display: inline-block;
  margin-bottom: 0.75rem;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

@media (min-width: 769px) {
  .program-page .loc-divs .div-popup .div-top .div-img .swiper-container .is-exhibition.living-rituals span.dot {
    margin-left: 0.5rem;
    margin-bottom: 0;
  }
}

.program-page .loc-divs .div-popup .div-top .div-close {
  position: absolute;
  top: 0;
  margin: 1rem;
  right: 0;
  cursor: pointer;
  z-index: 10;
}

@media (min-width: 769px) {
  .program-page .loc-divs .div-popup .div-top .div-close {
    margin: 2.5rem;
  }
}

.program-page .loc-divs .div-popup .div-top .div-close svg rect {
  fill: #fff;
}

.program-page .loc-divs .div-popup .div-top .div-info {
  width: 100%;
  padding: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 700;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  word-break: break-word;
}

@media (min-width: 1600px) {
  .program-page .loc-divs .div-popup .div-top .div-info {
    width: 33.33333%;
    padding-bottom: 2rem;
  }
}

.program-page .loc-divs .div-popup .div-top .div-info .div-email {
  word-wrap: break-word;
}

.program-page .loc-divs .div-text {
  padding-left: 2rem;
  padding-right: 2rem;
}

.program-page .loc-divs .div-text .div-title {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
}

.program-page .loc-divs .div-text .div-title-mobile {
  display: block;
}

@media (min-width: 769px) {
  .program-page .loc-divs .div-text .div-title-mobile {
    display: none;
  }
}

.program-page .loc-divs .div-text .div-info {
  width: 100%;
  padding: 1rem;
  padding-left: 0;
  padding-bottom: 2rem;
  font-size: 1.125rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  word-break: break-word;
}

.program-page .loc-divs .div-text .div-info p {
  font-size: 1.125rem;
}

.program-page .loc-divs .div-text .div-info .div-email {
  word-wrap: break-word;
}

.program-page .loc-divs .div-text p {
  font-size: 1.5rem;
  font-weight: 700;
}

@media (min-width: 992px) {
  .program-page .loc-divs .div-text p {
    font-size: 1.125rem;
  }
}

.program-page .loc-divs .div-text .image-credit {
  font-size: 0.75rem;
  margin-top: 3rem;
}

.program-page .loc-divs .div-text h4 {
  margin-top: 2rem;
}

.loc-divs .div-top .div-img img {
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 992px) {
  .loc-posts {
    width: 57%;
  }
}

.loc-posts .open-posts {
  width: 100%;
}

.places-posts {
  background-color: #fff;
  padding: 1rem;
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
}

@media (min-width: 576px) {
  .places-posts {
    padding: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1280px) {
  .places-posts {
    padding: 5rem;
  }
}

@media (min-width: 1600px) {
  .places-posts {
    grid-template-columns: repeat(3, 1fr);
  }
}

.places-posts .grid-item-post {
  margin-bottom: 1.5rem;
  display: block;
}

@media (min-width: 769px) {
  .places-posts .grid-item-post {
    margin-bottom: 3rem;
  }
}

.places-posts .grid-item-post p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.places-posts .grid-item-post .loc-point-popup {
  cursor: pointer;
}

.places-posts .grid-item-post.hide {
  display: none;
}

.places-posts .loc-post-num {
  color: #fff;
  font-weight: 700;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.5rem;
  font-size: 0.8rem;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  width: 30px;
  height: 30px;
  border: 2px solid white;
}

.places-posts .places-alternative-spaces .loc-post-num,
.places-posts .places-alternative-spaces-de .loc-post-num {
  background-color: #cf6c39;
}

.places-posts .places-galleries .loc-post-num,
.places-posts .places-galleries-de .loc-post-num {
  background-color: #bfa147;
}

.places-posts .places-institutions .loc-post-num,
.places-posts .places-institutions-de .loc-post-num {
  background-color: #5bbfee;
}

.places-posts .places-special-projects .loc-post-num,
.places-posts .places-special-projects-de .loc-post-num {
  background-color: #77b94c;
}

.places-posts p {
  font-size: 1.25rem;
  font-weight: 700;
}

.places-posts .item-img {
  position: relative;
  height: 140px;
}

@media (min-width: 1280px) {
  .places-posts .item-img {
    height: -webkit-calc(140px + 3vw);
    height: -moz-calc(140px + 3vw);
    height: calc(140px + 3vw);
  }
}

.places-posts .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.places-posts .loc-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.places-posts .loc-buttons button,
.places-posts .loc-buttons a {
  display: block;
  margin-right: 0.5rem;
}

.places-posts .loc-buttons svg {
  width: 30px;
  height: 30px;
}

.loc-border {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  display: block;
  height: 4px;
  background-color: #242424;
  margin-top: -4px;
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

@media (min-width: 1025px) {
  .loc-border {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}

.vienna-page a {
  background-color: #d3bf77;
  padding-top: 4px;
}

.vienna-page h1 {
  margin-bottom: 5rem;
}

.vienna-page h2 {
  text-align: center;
  color: #242424;
  text-transform: uppercase;
  padding-left: 4rem;
  padding-right: 4rem;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .vienna-page h2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 992px) {
  .vienna-page h2 {
    padding-left: 70px;
    padding-right: 70px;
  }
}

.vienna-page .vienna-top {
  position: relative;
  z-index: 1;
  margin-top: 6rem;
  margin-bottom: 3rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0;
}

@media (min-width: 769px) {
  .vienna-page .vienna-top {
    margin-top: 2.5rem;
    margin-bottom: 0;
    /* min-height: 512px; */
  }
}

.vienna-page .vienna-top img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  width: 700px;
}

.vienna-page .vienna-top .title-bg {
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  text-transform: uppercase;
  color: #242424;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  pointer-events: none;
  top: 50%;
  min-height: auto;
  font-size: 10vw;
  line-height: 0.9;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 769px) {
  .vienna-page .vienna-top .title-bg {
    font-size: 7rem;
  }
}

.vienna-page .vienna-text {
  background-color: #fff;
  z-index: 1;
  position: relative;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-x: hidden;
  padding-top: 2rem;
}

.vienna-page .vienna-text .vienna-box {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 769px) {
  .vienna-page .vienna-text .vienna-box {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 992px) {
  .vienna-page .vienna-text .vienna-box {
    padding-left: 0;
    padding-right: 0;
    max-width: 800px;
  }
}

.vienna-page .vienna-text .vienna-box h1 {
  text-align: center;
}

.vienna-page .vienna-text .vienna-box h2 {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 2rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}

.vienna-page .vienna-text .vienna-box h2.title {
  text-align: left;
}

.vienna-page .vienna-text .vienna-wys {
  width: 100%;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 20px;
  margin-top: 1.5rem;
  margin-bottom: 5rem;
}

@media (min-width: 769px) {
  .vienna-page .vienna-text .vienna-wys {
    font-size: 1.125rem;
    line-height: inherit;
  }
}

.vienna-page .vienna-text .vienna-wys p {
  margin-bottom: 1rem;
}

.vienna-page .vienna-text h3 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  margin-bottom: 2.5rem;
  line-height: 1;
}

@media (min-width: 769px) {
  .vienna-page .vienna-text h3 {
    font-size: 1.5rem;
    margin-bottom: 4rem;
  }
}

.vienna-page .news-container {
  width: 100%;
  background-color: #fff;
  padding-left: 1rem;
}

@media (min-width: 769px) {
  .vienna-page .news-container {
    padding-left: 2rem;
  }
}

.vienna-page .news-container .term-group:first-of-type h2 {
  margin-top: 4rem;
}

.vienna-page .news-container .term-group {
  position: relative;
}

.vienna-page .news-container .term-group .strip-news {
  overflow: hidden;
  padding-top: 6rem;
  margin-top: -6rem;
}

@media (min-width: 768px) {
  .vienna-page .news-container .term-group .strip-news {
    padding-top: 6rem;
    margin-top: -6rem;
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .vienna-page .news-container .term-group .strip-news {
    margin-left: 0;
  }
}

.vienna-page .news-container .term-group .swiper-slide {
  width: 50%;
  margin-left: 1rem;
}

@media (min-width: 769px) {
  .vienna-page .news-container .term-group .swiper-slide {
    width: 25%;
    margin-left: 1rem;
  }
}

.vienna-page .news-container .term-group .swiper-navigation {
  position: absolute;
  right: 0;
  margin-top: -4rem;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .vienna-page .news-container .term-group .swiper-navigation {
    margin-right: 3rem;
    margin-top: -5rem;
    padding-right: 2rem;
  }
}

.vienna-page .news-container .term-group .swiper-navigation .swiper-button-prev,
.vienna-page .news-container .term-group .swiper-navigation .swiper-button-next {
  position: relative;
  top: 0;
  margin: 0;
  height: 30px;
  width: 20px;
  -webkit-background-size: 20px 30px;
  -moz-background-size: 20px 30px;
  -o-background-size: 20px 30px;
  background-size: 20px 30px;
}

@media (min-width: 768px) {
  .vienna-page .news-container .term-group .swiper-navigation .swiper-button-prev,
  .vienna-page .news-container .term-group .swiper-navigation .swiper-button-next {
    height: 47px;
    width: 30px;
    -webkit-background-size: 30px 47px;
    -moz-background-size: 30px 47px;
    -o-background-size: 30px 47px;
    background-size: 30px 47px;
  }
}

.vienna-page .news-container .term-group .swiper-navigation .swiper-button-next {
  right: 0;
  background-image: url('../img/news-arrow-next.svg');
}

.vienna-page .news-container .term-group .swiper-navigation .swiper-button-next::after {
  content: '' !important;
}

.vienna-page .news-container .term-group .swiper-navigation .swiper-button-prev {
  left: 0;
  margin-right: 1rem;
  background-image: url('../img/news-arrow-prev.svg');
}

.vienna-page .news-container .term-group .swiper-navigation .swiper-button-prev::after {
  content: '' !important;
}

.vienna-page .news-container .swiper-news-terms {
  overflow: visible;
  padding-right: 70px;
}

.vienna-page .news-container .news-thumb {
  position: relative;
  margin-bottom: 0.5rem;
  padding-bottom: 75%;
}

.vienna-page .news-container .news-thumb img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.vienna-page .news-container .news-category {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #fff;
  background-color: #242424;
  padding: 0.5rem;
  font-weight: 500;
}

.vienna-page .news-container .news-title {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.vienna-page .news-container .news-date {
  color: #848484;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
}

.vienna-page .news-container .news-preview {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.vienna-page .vienna-bottom {
  background-color: #fff;
  z-index: 1;
  padding-top: 0;
  position: relative;
  text-align: center;
}

@media (min-width: 769px) {
  .vienna-page .vienna-bottom {
    padding-top: 3rem;
    margin-bottom: 0;
  }
}

.vienna-page .vienna-bottom .imagenes-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding-bottom: 4rem;
  max-width: 950px;
}

@media (min-width: 769px) {
  .vienna-page .vienna-bottom .imagenes-bottom {
    margin-left: auto;
    margin-right: auto;
  }
}

.vienna-page .vienna-bottom .imagenes-bottom img {
  width: 33.33333%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.vienna-page .vienna-bottom .imagenes-bottom img:nth-of-type(2) {
  -webkit-transform: translateY(15%);
  -moz-transform: translateY(15%);
  -ms-transform: translateY(15%);
  -o-transform: translateY(15%);
  transform: translateY(15%);
}

.vienna-page .vienna-bottom .links-container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  grid-gap: 16px;
  gap: 16px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 576px) {
  .vienna-page .vienna-bottom .links-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 769px) {
  .vienna-page .vienna-bottom .links-container {
    padding-left: 2rem;
    padding-right: 2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .vienna-page .vienna-bottom .links-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

.vienna-page .vienna-bottom .links-container .link-border {
  position: relative;
  background: rgb(143, 124, 61);
  background: -webkit-linear-gradient(45deg, rgba(234, 216, 159, 1) 0%, rgba(161, 144, 82, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(234, 216, 159, 1) 0%, rgba(161, 144, 82, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(234, 216, 159, 1) 0%, rgba(161, 144, 82, 1) 100%);
  background: linear-gradient(45deg, rgba(234, 216, 159, 1) 0%, rgba(161, 144, 82, 1) 100%);
  padding: 4px;
  min-height: 11vw;
}

.vienna-page .vienna-bottom .links-container .link-border a {
  height: 100%;
  color: #242424;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  padding: 1rem;
  font-size: 24px;
  font-weight: 700;
}

@media (min-width: 769px) {
  .vienna-page .vienna-bottom .links-container .link-border a {
    font-size: 40px;
  }
}

.vienna-page .vienna-bottom .links-container .link-border a:hover {
  border-width: 0;
  background: rgb(143, 124, 61);
  background: -webkit-linear-gradient(45deg, rgba(234, 216, 159, 1) 0%, rgba(161, 144, 82, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(234, 216, 159, 1) 0%, rgba(161, 144, 82, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(234, 216, 159, 1) 0%, rgba(161, 144, 82, 1) 100%);
  background: linear-gradient(45deg, rgba(234, 216, 159, 1) 0%, rgba(161, 144, 82, 1) 100%);
}

.vienna-page .vienna-bottom .links-container .link-border a {
  /* &::after{
                        @apply bg-white absolute pin-t pin-l m-1;
                        width: 97%;
                        height: 93%;
                        content: "";
                        opacity: 1;

                        &:hover {
                            opacity: 0;
                        }
                    } */
}

.vienna-page .vienna-bottom .vienna-bottom-programm {
  background: rgb(143, 124, 61);
  background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  margin-top: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 769px) {
  .vienna-page .vienna-bottom .vienna-bottom-programm {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 6rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.vienna-page .vienna-bottom .vienna-bottom-programm h2 {
  margin-bottom: 2rem;
}

.vienna-page .vienna-bottom .vienna-bottom-programm .programm-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  display: grid;
  grid-template-columns: 100%;
}

@media (min-width: 769px) {
  .vienna-page .vienna-bottom .vienna-bottom-programm .programm-container {
    grid-template-columns: 50% 50%;
    grid-gap: 2rem;
    gap: 2rem;
  }
}

.vienna-page .vienna-bottom .vienna-bottom-programm .programm-container a {
  background: none;
  margin-bottom: 2rem;
  text-align: left;
}

@media (min-width: 769px) {
  .vienna-page .vienna-bottom .vienna-bottom-programm .programm-container a {
    margin-bottom: 0;
  }
}

.vienna-page .vienna-bottom .vienna-bottom-programm .programm-container a .news-date {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}

.vienna-page .vienna-bottom .vienna-bottom-programm .programm-container a .news-title {
  font-weight: 700;
}

.page-id-311,
.page-id-293,
.page-id-395,
.page-id-324,
.page-id-567,
.page-id-566 {
  background-color: #242424;
}

.page-id-311 .vienna-page,
.page-id-293 .vienna-page,
.page-id-395 .vienna-page,
.page-id-324 .vienna-page,
.page-id-567 .vienna-page,
.page-id-566 .vienna-page {
  background-color: #242424;
}

.page-id-311 .vienna-page #icon-burger,
.page-id-293 .vienna-page #icon-burger,
.page-id-395 .vienna-page #icon-burger,
.page-id-324 .vienna-page #icon-burger,
.page-id-567 .vienna-page #icon-burger,
.page-id-566 .vienna-page #icon-burger {
  fill: #fff;
}

.page-id-311 .vienna-page .left,
.page-id-293 .vienna-page .left,
.page-id-395 .vienna-page .left,
.page-id-324 .vienna-page .left,
.page-id-567 .vienna-page .left,
.page-id-566 .vienna-page .left {
  color: #fff;
}

.page-id-311 .header-scroll,
.page-id-293 .header-scroll,
.page-id-395 .header-scroll,
.page-id-324 .header-scroll,
.page-id-567 .header-scroll,
.page-id-566 .header-scroll {
  background-color: #242424;
}

.page-id-311 .loc-intro,
.page-id-293 .loc-intro,
.page-id-395 .loc-intro,
.page-id-324 .loc-intro,
.page-id-567 .loc-intro,
.page-id-566 .loc-intro {
  background-color: #242424;
  color: #fff;
}

.page-id-311 .loc-intro h1,
.page-id-293 .loc-intro h1,
.page-id-395 .loc-intro h1,
.page-id-324 .loc-intro h1,
.page-id-567 .loc-intro h1,
.page-id-566 .loc-intro h1 {
  background-color: transparent;
  color: #242424;
}

.page-id-311 .loc-intro #Path_23,
.page-id-293 .loc-intro #Path_23,
.page-id-395 .loc-intro #Path_23,
.page-id-324 .loc-intro #Path_23,
.page-id-567 .loc-intro #Path_23,
.page-id-566 .loc-intro #Path_23 {
  fill: #fff;
}

.page-id-311 .loc-intro #Path_44,
.page-id-293 .loc-intro #Path_44,
.page-id-395 .loc-intro #Path_44,
.page-id-324 .loc-intro #Path_44,
.page-id-567 .loc-intro #Path_44,
.page-id-566 .loc-intro #Path_44 {
  fill: #242424;
}

.page-id-311 .loc-intro .loc-search,
.page-id-293 .loc-intro .loc-search,
.page-id-395 .loc-intro .loc-search,
.page-id-324 .loc-intro .loc-search,
.page-id-567 .loc-intro .loc-search,
.page-id-566 .loc-intro .loc-search {
  display: none;
}

@media (min-width: 992px) {
  .page-id-311 .loc-intro .loc-search,
  .page-id-293 .loc-intro .loc-search,
  .page-id-395 .loc-intro .loc-search,
  .page-id-324 .loc-intro .loc-search,
  .page-id-567 .loc-intro .loc-search,
  .page-id-566 .loc-intro .loc-search {
    display: block;
  }
}

.page-id-311 .loc-intro .loc-search .line,
.page-id-293 .loc-intro .loc-search .line,
.page-id-395 .loc-intro .loc-search .line,
.page-id-324 .loc-intro .loc-search .line,
.page-id-567 .loc-intro .loc-search .line,
.page-id-566 .loc-intro .loc-search .line {
  background-color: #242424;
}

.page-id-311 .loc-intro .loc-search .search-input #loc-search,
.page-id-293 .loc-intro .loc-search .search-input #loc-search,
.page-id-395 .loc-intro .loc-search .search-input #loc-search,
.page-id-324 .loc-intro .loc-search .search-input #loc-search,
.page-id-567 .loc-intro .loc-search .search-input #loc-search,
.page-id-566 .loc-intro .loc-search .search-input #loc-search {
  background-color: #fff;
  color: #242424;
}

.page-id-311 footer,
.page-id-293 footer,
.page-id-395 footer,
.page-id-324 footer,
.page-id-567 footer,
.page-id-566 footer {
  color: #fff;
  background-color: #242424;
}

.page-id-311 footer .logo path,
.page-id-293 footer .logo path,
.page-id-395 footer .logo path,
.page-id-324 footer .logo path,
.page-id-567 footer .logo path,
.page-id-566 footer .logo path {
  fill: #fff;
}

.page-template-vienna .vienna-page a {
  background-color: #d3bf77;
  padding-top: 4px;
}

.vaw-link-item.kalen {
  display: none;
}

.single-program .menu-open #logo path {
  fill: #fff;
}

.single-program .menu-open .lang-switcher {
  color: #fff;
}

.single-program .menu-open .lang-switcher ul {
  border: 3px solid #fff;
}

.single-program .menu-open .lang-switcher ul li.wpml-ls-current-language {
  color: #d3bf77;
  background-color: #fff;
}

.single-program .lang-switcher {
  color: #d3bf77;
}

.single-program .lang-switcher ul {
  border: 3px solid #d3bf77;
}

.single-program .lang-switcher ul li.wpml-ls-current-language {
  color: #fff;
  background-color: #d3bf77;
}

.single-program .burger-icon-big g#icon-burger {
  fill: #d3bf77;
}

.single-program header .logo svg path {
  fill: #d3bf77;
}

.single-program header .header-scroll {
  background-color: #fff;
}

.single-program header .header-scroll .left {
  color: #fff;
}

.single-program header .header-scroll .left .title-vaw-header::before,
.single-program header .header-scroll .left .title-vaw-header::after {
  background-color: #fff;
}

.single-program header .header-scroll .burger-icon svg g {
  fill: #d3bf77;
}

.single-program .lang-switcher {
  color: #d3bf77;
}

.single-program .lang-switcher ul {
  border: 3px solid #d3bf77;
}

.single-program .lang-switcher ul li.wpml-ls-current-language {
  color: #fff;
  background-color: #d3bf77;
}

.single-program .burger-icon-big g {
  fill: #d3bf77;
}

.single-program.scrolled header .logo svg path {
  fill: #fff;
}

.single-program.scrolled .lang-switcher {
  color: #fff;
}

.single-program.scrolled .lang-switcher ul {
  border: 3px solid #fff;
}

.single-program.scrolled .lang-switcher ul li.wpml-ls-current-language {
  color: #d3bf77;
  background-color: #fff;
}

.single-program.scrolled .burger-icon-big g#icon-burger {
  fill: #fff;
}

.single-program-container {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 3rem;
  padding-top: 4.5rem;
}

@media (min-width: 769px) {
  .single-program-container {
    padding-top: 120px;
  }
}

.single-program-container .edit-post-button {
  position: fixed;
  right: 0;
  padding: 1rem;
  background-color: #fff;
  border-width: 1px;
  border-color: #242424;
  z-index: 50;
}

.single-program-container .event-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}

@media (min-width: 769px) {
  .single-program-container .event-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
}

.single-program-container .event-content .event-title {
  margin-bottom: 2rem;
}

.single-program-container .event-content .event-title h2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.single-program-container .event-content .event-title p {
  margin-top: 2rem;
}

.single-program-container .event-content .event-title .arrow-back svg {
  width: 85px;
  fill: #242424;
}

.single-program-container .event-content .event-info-left {
  width: 100%;
}

@media (min-width: 769px) {
  .single-program-container .event-content .event-info-left {
    width: 57%;
  }
}

.single-program-container .event-content .event-info-left h2 {
  text-transform: uppercase;
}

.single-program-container .event-content .event-info-left .event-info-content {
  padding: 2rem;
}

@media (min-width: 769px) {
  .single-program-container .event-content .event-info-left .event-info-content {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 992px) {
  .single-program-container .event-content .event-info-left .event-info-content {
    padding-left: 8rem;
    padding-right: 8rem;
    padding-bottom: 2.5rem;
  }
}

.single-program-container .event-content .event-info-left .event-location {
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.single-program-container .event-content .event-info-left .event-location .loc-top {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 769px) {
  .single-program-container .event-content .event-info-left .event-location .loc-top {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.single-program-container .event-content .event-info-left .event-location .loc-top .loc-image {
  width: 100%;
  position: relative;
  height: auto;
}

@media (min-width: 769px) {
  .single-program-container .event-content .event-info-left .event-location .loc-top .loc-image {
    width: 50%;
  }
}

.single-program-container .event-content .event-info-left .event-location .loc-top .loc-image img {
  position: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 769px) {
  .single-program-container .event-content .event-info-left .event-location .loc-top .loc-image img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.single-program-container .event-content .event-info-left .event-location .loc-top .loc-info {
  width: 100%;
  background: rgb(143, 124, 61);
  background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  padding: 2rem;
  color: #242424;
}

@media (min-width: 769px) {
  .single-program-container .event-content .event-info-left .event-location .loc-top .loc-info {
    width: 50%;
  }
}

.single-program-container .event-content .event-info-left .event-location .loc-top .loc-info .loc-title {
  margin-top: 0.5rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #fff;
  background-color: #242424;
  padding: 0.5rem;
  font-weight: 500;
}

.single-program-container .event-content .event-info-left .event-location .loc-top .loc-info .loc-location {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.single-program-container .event-content .event-info-left .event-location .loc-top .loc-info .loc-address {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.single-program-container .event-content .event-info-left .event-location .loc-top .loc-info .loc-contact a {
  font-size: 1.125rem;
}

@media (min-width: 769px) {
  .single-program-container .event-content .event-info-left .event-location .loc-top .loc-info .loc-contact a {
    font-size: 1.5rem;
  }
}

.single-program-container .event-content .event-info-left .event-location .loc-bottom {
  width: 100%;
  background-color: #242424;
  color: #fff;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 769px) {
  .single-program-container .event-content .event-info-left .event-location .loc-bottom {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 992px) {
  .single-program-container .event-content .event-info-left .event-location .loc-bottom {
    padding-left: 8rem;
    padding-right: 8rem;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.single-program-container .event-content .event-info-right {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: unset;
  top: 0;
}

@media (min-width: 769px) {
  .single-program-container .event-content .event-info-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 43%;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    height: 100%;
  }
}

.single-program-container .event-content .event-info-right .div-popup {
  background-color: #242424;
  color: #fff;
  padding: 1rem;
  width: 100%;
  min-height: auto;
}

@media (min-width: 769px) {
  .single-program-container .event-content .event-info-right .div-popup {
    min-height: -webkit-calc(100vh - 120px);
    min-height: -moz-calc(100vh - 120px);
    min-height: calc(100vh - 120px);
  }
}

@media (min-width: 769px) {
  .single-program-container .event-content .event-info-right .div-popup .div-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
}

@media (min-width: 992px) {
  .single-program-container .event-content .event-info-right .div-popup .div-top {
    margin-bottom: 1rem;
  }
}

.single-program-container .event-content .event-info-right .div-popup .div-top .div-img {
  width: 100%;
  height: auto;
}

.single-program-container .event-content .event-info-right .div-popup .div-top .div-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-program-container .event-content .event-info-right .div-popup .div-top .div-img .swiper-container {
  height: auto;
  margin: 0;
}

@media (min-width: 769px) {
  .single-program-container .event-content .event-info-right .div-popup .div-top .div-img .swiper-container {
    padding-bottom: 0;
  }
}

.single-program-container .event-content .event-info-right .div-popup .div-top .div-img .swiper-container img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-height: 70vh;
}

@media (min-width: 769px) {
  .single-program-container .event-content .event-info-right .div-popup .div-top .div-img .swiper-container img {
    position: absolute;
    max-height: 100%;
  }
}

.single-program-container .event-content .event-info-right .div-popup .div-top .div-img .swiper-container .caption {
  padding-left: 1rem;
  color: #fff;
  position: relative;
  bottom: 0;
  width: auto;
  margin-top: 1rem;
  /* margin-bottom: -40px; */
}

@media (min-width: 992px) {
  .single-program-container .event-content .event-info-right .div-popup .div-top .div-img .swiper-container .caption {
    padding-left: 0.25rem;
  }
}

.single-program-container .event-content .event-info-right .div-popup .div-top .div-img .swiper-container .swiper-pagination {
  position: relative;
  bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  width: auto;
}

.single-program-container .event-content .event-info-right .div-popup .div-top .div-img .swiper-container .swiper-pagination-bullet {
  height: 1rem;
  width: 1rem;
  background: rgb(143, 124, 61);
  background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  opacity: 1;
}

.single-program-container .event-content .event-info-right .div-popup .div-top .div-img .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.single-program-container .event-content .event-info-right .div-popup .div-top .div-img .swiper-container .img-container {
  height: 50vh;
}

@media (min-width: 769px) {
  .single-program-container .event-content .event-info-right .div-popup .div-top .div-img .swiper-container .img-container {
    position: relative;
    padding-bottom: 66%;
    height: 0;
  }
}

.single-program-container .event-content .event-info-right .div-popup .div-top .div-img .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.single-program-container .event-content .event-info-right .div-popup .div-top .div-img .swiper-container .swiper-wrapper {
  height: auto;
}

.single-program-container .event-content .event-info-right .div-popup .div-top .div-img .swiper-container .is-exhibition:not(.living-rituals) {
  display: none;
}

.single-program-container .event-content .event-info-right .div-popup .div-top .div-img .swiper-container .mobile-word {
  display: inline-block;
}

@media (min-width: 769px) {
  .single-program-container .event-content .event-info-right .div-popup .div-top .div-img .swiper-container .mobile-word {
    display: none;
  }
}

.single-program-container .event-content .event-info-right .div-popup .div-top .div-img .swiper-container .desktop-word {
  display: none;
}

@media (min-width: 769px) {
  .single-program-container .event-content .event-info-right .div-popup .div-top .div-img .swiper-container .desktop-word {
    display: inline-block;
  }
}

.single-program-container .event-content .event-info-right .div-popup .div-top .div-img .swiper-container .is-exhibition.living-rituals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 25%;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.75rem;
  word-break: break-word;
}

@media (min-width: 769px) {
  .single-program-container .event-content .event-info-right .div-popup .div-top .div-img .swiper-container .is-exhibition.living-rituals {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    position: relative;
    margin-top: -1.25rem;
    font-size: 1.125rem;
    word-break: inherit;
    right: unset;
    bottom: unset;
  }
}

.single-program-container .event-content .event-info-right .div-popup .div-top .div-img .swiper-container .is-exhibition.living-rituals span.dot {
  width: 1.5rem;
  height: 1.5rem;
  border-width: 1px;
  border-color: #fff;
  background-color: #af2424;
  display: inline-block;
  margin-bottom: 0.75rem;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

@media (min-width: 769px) {
  .single-program-container .event-content .event-info-right .div-popup .div-top .div-img .swiper-container .is-exhibition.living-rituals span.dot {
    margin-left: 0.5rem;
    margin-bottom: 0;
  }
}

.single-program-container .event-content .event-info-right .div-popup .div-top .div-close {
  position: absolute;
  top: 0;
  margin: 1rem;
  right: 0;
  cursor: pointer;
  z-index: 10;
}

@media (min-width: 769px) {
  .single-program-container .event-content .event-info-right .div-popup .div-top .div-close {
    margin: 2.5rem;
  }
}

.single-program-container .event-content .event-info-right .div-popup .div-top .div-close svg rect {
  fill: #fff;
}

.single-program-container .event-content .event-info-right .div-popup .div-top .div-info {
  width: 100%;
  padding: 0;
  padding-bottom: 2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  word-break: break-word;
}

.single-program-container .event-content .event-info-right .div-popup .div-top .div-info .div-email {
  word-wrap: break-word;
}

.single-program-container .event-content .event-info-right .div-text {
  padding: 1.5rem;
}

.single-program-container .event-content .event-info-right .div-text .div-title {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
}

@media (min-width: 992px) {
  .single-program-container .event-content .event-info-right .div-text .div-title {
    margin-bottom: 0;
    display: block;
  }
}

.single-program-container .event-content .event-info-right .div-text h2 {
  text-transform: uppercase;
}

.single-program-container .event-content .event-info-right .div-text .div-title-mobile {
  display: block;
}

@media (min-width: 769px) {
  .single-program-container .event-content .event-info-right .div-text .div-title-mobile {
    display: none;
  }
}

.single-program-container .event-content .event-info-right .div-text .div-info {
  width: 100%;
  padding: 1rem;
  padding-left: 0;
  padding-bottom: 2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  word-break: break-word;
}

.single-program-container .event-content .event-info-right .div-text .div-info p {
  font-size: 1.125rem;
}

.single-program-container .event-content .event-info-right .div-text .div-info .div-email {
  word-wrap: break-word;
}

.single-program-container .event-content .event-info-right .div-text p {
  font-size: 1.125rem;
  font-weight: 400;
}

.single-program-container .event-content .event-info-right .div-text .image-credit {
  font-size: 0.75rem;
  margin-top: 3rem;
}

.single-program-container .event-content .event-info-right .div-text h4 {
  margin-top: 2rem;
}

.single-program-container .event-content .event-text {
  width: 100%;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .single-program-container .event-content .event-text {
    font-size: 1rem;
  }
}

.single-program-container .event-content .event-text iframe {
  width: 100%;
}

.single-program-container .event-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .single-program-container .event-location {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
}

.single-program-container .event-location .loc-info {
  width: 100%;
}

@media (min-width: 768px) {
  .single-program-container .event-location .loc-info {
    width: 66.66667%;
  }
}

.single-program-container .event-location .loc-info .loc-bottom {
  padding: 1rem;
  background-color: #242424;
  color: #fff;
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .single-program-container .event-location .loc-info .loc-bottom {
    padding: 3rem;
  }
}

.single-program-container .event-location .loc-info .loc-bottom h6 {
  text-transform: uppercase;
  font-size: 1.875rem;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .single-program-container .event-location .loc-info .loc-bottom h6 {
    font-size: 2.6875rem;
    margin-bottom: 3rem;
    padding-right: 2rem;
  }
}

.single-program-container .event-location .loc-info .loc-bottom p {
  font-size: 1.25rem;
  padding-right: 2rem;
}

@media (min-width: 992px) {
  .single-program-container .event-location .loc-info .loc-bottom p {
    font-size: 1.5625rem;
    display: block;
    max-width: 1000px;
  }
}

.single-program-container .next-events {
  width: 100%;
  padding-left: 1rem;
}

@media (min-width: 768px) {
  .single-program-container .next-events {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 2rem;
  }
}

@media (min-width: 992px) {
  .single-program-container .next-events {
    padding-top: 5rem;
  }
}

.single-program-container .next-events h2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.single-program-container .next-events .link-spanned {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.single-program-container .next-events .next-title {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.single-program-container .next-events .next-img {
  position: relative;
  overflow: hidden;
  padding-bottom: 110%;
}

.single-program-container .next-events .next-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-program-container .next-events .next-date {
  color: #848484;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-top: 0.5rem;
  font-weight: 500;
}

.single-program-container .next-events .next-category {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #fff;
  background-color: #242424;
  padding: 0.5rem;
  font-weight: 500;
}

.single-program-container .next-events .next-info {
  background-color: #fff;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .single-program-container .next-events .next-info {
    min-height: 135px;
  }
}

.single-program-container .next-events .next-info h3 {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #fff;
  background-color: #242424;
  padding: 0.5rem;
  font-weight: 500;
}

.single-program-container .next-events .next-info p {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.single-program-container .next-events .current-next-events {
  padding-top: 3rem;
  margin-top: -3rem;
}

@media (min-width: 992px) {
  .single-program-container .next-events .current-next-events {
    padding-top: 8rem;
    margin-top: -8rem;
  }
}

.single-program-container .next-events .swiper-navigation {
  position: absolute;
  right: 0;
  margin-top: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1rem;
}

@media (min-width: 992px) {
  .single-program-container .next-events .swiper-navigation {
    margin-top: 3rem;
    margin-right: 2rem;
  }
}

.single-program-container .next-events .swiper-navigation .swiper-button-prev,
.single-program-container .next-events .swiper-navigation .swiper-button-next {
  position: relative;
  top: 0;
  margin: 0;
  height: 30px;
  width: 20px;
  -webkit-background-size: 20px 30px;
  -moz-background-size: 20px 30px;
  -o-background-size: 20px 30px;
  background-size: 20px 30px;
}

@media (min-width: 992px) {
  .single-program-container .next-events .swiper-navigation .swiper-button-prev,
  .single-program-container .next-events .swiper-navigation .swiper-button-next {
    height: 47px;
    width: 30px;
    -webkit-background-size: 30px 47px;
    -moz-background-size: 30px 47px;
    -o-background-size: 30px 47px;
    background-size: 30px 47px;
  }
}

.single-program-container .next-events .swiper-navigation .swiper-button-next {
  right: 0;
  background-image: url('../img/news-arrow-next-dark.svg');
}

.single-program-container .next-events .swiper-navigation .swiper-button-next::after {
  content: '' !important;
}

.single-program-container .next-events .swiper-navigation .swiper-button-prev {
  left: 0;
  margin-right: 1rem;
  background-image: url('../img/news-arrow-prev-dark.svg');
}

.single-program-container .next-events .swiper-navigation .swiper-button-prev::after {
  content: '' !important;
}

.single-program-container .next-events .swiper-wrapper {
  padding-left: 0;
}

.single-program-container .next-events .swiper-wrapper .event-item {
  width: 50%;
}

@media (min-width: 769px) {
  .single-program-container .next-events .swiper-wrapper .event-item {
    width: 25%;
  }
}

.single-program-container .program-button {
  border-width: 1px;
  border-width: 3px;
  border-color: #242424;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.single-program-container .program-button:hover {
  background-color: #242424;
  color: #fff;
  border-color: #242424;
}

.page-template-osd2021 .intro-cats,
.page-template-opendays .intro-cats {
  padding-top: 0;
  margin-top: 4rem;
  border-top-width: 0;
}

.page-template-osd2021 .loc-filter,
.page-template-opendays .loc-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 5rem;
}

.page-template-osd2021 .loc-filter .filter,
.page-template-opendays .loc-filter .filter {
  border: 2px solid #242424;
  text-align: center;
  padding: 1.25rem;
  width: 40%;
  cursor: pointer;
  background-color: #000;
  color: #fff;
  font-size: 2.6875rem;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .page-template-osd2021 .loc-filter .filter,
  .page-template-opendays .loc-filter .filter {
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .page-template-osd2021 .loc-filter .filter,
  .page-template-opendays .loc-filter .filter {
    font-size: 7vmin;
  }
}

.page-template-osd2021,
.page-template-opendays {
  /* & .open-posts {
    & .wrap:nth-child(odd) {
      display: none;
    }
  } */
}

.page-template-osd2021 .marker-label,
.page-template-opendays .marker-label {
  display: none !important;
}

.osd-2023 .marker-label.year-osd-2023 {
  display: block !important;
}

.osd-2022 .marker-label.year-osd-2022 {
  display: block !important;
}

.osd-2021 .marker-label.year-osd-2021 {
  display: block !important;
}

.osd-2020 .marker-label.year-osd-2020 {
  display: block !important;
}

/* .page-template-opendays .wrap:nth-child(odd) {
	display: none;
}
.page-template-osd2021 .wrap:nth-child(odd) {
	display: none;
} */

::-moz-selection {
  background: #d3bf77;
}

::selection {
  background: #d3bf77;
}

.page-template-contributors-form {
  background-color: #fff;
}

.page-template-contributors-form header {
  z-index: 10;
}

.page-template-contributors-form header .header-page-title {
  display: none;
}

.page-template-contributors-form main {
  background-color: #fff;
}

.page-template-contributors-form main .contributors-form {
  padding-left: 3rem;
  padding-right: 3rem;
  margin-top: 12rem;
}

.page-template-contributors-form main .contributors-form .form-instruction {
  font-size: 4.375rem;
  margin-bottom: 2rem;
  max-width: 650px;
}

.page-template-contributors-form main .contributors-form .form-instruction .inside-instruction {
  font-size: 0.875rem;
}

.page-template-contributors-form main .contributors-form .form-instruction .inside-instruction span {
  background: rgb(143, 124, 61);
  background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin-right: 1rem;
  margin-top: 0.5rem;
  margin-bottom: -0.25rem;
}

.page-template-contributors-form main .contributors-form .updated {
  font-size: 1.875rem;
}

.page-template-contributors-form main .contributors-form #message.updated {
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 6rem;
  padding-left: 3rem;
  background-color: #fff;
  z-index: 9;
  padding-top: 5rem;
  height: 100vh;
  width: 100%;
}

.page-template-contributors-form main .contributors-form #message.updated .message-text {
  font-size: 1.875rem;
  width: 66.66667%;
  margin-top: 5rem;
}

.page-template-contributors-form main .contributors-form #message.updated button {
  background: rgb(143, 124, 61);
  background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  font-size: 1.875rem;
  text-transform: uppercase;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-top: 3rem;
  opacity: 0.75;
}

.page-template-contributors-form main .contributors-form #message.updated button:hover {
  opacity: 1;
}

.page-template-contributors-form main .contributors-form form {
  width: 70%;
}

.page-template-contributors-form main .contributors-form form .acf-form-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.25rem;
}

.page-template-contributors-form main .contributors-form form .acf-field {
  width: 100%;
  border-color: transparent;
  position: relative;
  padding-top: 2rem;
  padding-left: 0;
  padding-right: 0;
  margin-right: 1rem;
}

.page-template-contributors-form main .contributors-form form .acf-field .acf-label {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 44px;
  left: 24px;
  font-size: 18px;
}

.page-template-contributors-form main .contributors-form form .acf-field .acf-label.to-top {
  top: 0;
  left: 14px;
  font-size: 20px;
}

.page-template-contributors-form main .contributors-form form .acf-field .acf-label .acf-required {
  display: none;
}

.page-template-contributors-form main .contributors-form form .acf-field .acf-input {
  background-color: #eee;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 0.75rem;
}

.page-template-contributors-form main .contributors-form form .acf-field .acf-input input,
.page-template-contributors-form main .contributors-form form .acf-field .acf-input textarea {
  font-size: 1.125rem;
  padding-top: 0;
  padding-bottom: 0;
}

.page-template-contributors-form main .contributors-form form .acf-field .acf-input textarea {
  resize: none;
}

.page-template-contributors-form main .contributors-form form .acf-field.is-required .acf-input::before {
  background: rgb(143, 124, 61);
  background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  height: 100%;
  width: 17px;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-wysiwyg,
.page-template-contributors-form main .contributors-form form .acf-field.acf-field-textarea,
.page-template-contributors-form main .contributors-form form .acf-field.acf-field-image,
.page-template-contributors-form main .contributors-form form .acf-field.acf-field-taxonomy {
  background-color: #eee;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-wysiwyg .acf-label,
.page-template-contributors-form main .contributors-form form .acf-field.acf-field-textarea .acf-label,
.page-template-contributors-form main .contributors-form form .acf-field.acf-field-image .acf-label,
.page-template-contributors-form main .contributors-form form .acf-field.acf-field-taxonomy .acf-label {
  position: absolute;
  pointer-events: none;
  top: 8px;
  left: 20px;
  font-size: 20px;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-wysiwyg .acf-input::before,
.page-template-contributors-form main .contributors-form form .acf-field.acf-field-textarea .acf-input::before,
.page-template-contributors-form main .contributors-form form .acf-field.acf-field-image .acf-input::before,
.page-template-contributors-form main .contributors-form form .acf-field.acf-field-taxonomy .acf-input::before {
  height: -webkit-calc(100% + 48px);
  height: -moz-calc(100% + 48px);
  height: calc(100% + 48px);
  top: -33px;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-taxonomy {
  opacity: 1 !important;
  height: auto !important;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-textarea {
  padding-bottom: 0;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-textarea textarea {
  margin-top: 1rem;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-relationship {
  font-size: 1.125rem;
  background-color: #eee;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-relationship .acf-label {
  position: absolute;
  pointer-events: none;
  top: 8px;
  left: 20px;
  font-size: 22px;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-relationship .list {
  height: 360px;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-relationship .acf-relationship .list .acf-rel-item:hover {
  background: rgb(143, 124, 61);
  background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-true-false {
  margin-bottom: 3rem;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-true-false .acf-label {
  position: absolute;
  pointer-events: none;
  margin-left: 0.75rem;
  top: 44px;
  left: 24px;
  font-size: 22px;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-true-false .acf-input {
  background-color: transparent;
  padding-left: 0;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-true-false .acf-input input[type="checkbox"] {
  margin-top: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  --active: #d3bf77;
  --active-inner: #fff;
  --focus: 2px rgba(191, 161, 71, 0.33333);
  --border: #c8c8c8;
  --border-hover: #d3bf77;
  --background: #fff;
  --disabled: #f6f8ff;
  --disabled-inner: #e1e6f9;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 21px;
  outline: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  cursor: pointer;
  border: 1px solid var(--border);
  border: 1px solid var(--bc, var(--border));
  background: var(--background);
  background: var(--b, var(--background));
  -webkit-transition: background 0.3s, border-color 0.3s, -webkit-box-shadow 0.2s;
  transition: background 0.3s, border-color 0.3s, -webkit-box-shadow 0.2s;
  -o-transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  -moz-transition: background 0.3s, border-color 0.3s, box-shadow 0.2s, -moz-box-shadow 0.2s;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-true-false .acf-input input[type="checkbox"]:after {
  content: '';
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.3s ease;
  transition: opacity 0.2s, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.2s, -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.2s, -moz-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.2s;
  transition: transform 0.3s ease, opacity 0.2s, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  -o-transition: opacity var(--d-o, 0.2s), -o-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  -moz-transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -moz-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease), -moz-transform var(--d-t, 0.3s) var(--d-t-e, ease), -o-transform var(--d-t, 0.3s) var(--d-t-e, ease);
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-true-false .acf-input input[type="checkbox"]:checked {
  --b: var(--active);
  --bc: var(--active);
  --d-o: 0.3s;
  --d-t: 0.6s;
  --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-true-false .acf-input input[type="checkbox"]:disabled {
  --b: var(--disabled);
  cursor: not-allowed;
  opacity: 0.9;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-true-false .acf-input input[type="checkbox"]:disabled:checked {
  --b: var(--disabled-inner);
  --bc: var(--border);
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-true-false .acf-input input[type="checkbox"]:disabled + label {
  cursor: not-allowed;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-true-false .acf-input input[type="checkbox"]:hover:not(:checked):not(:disabled) {
  --bc: var(--border-hover);
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-true-false .acf-input input[type="checkbox"]:focus {
  -webkit-box-shadow: 0 0 0 var(--focus);
  -moz-box-shadow: 0 0 0 var(--focus);
  box-shadow: 0 0 0 var(--focus);
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-true-false .acf-input input[type="checkbox"]:not(.switch) {
  margin-top: 4px;
  width: 21px;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-true-false .acf-input input[type="checkbox"]:not(.switch):after {
  opacity: 0;
  opacity: var(--o, 0);
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-true-false .acf-input input[type="checkbox"]:not(.switch):checked {
  --o: 1;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-true-false .acf-input input[type="checkbox"] + label {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-left: 4px;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-true-false .acf-input input[type="checkbox"] {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-true-false .acf-input input[type="checkbox"]:after {
  width: 19px;
  height: 19px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: var(--active-inner);
  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform: scale(var(--s, 0.7));
  -moz-transform: scale(var(--s, 0.7));
  -ms-transform: scale(var(--s, 0.7));
  -o-transform: scale(var(--s, 0.7));
  transform: scale(var(--s, 0.7));
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-true-false .acf-input input[type="checkbox"]:checked {
  --s: 0.5;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-true-false .acf-error-message {
  margin-top: 5rem;
  position: absolute;
  max-height: 50px;
  overflow-y: scroll;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-taxonomy {
  background-color: transparent;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-taxonomy .acf-input {
  background-color: transparent;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-taxonomy .acf-input:before {
  height: 42px;
  top: -36px;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-taxonomy .acf-label {
  top: -0.4rem;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-taxonomy .categorychecklist-holder {
  border-color: transparent;
  margin-left: -2.5rem;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-taxonomy .acf-checkbox-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-taxonomy .acf-checkbox-list li {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-taxonomy .acf-checkbox-list li label input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-taxonomy .acf-checkbox-list li label span {
  background-color: #eee;
  color: #242424;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.25rem;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-taxonomy .acf-checkbox-list li label input[type="checkbox"]:checked + span {
  background: rgb(143, 124, 61);
  background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-taxonomy .acf-checkbox-list li[data-id="61"] {
  display: none;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-image {
  background-color: transparent;
  width: 100%;
}

@media (min-width: 768px) {
  .page-template-contributors-form main .contributors-form form .acf-field.acf-field-image {
    width: 75%;
  }
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-image .acf-input {
  background-color: #eee;
  margin-top: 1rem;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-image .acf-input:before {
  height: 55px;
  top: -70px;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-image .acf-label {
  width: 100%;
  top: -1.5rem;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-image .acf-label p.description {
  font-size: 0.875rem;
  position: relative;
  top: 0;
  display: block;
  right: 0;
  width: 100%;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-image .acf-image-uploader .hide-if-value p {
  font-size: 1rem;
  color: #848484;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-image .acf-image-uploader .hide-if-value p a {
  font-size: 1.25rem;
  background: rgb(143, 124, 61);
  background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #242424;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-message {
  padding: 0;
  margin-top: 3rem;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-message .acf-label {
  position: relative;
  font-size: 1.875rem;
  top: 0;
  left: 0;
  margin-bottom: 0;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-message .acf-input {
  padding: 0;
  background-color: transparent;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-message .acf-input a {
  text-decoration: underline;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-radio .acf-input {
  background: unset;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.75rem;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-radio .acf-input .acf-radio-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-radio .acf-input .acf-radio-list li label {
  font-size: 1.875rem;
  font-weight: bold;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-radio .acf-input input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  --active: #d3bf77;
  --active-inner: #000;
  --focus: 2px rgba(191, 161, 71, 0.33333);
  --border: #000;
  --border-hover: #d3bf77;
  --background: #fff;
  --disabled: #f6f8ff;
  --disabled-inner: #e1e6f9;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 21px;
  outline: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  cursor: pointer;
  border: 3px solid var(--border);
  border: 3px solid var(--bc, var(--border));
  background: var(--background);
  background: var(--b, var(--background));
  -webkit-transition: background 0.3s, border-color 0.3s, -webkit-box-shadow 0.2s;
  transition: background 0.3s, border-color 0.3s, -webkit-box-shadow 0.2s;
  -o-transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  -moz-transition: background 0.3s, border-color 0.3s, box-shadow 0.2s, -moz-box-shadow 0.2s;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-radio .acf-input input[type="radio"]:after {
  content: '';
  display: block;
  left: -2px;
  top: -2px;
  position: absolute;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.3s ease;
  transition: opacity 0.2s, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.2s, -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.2s, -moz-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.2s;
  transition: transform 0.3s ease, opacity 0.2s, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  -o-transition: opacity var(--d-o, 0.2s), -o-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  -moz-transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -moz-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease), -moz-transform var(--d-t, 0.3s) var(--d-t-e, ease), -o-transform var(--d-t, 0.3s) var(--d-t-e, ease);
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-radio .acf-input input[type="radio"]:checked {
  --b: var(--active);
  --bc: var(--active);
  --d-o: 0.3s;
  --d-t: 0.6s;
  --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-radio .acf-input input[type="radio"]:disabled {
  --b: var(--disabled);
  cursor: not-allowed;
  opacity: 0.9;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-radio .acf-input input[type="radio"]:disabled:checked {
  --b: var(--disabled-inner);
  --bc: var(--border);
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-radio .acf-input input[type="radio"]:disabled + label {
  cursor: not-allowed;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-radio .acf-input input[type="radio"]:hover:not(:checked):not(:disabled) {
  --bc: var(--border-hover);
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-radio .acf-input input[type="radio"]:focus {
  -webkit-box-shadow: 0 0 0 var(--focus);
  -moz-box-shadow: 0 0 0 var(--focus);
  box-shadow: 0 0 0 var(--focus);
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-radio .acf-input input[type="radio"]:not(.switch) {
  margin-top: 0;
  margin-right: 5px;
  width: 21px;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-radio .acf-input input[type="radio"]:not(.switch):after {
  opacity: 0;
  opacity: var(--o, 0);
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-radio .acf-input input[type="radio"]:not(.switch):checked {
  --o: 1;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-radio .acf-input input[type="radio"] + label {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-left: 4px;
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-radio .acf-input input[type="radio"] {
  /* border-radius: 50%; */
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-radio .acf-input input[type="radio"]:after {
  width: 19px;
  height: 19px;
  /* border-radius: 50%; */
  background: var(--active-inner);
  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform: scale(var(--s, 0.7));
  -moz-transform: scale(var(--s, 0.7));
  -ms-transform: scale(var(--s, 0.7));
  -o-transform: scale(var(--s, 0.7));
  transform: scale(var(--s, 0.7));
}

.page-template-contributors-form main .contributors-form form .acf-field.acf-field-radio .acf-input input[type="radio"]:checked {
  --s: 0.5;
}

.page-template-contributors-form main .contributors-form form .acf-field[data-name="programm_title_english"] .acf-label {
  font-size: 1.875rem;
}

.page-template-contributors-form main .contributors-form form .acf-field[data-name="programm_title_english"] .acf-label.to-top {
  font-size: 1.25rem;
}

.page-template-contributors-form main .contributors-form form .acf-field[data-name="programm_title_english"] .acf-input input {
  font-size: 1.875rem;
}

.page-template-contributors-form main .contributors-form form .acf-field[data-name="programm_title_english"].is-required .acf-input::before {
  height: 58px;
}

.page-template-contributors-form main .contributors-form form .acf-field[data-name="programm_author"] {
  width: 50%;
  display: inline;
  padding-right: 1rem;
  margin-bottom: 1rem;
  height: 89px;
}

.page-template-contributors-form main .contributors-form form .acf-field[data-name="programm_author_en"] {
  width: 50%;
  display: inline;
  margin-top: -105px;
  height: 89px;
  margin-left: 50%;
}

.page-template-contributors-form main .contributors-form form .acf-field[data-name="programm_text_en"] .acf-input::before,
.page-template-contributors-form main .contributors-form form .acf-field[data-name="programm_text"] .acf-input::before {
  height: -webkit-calc(100% + 33px);
  height: -moz-calc(100% + 33px);
  height: calc(100% + 33px);
}

.page-template-contributors-form main .contributors-form form .acf-field[data-name="programm_text_en"] textarea,
.page-template-contributors-form main .contributors-form form .acf-field[data-name="programm_text"] textarea {
  background-color: #fff;
  margin-bottom: 1rem;
  margin-left: 1rem;
  width: 97%;
}

.page-template-contributors-form main .contributors-form form .acf-field[data-name="programm_img_credits"] {
  width: 50%;
  display: inline;
  padding-right: 1rem;
  height: 89px;
}

.page-template-contributors-form main .contributors-form form .acf-field[data-name="programm_img_credits_en"] {
  width: 50%;
  display: inline;
  margin-top: -89px;
  height: 89px;
  margin-left: 50%;
}

.page-template-contributors-form main .contributors-form form .acf-field[data-name="programm_extra"] {
  display: inline;
  padding-right: 1rem;
  width: 49%;
  height: 285px;
}

.page-template-contributors-form main .contributors-form form .acf-field[data-name="programm_extra_en"] {
  display: inline;
  width: 49%;
  height: 285px;
  margin-left: 50%;
  margin-top: -301px;
}

.page-template-contributors-form main .contributors-form form .acf-field[data-name="programm_special"] {
  display: none;
}

.page-template-contributors-form main .contributors-form form .acf-field[data-name="programm_hour"] {
  margin-bottom: 1.5rem;
}

.page-template-contributors-form main .contributors-form form .acf-field[data-name="programm_date_start"],
.page-template-contributors-form main .contributors-form form .acf-field[data-name="programm_hour"],
.page-template-contributors-form main .contributors-form form .acf-field[data-name="programm_date_end"],
.page-template-contributors-form main .contributors-form form .acf-field[data-name="programm_hour_end"] {
  width: -webkit-calc(50% - 1rem);
  width: -moz-calc(50% - 1rem);
  width: calc(50% - 1rem);
}

.page-template-contributors-form main .contributors-form form .acf-field[data-name="programm_date_start"] .acf-label,
.page-template-contributors-form main .contributors-form form .acf-field[data-name="programm_hour"] .acf-label,
.page-template-contributors-form main .contributors-form form .acf-field[data-name="programm_date_end"] .acf-label,
.page-template-contributors-form main .contributors-form form .acf-field[data-name="programm_hour_end"] .acf-label {
  top: 0;
  left: 14px;
  font-size: 20px;
}

.page-template-contributors-form main .contributors-form form .acf-field[data-name="programm_img_credits_color"] .acf-label {
  top: 10px;
}

.page-template-contributors-form main .contributors-form form .acf-field[data-name="programm_terms"] .acf-label {
  font-size: 0.75rem;
  margin-left: 1rem;
}

.page-template-contributors-form main .contributors-form form .acf-field[data-name="programm_terms"] .acf-input {
  margin-left: 0.5rem;
}

.page-template-contributors-form main .contributors-form form .acf-field[data-name="programm_terms"] .acf-input::before {
  left: -5px;
  top: 5px;
  height: 36px;
  width: 31px;
}

.page-template-contributors-form main .contributors-form form .acf-field[data-name="programm_terms"] .acf-input input {
  border-color: white !important;
}

.page-template-contributors-form main .contributors-form form .acf-field[data-name="programm_location"],
.page-template-contributors-form main .contributors-form form .acf-field[data-name="programm_author_link"],
.page-template-contributors-form main .contributors-form form .acf-field[data-name="programm_adress"],
.page-template-contributors-form main .contributors-form form .acf-field[data-name="programm_telf"] {
  display: none;
}

.page-template-contributors-form main .contributors-form form .acf-field-wysiwyg {
  max-height: 375px;
}

.page-template-contributors-form main .contributors-form form .acf-field-wysiwyg .wp-editor-wrap {
  max-height: 300px;
}

.page-template-contributors-form main .contributors-form form .acf-field-wysiwyg .wp-editor-wrap iframe {
  max-height: 250px;
}

.page-template-contributors-form main .contributors-form form .acf-field-wysiwyg .wp-editor-wrap .mce-statusbar {
  display: none;
}

.page-template-contributors-form main .contributors-form form .acf-field-time-picker p.description {
  margin-top: 3.5rem;
  opacity: 0.5;
  font-size: 1rem;
}

.page-template-contributors-form main .contributors-form form .acf-field--post-title .acf-label {
  font-size: 1.875rem;
}

.page-template-contributors-form main .contributors-form form .acf-field--post-title .acf-input input {
  font-size: 1.875rem;
}

.page-template-contributors-form main .contributors-form form .acf-field--post-title.is-required .acf-input::before {
  height: 58px;
}

.page-template-contributors-form main .contributors-form form .acf-form-submit {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.page-template-contributors-form main .contributors-form form .acf-form-submit input {
  background: rgb(143, 124, 61);
  background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  color: #fff;
  text-transform: uppercase;
  font-size: 2.6875rem;
  text-align: center;
  padding: 2rem;
  cursor: pointer;
  opacity: 0.75;
}

.page-template-contributors-form main .contributors-form form .acf-form-submit input:hover {
  opacity: 1;
}

.page-template-contributors-form footer {
  display: none;
}

.ui_tpicker_second {
  display: none !important;
}

.page-template-page-osd header,
.page-template-openstudio-form header,
.page-template-thank-you-page header {
  z-index: 6;
}

.page-template-page-osd section,
.page-template-openstudio-form section,
.page-template-thank-you-page section {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 8.5rem;
}

@media (min-width: 576px) {
  .page-template-page-osd section,
  .page-template-openstudio-form section,
  .page-template-thank-you-page section {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 992px) {
  .page-template-page-osd section,
  .page-template-openstudio-form section,
  .page-template-thank-you-page section {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 15rem;
  }
}

@media (min-width: 1025px) {
  .page-template-page-osd section,
  .page-template-openstudio-form section,
  .page-template-thank-you-page section {
    min-height: -webkit-calc(100vh - 176px);
    min-height: -moz-calc(100vh - 176px);
    min-height: calc(100vh - 176px);
    padding-top: 300px;
    padding-left: 110px;
    padding-right: 110px;
  }
}

.page-template-page-osd h2:not(.media-frame-actions-heading):not(.media-attachments-filter-heading),
.page-template-openstudio-form h2:not(.media-frame-actions-heading):not(.media-attachments-filter-heading),
.page-template-thank-you-page h2:not(.media-frame-actions-heading):not(.media-attachments-filter-heading) {
  font-size: 1.125rem;
  width: 100%;
}

@media (min-width: 576px) {
  .page-template-page-osd h2:not(.media-frame-actions-heading):not(.media-attachments-filter-heading),
  .page-template-openstudio-form h2:not(.media-frame-actions-heading):not(.media-attachments-filter-heading),
  .page-template-thank-you-page h2:not(.media-frame-actions-heading):not(.media-attachments-filter-heading) {
    font-size: 1.875rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .page-template-page-osd h2:not(.media-frame-actions-heading):not(.media-attachments-filter-heading),
  .page-template-openstudio-form h2:not(.media-frame-actions-heading):not(.media-attachments-filter-heading),
  .page-template-thank-you-page h2:not(.media-frame-actions-heading):not(.media-attachments-filter-heading) {
    font-size: 2.6875rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 1025px) {
  .page-template-page-osd h2:not(.media-frame-actions-heading):not(.media-attachments-filter-heading),
  .page-template-openstudio-form h2:not(.media-frame-actions-heading):not(.media-attachments-filter-heading),
  .page-template-thank-you-page h2:not(.media-frame-actions-heading):not(.media-attachments-filter-heading) {
    font-size: 4.75rem;
    width: 75%;
    margin-bottom: 3rem;
    line-height: 77px;
  }
}

.page-template-page-osd .attachment-details h2,
.page-template-openstudio-form .attachment-details h2,
.page-template-thank-you-page .attachment-details h2 {
  font-size: 10px !important;
}

.page-template-page-osd .opendays-content,
.page-template-openstudio-form .opendays-content,
.page-template-thank-you-page .opendays-content {
  font-size: 1.125rem;
  margin-top: 0.5rem;
}

@media (min-width: 576px) {
  .page-template-page-osd .opendays-content,
  .page-template-openstudio-form .opendays-content,
  .page-template-thank-you-page .opendays-content {
    font-size: 1.375rem;
    width: 75%;
    margin-bottom: 3rem;
  }
}

@media (min-width: 992px) {
  .page-template-page-osd .opendays-content,
  .page-template-openstudio-form .opendays-content,
  .page-template-thank-you-page .opendays-content {
    font-size: 1.375rem;
  }
}

@media (min-width: 1025px) {
  .page-template-page-osd .opendays-content,
  .page-template-openstudio-form .opendays-content,
  .page-template-thank-you-page .opendays-content {
    font-size: 1.5rem;
    line-height: 1.25;
    max-width: 60%;
    margin-top: 1rem;
  }
}

.page-template-page-osd .opendays-content p,
.page-template-openstudio-form .opendays-content p,
.page-template-thank-you-page .opendays-content p {
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .page-template-page-osd .opendays-content p,
  .page-template-openstudio-form .opendays-content p,
  .page-template-thank-you-page .opendays-content p {
    margin-top: 1rem;
  }
}

.page-template-page-osd .opendays-content p a,
.page-template-openstudio-form .opendays-content p a,
.page-template-thank-you-page .opendays-content p a {
  text-decoration: underline;
}

.page-template-page-osd .opendays-content h3,
.page-template-openstudio-form .opendays-content h3,
.page-template-thank-you-page .opendays-content h3 {
  font-size: 1.5rem;
  margin-top: 3rem;
}

.page-template-page-osd .opendays-content ul,
.page-template-openstudio-form .opendays-content ul,
.page-template-thank-you-page .opendays-content ul {
  padding-left: 0;
}

.page-template-page-osd .opendays-content ul li,
.page-template-openstudio-form .opendays-content ul li,
.page-template-thank-you-page .opendays-content ul li {
  list-style: none;
  padding: 0;
  padding-left: 2rem;
  position: relative;
  margin-top: 1rem;
}

.page-template-page-osd .opendays-content li::before,
.page-template-openstudio-form .opendays-content li::before,
.page-template-thank-you-page .opendays-content li::before {
  top: 0;
  left: 0;
  position: absolute;
  display: inline-block;
  margin-top: 0.25rem;
  content: '';
  background-image: url(../img/triangle-right.svg);
  width: 24px;
  height: 21px;
  background-position: center;
}

.page-template-page-osd .link-to-form,
.page-template-openstudio-form .link-to-form,
.page-template-thank-you-page .link-to-form {
  border-width: 1px;
  border-width: 6px;
  border-color: #242424;
  text-transform: uppercase;
  font-size: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 5rem;
  display: inline-block;
}

.page-template-page-osd .link-to-form:hover,
.page-template-openstudio-form .link-to-form:hover,
.page-template-thank-you-page .link-to-form:hover {
  background-color: #242424;
  color: #d3bf77;
}

.page-template-page-osd .arrow-form,
.page-template-openstudio-form .arrow-form,
.page-template-thank-you-page .arrow-form {
  width: 2rem;
  height: auto;
  margin-bottom: 3rem;
}

.page-template-thank-you-page header .header-page-title {
  display: none;
}

.page-template-thank-you-page .thank-you-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 190px;
}

.page-template-thank-you-page .thank-you-page h2 {
  text-align: center;
}

.openstudio-form {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 8.5rem;
  padding-bottom: 4rem;
  background-color: #fff;
}

@media (min-width: 576px) {
  .openstudio-form {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 992px) {
  .openstudio-form {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 15rem;
  }
}

@media (min-width: 1025px) {
  .openstudio-form {
    min-height: -webkit-calc(100vh - 176px);
    min-height: -moz-calc(100vh - 176px);
    min-height: calc(100vh - 176px);
    padding-top: 40px;
    padding-left: 110px;
    padding-right: 110px;
  }
}

.openstudio-form .form-instruction {
  position: absolute;
  right: 0;
  width: 20%;
  padding-left: 0.5rem;
  padding-right: 1.5rem;
  margin-top: 2.5rem;
  border-left: 16px solid #d3bf77;
}

.openstudio-form .openstudio-pdf {
  font-size: 1.25rem;
  text-decoration: underline;
}

.openstudio-form form {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .openstudio-form form {
    width: 100%;
  }
}

.openstudio-form form .acf-form-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.25rem;
}

.openstudio-form form .acf-field {
  width: 100%;
  border-color: transparent;
  position: relative;
  padding-top: 1.25rem;
  padding-left: 0;
  padding-right: 0;
  margin-right: 1rem;
}

@media screen and (max-width: 767px) {
  .openstudio-form form .acf-field {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}

.openstudio-form form .acf-field.acf-field--post-title {
  visibility: hidden;
  opacity: 0;
  height: 0;
  padding: 0;
}

.openstudio-form form .acf-field.acf-field-message {
  padding: 0;
  margin-top: 3rem;
}

.openstudio-form form .acf-field.acf-field-message .acf-label {
  position: relative;
  font-size: 1.875rem;
  top: 0;
  left: 0;
  margin-bottom: 0;
}

.openstudio-form form .acf-field.acf-field-message .acf-input {
  padding: 0;
  background-color: transparent;
}

.openstudio-form form .acf-field.acf-field-message .acf-input a {
  text-decoration: underline;
}

.openstudio-form form .acf-field.acf-field-google-map .acf-input {
  padding-top: 3rem;
}

@media screen and (max-width: 767px) {
  .openstudio-form form .acf-field.acf-field-google-map .acf-label {
    position: absolute;
    top: 32px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .openstudio-form form .acf-field.acf-field-google-map .acf-input {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    height: 100%;
  }
}

.openstudio-form form .acf-field .acf-label {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 32px;
  left: 24px;
  font-size: 18px;
}

.openstudio-form form .acf-field .acf-label.to-top {
  top: 0;
  left: 14px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .openstudio-form form .acf-field .acf-label.to-top {
    top: -35px !important;
  }
}

.openstudio-form form .acf-field .acf-label.to-top p.description {
  display: none;
}

.openstudio-form form .acf-field .acf-label p.description {
  font-size: 0.875rem;
  margin-top: 11px;
}

.openstudio-form form .acf-field .acf-label .acf-required {
  display: none;
}

.openstudio-form form .acf-field .acf-input {
  background-color: #eee;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 0.75rem;
}

.openstudio-form form .acf-field .acf-input input,
.openstudio-form form .acf-field .acf-input textarea {
  font-size: 1.125rem;
  padding-top: 0;
  padding-bottom: 0;
}

.openstudio-form form .acf-field .acf-input textarea {
  resize: none;
}

.openstudio-form form .acf-field .acf-input .acf-error-message {
  position: absolute;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .openstudio-form form .acf-field.acf-field-text .acf-label,
  .openstudio-form form .acf-field.acf-field-url .acf-label {
    position: relative;
    top: unset;
    margin-bottom: 0;
    width: -webkit-calc(100% - 24px);
    width: -moz-calc(100% - 24px);
    width: calc(100% - 24px);
  }
}

@media screen and (max-width: 767px) {
  .openstudio-form form .acf-field.acf-field-text .acf-input,
  .openstudio-form form .acf-field.acf-field-url .acf-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.openstudio-form form .acf-field.is-required .acf-input::before {
  background: rgb(143, 124, 61);
  background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  height: 100%;
  width: 17px;
}

.openstudio-form form .acf-field.acf-field-textarea {
  background-color: #eee;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.openstudio-form form .acf-field.acf-field-textarea .acf-label {
  position: absolute;
  pointer-events: none;
  top: 8px;
  left: 20px;
  font-size: 20px;
}

.openstudio-form form .acf-field.acf-field-textarea .acf-input::before {
  top: 0;
  height: 100%;
}

.openstudio-form form .acf-field.acf-field-taxonomy {
  opacity: 1 !important;
  height: auto !important;
}

.openstudio-form form .acf-field.acf-field-textarea {
  padding-bottom: 0;
  padding-top: 0;
  background-color: transparent;
  margin-top: 0;
}

.openstudio-form form .acf-field.acf-field-textarea textarea {
  margin-top: 1rem;
}

.openstudio-form form .acf-field.acf-field-textarea .acf-label {
  left: 0;
  position: relative;
  margin-bottom: 1.5rem;
}

.openstudio-form form .acf-field.acf-field-textarea .acf-input {
  background-color: #eee;
}

.openstudio-form form .acf-field.acf-field-textarea .acf-label {
  font-size: 0.875rem;
}

.openstudio-form form .acf-field.acf-field-radio .acf-input {
  background: unset;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.75rem;
}

.openstudio-form form .acf-field.acf-field-radio .acf-input .acf-radio-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .openstudio-form form .acf-field.acf-field-radio .acf-input .acf-radio-list li {
    margin: 5px;
  }
}

.openstudio-form form .acf-field.acf-field-radio .acf-input .acf-radio-list li label {
  font-size: 1.875rem;
  font-weight: bold;
}

.openstudio-form form .acf-field.acf-field-radio .acf-input input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  --active: #d3bf77;
  --active-inner: #000;
  --focus: 2px rgba(191, 161, 71, 0.33333);
  --border: #000;
  --border-hover: #d3bf77;
  --background: #fff;
  --disabled: #f6f8ff;
  --disabled-inner: #e1e6f9;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 21px;
  outline: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  cursor: pointer;
  border: 3px solid var(--border);
  border: 3px solid var(--bc, var(--border));
  background: var(--background);
  background: var(--b, var(--background));
  -webkit-transition: background 0.3s, border-color 0.3s, -webkit-box-shadow 0.2s;
  transition: background 0.3s, border-color 0.3s, -webkit-box-shadow 0.2s;
  -o-transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  -moz-transition: background 0.3s, border-color 0.3s, box-shadow 0.2s, -moz-box-shadow 0.2s;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s;
}

.openstudio-form form .acf-field.acf-field-radio .acf-input input[type="radio"]:after {
  content: '';
  display: block;
  left: -2px;
  top: -2px;
  position: absolute;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.3s ease;
  transition: opacity 0.2s, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.2s, -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.2s, -moz-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.2s;
  transition: transform 0.3s ease, opacity 0.2s, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  -o-transition: opacity var(--d-o, 0.2s), -o-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  -moz-transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -moz-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease), -moz-transform var(--d-t, 0.3s) var(--d-t-e, ease), -o-transform var(--d-t, 0.3s) var(--d-t-e, ease);
}

.openstudio-form form .acf-field.acf-field-radio .acf-input input[type="radio"]:checked {
  --b: var(--active);
  --bc: var(--active);
  --d-o: 0.3s;
  --d-t: 0.6s;
  --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
}

.openstudio-form form .acf-field.acf-field-radio .acf-input input[type="radio"]:disabled {
  --b: var(--disabled);
  cursor: not-allowed;
  opacity: 0.9;
}

.openstudio-form form .acf-field.acf-field-radio .acf-input input[type="radio"]:disabled:checked {
  --b: var(--disabled-inner);
  --bc: var(--border);
}

.openstudio-form form .acf-field.acf-field-radio .acf-input input[type="radio"]:disabled + label {
  cursor: not-allowed;
}

.openstudio-form form .acf-field.acf-field-radio .acf-input input[type="radio"]:hover:not(:checked):not(:disabled) {
  --bc: var(--border-hover);
}

.openstudio-form form .acf-field.acf-field-radio .acf-input input[type="radio"]:focus {
  -webkit-box-shadow: 0 0 0 var(--focus);
  -moz-box-shadow: 0 0 0 var(--focus);
  box-shadow: 0 0 0 var(--focus);
}

.openstudio-form form .acf-field.acf-field-radio .acf-input input[type="radio"]:not(.switch) {
  margin-top: 0;
  margin-right: 5px;
  width: 21px;
}

.openstudio-form form .acf-field.acf-field-radio .acf-input input[type="radio"]:not(.switch):after {
  opacity: 0;
  opacity: var(--o, 0);
}

.openstudio-form form .acf-field.acf-field-radio .acf-input input[type="radio"]:not(.switch):checked {
  --o: 1;
}

.openstudio-form form .acf-field.acf-field-radio .acf-input input[type="radio"] + label {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-left: 4px;
}

.openstudio-form form .acf-field.acf-field-radio .acf-input input[type="radio"] {
  /* border-radius: 50%; */
}

.openstudio-form form .acf-field.acf-field-radio .acf-input input[type="radio"]:after {
  width: 19px;
  height: 19px;
  /* border-radius: 50%; */
  background: var(--active-inner);
  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform: scale(var(--s, 0.7));
  -moz-transform: scale(var(--s, 0.7));
  -ms-transform: scale(var(--s, 0.7));
  -o-transform: scale(var(--s, 0.7));
  transform: scale(var(--s, 0.7));
}

.openstudio-form form .acf-field.acf-field-radio .acf-input input[type="radio"]:checked {
  --s: 0.5;
}

.openstudio-form form .acf-field.acf-field-relationship {
  font-size: 1.125rem;
  background-color: #eee;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.openstudio-form form .acf-field.acf-field-relationship .acf-label {
  position: absolute;
  pointer-events: none;
  top: 8px;
  left: 20px;
  font-size: 22px;
}

.openstudio-form form .acf-field.acf-field-relationship .list {
  height: 360px;
}

.openstudio-form form .acf-field.acf-field-relationship .acf-relationship .list .acf-rel-item:hover {
  background: rgb(143, 124, 61);
  background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
}

.openstudio-form form .acf-field.acf-field-true-false {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: -1rem;
}

.openstudio-form form .acf-field.acf-field-true-false .acf-label {
  position: relative;
  pointer-events: none;
  margin-left: 0.75rem;
  font-size: 0.875rem;
  top: 0;
  left: 0;
}

.openstudio-form form .acf-field.acf-field-true-false .acf-input {
  background-color: transparent;
  padding: 0;
}

.openstudio-form form .acf-field.acf-field-true-false .acf-input::before {
  background-color: transparent;
}

.openstudio-form form .acf-field.acf-field-true-false .acf-input input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  --active: #d3bf77;
  --active-inner: #000;
  --focus: 2px rgba(191, 161, 71, 0.33333);
  --border: #000;
  --border-hover: #d3bf77;
  --background: #fff;
  --disabled: #f6f8ff;
  --disabled-inner: #e1e6f9;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 21px;
  outline: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  cursor: pointer;
  border: 3px solid var(--border);
  border: 3px solid var(--bc, var(--border));
  background: var(--background);
  background: var(--b, var(--background));
  -webkit-transition: background 0.3s, border-color 0.3s, -webkit-box-shadow 0.2s;
  transition: background 0.3s, border-color 0.3s, -webkit-box-shadow 0.2s;
  -o-transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  -moz-transition: background 0.3s, border-color 0.3s, box-shadow 0.2s, -moz-box-shadow 0.2s;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s;
}

.openstudio-form form .acf-field.acf-field-true-false .acf-input input[type="checkbox"]:after {
  content: '';
  display: block;
  left: -2px;
  top: -2px;
  position: absolute;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.3s ease;
  transition: opacity 0.2s, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.2s, -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.2s, -moz-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.2s;
  transition: transform 0.3s ease, opacity 0.2s, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  -o-transition: opacity var(--d-o, 0.2s), -o-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  -moz-transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -moz-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease), -moz-transform var(--d-t, 0.3s) var(--d-t-e, ease), -o-transform var(--d-t, 0.3s) var(--d-t-e, ease);
}

.openstudio-form form .acf-field.acf-field-true-false .acf-input input[type="checkbox"]:checked {
  --b: var(--active);
  --bc: var(--active);
  --d-o: 0.3s;
  --d-t: 0.6s;
  --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
}

.openstudio-form form .acf-field.acf-field-true-false .acf-input input[type="checkbox"]:disabled {
  --b: var(--disabled);
  cursor: not-allowed;
  opacity: 0.9;
}

.openstudio-form form .acf-field.acf-field-true-false .acf-input input[type="checkbox"]:disabled:checked {
  --b: var(--disabled-inner);
  --bc: var(--border);
}

.openstudio-form form .acf-field.acf-field-true-false .acf-input input[type="checkbox"]:disabled + label {
  cursor: not-allowed;
}

.openstudio-form form .acf-field.acf-field-true-false .acf-input input[type="checkbox"]:hover:not(:checked):not(:disabled) {
  --bc: var(--border-hover);
}

.openstudio-form form .acf-field.acf-field-true-false .acf-input input[type="checkbox"]:focus {
  -webkit-box-shadow: 0 0 0 var(--focus);
  -moz-box-shadow: 0 0 0 var(--focus);
  box-shadow: 0 0 0 var(--focus);
}

.openstudio-form form .acf-field.acf-field-true-false .acf-input input[type="checkbox"]:not(.switch) {
  margin-top: 4px;
  width: 21px;
}

.openstudio-form form .acf-field.acf-field-true-false .acf-input input[type="checkbox"]:not(.switch):after {
  opacity: 0;
  opacity: var(--o, 0);
}

.openstudio-form form .acf-field.acf-field-true-false .acf-input input[type="checkbox"]:not(.switch):checked {
  --o: 1;
}

.openstudio-form form .acf-field.acf-field-true-false .acf-input input[type="checkbox"] + label {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-left: 4px;
}

.openstudio-form form .acf-field.acf-field-true-false .acf-input input[type="checkbox"] {
  /* border-radius: 50%; */
}

.openstudio-form form .acf-field.acf-field-true-false .acf-input input[type="checkbox"]:after {
  width: 19px;
  height: 19px;
  /* border-radius: 50%; */
  background: var(--active-inner);
  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform: scale(var(--s, 0.7));
  -moz-transform: scale(var(--s, 0.7));
  -ms-transform: scale(var(--s, 0.7));
  -o-transform: scale(var(--s, 0.7));
  transform: scale(var(--s, 0.7));
}

.openstudio-form form .acf-field.acf-field-true-false .acf-input input[type="checkbox"]:checked {
  --s: 0.5;
}

.openstudio-form form .acf-field.acf-field-true-false .acf-error-message {
  margin-top: 5rem;
  position: absolute;
  max-height: 50px;
  overflow-y: scroll;
}

.openstudio-form form .acf-field.acf-field-taxonomy {
  background-color: transparent;
}

.openstudio-form form .acf-field.acf-field-taxonomy .acf-input {
  background-color: transparent;
}

.openstudio-form form .acf-field.acf-field-taxonomy .acf-input:before {
  height: 42px;
  top: -36px;
}

.openstudio-form form .acf-field.acf-field-taxonomy .acf-label {
  top: -0.4rem;
}

.openstudio-form form .acf-field.acf-field-taxonomy .categorychecklist-holder {
  border-color: transparent;
  margin-left: -2.5rem;
}

.openstudio-form form .acf-field.acf-field-taxonomy .acf-checkbox-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.openstudio-form form .acf-field.acf-field-taxonomy .acf-checkbox-list li {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.openstudio-form form .acf-field.acf-field-taxonomy .acf-checkbox-list li label input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.openstudio-form form .acf-field.acf-field-taxonomy .acf-checkbox-list li label span {
  background-color: #eee;
  color: #242424;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.25rem;
}

.openstudio-form form .acf-field.acf-field-taxonomy .acf-checkbox-list li label input[type="checkbox"]:checked + span {
  background: rgb(143, 124, 61);
  background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
}

.openstudio-form form .acf-field.acf-field-taxonomy .acf-checkbox-list li[data-id="61"] {
  display: none;
}

.openstudio-form form .acf-field.acf-field-image {
  background-color: transparent;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .openstudio-form form .acf-field.acf-field-image {
    width: 75%;
  }
}

.openstudio-form form .acf-field.acf-field-image .acf-input {
  background-color: #eee;
  margin-top: 0.5rem;
}

.openstudio-form form .acf-field.acf-field-image .acf-input:before {
  height: 100%;
  top: 0;
}

.openstudio-form form .acf-field.acf-field-image .acf-label {
  width: 100%;
  top: 10px;
}

@media screen and (max-width: 767px) {
  .openstudio-form form .acf-field.acf-field-image .acf-label {
    position: relative;
    top: 0;
  }
}

.openstudio-form form .acf-field.acf-field-image .acf-label p.description {
  font-size: 0.875rem;
  position: relative;
  top: 0;
  display: block;
  right: 0;
  width: 100%;
}

.openstudio-form form .acf-field.acf-field-image .acf-image-uploader .hide-if-value p {
  font-size: 1rem;
  color: #848484;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.openstudio-form form .acf-field.acf-field-image .acf-image-uploader .hide-if-value p a {
  font-size: 1.25rem;
  background: rgb(143, 124, 61);
  background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #242424;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

.openstudio-form form .acf-field.acf-field-wysiwyg {
  display: none;
}

.openstudio-form form .acf-form-submit {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.openstudio-form form .acf-form-submit input {
  background: rgb(143, 124, 61);
  background: -webkit-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  background: linear-gradient(45deg, rgba(143, 124, 61, 1) 0%, rgba(234, 216, 159, 1) 50%, rgba(161, 144, 82, 1) 100%);
  color: #242424;
  text-transform: uppercase;
  font-size: 1.5rem;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  cursor: pointer;
  opacity: 0.75;
  border-width: 6px;
  border-color: #242424;
}

.openstudio-form form .acf-form-submit input:hover {
  opacity: 1;
}

#poststuff .acf-field[data-name="programm_categories"],
#poststuff .acf-field[data-name="programm_location"],
#poststuff .acf-field[data-name="programm_adress"],
#poststuff .acf-field[data-name="programm_telf"],
 {
  opacity: 0;
  height: 0;
  /* YOLO */
}

/* CUSTOM TEMPLATE ONLINE EXHIBITION */

.post-template-online-exhibition .news-left-info {
  width: 100% !important;
  padding-left: 0 !important;
  max-width: 1500px;
  margin: 0 auto;
}

@media (max-width: 1500px) {
  .post-template-online-exhibition .news-left-info,
  .post-template-online-exhibition .news-paragraph {
    padding: 0 4rem 2rem !important;
  }
}

.post-template-online-exhibition .news-box {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -moz-box-orient: vertical !important;
  -moz-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  max-width: unset !important;
}

.post-template-online-exhibition .news-paragraph {
  margin: 40px auto;
}

.post-template-online-exhibition .news-left-info h1 {
  text-align: center;
  max-width: 30%;
  margin: 0 auto;
}

.art-cluster-page {
  font-size: 1.5rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 992px) {
  .art-cluster-page {
    font-size: 2.6875rem;
    padding-top: 200px;
    padding-bottom: 200px;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}

.art-cluster-page h1 {
  margin-bottom: 2rem;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .art-cluster-page h1 {
    margin-bottom: 3rem;
  }
}

.art-cluster-page h3 {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .art-cluster-page h3 {
    margin-bottom: 3rem;
    max-width: 50%;
  }
}

.search-results-page {
  font-size: 1.5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 992px) {
  .search-results-page {
    padding: 10rem 4rem;
  }
}

@media (min-width: 992px) {
  .search-results-page h1 {
    font-size: 4.375rem;
  }
}

.search-results-page .search-results {
  margin-top: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  width: 100%;
}

@media (min-width: 769px) {
  .search-results-page .search-results {
    margin-top: 8rem;
  }
}

@media (min-width: 1280px) {
  .search-results-page .search-results {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 992px) {
  .search-results-page .search-results .grid-item-post:not(.hide):nth-child(5) {
    margin-left: -webkit-calc(25% / 2);
    margin-left: -moz-calc(25% / 2);
    margin-left: calc(25% / 2);
  }
}

@media (min-width: 992px) {
  .search-results-page .search-results .grid-item-post:not(.hide):nth-child(7n + 5) {
    margin-left: -webkit-calc(25% / 2);
    margin-left: -moz-calc(25% / 2);
    margin-left: calc(25% / 2);
  }
}

@media (min-width: 992px) {
  .search-results-page .search-results .grid-item-post:not(.hide):nth-child(7n) {
    margin-right: -webkit-calc(25% / 2);
    margin-right: -moz-calc(25% / 2);
    margin-right: calc(25% / 2);
  }
}

.search-results-page .search-results .grid-item-post {
  background-color: #fff;
  position: relative;
  display: block;
  width: 100%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .search-results-page .search-results .grid-item-post {
    width: -webkit-calc(50% - 16px);
    width: -moz-calc(50% - 16px);
    width: calc(50% - 16px);
  }
}

@media (min-width: 992px) {
  .search-results-page .search-results .grid-item-post {
    width: -webkit-calc(25% - 16px);
    width: -moz-calc(25% - 16px);
    width: calc(25% - 16px);
  }
}

.search-results-page .search-results .grid-item-post a.link-spanned {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.search-results-page .search-results .grid-item-post .result-content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.search-results-page .search-results .grid-item-post .result-content .result-img {
  position: relative;
  overflow: hidden;
  padding-bottom: 90%;
}

.search-results-page .search-results .grid-item-post .result-content .result-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.search-results-page .search-results .grid-item-post .result-content .result-info-bottom {
  font-size: 1.125rem;
  padding: 0.75rem;
}

.search-results-page .search-results .grid-item-post .result-content .result-info-bottom a {
  display: inline-block;
  text-decoration: underline;
  font-size: 1.125rem;
  margin-top: 0.5rem;
}

.search-results-page .search-results .grid-item-post .result-content .result-info-bottom .result-cat {
  display: inline-block;
  background-color: #242424;
  color: #fff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.search-results-page .search-results .grid-item-post .result-content .result-info-bottom h3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.popup-qr {
  background-color: #fff;
  display: none;
  position: fixed;
  z-index: 99;
  top: 150px;
  right: 0;
  width: 310px;
  -webkit-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;
  padding-top: 0.7rem;
  padding-left: 0.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.7rem;
  padding-left: 66px;
  cursor: pointer;
  -webkit-transform: translateX(-webkit-calc(100% + 30px));
  -moz-transform: translateX(-moz-calc(100% + 30px));
  -ms-transform: translateX(calc(100% + 30px));
  -o-transform: translateX(calc(100% + 30px));
  transform: translateX(calc(100% + 30px));
  -webkit-transition: all 0.6 ease-in-out;
  -o-transition: all 0.6 ease-in-out;
  -moz-transition: all 0.6 ease-in-out;
  transition: all 0.6 ease-in-out;
}

@media (min-width: 769px) {
  .popup-qr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.popup-qr.hidden {
  display: none !important;
}

.popup-qr.opened {
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  width: 430px;
}

.popup-qr.opened .icon {
  display: none;
}

.popup-qr.opened .qr {
  display: block;
}

.popup-qr.opened .qr-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.popup-qr.opened .qr-text .scan {
  display: block;
}

.popup-qr.popup2 {
  top: 250px;
  right: 0;
}

.popup-qr.popup2 .icon {
  max-width: 67px;
}

.popup-qr .icon {
  position: absolute;
  top: 0;
  left: -20px;
}

.popup-qr .icon svg {
  width: 67px;
  height: 67px;
}

.popup-qr .qr {
  display: none;
  width: 180px;
  height: 180px;
}

.popup-qr .qr svg {
  width: 180px;
  height: 180px;
}

.popup-qr .qr-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.popup-qr .qr-text .scan {
  display: none;
}

.popup-qr .qr-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.5rem;
  z-index: 15;
  cursor: pointer;
}

.page-template-page-simple {
  padding-top: 60px;
}

@media (min-width: 769px) {
  .page-template-page-simple {
    padding-top: 0;
  }
}

.page-template-page-simple .simple-page {
  max-width: 745px;
  padding: 0 15px;
  margin: 0 auto;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.page-template-page-simple .simple-page h1 {
  margin-bottom: 38px;
}

.page-template-page-simple .simple-page h3 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 32px;
}

@media (min-width: 769px) {
  .page-template-page-simple .simple-page h3 {
    font-size: 32px;
  }
}

.page-template-page-simple .simple-page p {
  font-size: 20px;
  margin-bottom: 32px;
}

@media (min-width: 576px) {
  .sm\:clip {
    border: 0;
    clip: rect(0 0 0 0);
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }

  .sm\:clip-not {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
  }

  .sm\:list-reset {
    list-style: none;
    padding: 0;
  }

  .sm\:appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:table {
    display: table;
  }

  .sm\:table-row {
    display: table-row;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sm\:inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .sm\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .sm\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .sm\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sm\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-no-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .sm\:items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sm\:items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .sm\:items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sm\:items-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .sm\:items-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .sm\:self-auto {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .sm\:self-start {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .sm\:self-end {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .sm\:self-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .sm\:self-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .sm\:justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sm\:justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .sm\:justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sm\:justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sm\:justify-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .sm\:content-center {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .sm\:content-start {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .sm\:content-end {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .sm\:content-between {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .sm\:content-around {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .sm\:flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }

  .sm\:flex-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .sm\:flex-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .sm\:flex-none {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .sm\:flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .sm\:flex-shrink {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .sm\:flex-no-grow {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .sm\:flex-no-shrink {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .sm\:h-0 {
    height: 0;
  }

  .sm\:h-1 {
    height: 0.25rem;
  }

  .sm\:h-2 {
    height: 0.5rem;
  }

  .sm\:h-3 {
    height: 0.75rem;
  }

  .sm\:h-4 {
    height: 1rem;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-7 {
    height: 1.75rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-9 {
    height: 2.25rem;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-12 {
    height: 3.125rem;
  }

  .sm\:h-14 {
    height: 3.5rem;
  }

  .sm\:h-15 {
    height: 3.75rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-18 {
    height: 4.5rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-22 {
    height: 5.5rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-28 {
    height: 7rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-34 {
    height: 8.5rem;
  }

  .sm\:h-38 {
    height: 9.5rem;
  }

  .sm\:h-40 {
    height: 10rem;
  }

  .sm\:h-48 {
    height: 12rem;
  }

  .sm\:h-56 {
    height: 12rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-67 {
    height: 16.875rem;
  }

  .sm\:h-75 {
    height: 18.75rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-px {
    height: 1px;
  }

  .sm\:h-1\/2 {
    height: 50%;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:leading-20 {
    line-height: 20px;
  }

  .sm\:leading-22 {
    line-height: 22px;
  }

  .sm\:leading-28 {
    line-height: 28px;
  }

  .sm\:leading-42 {
    line-height: 42px;
  }

  .sm\:leading-50 {
    line-height: 50px;
  }

  .sm\:leading-negative {
    line-height: 0.8;
  }

  .sm\:leading-none {
    line-height: 1;
  }

  .sm\:leading-good {
    line-height: 1.2;
  }

  .sm\:leading-tight {
    line-height: 1.25;
  }

  .sm\:leading-normal {
    line-height: 1.5;
  }

  .sm\:leading-loose {
    line-height: 2;
  }

  .sm\:m-0 {
    margin: 0;
  }

  .sm\:m-1 {
    margin: 0.25rem;
  }

  .sm\:m-2 {
    margin: 0.5rem;
  }

  .sm\:m-3 {
    margin: 0.75rem;
  }

  .sm\:m-4 {
    margin: 1rem;
  }

  .sm\:m-5 {
    margin: 1.25rem;
  }

  .sm\:m-6 {
    margin: 1.5rem;
  }

  .sm\:m-7 {
    margin: 1.75rem;
  }

  .sm\:m-8 {
    margin: 2rem;
  }

  .sm\:m-9 {
    margin: 2.25rem;
  }

  .sm\:m-10 {
    margin: 2.5rem;
  }

  .sm\:m-12 {
    margin: 3rem;
  }

  .sm\:m-14 {
    margin: 3.5rem;
  }

  .sm\:m-15 {
    margin: 3.75rem;
  }

  .sm\:m-16 {
    margin: 4rem;
  }

  .sm\:m-18 {
    margin: 4.5rem;
  }

  .sm\:m-20 {
    margin: 5rem;
  }

  .sm\:m-22 {
    margin: 5.5rem;
  }

  .sm\:m-24 {
    margin: 6rem;
  }

  .sm\:m-28 {
    margin: 7rem;
  }

  .sm\:m-32 {
    margin: 8rem;
  }

  .sm\:m-34 {
    margin: 8.5rem;
  }

  .sm\:m-38 {
    margin: 9.5rem;
  }

  .sm\:m-40 {
    margin: 10rem;
  }

  .sm\:m-48 {
    margin: 11rem;
  }

  .sm\:m-56 {
    margin: 12rem;
  }

  .sm\:m-64 {
    margin: 16rem;
  }

  .sm\:m-67 {
    margin: 16.875rem;
  }

  .sm\:m-75 {
    margin: 18.75rem;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:m-px {
    margin: 1px;
  }

  .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .sm\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .sm\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .sm\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .sm\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:my-22 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .sm\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:my-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .sm\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .sm\:my-38 {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .sm\:mx-38 {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .sm\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:my-48 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .sm\:mx-48 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .sm\:my-56 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:mx-56 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:my-67 {
    margin-top: 16.875rem;
    margin-bottom: 16.875rem;
  }

  .sm\:mx-67 {
    margin-left: 16.875rem;
    margin-right: 16.875rem;
  }

  .sm\:my-75 {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .sm\:mx-75 {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }

  .sm\:mr-0 {
    margin-right: 0;
  }

  .sm\:mb-0 {
    margin-bottom: 0;
  }

  .sm\:ml-0 {
    margin-left: 0;
  }

  .sm\:mt-1 {
    margin-top: 0.25rem;
  }

  .sm\:mr-1 {
    margin-right: 0.25rem;
  }

  .sm\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .sm\:ml-1 {
    margin-left: 0.25rem;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem;
  }

  .sm\:mr-3 {
    margin-right: 0.75rem;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:mt-7 {
    margin-top: 1.75rem;
  }

  .sm\:mr-7 {
    margin-right: 1.75rem;
  }

  .sm\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .sm\:ml-7 {
    margin-left: 1.75rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:mt-9 {
    margin-top: 2.25rem;
  }

  .sm\:mr-9 {
    margin-right: 2.25rem;
  }

  .sm\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .sm\:ml-9 {
    margin-left: 2.25rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:mr-12 {
    margin-right: 3rem;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:ml-12 {
    margin-left: 3rem;
  }

  .sm\:mt-14 {
    margin-top: 3.5rem;
  }

  .sm\:mr-14 {
    margin-right: 3.5rem;
  }

  .sm\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .sm\:ml-14 {
    margin-left: 3.5rem;
  }

  .sm\:mt-15 {
    margin-top: 3.75rem;
  }

  .sm\:mr-15 {
    margin-right: 3.75rem;
  }

  .sm\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .sm\:ml-15 {
    margin-left: 3.75rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mr-16 {
    margin-right: 4rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:ml-16 {
    margin-left: 4rem;
  }

  .sm\:mt-18 {
    margin-top: 4.5rem;
  }

  .sm\:mr-18 {
    margin-right: 4.5rem;
  }

  .sm\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .sm\:ml-18 {
    margin-left: 4.5rem;
  }

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:mr-20 {
    margin-right: 5rem;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem;
  }

  .sm\:ml-20 {
    margin-left: 5rem;
  }

  .sm\:mt-22 {
    margin-top: 5.5rem;
  }

  .sm\:mr-22 {
    margin-right: 5.5rem;
  }

  .sm\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .sm\:ml-22 {
    margin-left: 5.5rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:mr-24 {
    margin-right: 6rem;
  }

  .sm\:mb-24 {
    margin-bottom: 6rem;
  }

  .sm\:ml-24 {
    margin-left: 6rem;
  }

  .sm\:mt-28 {
    margin-top: 7rem;
  }

  .sm\:mr-28 {
    margin-right: 7rem;
  }

  .sm\:mb-28 {
    margin-bottom: 7rem;
  }

  .sm\:ml-28 {
    margin-left: 7rem;
  }

  .sm\:mt-32 {
    margin-top: 8rem;
  }

  .sm\:mr-32 {
    margin-right: 8rem;
  }

  .sm\:mb-32 {
    margin-bottom: 8rem;
  }

  .sm\:ml-32 {
    margin-left: 8rem;
  }

  .sm\:mt-34 {
    margin-top: 8.5rem;
  }

  .sm\:mr-34 {
    margin-right: 8.5rem;
  }

  .sm\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .sm\:ml-34 {
    margin-left: 8.5rem;
  }

  .sm\:mt-38 {
    margin-top: 9.5rem;
  }

  .sm\:mr-38 {
    margin-right: 9.5rem;
  }

  .sm\:mb-38 {
    margin-bottom: 9.5rem;
  }

  .sm\:ml-38 {
    margin-left: 9.5rem;
  }

  .sm\:mt-40 {
    margin-top: 10rem;
  }

  .sm\:mr-40 {
    margin-right: 10rem;
  }

  .sm\:mb-40 {
    margin-bottom: 10rem;
  }

  .sm\:ml-40 {
    margin-left: 10rem;
  }

  .sm\:mt-48 {
    margin-top: 11rem;
  }

  .sm\:mr-48 {
    margin-right: 11rem;
  }

  .sm\:mb-48 {
    margin-bottom: 11rem;
  }

  .sm\:ml-48 {
    margin-left: 11rem;
  }

  .sm\:mt-56 {
    margin-top: 12rem;
  }

  .sm\:mr-56 {
    margin-right: 12rem;
  }

  .sm\:mb-56 {
    margin-bottom: 12rem;
  }

  .sm\:ml-56 {
    margin-left: 12rem;
  }

  .sm\:mt-64 {
    margin-top: 16rem;
  }

  .sm\:mr-64 {
    margin-right: 16rem;
  }

  .sm\:mb-64 {
    margin-bottom: 16rem;
  }

  .sm\:ml-64 {
    margin-left: 16rem;
  }

  .sm\:mt-67 {
    margin-top: 16.875rem;
  }

  .sm\:mr-67 {
    margin-right: 16.875rem;
  }

  .sm\:mb-67 {
    margin-bottom: 16.875rem;
  }

  .sm\:ml-67 {
    margin-left: 16.875rem;
  }

  .sm\:mt-75 {
    margin-top: 18.75rem;
  }

  .sm\:mr-75 {
    margin-right: 18.75rem;
  }

  .sm\:mb-75 {
    margin-bottom: 18.75rem;
  }

  .sm\:ml-75 {
    margin-left: 18.75rem;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mb-auto {
    margin-bottom: auto;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:mt-px {
    margin-top: 1px;
  }

  .sm\:mr-px {
    margin-right: 1px;
  }

  .sm\:mb-px {
    margin-bottom: 1px;
  }

  .sm\:ml-px {
    margin-left: 1px;
  }

  .sm\:max-h-full {
    max-height: 100%;
  }

  .sm\:max-h-screen {
    max-height: 100vh;
  }

  .sm\:max-w-43 {
    max-width: 43%;
  }

  .sm\:max-w-57 {
    max-width: 57%;
  }

  .sm\:max-w-65 {
    max-width: 65%;
  }

  .sm\:max-w-xs {
    max-width: 20rem;
  }

  .sm\:max-w-sm {
    max-width: 30rem;
  }

  .sm\:max-w-md {
    max-width: 40rem;
  }

  .sm\:max-w-lg {
    max-width: 50rem;
  }

  .sm\:max-w-xl {
    max-width: 60rem;
  }

  .sm\:max-w-2xl {
    max-width: 70rem;
  }

  .sm\:max-w-3xl {
    max-width: 80rem;
  }

  .sm\:max-w-4xl {
    max-width: 90rem;
  }

  .sm\:max-w-5xl {
    max-width: 100rem;
  }

  .sm\:max-w-1\/2 {
    max-width: 50%;
  }

  .sm\:max-w-1\/3 {
    max-width: 33.33333%;
  }

  .sm\:max-w-2\/3 {
    max-width: 66.66667%;
  }

  .sm\:max-w-1\/4 {
    max-width: 25%;
  }

  .sm\:max-w-3\/4 {
    max-width: 75%;
  }

  .sm\:max-w-1\/5 {
    max-width: 20%;
  }

  .sm\:max-w-2\/5 {
    max-width: 40%;
  }

  .sm\:max-w-3\/5 {
    max-width: 60%;
  }

  .sm\:max-w-4\/5 {
    max-width: 80%;
  }

  .sm\:max-w-1\/6 {
    max-width: 16.66667%;
  }

  .sm\:max-w-5\/6 {
    max-width: 83.33333%;
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

  .sm\:min-h-0 {
    min-height: 0;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:min-w-0 {
    min-width: 0;
  }

  .sm\:min-w-full {
    min-width: 100%;
  }

  .sm\:-m-0 {
    margin: 0;
  }

  .sm\:-m-1 {
    margin: -0.25rem;
  }

  .sm\:-m-2 {
    margin: -0.5rem;
  }

  .sm\:-m-3 {
    margin: -0.75rem;
  }

  .sm\:-m-4 {
    margin: -1rem;
  }

  .sm\:-m-5 {
    margin: -1.25rem;
  }

  .sm\:-m-6 {
    margin: -1.5rem;
  }

  .sm\:-m-7 {
    margin: -1.75rem;
  }

  .sm\:-m-8 {
    margin: -2rem;
  }

  .sm\:-m-9 {
    margin: -2.25rem;
  }

  .sm\:-m-10 {
    margin: -2.5rem;
  }

  .sm\:-m-12 {
    margin: -3rem;
  }

  .sm\:-m-14 {
    margin: -3.5rem;
  }

  .sm\:-m-15 {
    margin: -3.75rem;
  }

  .sm\:-m-16 {
    margin: -4rem;
  }

  .sm\:-m-18 {
    margin: -4.5rem;
  }

  .sm\:-m-20 {
    margin: -5rem;
  }

  .sm\:-m-22 {
    margin: -5.5rem;
  }

  .sm\:-m-24 {
    margin: -6rem;
  }

  .sm\:-m-28 {
    margin: -7rem;
  }

  .sm\:-m-32 {
    margin: -8rem;
  }

  .sm\:-m-34 {
    margin: -8.5rem;
  }

  .sm\:-m-38 {
    margin: -9.5rem;
  }

  .sm\:-m-40 {
    margin: -10rem;
  }

  .sm\:-m-48 {
    margin: -11rem;
  }

  .sm\:-m-56 {
    margin: -12rem;
  }

  .sm\:-m-64 {
    margin: -16rem;
  }

  .sm\:-m-67 {
    margin: -16.875rem;
  }

  .sm\:-m-75 {
    margin: -18.75rem;
  }

  .sm\:-m-px {
    margin: -1px;
  }

  .sm\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .sm\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .sm\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-my-18 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .sm\:-mx-18 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .sm\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:-my-22 {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .sm\:-mx-22 {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .sm\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:-my-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .sm\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .sm\:-my-38 {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .sm\:-mx-38 {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .sm\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:-my-48 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .sm\:-mx-48 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .sm\:-my-56 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:-mx-56 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:-my-67 {
    margin-top: -16.875rem;
    margin-bottom: -16.875rem;
  }

  .sm\:-mx-67 {
    margin-left: -16.875rem;
    margin-right: -16.875rem;
  }

  .sm\:-my-75 {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .sm\:-mx-75 {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:-mt-0 {
    margin-top: 0;
  }

  .sm\:-mr-0 {
    margin-right: 0;
  }

  .sm\:-mb-0 {
    margin-bottom: 0;
  }

  .sm\:-ml-0 {
    margin-left: 0;
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem;
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem;
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem;
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem;
  }

  .sm\:-mt-3 {
    margin-top: -0.75rem;
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem;
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem;
  }

  .sm\:-mt-4 {
    margin-top: -1rem;
  }

  .sm\:-mr-4 {
    margin-right: -1rem;
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem;
  }

  .sm\:-ml-4 {
    margin-left: -1rem;
  }

  .sm\:-mt-5 {
    margin-top: -1.25rem;
  }

  .sm\:-mr-5 {
    margin-right: -1.25rem;
  }

  .sm\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .sm\:-ml-5 {
    margin-left: -1.25rem;
  }

  .sm\:-mt-6 {
    margin-top: -1.5rem;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem;
  }

  .sm\:-mt-7 {
    margin-top: -1.75rem;
  }

  .sm\:-mr-7 {
    margin-right: -1.75rem;
  }

  .sm\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .sm\:-ml-7 {
    margin-left: -1.75rem;
  }

  .sm\:-mt-8 {
    margin-top: -2rem;
  }

  .sm\:-mr-8 {
    margin-right: -2rem;
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem;
  }

  .sm\:-ml-8 {
    margin-left: -2rem;
  }

  .sm\:-mt-9 {
    margin-top: -2.25rem;
  }

  .sm\:-mr-9 {
    margin-right: -2.25rem;
  }

  .sm\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .sm\:-ml-9 {
    margin-left: -2.25rem;
  }

  .sm\:-mt-10 {
    margin-top: -2.5rem;
  }

  .sm\:-mr-10 {
    margin-right: -2.5rem;
  }

  .sm\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .sm\:-ml-10 {
    margin-left: -2.5rem;
  }

  .sm\:-mt-12 {
    margin-top: -3rem;
  }

  .sm\:-mr-12 {
    margin-right: -3rem;
  }

  .sm\:-mb-12 {
    margin-bottom: -3rem;
  }

  .sm\:-ml-12 {
    margin-left: -3rem;
  }

  .sm\:-mt-14 {
    margin-top: -3.5rem;
  }

  .sm\:-mr-14 {
    margin-right: -3.5rem;
  }

  .sm\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .sm\:-ml-14 {
    margin-left: -3.5rem;
  }

  .sm\:-mt-15 {
    margin-top: -3.75rem;
  }

  .sm\:-mr-15 {
    margin-right: -3.75rem;
  }

  .sm\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .sm\:-ml-15 {
    margin-left: -3.75rem;
  }

  .sm\:-mt-16 {
    margin-top: -4rem;
  }

  .sm\:-mr-16 {
    margin-right: -4rem;
  }

  .sm\:-mb-16 {
    margin-bottom: -4rem;
  }

  .sm\:-ml-16 {
    margin-left: -4rem;
  }

  .sm\:-mt-18 {
    margin-top: -4.5rem;
  }

  .sm\:-mr-18 {
    margin-right: -4.5rem;
  }

  .sm\:-mb-18 {
    margin-bottom: -4.5rem;
  }

  .sm\:-ml-18 {
    margin-left: -4.5rem;
  }

  .sm\:-mt-20 {
    margin-top: -5rem;
  }

  .sm\:-mr-20 {
    margin-right: -5rem;
  }

  .sm\:-mb-20 {
    margin-bottom: -5rem;
  }

  .sm\:-ml-20 {
    margin-left: -5rem;
  }

  .sm\:-mt-22 {
    margin-top: -5.5rem;
  }

  .sm\:-mr-22 {
    margin-right: -5.5rem;
  }

  .sm\:-mb-22 {
    margin-bottom: -5.5rem;
  }

  .sm\:-ml-22 {
    margin-left: -5.5rem;
  }

  .sm\:-mt-24 {
    margin-top: -6rem;
  }

  .sm\:-mr-24 {
    margin-right: -6rem;
  }

  .sm\:-mb-24 {
    margin-bottom: -6rem;
  }

  .sm\:-ml-24 {
    margin-left: -6rem;
  }

  .sm\:-mt-28 {
    margin-top: -7rem;
  }

  .sm\:-mr-28 {
    margin-right: -7rem;
  }

  .sm\:-mb-28 {
    margin-bottom: -7rem;
  }

  .sm\:-ml-28 {
    margin-left: -7rem;
  }

  .sm\:-mt-32 {
    margin-top: -8rem;
  }

  .sm\:-mr-32 {
    margin-right: -8rem;
  }

  .sm\:-mb-32 {
    margin-bottom: -8rem;
  }

  .sm\:-ml-32 {
    margin-left: -8rem;
  }

  .sm\:-mt-34 {
    margin-top: -8.5rem;
  }

  .sm\:-mr-34 {
    margin-right: -8.5rem;
  }

  .sm\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .sm\:-ml-34 {
    margin-left: -8.5rem;
  }

  .sm\:-mt-38 {
    margin-top: -9.5rem;
  }

  .sm\:-mr-38 {
    margin-right: -9.5rem;
  }

  .sm\:-mb-38 {
    margin-bottom: -9.5rem;
  }

  .sm\:-ml-38 {
    margin-left: -9.5rem;
  }

  .sm\:-mt-40 {
    margin-top: -10rem;
  }

  .sm\:-mr-40 {
    margin-right: -10rem;
  }

  .sm\:-mb-40 {
    margin-bottom: -10rem;
  }

  .sm\:-ml-40 {
    margin-left: -10rem;
  }

  .sm\:-mt-48 {
    margin-top: -11rem;
  }

  .sm\:-mr-48 {
    margin-right: -11rem;
  }

  .sm\:-mb-48 {
    margin-bottom: -11rem;
  }

  .sm\:-ml-48 {
    margin-left: -11rem;
  }

  .sm\:-mt-56 {
    margin-top: -12rem;
  }

  .sm\:-mr-56 {
    margin-right: -12rem;
  }

  .sm\:-mb-56 {
    margin-bottom: -12rem;
  }

  .sm\:-ml-56 {
    margin-left: -12rem;
  }

  .sm\:-mt-64 {
    margin-top: -16rem;
  }

  .sm\:-mr-64 {
    margin-right: -16rem;
  }

  .sm\:-mb-64 {
    margin-bottom: -16rem;
  }

  .sm\:-ml-64 {
    margin-left: -16rem;
  }

  .sm\:-mt-67 {
    margin-top: -16.875rem;
  }

  .sm\:-mr-67 {
    margin-right: -16.875rem;
  }

  .sm\:-mb-67 {
    margin-bottom: -16.875rem;
  }

  .sm\:-ml-67 {
    margin-left: -16.875rem;
  }

  .sm\:-mt-75 {
    margin-top: -18.75rem;
  }

  .sm\:-mr-75 {
    margin-right: -18.75rem;
  }

  .sm\:-mb-75 {
    margin-bottom: -18.75rem;
  }

  .sm\:-ml-75 {
    margin-left: -18.75rem;
  }

  .sm\:-mt-px {
    margin-top: -1px;
  }

  .sm\:-mr-px {
    margin-right: -1px;
  }

  .sm\:-mb-px {
    margin-bottom: -1px;
  }

  .sm\:-ml-px {
    margin-left: -1px;
  }

  .sm\:p-0 {
    padding: 0;
  }

  .sm\:p-1 {
    padding: 0.25rem;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:p-3 {
    padding: 0.75rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-7 {
    padding: 1.75rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-9 {
    padding: 2.25rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-14 {
    padding: 3.5rem;
  }

  .sm\:p-15 {
    padding: 3.75rem;
  }

  .sm\:p-16 {
    padding: 4rem;
  }

  .sm\:p-18 {
    padding: 4.5rem;
  }

  .sm\:p-20 {
    padding: 5rem;
  }

  .sm\:p-22 {
    padding: 5.5rem;
  }

  .sm\:p-24 {
    padding: 6rem;
  }

  .sm\:p-28 {
    padding: 7rem;
  }

  .sm\:p-32 {
    padding: 8rem;
  }

  .sm\:p-34 {
    padding: 8.5rem;
  }

  .sm\:p-38 {
    padding: 9.5rem;
  }

  .sm\:p-40 {
    padding: 10rem;
  }

  .sm\:p-48 {
    padding: 11rem;
  }

  .sm\:p-56 {
    padding: 12rem;
  }

  .sm\:p-64 {
    padding: 16rem;
  }

  .sm\:p-67 {
    padding: 16.875rem;
  }

  .sm\:p-75 {
    padding: 18.75rem;
  }

  .sm\:p-px {
    padding: 1px;
  }

  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .sm\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .sm\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .sm\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:py-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .sm\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .sm\:py-38 {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .sm\:px-38 {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .sm\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:py-48 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:px-48 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:py-56 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:px-56 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:py-67 {
    padding-top: 16.875rem;
    padding-bottom: 16.875rem;
  }

  .sm\:px-67 {
    padding-left: 16.875rem;
    padding-right: 16.875rem;
  }

  .sm\:py-75 {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .sm\:px-75 {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:pt-0 {
    padding-top: 0;
  }

  .sm\:pr-0 {
    padding-right: 0;
  }

  .sm\:pb-0 {
    padding-bottom: 0;
  }

  .sm\:pl-0 {
    padding-left: 0;
  }

  .sm\:pt-1 {
    padding-top: 0.25rem;
  }

  .sm\:pr-1 {
    padding-right: 0.25rem;
  }

  .sm\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .sm\:pl-1 {
    padding-left: 0.25rem;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

  .sm\:pt-3 {
    padding-top: 0.75rem;
  }

  .sm\:pr-3 {
    padding-right: 0.75rem;
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .sm\:pl-3 {
    padding-left: 0.75rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pt-7 {
    padding-top: 1.75rem;
  }

  .sm\:pr-7 {
    padding-right: 1.75rem;
  }

  .sm\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .sm\:pl-7 {
    padding-left: 1.75rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pt-9 {
    padding-top: 2.25rem;
  }

  .sm\:pr-9 {
    padding-right: 2.25rem;
  }

  .sm\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .sm\:pl-9 {
    padding-left: 2.25rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pr-12 {
    padding-right: 3rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pt-14 {
    padding-top: 3.5rem;
  }

  .sm\:pr-14 {
    padding-right: 3.5rem;
  }

  .sm\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .sm\:pl-14 {
    padding-left: 3.5rem;
  }

  .sm\:pt-15 {
    padding-top: 3.75rem;
  }

  .sm\:pr-15 {
    padding-right: 3.75rem;
  }

  .sm\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .sm\:pl-15 {
    padding-left: 3.75rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pr-16 {
    padding-right: 4rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pl-16 {
    padding-left: 4rem;
  }

  .sm\:pt-18 {
    padding-top: 4.5rem;
  }

  .sm\:pr-18 {
    padding-right: 4.5rem;
  }

  .sm\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .sm\:pl-18 {
    padding-left: 4.5rem;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:pr-20 {
    padding-right: 5rem;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:pl-20 {
    padding-left: 5rem;
  }

  .sm\:pt-22 {
    padding-top: 5.5rem;
  }

  .sm\:pr-22 {
    padding-right: 5.5rem;
  }

  .sm\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .sm\:pl-22 {
    padding-left: 5.5rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pr-24 {
    padding-right: 6rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pl-24 {
    padding-left: 6rem;
  }

  .sm\:pt-28 {
    padding-top: 7rem;
  }

  .sm\:pr-28 {
    padding-right: 7rem;
  }

  .sm\:pb-28 {
    padding-bottom: 7rem;
  }

  .sm\:pl-28 {
    padding-left: 7rem;
  }

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:pr-32 {
    padding-right: 8rem;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:pl-32 {
    padding-left: 8rem;
  }

  .sm\:pt-34 {
    padding-top: 8.5rem;
  }

  .sm\:pr-34 {
    padding-right: 8.5rem;
  }

  .sm\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .sm\:pl-34 {
    padding-left: 8.5rem;
  }

  .sm\:pt-38 {
    padding-top: 9.5rem;
  }

  .sm\:pr-38 {
    padding-right: 9.5rem;
  }

  .sm\:pb-38 {
    padding-bottom: 9.5rem;
  }

  .sm\:pl-38 {
    padding-left: 9.5rem;
  }

  .sm\:pt-40 {
    padding-top: 10rem;
  }

  .sm\:pr-40 {
    padding-right: 10rem;
  }

  .sm\:pb-40 {
    padding-bottom: 10rem;
  }

  .sm\:pl-40 {
    padding-left: 10rem;
  }

  .sm\:pt-48 {
    padding-top: 11rem;
  }

  .sm\:pr-48 {
    padding-right: 11rem;
  }

  .sm\:pb-48 {
    padding-bottom: 11rem;
  }

  .sm\:pl-48 {
    padding-left: 11rem;
  }

  .sm\:pt-56 {
    padding-top: 12rem;
  }

  .sm\:pr-56 {
    padding-right: 12rem;
  }

  .sm\:pb-56 {
    padding-bottom: 12rem;
  }

  .sm\:pl-56 {
    padding-left: 12rem;
  }

  .sm\:pt-64 {
    padding-top: 16rem;
  }

  .sm\:pr-64 {
    padding-right: 16rem;
  }

  .sm\:pb-64 {
    padding-bottom: 16rem;
  }

  .sm\:pl-64 {
    padding-left: 16rem;
  }

  .sm\:pt-67 {
    padding-top: 16.875rem;
  }

  .sm\:pr-67 {
    padding-right: 16.875rem;
  }

  .sm\:pb-67 {
    padding-bottom: 16.875rem;
  }

  .sm\:pl-67 {
    padding-left: 16.875rem;
  }

  .sm\:pt-75 {
    padding-top: 18.75rem;
  }

  .sm\:pr-75 {
    padding-right: 18.75rem;
  }

  .sm\:pb-75 {
    padding-bottom: 18.75rem;
  }

  .sm\:pl-75 {
    padding-left: 18.75rem;
  }

  .sm\:pt-px {
    padding-top: 1px;
  }

  .sm\:pr-px {
    padding-right: 1px;
  }

  .sm\:pb-px {
    padding-bottom: 1px;
  }

  .sm\:pl-px {
    padding-left: 1px;
  }

  .sm\:static {
    position: static;
  }

  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:pin-y {
    top: 0;
    bottom: 0;
  }

  .sm\:pin-x {
    right: 0;
    left: 0;
  }

  .sm\:pin-t {
    top: 0;
  }

  .sm\:pin-r {
    right: 0;
  }

  .sm\:pin-b {
    bottom: 0;
  }

  .sm\:pin-l {
    left: 0;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-justify {
    text-align: justify;
  }

  .sm\:text-transparent {
    color: transparent;
  }

  .sm\:text-black {
    color: #000;
  }

  .sm\:text-white {
    color: #fff;
  }

  .sm\:text-oil {
    color: #d7ca45;
  }

  .sm\:text-oilish {
    color: rgba(215, 202, 69, 0.90196);
  }

  .sm\:text-dark {
    color: #242424;
  }

  .sm\:text-grey {
    color: #848484;
  }

  .sm\:text-smoke {
    color: #c8c8c8;
  }

  .sm\:text-smokish {
    color: #eee;
  }

  .sm\:text-granate {
    color: #af2424;
  }

  .sm\:text-navy {
    color: #2b2e34;
  }

  .sm\:text-dijon {
    color: #bfa147;
  }

  .sm\:text-grass {
    color: #77b94c;
  }

  .sm\:text-brick {
    color: #cf6c39;
  }

  .sm\:text-sky {
    color: #5bbfee;
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent;
  }

  .sm\:hover\:text-black:hover {
    color: #000;
  }

  .sm\:hover\:text-white:hover {
    color: #fff;
  }

  .sm\:hover\:text-oil:hover {
    color: #d7ca45;
  }

  .sm\:hover\:text-oilish:hover {
    color: rgba(215, 202, 69, 0.90196);
  }

  .sm\:hover\:text-dark:hover {
    color: #242424;
  }

  .sm\:hover\:text-grey:hover {
    color: #848484;
  }

  .sm\:hover\:text-smoke:hover {
    color: #c8c8c8;
  }

  .sm\:hover\:text-smokish:hover {
    color: #eee;
  }

  .sm\:hover\:text-granate:hover {
    color: #af2424;
  }

  .sm\:hover\:text-navy:hover {
    color: #2b2e34;
  }

  .sm\:hover\:text-dijon:hover {
    color: #bfa147;
  }

  .sm\:hover\:text-grass:hover {
    color: #77b94c;
  }

  .sm\:hover\:text-brick:hover {
    color: #cf6c39;
  }

  .sm\:hover\:text-sky:hover {
    color: #5bbfee;
  }

  .sm\:text-12 {
    font-size: 0.75rem;
  }

  .sm\:text-14 {
    font-size: 0.875rem;
  }

  .sm\:text-16 {
    font-size: 1rem;
  }

  .sm\:text-18 {
    font-size: 1.125rem;
  }

  .sm\:text-20 {
    font-size: 1.25rem;
  }

  .sm\:text-22 {
    font-size: 1.375rem;
  }

  .sm\:text-24 {
    font-size: 1.5rem;
  }

  .sm\:text-25 {
    font-size: 1.5625rem;
  }

  .sm\:text-28 {
    font-size: 1.75rem;
  }

  .sm\:text-30 {
    font-size: 1.875rem;
  }

  .sm\:text-36 {
    font-size: 2.25rem;
  }

  .sm\:text-43 {
    font-size: 2.6875rem;
  }

  .sm\:text-48 {
    font-size: 3rem;
  }

  .sm\:text-60 {
    font-size: 3.75rem;
  }

  .sm\:text-70 {
    font-size: 4.375rem;
  }

  .sm\:text-76 {
    font-size: 4.75rem;
  }

  .sm\:text-80 {
    font-size: 5rem;
  }

  .sm\:text-92 {
    font-size: 5.75rem;
  }

  .sm\:w-0 {
    width: 0;
  }

  .sm\:w-1 {
    width: 0.25rem;
  }

  .sm\:w-2 {
    width: 0.5rem;
  }

  .sm\:w-3 {
    width: 0.75rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-7 {
    width: 1.75rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-9 {
    width: 2.25rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-12 {
    width: 3.125rem;
  }

  .sm\:w-14 {
    width: 3.5rem;
  }

  .sm\:w-15 {
    width: 3.75rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-18 {
    width: 4.5rem;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-22 {
    width: 5.5rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-28 {
    width: 7rem;
  }

  .sm\:w-30 {
    width: 30%;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-34 {
    width: 8.5rem;
  }

  .sm\:w-38 {
    width: 9.5rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-43 {
    width: 43%;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-56 {
    width: 12rem;
  }

  .sm\:w-57 {
    width: 57%;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:w-65 {
    width: 65%;
  }

  .sm\:w-67 {
    width: 16.875rem;
  }

  .sm\:w-75 {
    width: 18.75rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-px {
    width: 1px;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.33333%;
  }

  .sm\:w-2\/3 {
    width: 66.66667%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-7\/10 {
    width: 70%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-1\/6 {
    width: 16.66667%;
  }

  .sm\:w-5\/6 {
    width: 83.33333%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-screen {
    width: 100vw;
  }

  .sm\:w-40vw {
    width: 40vw;
  }
}

@media (min-width: 768px) {
  .md\:clip {
    border: 0;
    clip: rect(0 0 0 0);
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }

  .md\:clip-not {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
  }

  .md\:list-reset {
    list-style: none;
    padding: 0;
  }

  .md\:appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:table {
    display: table;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .md\:inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .md\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .md\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .md\:flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .md\:flex-no-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .md\:items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .md\:items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .md\:items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .md\:items-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .md\:items-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .md\:self-auto {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .md\:self-start {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .md\:self-end {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .md\:self-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .md\:self-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .md\:justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .md\:justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .md\:justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .md\:justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .md\:justify-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .md\:content-center {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .md\:content-start {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .md\:content-end {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .md\:content-between {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .md\:content-around {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .md\:flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }

  .md\:flex-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .md\:flex-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .md\:flex-none {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .md\:flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .md\:flex-shrink {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .md\:flex-no-grow {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .md\:flex-no-shrink {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .md\:h-0 {
    height: 0;
  }

  .md\:h-1 {
    height: 0.25rem;
  }

  .md\:h-2 {
    height: 0.5rem;
  }

  .md\:h-3 {
    height: 0.75rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-7 {
    height: 1.75rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-9 {
    height: 2.25rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-12 {
    height: 3.125rem;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

  .md\:h-15 {
    height: 3.75rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-18 {
    height: 4.5rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-22 {
    height: 5.5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-28 {
    height: 7rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-34 {
    height: 8.5rem;
  }

  .md\:h-38 {
    height: 9.5rem;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-56 {
    height: 12rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-67 {
    height: 16.875rem;
  }

  .md\:h-75 {
    height: 18.75rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-px {
    height: 1px;
  }

  .md\:h-1\/2 {
    height: 50%;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:leading-20 {
    line-height: 20px;
  }

  .md\:leading-22 {
    line-height: 22px;
  }

  .md\:leading-28 {
    line-height: 28px;
  }

  .md\:leading-42 {
    line-height: 42px;
  }

  .md\:leading-50 {
    line-height: 50px;
  }

  .md\:leading-negative {
    line-height: 0.8;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .md\:leading-good {
    line-height: 1.2;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }

  .md\:leading-loose {
    line-height: 2;
  }

  .md\:m-0 {
    margin: 0;
  }

  .md\:m-1 {
    margin: 0.25rem;
  }

  .md\:m-2 {
    margin: 0.5rem;
  }

  .md\:m-3 {
    margin: 0.75rem;
  }

  .md\:m-4 {
    margin: 1rem;
  }

  .md\:m-5 {
    margin: 1.25rem;
  }

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:m-7 {
    margin: 1.75rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:m-9 {
    margin: 2.25rem;
  }

  .md\:m-10 {
    margin: 2.5rem;
  }

  .md\:m-12 {
    margin: 3rem;
  }

  .md\:m-14 {
    margin: 3.5rem;
  }

  .md\:m-15 {
    margin: 3.75rem;
  }

  .md\:m-16 {
    margin: 4rem;
  }

  .md\:m-18 {
    margin: 4.5rem;
  }

  .md\:m-20 {
    margin: 5rem;
  }

  .md\:m-22 {
    margin: 5.5rem;
  }

  .md\:m-24 {
    margin: 6rem;
  }

  .md\:m-28 {
    margin: 7rem;
  }

  .md\:m-32 {
    margin: 8rem;
  }

  .md\:m-34 {
    margin: 8.5rem;
  }

  .md\:m-38 {
    margin: 9.5rem;
  }

  .md\:m-40 {
    margin: 10rem;
  }

  .md\:m-48 {
    margin: 11rem;
  }

  .md\:m-56 {
    margin: 12rem;
  }

  .md\:m-64 {
    margin: 16rem;
  }

  .md\:m-67 {
    margin: 16.875rem;
  }

  .md\:m-75 {
    margin: 18.75rem;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:m-px {
    margin: 1px;
  }

  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .md\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .md\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:my-22 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .md\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:my-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .md\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .md\:my-38 {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .md\:mx-38 {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .md\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:my-48 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md\:mx-48 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .md\:my-56 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:mx-56 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:my-67 {
    margin-top: 16.875rem;
    margin-bottom: 16.875rem;
  }

  .md\:mx-67 {
    margin-left: 16.875rem;
    margin-right: 16.875rem;
  }

  .md\:my-75 {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .md\:mx-75 {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mr-0 {
    margin-right: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:ml-0 {
    margin-left: 0;
  }

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:mr-1 {
    margin-right: 0.25rem;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:ml-1 {
    margin-left: 0.25rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mr-3 {
    margin-right: 0.75rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

  .md\:mr-7 {
    margin-right: 1.75rem;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:ml-7 {
    margin-left: 1.75rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mt-9 {
    margin-top: 2.25rem;
  }

  .md\:mr-9 {
    margin-right: 2.25rem;
  }

  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .md\:ml-9 {
    margin-left: 2.25rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mr-14 {
    margin-right: 3.5rem;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:ml-14 {
    margin-left: 3.5rem;
  }

  .md\:mt-15 {
    margin-top: 3.75rem;
  }

  .md\:mr-15 {
    margin-right: 3.75rem;
  }

  .md\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .md\:ml-15 {
    margin-left: 3.75rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mr-16 {
    margin-right: 4rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:mt-18 {
    margin-top: 4.5rem;
  }

  .md\:mr-18 {
    margin-right: 4.5rem;
  }

  .md\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .md\:ml-18 {
    margin-left: 4.5rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mr-20 {
    margin-right: 5rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:ml-20 {
    margin-left: 5rem;
  }

  .md\:mt-22 {
    margin-top: 5.5rem;
  }

  .md\:mr-22 {
    margin-right: 5.5rem;
  }

  .md\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .md\:ml-22 {
    margin-left: 5.5rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mr-24 {
    margin-right: 6rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:ml-24 {
    margin-left: 6rem;
  }

  .md\:mt-28 {
    margin-top: 7rem;
  }

  .md\:mr-28 {
    margin-right: 7rem;
  }

  .md\:mb-28 {
    margin-bottom: 7rem;
  }

  .md\:ml-28 {
    margin-left: 7rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mr-32 {
    margin-right: 8rem;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

  .md\:ml-32 {
    margin-left: 8rem;
  }

  .md\:mt-34 {
    margin-top: 8.5rem;
  }

  .md\:mr-34 {
    margin-right: 8.5rem;
  }

  .md\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .md\:ml-34 {
    margin-left: 8.5rem;
  }

  .md\:mt-38 {
    margin-top: 9.5rem;
  }

  .md\:mr-38 {
    margin-right: 9.5rem;
  }

  .md\:mb-38 {
    margin-bottom: 9.5rem;
  }

  .md\:ml-38 {
    margin-left: 9.5rem;
  }

  .md\:mt-40 {
    margin-top: 10rem;
  }

  .md\:mr-40 {
    margin-right: 10rem;
  }

  .md\:mb-40 {
    margin-bottom: 10rem;
  }

  .md\:ml-40 {
    margin-left: 10rem;
  }

  .md\:mt-48 {
    margin-top: 11rem;
  }

  .md\:mr-48 {
    margin-right: 11rem;
  }

  .md\:mb-48 {
    margin-bottom: 11rem;
  }

  .md\:ml-48 {
    margin-left: 11rem;
  }

  .md\:mt-56 {
    margin-top: 12rem;
  }

  .md\:mr-56 {
    margin-right: 12rem;
  }

  .md\:mb-56 {
    margin-bottom: 12rem;
  }

  .md\:ml-56 {
    margin-left: 12rem;
  }

  .md\:mt-64 {
    margin-top: 16rem;
  }

  .md\:mr-64 {
    margin-right: 16rem;
  }

  .md\:mb-64 {
    margin-bottom: 16rem;
  }

  .md\:ml-64 {
    margin-left: 16rem;
  }

  .md\:mt-67 {
    margin-top: 16.875rem;
  }

  .md\:mr-67 {
    margin-right: 16.875rem;
  }

  .md\:mb-67 {
    margin-bottom: 16.875rem;
  }

  .md\:ml-67 {
    margin-left: 16.875rem;
  }

  .md\:mt-75 {
    margin-top: 18.75rem;
  }

  .md\:mr-75 {
    margin-right: 18.75rem;
  }

  .md\:mb-75 {
    margin-bottom: 18.75rem;
  }

  .md\:ml-75 {
    margin-left: 18.75rem;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-px {
    margin-top: 1px;
  }

  .md\:mr-px {
    margin-right: 1px;
  }

  .md\:mb-px {
    margin-bottom: 1px;
  }

  .md\:ml-px {
    margin-left: 1px;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .md\:max-w-43 {
    max-width: 43%;
  }

  .md\:max-w-57 {
    max-width: 57%;
  }

  .md\:max-w-65 {
    max-width: 65%;
  }

  .md\:max-w-xs {
    max-width: 20rem;
  }

  .md\:max-w-sm {
    max-width: 30rem;
  }

  .md\:max-w-md {
    max-width: 40rem;
  }

  .md\:max-w-lg {
    max-width: 50rem;
  }

  .md\:max-w-xl {
    max-width: 60rem;
  }

  .md\:max-w-2xl {
    max-width: 70rem;
  }

  .md\:max-w-3xl {
    max-width: 80rem;
  }

  .md\:max-w-4xl {
    max-width: 90rem;
  }

  .md\:max-w-5xl {
    max-width: 100rem;
  }

  .md\:max-w-1\/2 {
    max-width: 50%;
  }

  .md\:max-w-1\/3 {
    max-width: 33.33333%;
  }

  .md\:max-w-2\/3 {
    max-width: 66.66667%;
  }

  .md\:max-w-1\/4 {
    max-width: 25%;
  }

  .md\:max-w-3\/4 {
    max-width: 75%;
  }

  .md\:max-w-1\/5 {
    max-width: 20%;
  }

  .md\:max-w-2\/5 {
    max-width: 40%;
  }

  .md\:max-w-3\/5 {
    max-width: 60%;
  }

  .md\:max-w-4\/5 {
    max-width: 80%;
  }

  .md\:max-w-1\/6 {
    max-width: 16.66667%;
  }

  .md\:max-w-5\/6 {
    max-width: 83.33333%;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:min-h-0 {
    min-height: 0;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .md\:min-w-0 {
    min-width: 0;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .md\:-m-0 {
    margin: 0;
  }

  .md\:-m-1 {
    margin: -0.25rem;
  }

  .md\:-m-2 {
    margin: -0.5rem;
  }

  .md\:-m-3 {
    margin: -0.75rem;
  }

  .md\:-m-4 {
    margin: -1rem;
  }

  .md\:-m-5 {
    margin: -1.25rem;
  }

  .md\:-m-6 {
    margin: -1.5rem;
  }

  .md\:-m-7 {
    margin: -1.75rem;
  }

  .md\:-m-8 {
    margin: -2rem;
  }

  .md\:-m-9 {
    margin: -2.25rem;
  }

  .md\:-m-10 {
    margin: -2.5rem;
  }

  .md\:-m-12 {
    margin: -3rem;
  }

  .md\:-m-14 {
    margin: -3.5rem;
  }

  .md\:-m-15 {
    margin: -3.75rem;
  }

  .md\:-m-16 {
    margin: -4rem;
  }

  .md\:-m-18 {
    margin: -4.5rem;
  }

  .md\:-m-20 {
    margin: -5rem;
  }

  .md\:-m-22 {
    margin: -5.5rem;
  }

  .md\:-m-24 {
    margin: -6rem;
  }

  .md\:-m-28 {
    margin: -7rem;
  }

  .md\:-m-32 {
    margin: -8rem;
  }

  .md\:-m-34 {
    margin: -8.5rem;
  }

  .md\:-m-38 {
    margin: -9.5rem;
  }

  .md\:-m-40 {
    margin: -10rem;
  }

  .md\:-m-48 {
    margin: -11rem;
  }

  .md\:-m-56 {
    margin: -12rem;
  }

  .md\:-m-64 {
    margin: -16rem;
  }

  .md\:-m-67 {
    margin: -16.875rem;
  }

  .md\:-m-75 {
    margin: -18.75rem;
  }

  .md\:-m-px {
    margin: -1px;
  }

  .md\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .md\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .md\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-my-18 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .md\:-mx-18 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .md\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-my-22 {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .md\:-mx-22 {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .md\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:-my-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .md\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .md\:-my-38 {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .md\:-mx-38 {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .md\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:-my-48 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .md\:-mx-48 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .md\:-my-56 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:-mx-56 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:-my-67 {
    margin-top: -16.875rem;
    margin-bottom: -16.875rem;
  }

  .md\:-mx-67 {
    margin-left: -16.875rem;
    margin-right: -16.875rem;
  }

  .md\:-my-75 {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .md\:-mx-75 {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-mt-0 {
    margin-top: 0;
  }

  .md\:-mr-0 {
    margin-right: 0;
  }

  .md\:-mb-0 {
    margin-bottom: 0;
  }

  .md\:-ml-0 {
    margin-left: 0;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem;
  }

  .md\:-mt-4 {
    margin-top: -1rem;
  }

  .md\:-mr-4 {
    margin-right: -1rem;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem;
  }

  .md\:-ml-4 {
    margin-left: -1rem;
  }

  .md\:-mt-5 {
    margin-top: -1.25rem;
  }

  .md\:-mr-5 {
    margin-right: -1.25rem;
  }

  .md\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .md\:-ml-5 {
    margin-left: -1.25rem;
  }

  .md\:-mt-6 {
    margin-top: -1.5rem;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem;
  }

  .md\:-mt-7 {
    margin-top: -1.75rem;
  }

  .md\:-mr-7 {
    margin-right: -1.75rem;
  }

  .md\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .md\:-ml-7 {
    margin-left: -1.75rem;
  }

  .md\:-mt-8 {
    margin-top: -2rem;
  }

  .md\:-mr-8 {
    margin-right: -2rem;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem;
  }

  .md\:-ml-8 {
    margin-left: -2rem;
  }

  .md\:-mt-9 {
    margin-top: -2.25rem;
  }

  .md\:-mr-9 {
    margin-right: -2.25rem;
  }

  .md\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .md\:-ml-9 {
    margin-left: -2.25rem;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem;
  }

  .md\:-mr-10 {
    margin-right: -2.5rem;
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .md\:-ml-10 {
    margin-left: -2.5rem;
  }

  .md\:-mt-12 {
    margin-top: -3rem;
  }

  .md\:-mr-12 {
    margin-right: -3rem;
  }

  .md\:-mb-12 {
    margin-bottom: -3rem;
  }

  .md\:-ml-12 {
    margin-left: -3rem;
  }

  .md\:-mt-14 {
    margin-top: -3.5rem;
  }

  .md\:-mr-14 {
    margin-right: -3.5rem;
  }

  .md\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .md\:-ml-14 {
    margin-left: -3.5rem;
  }

  .md\:-mt-15 {
    margin-top: -3.75rem;
  }

  .md\:-mr-15 {
    margin-right: -3.75rem;
  }

  .md\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .md\:-ml-15 {
    margin-left: -3.75rem;
  }

  .md\:-mt-16 {
    margin-top: -4rem;
  }

  .md\:-mr-16 {
    margin-right: -4rem;
  }

  .md\:-mb-16 {
    margin-bottom: -4rem;
  }

  .md\:-ml-16 {
    margin-left: -4rem;
  }

  .md\:-mt-18 {
    margin-top: -4.5rem;
  }

  .md\:-mr-18 {
    margin-right: -4.5rem;
  }

  .md\:-mb-18 {
    margin-bottom: -4.5rem;
  }

  .md\:-ml-18 {
    margin-left: -4.5rem;
  }

  .md\:-mt-20 {
    margin-top: -5rem;
  }

  .md\:-mr-20 {
    margin-right: -5rem;
  }

  .md\:-mb-20 {
    margin-bottom: -5rem;
  }

  .md\:-ml-20 {
    margin-left: -5rem;
  }

  .md\:-mt-22 {
    margin-top: -5.5rem;
  }

  .md\:-mr-22 {
    margin-right: -5.5rem;
  }

  .md\:-mb-22 {
    margin-bottom: -5.5rem;
  }

  .md\:-ml-22 {
    margin-left: -5.5rem;
  }

  .md\:-mt-24 {
    margin-top: -6rem;
  }

  .md\:-mr-24 {
    margin-right: -6rem;
  }

  .md\:-mb-24 {
    margin-bottom: -6rem;
  }

  .md\:-ml-24 {
    margin-left: -6rem;
  }

  .md\:-mt-28 {
    margin-top: -7rem;
  }

  .md\:-mr-28 {
    margin-right: -7rem;
  }

  .md\:-mb-28 {
    margin-bottom: -7rem;
  }

  .md\:-ml-28 {
    margin-left: -7rem;
  }

  .md\:-mt-32 {
    margin-top: -8rem;
  }

  .md\:-mr-32 {
    margin-right: -8rem;
  }

  .md\:-mb-32 {
    margin-bottom: -8rem;
  }

  .md\:-ml-32 {
    margin-left: -8rem;
  }

  .md\:-mt-34 {
    margin-top: -8.5rem;
  }

  .md\:-mr-34 {
    margin-right: -8.5rem;
  }

  .md\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .md\:-ml-34 {
    margin-left: -8.5rem;
  }

  .md\:-mt-38 {
    margin-top: -9.5rem;
  }

  .md\:-mr-38 {
    margin-right: -9.5rem;
  }

  .md\:-mb-38 {
    margin-bottom: -9.5rem;
  }

  .md\:-ml-38 {
    margin-left: -9.5rem;
  }

  .md\:-mt-40 {
    margin-top: -10rem;
  }

  .md\:-mr-40 {
    margin-right: -10rem;
  }

  .md\:-mb-40 {
    margin-bottom: -10rem;
  }

  .md\:-ml-40 {
    margin-left: -10rem;
  }

  .md\:-mt-48 {
    margin-top: -11rem;
  }

  .md\:-mr-48 {
    margin-right: -11rem;
  }

  .md\:-mb-48 {
    margin-bottom: -11rem;
  }

  .md\:-ml-48 {
    margin-left: -11rem;
  }

  .md\:-mt-56 {
    margin-top: -12rem;
  }

  .md\:-mr-56 {
    margin-right: -12rem;
  }

  .md\:-mb-56 {
    margin-bottom: -12rem;
  }

  .md\:-ml-56 {
    margin-left: -12rem;
  }

  .md\:-mt-64 {
    margin-top: -16rem;
  }

  .md\:-mr-64 {
    margin-right: -16rem;
  }

  .md\:-mb-64 {
    margin-bottom: -16rem;
  }

  .md\:-ml-64 {
    margin-left: -16rem;
  }

  .md\:-mt-67 {
    margin-top: -16.875rem;
  }

  .md\:-mr-67 {
    margin-right: -16.875rem;
  }

  .md\:-mb-67 {
    margin-bottom: -16.875rem;
  }

  .md\:-ml-67 {
    margin-left: -16.875rem;
  }

  .md\:-mt-75 {
    margin-top: -18.75rem;
  }

  .md\:-mr-75 {
    margin-right: -18.75rem;
  }

  .md\:-mb-75 {
    margin-bottom: -18.75rem;
  }

  .md\:-ml-75 {
    margin-left: -18.75rem;
  }

  .md\:-mt-px {
    margin-top: -1px;
  }

  .md\:-mr-px {
    margin-right: -1px;
  }

  .md\:-mb-px {
    margin-bottom: -1px;
  }

  .md\:-ml-px {
    margin-left: -1px;
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:p-1 {
    padding: 0.25rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-9 {
    padding: 2.25rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-14 {
    padding: 3.5rem;
  }

  .md\:p-15 {
    padding: 3.75rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-18 {
    padding: 4.5rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:p-22 {
    padding: 5.5rem;
  }

  .md\:p-24 {
    padding: 6rem;
  }

  .md\:p-28 {
    padding: 7rem;
  }

  .md\:p-32 {
    padding: 8rem;
  }

  .md\:p-34 {
    padding: 8.5rem;
  }

  .md\:p-38 {
    padding: 9.5rem;
  }

  .md\:p-40 {
    padding: 10rem;
  }

  .md\:p-48 {
    padding: 11rem;
  }

  .md\:p-56 {
    padding: 12rem;
  }

  .md\:p-64 {
    padding: 16rem;
  }

  .md\:p-67 {
    padding: 16.875rem;
  }

  .md\:p-75 {
    padding: 18.75rem;
  }

  .md\:p-px {
    padding: 1px;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .md\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .md\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .md\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:py-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .md\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .md\:py-38 {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .md\:px-38 {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:py-48 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:px-48 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:py-56 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:px-56 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:py-67 {
    padding-top: 16.875rem;
    padding-bottom: 16.875rem;
  }

  .md\:px-67 {
    padding-left: 16.875rem;
    padding-right: 16.875rem;
  }

  .md\:py-75 {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .md\:px-75 {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pr-0 {
    padding-right: 0;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pt-1 {
    padding-top: 0.25rem;
  }

  .md\:pr-1 {
    padding-right: 0.25rem;
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .md\:pl-1 {
    padding-left: 0.25rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pl-3 {
    padding-left: 0.75rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pt-7 {
    padding-top: 1.75rem;
  }

  .md\:pr-7 {
    padding-right: 1.75rem;
  }

  .md\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .md\:pl-7 {
    padding-left: 1.75rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pt-9 {
    padding-top: 2.25rem;
  }

  .md\:pr-9 {
    padding-right: 2.25rem;
  }

  .md\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .md\:pl-9 {
    padding-left: 2.25rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pr-14 {
    padding-right: 3.5rem;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:pl-14 {
    padding-left: 3.5rem;
  }

  .md\:pt-15 {
    padding-top: 3.75rem;
  }

  .md\:pr-15 {
    padding-right: 3.75rem;
  }

  .md\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .md\:pl-15 {
    padding-left: 3.75rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pt-18 {
    padding-top: 4.5rem;
  }

  .md\:pr-18 {
    padding-right: 4.5rem;
  }

  .md\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .md\:pl-18 {
    padding-left: 4.5rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pt-22 {
    padding-top: 5.5rem;
  }

  .md\:pr-22 {
    padding-right: 5.5rem;
  }

  .md\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .md\:pl-22 {
    padding-left: 5.5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pl-24 {
    padding-left: 6rem;
  }

  .md\:pt-28 {
    padding-top: 7rem;
  }

  .md\:pr-28 {
    padding-right: 7rem;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pl-28 {
    padding-left: 7rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pr-32 {
    padding-right: 8rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pl-32 {
    padding-left: 8rem;
  }

  .md\:pt-34 {
    padding-top: 8.5rem;
  }

  .md\:pr-34 {
    padding-right: 8.5rem;
  }

  .md\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .md\:pl-34 {
    padding-left: 8.5rem;
  }

  .md\:pt-38 {
    padding-top: 9.5rem;
  }

  .md\:pr-38 {
    padding-right: 9.5rem;
  }

  .md\:pb-38 {
    padding-bottom: 9.5rem;
  }

  .md\:pl-38 {
    padding-left: 9.5rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }

  .md\:pr-40 {
    padding-right: 10rem;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:pl-40 {
    padding-left: 10rem;
  }

  .md\:pt-48 {
    padding-top: 11rem;
  }

  .md\:pr-48 {
    padding-right: 11rem;
  }

  .md\:pb-48 {
    padding-bottom: 11rem;
  }

  .md\:pl-48 {
    padding-left: 11rem;
  }

  .md\:pt-56 {
    padding-top: 12rem;
  }

  .md\:pr-56 {
    padding-right: 12rem;
  }

  .md\:pb-56 {
    padding-bottom: 12rem;
  }

  .md\:pl-56 {
    padding-left: 12rem;
  }

  .md\:pt-64 {
    padding-top: 16rem;
  }

  .md\:pr-64 {
    padding-right: 16rem;
  }

  .md\:pb-64 {
    padding-bottom: 16rem;
  }

  .md\:pl-64 {
    padding-left: 16rem;
  }

  .md\:pt-67 {
    padding-top: 16.875rem;
  }

  .md\:pr-67 {
    padding-right: 16.875rem;
  }

  .md\:pb-67 {
    padding-bottom: 16.875rem;
  }

  .md\:pl-67 {
    padding-left: 16.875rem;
  }

  .md\:pt-75 {
    padding-top: 18.75rem;
  }

  .md\:pr-75 {
    padding-right: 18.75rem;
  }

  .md\:pb-75 {
    padding-bottom: 18.75rem;
  }

  .md\:pl-75 {
    padding-left: 18.75rem;
  }

  .md\:pt-px {
    padding-top: 1px;
  }

  .md\:pr-px {
    padding-right: 1px;
  }

  .md\:pb-px {
    padding-bottom: 1px;
  }

  .md\:pl-px {
    padding-left: 1px;
  }

  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:pin-y {
    top: 0;
    bottom: 0;
  }

  .md\:pin-x {
    right: 0;
    left: 0;
  }

  .md\:pin-t {
    top: 0;
  }

  .md\:pin-r {
    right: 0;
  }

  .md\:pin-b {
    bottom: 0;
  }

  .md\:pin-l {
    left: 0;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-justify {
    text-align: justify;
  }

  .md\:text-transparent {
    color: transparent;
  }

  .md\:text-black {
    color: #000;
  }

  .md\:text-white {
    color: #fff;
  }

  .md\:text-oil {
    color: #d7ca45;
  }

  .md\:text-oilish {
    color: rgba(215, 202, 69, 0.90196);
  }

  .md\:text-dark {
    color: #242424;
  }

  .md\:text-grey {
    color: #848484;
  }

  .md\:text-smoke {
    color: #c8c8c8;
  }

  .md\:text-smokish {
    color: #eee;
  }

  .md\:text-granate {
    color: #af2424;
  }

  .md\:text-navy {
    color: #2b2e34;
  }

  .md\:text-dijon {
    color: #bfa147;
  }

  .md\:text-grass {
    color: #77b94c;
  }

  .md\:text-brick {
    color: #cf6c39;
  }

  .md\:text-sky {
    color: #5bbfee;
  }

  .md\:hover\:text-transparent:hover {
    color: transparent;
  }

  .md\:hover\:text-black:hover {
    color: #000;
  }

  .md\:hover\:text-white:hover {
    color: #fff;
  }

  .md\:hover\:text-oil:hover {
    color: #d7ca45;
  }

  .md\:hover\:text-oilish:hover {
    color: rgba(215, 202, 69, 0.90196);
  }

  .md\:hover\:text-dark:hover {
    color: #242424;
  }

  .md\:hover\:text-grey:hover {
    color: #848484;
  }

  .md\:hover\:text-smoke:hover {
    color: #c8c8c8;
  }

  .md\:hover\:text-smokish:hover {
    color: #eee;
  }

  .md\:hover\:text-granate:hover {
    color: #af2424;
  }

  .md\:hover\:text-navy:hover {
    color: #2b2e34;
  }

  .md\:hover\:text-dijon:hover {
    color: #bfa147;
  }

  .md\:hover\:text-grass:hover {
    color: #77b94c;
  }

  .md\:hover\:text-brick:hover {
    color: #cf6c39;
  }

  .md\:hover\:text-sky:hover {
    color: #5bbfee;
  }

  .md\:text-12 {
    font-size: 0.75rem;
  }

  .md\:text-14 {
    font-size: 0.875rem;
  }

  .md\:text-16 {
    font-size: 1rem;
  }

  .md\:text-18 {
    font-size: 1.125rem;
  }

  .md\:text-20 {
    font-size: 1.25rem;
  }

  .md\:text-22 {
    font-size: 1.375rem;
  }

  .md\:text-24 {
    font-size: 1.5rem;
  }

  .md\:text-25 {
    font-size: 1.5625rem;
  }

  .md\:text-28 {
    font-size: 1.75rem;
  }

  .md\:text-30 {
    font-size: 1.875rem;
  }

  .md\:text-36 {
    font-size: 2.25rem;
  }

  .md\:text-43 {
    font-size: 2.6875rem;
  }

  .md\:text-48 {
    font-size: 3rem;
  }

  .md\:text-60 {
    font-size: 3.75rem;
  }

  .md\:text-70 {
    font-size: 4.375rem;
  }

  .md\:text-76 {
    font-size: 4.75rem;
  }

  .md\:text-80 {
    font-size: 5rem;
  }

  .md\:text-92 {
    font-size: 5.75rem;
  }

  .md\:w-0 {
    width: 0;
  }

  .md\:w-1 {
    width: 0.25rem;
  }

  .md\:w-2 {
    width: 0.5rem;
  }

  .md\:w-3 {
    width: 0.75rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-7 {
    width: 1.75rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-9 {
    width: 2.25rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-12 {
    width: 3.125rem;
  }

  .md\:w-14 {
    width: 3.5rem;
  }

  .md\:w-15 {
    width: 3.75rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-18 {
    width: 4.5rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-22 {
    width: 5.5rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-30 {
    width: 30%;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-34 {
    width: 8.5rem;
  }

  .md\:w-38 {
    width: 9.5rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-43 {
    width: 43%;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-56 {
    width: 12rem;
  }

  .md\:w-57 {
    width: 57%;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-65 {
    width: 65%;
  }

  .md\:w-67 {
    width: 16.875rem;
  }

  .md\:w-75 {
    width: 18.75rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-px {
    width: 1px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.33333%;
  }

  .md\:w-2\/3 {
    width: 66.66667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-7\/10 {
    width: 70%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-1\/6 {
    width: 16.66667%;
  }

  .md\:w-5\/6 {
    width: 83.33333%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:w-40vw {
    width: 40vw;
  }
}

@media (max-width: 767px) {
  .maxmd\:clip {
    border: 0;
    clip: rect(0 0 0 0);
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }

  .maxmd\:clip-not {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
  }

  .maxmd\:list-reset {
    list-style: none;
    padding: 0;
  }

  .maxmd\:appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .maxmd\:block {
    display: block;
  }

  .maxmd\:inline-block {
    display: inline-block;
  }

  .maxmd\:inline {
    display: inline;
  }

  .maxmd\:table {
    display: table;
  }

  .maxmd\:table-row {
    display: table-row;
  }

  .maxmd\:table-cell {
    display: table-cell;
  }

  .maxmd\:hidden {
    display: none;
  }

  .maxmd\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .maxmd\:inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .maxmd\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .maxmd\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .maxmd\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .maxmd\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .maxmd\:flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .maxmd\:flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .maxmd\:flex-no-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .maxmd\:items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .maxmd\:items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .maxmd\:items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .maxmd\:items-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .maxmd\:items-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .maxmd\:self-auto {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .maxmd\:self-start {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .maxmd\:self-end {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .maxmd\:self-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .maxmd\:self-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .maxmd\:justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .maxmd\:justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .maxmd\:justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .maxmd\:justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .maxmd\:justify-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .maxmd\:content-center {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .maxmd\:content-start {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .maxmd\:content-end {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .maxmd\:content-between {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .maxmd\:content-around {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .maxmd\:flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }

  .maxmd\:flex-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .maxmd\:flex-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .maxmd\:flex-none {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .maxmd\:flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .maxmd\:flex-shrink {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .maxmd\:flex-no-grow {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .maxmd\:flex-no-shrink {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .maxmd\:h-0 {
    height: 0;
  }

  .maxmd\:h-1 {
    height: 0.25rem;
  }

  .maxmd\:h-2 {
    height: 0.5rem;
  }

  .maxmd\:h-3 {
    height: 0.75rem;
  }

  .maxmd\:h-4 {
    height: 1rem;
  }

  .maxmd\:h-5 {
    height: 1.25rem;
  }

  .maxmd\:h-6 {
    height: 1.5rem;
  }

  .maxmd\:h-7 {
    height: 1.75rem;
  }

  .maxmd\:h-8 {
    height: 2rem;
  }

  .maxmd\:h-9 {
    height: 2.25rem;
  }

  .maxmd\:h-10 {
    height: 2.5rem;
  }

  .maxmd\:h-12 {
    height: 3.125rem;
  }

  .maxmd\:h-14 {
    height: 3.5rem;
  }

  .maxmd\:h-15 {
    height: 3.75rem;
  }

  .maxmd\:h-16 {
    height: 4rem;
  }

  .maxmd\:h-18 {
    height: 4.5rem;
  }

  .maxmd\:h-20 {
    height: 5rem;
  }

  .maxmd\:h-22 {
    height: 5.5rem;
  }

  .maxmd\:h-24 {
    height: 6rem;
  }

  .maxmd\:h-28 {
    height: 7rem;
  }

  .maxmd\:h-32 {
    height: 8rem;
  }

  .maxmd\:h-34 {
    height: 8.5rem;
  }

  .maxmd\:h-38 {
    height: 9.5rem;
  }

  .maxmd\:h-40 {
    height: 10rem;
  }

  .maxmd\:h-48 {
    height: 12rem;
  }

  .maxmd\:h-56 {
    height: 12rem;
  }

  .maxmd\:h-64 {
    height: 16rem;
  }

  .maxmd\:h-67 {
    height: 16.875rem;
  }

  .maxmd\:h-75 {
    height: 18.75rem;
  }

  .maxmd\:h-auto {
    height: auto;
  }

  .maxmd\:h-px {
    height: 1px;
  }

  .maxmd\:h-1\/2 {
    height: 50%;
  }

  .maxmd\:h-full {
    height: 100%;
  }

  .maxmd\:h-screen {
    height: 100vh;
  }

  .maxmd\:leading-20 {
    line-height: 20px;
  }

  .maxmd\:leading-22 {
    line-height: 22px;
  }

  .maxmd\:leading-28 {
    line-height: 28px;
  }

  .maxmd\:leading-42 {
    line-height: 42px;
  }

  .maxmd\:leading-50 {
    line-height: 50px;
  }

  .maxmd\:leading-negative {
    line-height: 0.8;
  }

  .maxmd\:leading-none {
    line-height: 1;
  }

  .maxmd\:leading-good {
    line-height: 1.2;
  }

  .maxmd\:leading-tight {
    line-height: 1.25;
  }

  .maxmd\:leading-normal {
    line-height: 1.5;
  }

  .maxmd\:leading-loose {
    line-height: 2;
  }

  .maxmd\:m-0 {
    margin: 0;
  }

  .maxmd\:m-1 {
    margin: 0.25rem;
  }

  .maxmd\:m-2 {
    margin: 0.5rem;
  }

  .maxmd\:m-3 {
    margin: 0.75rem;
  }

  .maxmd\:m-4 {
    margin: 1rem;
  }

  .maxmd\:m-5 {
    margin: 1.25rem;
  }

  .maxmd\:m-6 {
    margin: 1.5rem;
  }

  .maxmd\:m-7 {
    margin: 1.75rem;
  }

  .maxmd\:m-8 {
    margin: 2rem;
  }

  .maxmd\:m-9 {
    margin: 2.25rem;
  }

  .maxmd\:m-10 {
    margin: 2.5rem;
  }

  .maxmd\:m-12 {
    margin: 3rem;
  }

  .maxmd\:m-14 {
    margin: 3.5rem;
  }

  .maxmd\:m-15 {
    margin: 3.75rem;
  }

  .maxmd\:m-16 {
    margin: 4rem;
  }

  .maxmd\:m-18 {
    margin: 4.5rem;
  }

  .maxmd\:m-20 {
    margin: 5rem;
  }

  .maxmd\:m-22 {
    margin: 5.5rem;
  }

  .maxmd\:m-24 {
    margin: 6rem;
  }

  .maxmd\:m-28 {
    margin: 7rem;
  }

  .maxmd\:m-32 {
    margin: 8rem;
  }

  .maxmd\:m-34 {
    margin: 8.5rem;
  }

  .maxmd\:m-38 {
    margin: 9.5rem;
  }

  .maxmd\:m-40 {
    margin: 10rem;
  }

  .maxmd\:m-48 {
    margin: 11rem;
  }

  .maxmd\:m-56 {
    margin: 12rem;
  }

  .maxmd\:m-64 {
    margin: 16rem;
  }

  .maxmd\:m-67 {
    margin: 16.875rem;
  }

  .maxmd\:m-75 {
    margin: 18.75rem;
  }

  .maxmd\:m-auto {
    margin: auto;
  }

  .maxmd\:m-px {
    margin: 1px;
  }

  .maxmd\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .maxmd\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .maxmd\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .maxmd\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .maxmd\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .maxmd\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .maxmd\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .maxmd\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .maxmd\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .maxmd\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .maxmd\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .maxmd\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .maxmd\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .maxmd\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .maxmd\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .maxmd\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .maxmd\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .maxmd\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .maxmd\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .maxmd\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .maxmd\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .maxmd\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .maxmd\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .maxmd\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .maxmd\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .maxmd\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .maxmd\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .maxmd\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .maxmd\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .maxmd\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .maxmd\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .maxmd\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .maxmd\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .maxmd\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .maxmd\:my-22 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .maxmd\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .maxmd\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .maxmd\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .maxmd\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .maxmd\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .maxmd\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .maxmd\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .maxmd\:my-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .maxmd\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .maxmd\:my-38 {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .maxmd\:mx-38 {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .maxmd\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .maxmd\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .maxmd\:my-48 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .maxmd\:mx-48 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .maxmd\:my-56 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .maxmd\:mx-56 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .maxmd\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .maxmd\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .maxmd\:my-67 {
    margin-top: 16.875rem;
    margin-bottom: 16.875rem;
  }

  .maxmd\:mx-67 {
    margin-left: 16.875rem;
    margin-right: 16.875rem;
  }

  .maxmd\:my-75 {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .maxmd\:mx-75 {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .maxmd\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .maxmd\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .maxmd\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .maxmd\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .maxmd\:mt-0 {
    margin-top: 0;
  }

  .maxmd\:mr-0 {
    margin-right: 0;
  }

  .maxmd\:mb-0 {
    margin-bottom: 0;
  }

  .maxmd\:ml-0 {
    margin-left: 0;
  }

  .maxmd\:mt-1 {
    margin-top: 0.25rem;
  }

  .maxmd\:mr-1 {
    margin-right: 0.25rem;
  }

  .maxmd\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .maxmd\:ml-1 {
    margin-left: 0.25rem;
  }

  .maxmd\:mt-2 {
    margin-top: 0.5rem;
  }

  .maxmd\:mr-2 {
    margin-right: 0.5rem;
  }

  .maxmd\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .maxmd\:ml-2 {
    margin-left: 0.5rem;
  }

  .maxmd\:mt-3 {
    margin-top: 0.75rem;
  }

  .maxmd\:mr-3 {
    margin-right: 0.75rem;
  }

  .maxmd\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .maxmd\:ml-3 {
    margin-left: 0.75rem;
  }

  .maxmd\:mt-4 {
    margin-top: 1rem;
  }

  .maxmd\:mr-4 {
    margin-right: 1rem;
  }

  .maxmd\:mb-4 {
    margin-bottom: 1rem;
  }

  .maxmd\:ml-4 {
    margin-left: 1rem;
  }

  .maxmd\:mt-5 {
    margin-top: 1.25rem;
  }

  .maxmd\:mr-5 {
    margin-right: 1.25rem;
  }

  .maxmd\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .maxmd\:ml-5 {
    margin-left: 1.25rem;
  }

  .maxmd\:mt-6 {
    margin-top: 1.5rem;
  }

  .maxmd\:mr-6 {
    margin-right: 1.5rem;
  }

  .maxmd\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .maxmd\:ml-6 {
    margin-left: 1.5rem;
  }

  .maxmd\:mt-7 {
    margin-top: 1.75rem;
  }

  .maxmd\:mr-7 {
    margin-right: 1.75rem;
  }

  .maxmd\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .maxmd\:ml-7 {
    margin-left: 1.75rem;
  }

  .maxmd\:mt-8 {
    margin-top: 2rem;
  }

  .maxmd\:mr-8 {
    margin-right: 2rem;
  }

  .maxmd\:mb-8 {
    margin-bottom: 2rem;
  }

  .maxmd\:ml-8 {
    margin-left: 2rem;
  }

  .maxmd\:mt-9 {
    margin-top: 2.25rem;
  }

  .maxmd\:mr-9 {
    margin-right: 2.25rem;
  }

  .maxmd\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .maxmd\:ml-9 {
    margin-left: 2.25rem;
  }

  .maxmd\:mt-10 {
    margin-top: 2.5rem;
  }

  .maxmd\:mr-10 {
    margin-right: 2.5rem;
  }

  .maxmd\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .maxmd\:ml-10 {
    margin-left: 2.5rem;
  }

  .maxmd\:mt-12 {
    margin-top: 3rem;
  }

  .maxmd\:mr-12 {
    margin-right: 3rem;
  }

  .maxmd\:mb-12 {
    margin-bottom: 3rem;
  }

  .maxmd\:ml-12 {
    margin-left: 3rem;
  }

  .maxmd\:mt-14 {
    margin-top: 3.5rem;
  }

  .maxmd\:mr-14 {
    margin-right: 3.5rem;
  }

  .maxmd\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .maxmd\:ml-14 {
    margin-left: 3.5rem;
  }

  .maxmd\:mt-15 {
    margin-top: 3.75rem;
  }

  .maxmd\:mr-15 {
    margin-right: 3.75rem;
  }

  .maxmd\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .maxmd\:ml-15 {
    margin-left: 3.75rem;
  }

  .maxmd\:mt-16 {
    margin-top: 4rem;
  }

  .maxmd\:mr-16 {
    margin-right: 4rem;
  }

  .maxmd\:mb-16 {
    margin-bottom: 4rem;
  }

  .maxmd\:ml-16 {
    margin-left: 4rem;
  }

  .maxmd\:mt-18 {
    margin-top: 4.5rem;
  }

  .maxmd\:mr-18 {
    margin-right: 4.5rem;
  }

  .maxmd\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .maxmd\:ml-18 {
    margin-left: 4.5rem;
  }

  .maxmd\:mt-20 {
    margin-top: 5rem;
  }

  .maxmd\:mr-20 {
    margin-right: 5rem;
  }

  .maxmd\:mb-20 {
    margin-bottom: 5rem;
  }

  .maxmd\:ml-20 {
    margin-left: 5rem;
  }

  .maxmd\:mt-22 {
    margin-top: 5.5rem;
  }

  .maxmd\:mr-22 {
    margin-right: 5.5rem;
  }

  .maxmd\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .maxmd\:ml-22 {
    margin-left: 5.5rem;
  }

  .maxmd\:mt-24 {
    margin-top: 6rem;
  }

  .maxmd\:mr-24 {
    margin-right: 6rem;
  }

  .maxmd\:mb-24 {
    margin-bottom: 6rem;
  }

  .maxmd\:ml-24 {
    margin-left: 6rem;
  }

  .maxmd\:mt-28 {
    margin-top: 7rem;
  }

  .maxmd\:mr-28 {
    margin-right: 7rem;
  }

  .maxmd\:mb-28 {
    margin-bottom: 7rem;
  }

  .maxmd\:ml-28 {
    margin-left: 7rem;
  }

  .maxmd\:mt-32 {
    margin-top: 8rem;
  }

  .maxmd\:mr-32 {
    margin-right: 8rem;
  }

  .maxmd\:mb-32 {
    margin-bottom: 8rem;
  }

  .maxmd\:ml-32 {
    margin-left: 8rem;
  }

  .maxmd\:mt-34 {
    margin-top: 8.5rem;
  }

  .maxmd\:mr-34 {
    margin-right: 8.5rem;
  }

  .maxmd\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .maxmd\:ml-34 {
    margin-left: 8.5rem;
  }

  .maxmd\:mt-38 {
    margin-top: 9.5rem;
  }

  .maxmd\:mr-38 {
    margin-right: 9.5rem;
  }

  .maxmd\:mb-38 {
    margin-bottom: 9.5rem;
  }

  .maxmd\:ml-38 {
    margin-left: 9.5rem;
  }

  .maxmd\:mt-40 {
    margin-top: 10rem;
  }

  .maxmd\:mr-40 {
    margin-right: 10rem;
  }

  .maxmd\:mb-40 {
    margin-bottom: 10rem;
  }

  .maxmd\:ml-40 {
    margin-left: 10rem;
  }

  .maxmd\:mt-48 {
    margin-top: 11rem;
  }

  .maxmd\:mr-48 {
    margin-right: 11rem;
  }

  .maxmd\:mb-48 {
    margin-bottom: 11rem;
  }

  .maxmd\:ml-48 {
    margin-left: 11rem;
  }

  .maxmd\:mt-56 {
    margin-top: 12rem;
  }

  .maxmd\:mr-56 {
    margin-right: 12rem;
  }

  .maxmd\:mb-56 {
    margin-bottom: 12rem;
  }

  .maxmd\:ml-56 {
    margin-left: 12rem;
  }

  .maxmd\:mt-64 {
    margin-top: 16rem;
  }

  .maxmd\:mr-64 {
    margin-right: 16rem;
  }

  .maxmd\:mb-64 {
    margin-bottom: 16rem;
  }

  .maxmd\:ml-64 {
    margin-left: 16rem;
  }

  .maxmd\:mt-67 {
    margin-top: 16.875rem;
  }

  .maxmd\:mr-67 {
    margin-right: 16.875rem;
  }

  .maxmd\:mb-67 {
    margin-bottom: 16.875rem;
  }

  .maxmd\:ml-67 {
    margin-left: 16.875rem;
  }

  .maxmd\:mt-75 {
    margin-top: 18.75rem;
  }

  .maxmd\:mr-75 {
    margin-right: 18.75rem;
  }

  .maxmd\:mb-75 {
    margin-bottom: 18.75rem;
  }

  .maxmd\:ml-75 {
    margin-left: 18.75rem;
  }

  .maxmd\:mt-auto {
    margin-top: auto;
  }

  .maxmd\:mr-auto {
    margin-right: auto;
  }

  .maxmd\:mb-auto {
    margin-bottom: auto;
  }

  .maxmd\:ml-auto {
    margin-left: auto;
  }

  .maxmd\:mt-px {
    margin-top: 1px;
  }

  .maxmd\:mr-px {
    margin-right: 1px;
  }

  .maxmd\:mb-px {
    margin-bottom: 1px;
  }

  .maxmd\:ml-px {
    margin-left: 1px;
  }

  .maxmd\:max-h-full {
    max-height: 100%;
  }

  .maxmd\:max-h-screen {
    max-height: 100vh;
  }

  .maxmd\:max-w-43 {
    max-width: 43%;
  }

  .maxmd\:max-w-57 {
    max-width: 57%;
  }

  .maxmd\:max-w-65 {
    max-width: 65%;
  }

  .maxmd\:max-w-xs {
    max-width: 20rem;
  }

  .maxmd\:max-w-sm {
    max-width: 30rem;
  }

  .maxmd\:max-w-md {
    max-width: 40rem;
  }

  .maxmd\:max-w-lg {
    max-width: 50rem;
  }

  .maxmd\:max-w-xl {
    max-width: 60rem;
  }

  .maxmd\:max-w-2xl {
    max-width: 70rem;
  }

  .maxmd\:max-w-3xl {
    max-width: 80rem;
  }

  .maxmd\:max-w-4xl {
    max-width: 90rem;
  }

  .maxmd\:max-w-5xl {
    max-width: 100rem;
  }

  .maxmd\:max-w-1\/2 {
    max-width: 50%;
  }

  .maxmd\:max-w-1\/3 {
    max-width: 33.33333%;
  }

  .maxmd\:max-w-2\/3 {
    max-width: 66.66667%;
  }

  .maxmd\:max-w-1\/4 {
    max-width: 25%;
  }

  .maxmd\:max-w-3\/4 {
    max-width: 75%;
  }

  .maxmd\:max-w-1\/5 {
    max-width: 20%;
  }

  .maxmd\:max-w-2\/5 {
    max-width: 40%;
  }

  .maxmd\:max-w-3\/5 {
    max-width: 60%;
  }

  .maxmd\:max-w-4\/5 {
    max-width: 80%;
  }

  .maxmd\:max-w-1\/6 {
    max-width: 16.66667%;
  }

  .maxmd\:max-w-5\/6 {
    max-width: 83.33333%;
  }

  .maxmd\:max-w-full {
    max-width: 100%;
  }

  .maxmd\:min-h-0 {
    min-height: 0;
  }

  .maxmd\:min-h-full {
    min-height: 100%;
  }

  .maxmd\:min-h-screen {
    min-height: 100vh;
  }

  .maxmd\:min-w-0 {
    min-width: 0;
  }

  .maxmd\:min-w-full {
    min-width: 100%;
  }

  .maxmd\:-m-0 {
    margin: 0;
  }

  .maxmd\:-m-1 {
    margin: -0.25rem;
  }

  .maxmd\:-m-2 {
    margin: -0.5rem;
  }

  .maxmd\:-m-3 {
    margin: -0.75rem;
  }

  .maxmd\:-m-4 {
    margin: -1rem;
  }

  .maxmd\:-m-5 {
    margin: -1.25rem;
  }

  .maxmd\:-m-6 {
    margin: -1.5rem;
  }

  .maxmd\:-m-7 {
    margin: -1.75rem;
  }

  .maxmd\:-m-8 {
    margin: -2rem;
  }

  .maxmd\:-m-9 {
    margin: -2.25rem;
  }

  .maxmd\:-m-10 {
    margin: -2.5rem;
  }

  .maxmd\:-m-12 {
    margin: -3rem;
  }

  .maxmd\:-m-14 {
    margin: -3.5rem;
  }

  .maxmd\:-m-15 {
    margin: -3.75rem;
  }

  .maxmd\:-m-16 {
    margin: -4rem;
  }

  .maxmd\:-m-18 {
    margin: -4.5rem;
  }

  .maxmd\:-m-20 {
    margin: -5rem;
  }

  .maxmd\:-m-22 {
    margin: -5.5rem;
  }

  .maxmd\:-m-24 {
    margin: -6rem;
  }

  .maxmd\:-m-28 {
    margin: -7rem;
  }

  .maxmd\:-m-32 {
    margin: -8rem;
  }

  .maxmd\:-m-34 {
    margin: -8.5rem;
  }

  .maxmd\:-m-38 {
    margin: -9.5rem;
  }

  .maxmd\:-m-40 {
    margin: -10rem;
  }

  .maxmd\:-m-48 {
    margin: -11rem;
  }

  .maxmd\:-m-56 {
    margin: -12rem;
  }

  .maxmd\:-m-64 {
    margin: -16rem;
  }

  .maxmd\:-m-67 {
    margin: -16.875rem;
  }

  .maxmd\:-m-75 {
    margin: -18.75rem;
  }

  .maxmd\:-m-px {
    margin: -1px;
  }

  .maxmd\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .maxmd\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .maxmd\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .maxmd\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .maxmd\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .maxmd\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .maxmd\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .maxmd\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .maxmd\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .maxmd\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .maxmd\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .maxmd\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .maxmd\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .maxmd\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .maxmd\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .maxmd\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .maxmd\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .maxmd\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .maxmd\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .maxmd\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .maxmd\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .maxmd\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .maxmd\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .maxmd\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .maxmd\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .maxmd\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .maxmd\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .maxmd\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .maxmd\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .maxmd\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .maxmd\:-my-18 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .maxmd\:-mx-18 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .maxmd\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .maxmd\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .maxmd\:-my-22 {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .maxmd\:-mx-22 {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .maxmd\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .maxmd\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .maxmd\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .maxmd\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .maxmd\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .maxmd\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .maxmd\:-my-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .maxmd\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .maxmd\:-my-38 {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .maxmd\:-mx-38 {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .maxmd\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .maxmd\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .maxmd\:-my-48 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .maxmd\:-mx-48 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .maxmd\:-my-56 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .maxmd\:-mx-56 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .maxmd\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .maxmd\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .maxmd\:-my-67 {
    margin-top: -16.875rem;
    margin-bottom: -16.875rem;
  }

  .maxmd\:-mx-67 {
    margin-left: -16.875rem;
    margin-right: -16.875rem;
  }

  .maxmd\:-my-75 {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .maxmd\:-mx-75 {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .maxmd\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .maxmd\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .maxmd\:-mt-0 {
    margin-top: 0;
  }

  .maxmd\:-mr-0 {
    margin-right: 0;
  }

  .maxmd\:-mb-0 {
    margin-bottom: 0;
  }

  .maxmd\:-ml-0 {
    margin-left: 0;
  }

  .maxmd\:-mt-1 {
    margin-top: -0.25rem;
  }

  .maxmd\:-mr-1 {
    margin-right: -0.25rem;
  }

  .maxmd\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .maxmd\:-ml-1 {
    margin-left: -0.25rem;
  }

  .maxmd\:-mt-2 {
    margin-top: -0.5rem;
  }

  .maxmd\:-mr-2 {
    margin-right: -0.5rem;
  }

  .maxmd\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .maxmd\:-ml-2 {
    margin-left: -0.5rem;
  }

  .maxmd\:-mt-3 {
    margin-top: -0.75rem;
  }

  .maxmd\:-mr-3 {
    margin-right: -0.75rem;
  }

  .maxmd\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .maxmd\:-ml-3 {
    margin-left: -0.75rem;
  }

  .maxmd\:-mt-4 {
    margin-top: -1rem;
  }

  .maxmd\:-mr-4 {
    margin-right: -1rem;
  }

  .maxmd\:-mb-4 {
    margin-bottom: -1rem;
  }

  .maxmd\:-ml-4 {
    margin-left: -1rem;
  }

  .maxmd\:-mt-5 {
    margin-top: -1.25rem;
  }

  .maxmd\:-mr-5 {
    margin-right: -1.25rem;
  }

  .maxmd\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .maxmd\:-ml-5 {
    margin-left: -1.25rem;
  }

  .maxmd\:-mt-6 {
    margin-top: -1.5rem;
  }

  .maxmd\:-mr-6 {
    margin-right: -1.5rem;
  }

  .maxmd\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .maxmd\:-ml-6 {
    margin-left: -1.5rem;
  }

  .maxmd\:-mt-7 {
    margin-top: -1.75rem;
  }

  .maxmd\:-mr-7 {
    margin-right: -1.75rem;
  }

  .maxmd\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .maxmd\:-ml-7 {
    margin-left: -1.75rem;
  }

  .maxmd\:-mt-8 {
    margin-top: -2rem;
  }

  .maxmd\:-mr-8 {
    margin-right: -2rem;
  }

  .maxmd\:-mb-8 {
    margin-bottom: -2rem;
  }

  .maxmd\:-ml-8 {
    margin-left: -2rem;
  }

  .maxmd\:-mt-9 {
    margin-top: -2.25rem;
  }

  .maxmd\:-mr-9 {
    margin-right: -2.25rem;
  }

  .maxmd\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .maxmd\:-ml-9 {
    margin-left: -2.25rem;
  }

  .maxmd\:-mt-10 {
    margin-top: -2.5rem;
  }

  .maxmd\:-mr-10 {
    margin-right: -2.5rem;
  }

  .maxmd\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .maxmd\:-ml-10 {
    margin-left: -2.5rem;
  }

  .maxmd\:-mt-12 {
    margin-top: -3rem;
  }

  .maxmd\:-mr-12 {
    margin-right: -3rem;
  }

  .maxmd\:-mb-12 {
    margin-bottom: -3rem;
  }

  .maxmd\:-ml-12 {
    margin-left: -3rem;
  }

  .maxmd\:-mt-14 {
    margin-top: -3.5rem;
  }

  .maxmd\:-mr-14 {
    margin-right: -3.5rem;
  }

  .maxmd\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .maxmd\:-ml-14 {
    margin-left: -3.5rem;
  }

  .maxmd\:-mt-15 {
    margin-top: -3.75rem;
  }

  .maxmd\:-mr-15 {
    margin-right: -3.75rem;
  }

  .maxmd\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .maxmd\:-ml-15 {
    margin-left: -3.75rem;
  }

  .maxmd\:-mt-16 {
    margin-top: -4rem;
  }

  .maxmd\:-mr-16 {
    margin-right: -4rem;
  }

  .maxmd\:-mb-16 {
    margin-bottom: -4rem;
  }

  .maxmd\:-ml-16 {
    margin-left: -4rem;
  }

  .maxmd\:-mt-18 {
    margin-top: -4.5rem;
  }

  .maxmd\:-mr-18 {
    margin-right: -4.5rem;
  }

  .maxmd\:-mb-18 {
    margin-bottom: -4.5rem;
  }

  .maxmd\:-ml-18 {
    margin-left: -4.5rem;
  }

  .maxmd\:-mt-20 {
    margin-top: -5rem;
  }

  .maxmd\:-mr-20 {
    margin-right: -5rem;
  }

  .maxmd\:-mb-20 {
    margin-bottom: -5rem;
  }

  .maxmd\:-ml-20 {
    margin-left: -5rem;
  }

  .maxmd\:-mt-22 {
    margin-top: -5.5rem;
  }

  .maxmd\:-mr-22 {
    margin-right: -5.5rem;
  }

  .maxmd\:-mb-22 {
    margin-bottom: -5.5rem;
  }

  .maxmd\:-ml-22 {
    margin-left: -5.5rem;
  }

  .maxmd\:-mt-24 {
    margin-top: -6rem;
  }

  .maxmd\:-mr-24 {
    margin-right: -6rem;
  }

  .maxmd\:-mb-24 {
    margin-bottom: -6rem;
  }

  .maxmd\:-ml-24 {
    margin-left: -6rem;
  }

  .maxmd\:-mt-28 {
    margin-top: -7rem;
  }

  .maxmd\:-mr-28 {
    margin-right: -7rem;
  }

  .maxmd\:-mb-28 {
    margin-bottom: -7rem;
  }

  .maxmd\:-ml-28 {
    margin-left: -7rem;
  }

  .maxmd\:-mt-32 {
    margin-top: -8rem;
  }

  .maxmd\:-mr-32 {
    margin-right: -8rem;
  }

  .maxmd\:-mb-32 {
    margin-bottom: -8rem;
  }

  .maxmd\:-ml-32 {
    margin-left: -8rem;
  }

  .maxmd\:-mt-34 {
    margin-top: -8.5rem;
  }

  .maxmd\:-mr-34 {
    margin-right: -8.5rem;
  }

  .maxmd\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .maxmd\:-ml-34 {
    margin-left: -8.5rem;
  }

  .maxmd\:-mt-38 {
    margin-top: -9.5rem;
  }

  .maxmd\:-mr-38 {
    margin-right: -9.5rem;
  }

  .maxmd\:-mb-38 {
    margin-bottom: -9.5rem;
  }

  .maxmd\:-ml-38 {
    margin-left: -9.5rem;
  }

  .maxmd\:-mt-40 {
    margin-top: -10rem;
  }

  .maxmd\:-mr-40 {
    margin-right: -10rem;
  }

  .maxmd\:-mb-40 {
    margin-bottom: -10rem;
  }

  .maxmd\:-ml-40 {
    margin-left: -10rem;
  }

  .maxmd\:-mt-48 {
    margin-top: -11rem;
  }

  .maxmd\:-mr-48 {
    margin-right: -11rem;
  }

  .maxmd\:-mb-48 {
    margin-bottom: -11rem;
  }

  .maxmd\:-ml-48 {
    margin-left: -11rem;
  }

  .maxmd\:-mt-56 {
    margin-top: -12rem;
  }

  .maxmd\:-mr-56 {
    margin-right: -12rem;
  }

  .maxmd\:-mb-56 {
    margin-bottom: -12rem;
  }

  .maxmd\:-ml-56 {
    margin-left: -12rem;
  }

  .maxmd\:-mt-64 {
    margin-top: -16rem;
  }

  .maxmd\:-mr-64 {
    margin-right: -16rem;
  }

  .maxmd\:-mb-64 {
    margin-bottom: -16rem;
  }

  .maxmd\:-ml-64 {
    margin-left: -16rem;
  }

  .maxmd\:-mt-67 {
    margin-top: -16.875rem;
  }

  .maxmd\:-mr-67 {
    margin-right: -16.875rem;
  }

  .maxmd\:-mb-67 {
    margin-bottom: -16.875rem;
  }

  .maxmd\:-ml-67 {
    margin-left: -16.875rem;
  }

  .maxmd\:-mt-75 {
    margin-top: -18.75rem;
  }

  .maxmd\:-mr-75 {
    margin-right: -18.75rem;
  }

  .maxmd\:-mb-75 {
    margin-bottom: -18.75rem;
  }

  .maxmd\:-ml-75 {
    margin-left: -18.75rem;
  }

  .maxmd\:-mt-px {
    margin-top: -1px;
  }

  .maxmd\:-mr-px {
    margin-right: -1px;
  }

  .maxmd\:-mb-px {
    margin-bottom: -1px;
  }

  .maxmd\:-ml-px {
    margin-left: -1px;
  }

  .maxmd\:p-0 {
    padding: 0;
  }

  .maxmd\:p-1 {
    padding: 0.25rem;
  }

  .maxmd\:p-2 {
    padding: 0.5rem;
  }

  .maxmd\:p-3 {
    padding: 0.75rem;
  }

  .maxmd\:p-4 {
    padding: 1rem;
  }

  .maxmd\:p-5 {
    padding: 1.25rem;
  }

  .maxmd\:p-6 {
    padding: 1.5rem;
  }

  .maxmd\:p-7 {
    padding: 1.75rem;
  }

  .maxmd\:p-8 {
    padding: 2rem;
  }

  .maxmd\:p-9 {
    padding: 2.25rem;
  }

  .maxmd\:p-10 {
    padding: 2.5rem;
  }

  .maxmd\:p-12 {
    padding: 3rem;
  }

  .maxmd\:p-14 {
    padding: 3.5rem;
  }

  .maxmd\:p-15 {
    padding: 3.75rem;
  }

  .maxmd\:p-16 {
    padding: 4rem;
  }

  .maxmd\:p-18 {
    padding: 4.5rem;
  }

  .maxmd\:p-20 {
    padding: 5rem;
  }

  .maxmd\:p-22 {
    padding: 5.5rem;
  }

  .maxmd\:p-24 {
    padding: 6rem;
  }

  .maxmd\:p-28 {
    padding: 7rem;
  }

  .maxmd\:p-32 {
    padding: 8rem;
  }

  .maxmd\:p-34 {
    padding: 8.5rem;
  }

  .maxmd\:p-38 {
    padding: 9.5rem;
  }

  .maxmd\:p-40 {
    padding: 10rem;
  }

  .maxmd\:p-48 {
    padding: 11rem;
  }

  .maxmd\:p-56 {
    padding: 12rem;
  }

  .maxmd\:p-64 {
    padding: 16rem;
  }

  .maxmd\:p-67 {
    padding: 16.875rem;
  }

  .maxmd\:p-75 {
    padding: 18.75rem;
  }

  .maxmd\:p-px {
    padding: 1px;
  }

  .maxmd\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .maxmd\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .maxmd\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .maxmd\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .maxmd\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .maxmd\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .maxmd\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .maxmd\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .maxmd\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .maxmd\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .maxmd\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .maxmd\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .maxmd\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .maxmd\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .maxmd\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .maxmd\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .maxmd\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .maxmd\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .maxmd\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .maxmd\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .maxmd\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .maxmd\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .maxmd\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .maxmd\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .maxmd\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .maxmd\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .maxmd\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .maxmd\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .maxmd\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .maxmd\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .maxmd\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .maxmd\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .maxmd\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .maxmd\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .maxmd\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .maxmd\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .maxmd\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .maxmd\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .maxmd\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .maxmd\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .maxmd\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .maxmd\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .maxmd\:py-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .maxmd\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .maxmd\:py-38 {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .maxmd\:px-38 {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .maxmd\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .maxmd\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .maxmd\:py-48 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .maxmd\:px-48 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .maxmd\:py-56 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .maxmd\:px-56 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .maxmd\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .maxmd\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .maxmd\:py-67 {
    padding-top: 16.875rem;
    padding-bottom: 16.875rem;
  }

  .maxmd\:px-67 {
    padding-left: 16.875rem;
    padding-right: 16.875rem;
  }

  .maxmd\:py-75 {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .maxmd\:px-75 {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .maxmd\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .maxmd\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .maxmd\:pt-0 {
    padding-top: 0;
  }

  .maxmd\:pr-0 {
    padding-right: 0;
  }

  .maxmd\:pb-0 {
    padding-bottom: 0;
  }

  .maxmd\:pl-0 {
    padding-left: 0;
  }

  .maxmd\:pt-1 {
    padding-top: 0.25rem;
  }

  .maxmd\:pr-1 {
    padding-right: 0.25rem;
  }

  .maxmd\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .maxmd\:pl-1 {
    padding-left: 0.25rem;
  }

  .maxmd\:pt-2 {
    padding-top: 0.5rem;
  }

  .maxmd\:pr-2 {
    padding-right: 0.5rem;
  }

  .maxmd\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .maxmd\:pl-2 {
    padding-left: 0.5rem;
  }

  .maxmd\:pt-3 {
    padding-top: 0.75rem;
  }

  .maxmd\:pr-3 {
    padding-right: 0.75rem;
  }

  .maxmd\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .maxmd\:pl-3 {
    padding-left: 0.75rem;
  }

  .maxmd\:pt-4 {
    padding-top: 1rem;
  }

  .maxmd\:pr-4 {
    padding-right: 1rem;
  }

  .maxmd\:pb-4 {
    padding-bottom: 1rem;
  }

  .maxmd\:pl-4 {
    padding-left: 1rem;
  }

  .maxmd\:pt-5 {
    padding-top: 1.25rem;
  }

  .maxmd\:pr-5 {
    padding-right: 1.25rem;
  }

  .maxmd\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .maxmd\:pl-5 {
    padding-left: 1.25rem;
  }

  .maxmd\:pt-6 {
    padding-top: 1.5rem;
  }

  .maxmd\:pr-6 {
    padding-right: 1.5rem;
  }

  .maxmd\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .maxmd\:pl-6 {
    padding-left: 1.5rem;
  }

  .maxmd\:pt-7 {
    padding-top: 1.75rem;
  }

  .maxmd\:pr-7 {
    padding-right: 1.75rem;
  }

  .maxmd\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .maxmd\:pl-7 {
    padding-left: 1.75rem;
  }

  .maxmd\:pt-8 {
    padding-top: 2rem;
  }

  .maxmd\:pr-8 {
    padding-right: 2rem;
  }

  .maxmd\:pb-8 {
    padding-bottom: 2rem;
  }

  .maxmd\:pl-8 {
    padding-left: 2rem;
  }

  .maxmd\:pt-9 {
    padding-top: 2.25rem;
  }

  .maxmd\:pr-9 {
    padding-right: 2.25rem;
  }

  .maxmd\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .maxmd\:pl-9 {
    padding-left: 2.25rem;
  }

  .maxmd\:pt-10 {
    padding-top: 2.5rem;
  }

  .maxmd\:pr-10 {
    padding-right: 2.5rem;
  }

  .maxmd\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .maxmd\:pl-10 {
    padding-left: 2.5rem;
  }

  .maxmd\:pt-12 {
    padding-top: 3rem;
  }

  .maxmd\:pr-12 {
    padding-right: 3rem;
  }

  .maxmd\:pb-12 {
    padding-bottom: 3rem;
  }

  .maxmd\:pl-12 {
    padding-left: 3rem;
  }

  .maxmd\:pt-14 {
    padding-top: 3.5rem;
  }

  .maxmd\:pr-14 {
    padding-right: 3.5rem;
  }

  .maxmd\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .maxmd\:pl-14 {
    padding-left: 3.5rem;
  }

  .maxmd\:pt-15 {
    padding-top: 3.75rem;
  }

  .maxmd\:pr-15 {
    padding-right: 3.75rem;
  }

  .maxmd\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .maxmd\:pl-15 {
    padding-left: 3.75rem;
  }

  .maxmd\:pt-16 {
    padding-top: 4rem;
  }

  .maxmd\:pr-16 {
    padding-right: 4rem;
  }

  .maxmd\:pb-16 {
    padding-bottom: 4rem;
  }

  .maxmd\:pl-16 {
    padding-left: 4rem;
  }

  .maxmd\:pt-18 {
    padding-top: 4.5rem;
  }

  .maxmd\:pr-18 {
    padding-right: 4.5rem;
  }

  .maxmd\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .maxmd\:pl-18 {
    padding-left: 4.5rem;
  }

  .maxmd\:pt-20 {
    padding-top: 5rem;
  }

  .maxmd\:pr-20 {
    padding-right: 5rem;
  }

  .maxmd\:pb-20 {
    padding-bottom: 5rem;
  }

  .maxmd\:pl-20 {
    padding-left: 5rem;
  }

  .maxmd\:pt-22 {
    padding-top: 5.5rem;
  }

  .maxmd\:pr-22 {
    padding-right: 5.5rem;
  }

  .maxmd\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .maxmd\:pl-22 {
    padding-left: 5.5rem;
  }

  .maxmd\:pt-24 {
    padding-top: 6rem;
  }

  .maxmd\:pr-24 {
    padding-right: 6rem;
  }

  .maxmd\:pb-24 {
    padding-bottom: 6rem;
  }

  .maxmd\:pl-24 {
    padding-left: 6rem;
  }

  .maxmd\:pt-28 {
    padding-top: 7rem;
  }

  .maxmd\:pr-28 {
    padding-right: 7rem;
  }

  .maxmd\:pb-28 {
    padding-bottom: 7rem;
  }

  .maxmd\:pl-28 {
    padding-left: 7rem;
  }

  .maxmd\:pt-32 {
    padding-top: 8rem;
  }

  .maxmd\:pr-32 {
    padding-right: 8rem;
  }

  .maxmd\:pb-32 {
    padding-bottom: 8rem;
  }

  .maxmd\:pl-32 {
    padding-left: 8rem;
  }

  .maxmd\:pt-34 {
    padding-top: 8.5rem;
  }

  .maxmd\:pr-34 {
    padding-right: 8.5rem;
  }

  .maxmd\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .maxmd\:pl-34 {
    padding-left: 8.5rem;
  }

  .maxmd\:pt-38 {
    padding-top: 9.5rem;
  }

  .maxmd\:pr-38 {
    padding-right: 9.5rem;
  }

  .maxmd\:pb-38 {
    padding-bottom: 9.5rem;
  }

  .maxmd\:pl-38 {
    padding-left: 9.5rem;
  }

  .maxmd\:pt-40 {
    padding-top: 10rem;
  }

  .maxmd\:pr-40 {
    padding-right: 10rem;
  }

  .maxmd\:pb-40 {
    padding-bottom: 10rem;
  }

  .maxmd\:pl-40 {
    padding-left: 10rem;
  }

  .maxmd\:pt-48 {
    padding-top: 11rem;
  }

  .maxmd\:pr-48 {
    padding-right: 11rem;
  }

  .maxmd\:pb-48 {
    padding-bottom: 11rem;
  }

  .maxmd\:pl-48 {
    padding-left: 11rem;
  }

  .maxmd\:pt-56 {
    padding-top: 12rem;
  }

  .maxmd\:pr-56 {
    padding-right: 12rem;
  }

  .maxmd\:pb-56 {
    padding-bottom: 12rem;
  }

  .maxmd\:pl-56 {
    padding-left: 12rem;
  }

  .maxmd\:pt-64 {
    padding-top: 16rem;
  }

  .maxmd\:pr-64 {
    padding-right: 16rem;
  }

  .maxmd\:pb-64 {
    padding-bottom: 16rem;
  }

  .maxmd\:pl-64 {
    padding-left: 16rem;
  }

  .maxmd\:pt-67 {
    padding-top: 16.875rem;
  }

  .maxmd\:pr-67 {
    padding-right: 16.875rem;
  }

  .maxmd\:pb-67 {
    padding-bottom: 16.875rem;
  }

  .maxmd\:pl-67 {
    padding-left: 16.875rem;
  }

  .maxmd\:pt-75 {
    padding-top: 18.75rem;
  }

  .maxmd\:pr-75 {
    padding-right: 18.75rem;
  }

  .maxmd\:pb-75 {
    padding-bottom: 18.75rem;
  }

  .maxmd\:pl-75 {
    padding-left: 18.75rem;
  }

  .maxmd\:pt-px {
    padding-top: 1px;
  }

  .maxmd\:pr-px {
    padding-right: 1px;
  }

  .maxmd\:pb-px {
    padding-bottom: 1px;
  }

  .maxmd\:pl-px {
    padding-left: 1px;
  }

  .maxmd\:static {
    position: static;
  }

  .maxmd\:fixed {
    position: fixed;
  }

  .maxmd\:absolute {
    position: absolute;
  }

  .maxmd\:relative {
    position: relative;
  }

  .maxmd\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .maxmd\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .maxmd\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .maxmd\:pin-y {
    top: 0;
    bottom: 0;
  }

  .maxmd\:pin-x {
    right: 0;
    left: 0;
  }

  .maxmd\:pin-t {
    top: 0;
  }

  .maxmd\:pin-r {
    right: 0;
  }

  .maxmd\:pin-b {
    bottom: 0;
  }

  .maxmd\:pin-l {
    left: 0;
  }

  .maxmd\:text-left {
    text-align: left;
  }

  .maxmd\:text-center {
    text-align: center;
  }

  .maxmd\:text-right {
    text-align: right;
  }

  .maxmd\:text-justify {
    text-align: justify;
  }

  .maxmd\:text-transparent {
    color: transparent;
  }

  .maxmd\:text-black {
    color: #000;
  }

  .maxmd\:text-white {
    color: #fff;
  }

  .maxmd\:text-oil {
    color: #d7ca45;
  }

  .maxmd\:text-oilish {
    color: rgba(215, 202, 69, 0.90196);
  }

  .maxmd\:text-dark {
    color: #242424;
  }

  .maxmd\:text-grey {
    color: #848484;
  }

  .maxmd\:text-smoke {
    color: #c8c8c8;
  }

  .maxmd\:text-smokish {
    color: #eee;
  }

  .maxmd\:text-granate {
    color: #af2424;
  }

  .maxmd\:text-navy {
    color: #2b2e34;
  }

  .maxmd\:text-dijon {
    color: #bfa147;
  }

  .maxmd\:text-grass {
    color: #77b94c;
  }

  .maxmd\:text-brick {
    color: #cf6c39;
  }

  .maxmd\:text-sky {
    color: #5bbfee;
  }

  .maxmd\:hover\:text-transparent:hover {
    color: transparent;
  }

  .maxmd\:hover\:text-black:hover {
    color: #000;
  }

  .maxmd\:hover\:text-white:hover {
    color: #fff;
  }

  .maxmd\:hover\:text-oil:hover {
    color: #d7ca45;
  }

  .maxmd\:hover\:text-oilish:hover {
    color: rgba(215, 202, 69, 0.90196);
  }

  .maxmd\:hover\:text-dark:hover {
    color: #242424;
  }

  .maxmd\:hover\:text-grey:hover {
    color: #848484;
  }

  .maxmd\:hover\:text-smoke:hover {
    color: #c8c8c8;
  }

  .maxmd\:hover\:text-smokish:hover {
    color: #eee;
  }

  .maxmd\:hover\:text-granate:hover {
    color: #af2424;
  }

  .maxmd\:hover\:text-navy:hover {
    color: #2b2e34;
  }

  .maxmd\:hover\:text-dijon:hover {
    color: #bfa147;
  }

  .maxmd\:hover\:text-grass:hover {
    color: #77b94c;
  }

  .maxmd\:hover\:text-brick:hover {
    color: #cf6c39;
  }

  .maxmd\:hover\:text-sky:hover {
    color: #5bbfee;
  }

  .maxmd\:text-12 {
    font-size: 0.75rem;
  }

  .maxmd\:text-14 {
    font-size: 0.875rem;
  }

  .maxmd\:text-16 {
    font-size: 1rem;
  }

  .maxmd\:text-18 {
    font-size: 1.125rem;
  }

  .maxmd\:text-20 {
    font-size: 1.25rem;
  }

  .maxmd\:text-22 {
    font-size: 1.375rem;
  }

  .maxmd\:text-24 {
    font-size: 1.5rem;
  }

  .maxmd\:text-25 {
    font-size: 1.5625rem;
  }

  .maxmd\:text-28 {
    font-size: 1.75rem;
  }

  .maxmd\:text-30 {
    font-size: 1.875rem;
  }

  .maxmd\:text-36 {
    font-size: 2.25rem;
  }

  .maxmd\:text-43 {
    font-size: 2.6875rem;
  }

  .maxmd\:text-48 {
    font-size: 3rem;
  }

  .maxmd\:text-60 {
    font-size: 3.75rem;
  }

  .maxmd\:text-70 {
    font-size: 4.375rem;
  }

  .maxmd\:text-76 {
    font-size: 4.75rem;
  }

  .maxmd\:text-80 {
    font-size: 5rem;
  }

  .maxmd\:text-92 {
    font-size: 5.75rem;
  }

  .maxmd\:w-0 {
    width: 0;
  }

  .maxmd\:w-1 {
    width: 0.25rem;
  }

  .maxmd\:w-2 {
    width: 0.5rem;
  }

  .maxmd\:w-3 {
    width: 0.75rem;
  }

  .maxmd\:w-4 {
    width: 1rem;
  }

  .maxmd\:w-5 {
    width: 1.25rem;
  }

  .maxmd\:w-6 {
    width: 1.5rem;
  }

  .maxmd\:w-7 {
    width: 1.75rem;
  }

  .maxmd\:w-8 {
    width: 2rem;
  }

  .maxmd\:w-9 {
    width: 2.25rem;
  }

  .maxmd\:w-10 {
    width: 2.5rem;
  }

  .maxmd\:w-12 {
    width: 3.125rem;
  }

  .maxmd\:w-14 {
    width: 3.5rem;
  }

  .maxmd\:w-15 {
    width: 3.75rem;
  }

  .maxmd\:w-16 {
    width: 4rem;
  }

  .maxmd\:w-18 {
    width: 4.5rem;
  }

  .maxmd\:w-20 {
    width: 5rem;
  }

  .maxmd\:w-22 {
    width: 5.5rem;
  }

  .maxmd\:w-24 {
    width: 6rem;
  }

  .maxmd\:w-28 {
    width: 7rem;
  }

  .maxmd\:w-30 {
    width: 30%;
  }

  .maxmd\:w-32 {
    width: 8rem;
  }

  .maxmd\:w-34 {
    width: 8.5rem;
  }

  .maxmd\:w-38 {
    width: 9.5rem;
  }

  .maxmd\:w-40 {
    width: 10rem;
  }

  .maxmd\:w-43 {
    width: 43%;
  }

  .maxmd\:w-48 {
    width: 12rem;
  }

  .maxmd\:w-56 {
    width: 12rem;
  }

  .maxmd\:w-57 {
    width: 57%;
  }

  .maxmd\:w-64 {
    width: 16rem;
  }

  .maxmd\:w-65 {
    width: 65%;
  }

  .maxmd\:w-67 {
    width: 16.875rem;
  }

  .maxmd\:w-75 {
    width: 18.75rem;
  }

  .maxmd\:w-auto {
    width: auto;
  }

  .maxmd\:w-px {
    width: 1px;
  }

  .maxmd\:w-1\/2 {
    width: 50%;
  }

  .maxmd\:w-1\/3 {
    width: 33.33333%;
  }

  .maxmd\:w-2\/3 {
    width: 66.66667%;
  }

  .maxmd\:w-1\/4 {
    width: 25%;
  }

  .maxmd\:w-3\/4 {
    width: 75%;
  }

  .maxmd\:w-1\/5 {
    width: 20%;
  }

  .maxmd\:w-2\/5 {
    width: 40%;
  }

  .maxmd\:w-3\/5 {
    width: 60%;
  }

  .maxmd\:w-7\/10 {
    width: 70%;
  }

  .maxmd\:w-4\/5 {
    width: 80%;
  }

  .maxmd\:w-1\/6 {
    width: 16.66667%;
  }

  .maxmd\:w-5\/6 {
    width: 83.33333%;
  }

  .maxmd\:w-full {
    width: 100%;
  }

  .maxmd\:w-screen {
    width: 100vw;
  }

  .maxmd\:w-40vw {
    width: 40vw;
  }
}

@media (min-width: 992px) {
  .lg\:clip {
    border: 0;
    clip: rect(0 0 0 0);
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }

  .lg\:clip-not {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
  }

  .lg\:list-reset {
    list-style: none;
    padding: 0;
  }

  .lg\:appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:table {
    display: table;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .lg\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lg\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .lg\:flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-no-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .lg\:items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .lg\:items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .lg\:items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lg\:items-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .lg\:items-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .lg\:self-auto {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .lg\:self-start {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .lg\:self-end {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .lg\:self-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .lg\:self-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .lg\:justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .lg\:justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .lg\:justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .lg\:justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .lg\:justify-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .lg\:content-center {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .lg\:content-start {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .lg\:content-end {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .lg\:content-between {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .lg\:content-around {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .lg\:flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }

  .lg\:flex-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .lg\:flex-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .lg\:flex-none {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .lg\:flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .lg\:flex-shrink {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .lg\:flex-no-grow {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .lg\:flex-no-shrink {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .lg\:h-0 {
    height: 0;
  }

  .lg\:h-1 {
    height: 0.25rem;
  }

  .lg\:h-2 {
    height: 0.5rem;
  }

  .lg\:h-3 {
    height: 0.75rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-7 {
    height: 1.75rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-9 {
    height: 2.25rem;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-12 {
    height: 3.125rem;
  }

  .lg\:h-14 {
    height: 3.5rem;
  }

  .lg\:h-15 {
    height: 3.75rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-18 {
    height: 4.5rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-22 {
    height: 5.5rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-28 {
    height: 7rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-34 {
    height: 8.5rem;
  }

  .lg\:h-38 {
    height: 9.5rem;
  }

  .lg\:h-40 {
    height: 10rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-56 {
    height: 12rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-67 {
    height: 16.875rem;
  }

  .lg\:h-75 {
    height: 18.75rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:h-1\/2 {
    height: 50%;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:leading-20 {
    line-height: 20px;
  }

  .lg\:leading-22 {
    line-height: 22px;
  }

  .lg\:leading-28 {
    line-height: 28px;
  }

  .lg\:leading-42 {
    line-height: 42px;
  }

  .lg\:leading-50 {
    line-height: 50px;
  }

  .lg\:leading-negative {
    line-height: 0.8;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:leading-good {
    line-height: 1.2;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }

  .lg\:leading-normal {
    line-height: 1.5;
  }

  .lg\:leading-loose {
    line-height: 2;
  }

  .lg\:m-0 {
    margin: 0;
  }

  .lg\:m-1 {
    margin: 0.25rem;
  }

  .lg\:m-2 {
    margin: 0.5rem;
  }

  .lg\:m-3 {
    margin: 0.75rem;
  }

  .lg\:m-4 {
    margin: 1rem;
  }

  .lg\:m-5 {
    margin: 1.25rem;
  }

  .lg\:m-6 {
    margin: 1.5rem;
  }

  .lg\:m-7 {
    margin: 1.75rem;
  }

  .lg\:m-8 {
    margin: 2rem;
  }

  .lg\:m-9 {
    margin: 2.25rem;
  }

  .lg\:m-10 {
    margin: 2.5rem;
  }

  .lg\:m-12 {
    margin: 3rem;
  }

  .lg\:m-14 {
    margin: 3.5rem;
  }

  .lg\:m-15 {
    margin: 3.75rem;
  }

  .lg\:m-16 {
    margin: 4rem;
  }

  .lg\:m-18 {
    margin: 4.5rem;
  }

  .lg\:m-20 {
    margin: 5rem;
  }

  .lg\:m-22 {
    margin: 5.5rem;
  }

  .lg\:m-24 {
    margin: 6rem;
  }

  .lg\:m-28 {
    margin: 7rem;
  }

  .lg\:m-32 {
    margin: 8rem;
  }

  .lg\:m-34 {
    margin: 8.5rem;
  }

  .lg\:m-38 {
    margin: 9.5rem;
  }

  .lg\:m-40 {
    margin: 10rem;
  }

  .lg\:m-48 {
    margin: 11rem;
  }

  .lg\:m-56 {
    margin: 12rem;
  }

  .lg\:m-64 {
    margin: 16rem;
  }

  .lg\:m-67 {
    margin: 16.875rem;
  }

  .lg\:m-75 {
    margin: 18.75rem;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:m-px {
    margin: 1px;
  }

  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .lg\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .lg\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:my-22 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .lg\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:my-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .lg\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .lg\:my-38 {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .lg\:mx-38 {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .lg\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:my-48 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .lg\:mx-48 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .lg\:my-56 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:mx-56 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:my-67 {
    margin-top: 16.875rem;
    margin-bottom: 16.875rem;
  }

  .lg\:mx-67 {
    margin-left: 16.875rem;
    margin-right: 16.875rem;
  }

  .lg\:my-75 {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .lg\:mx-75 {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mr-0 {
    margin-right: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:ml-0 {
    margin-left: 0;
  }

  .lg\:mt-1 {
    margin-top: 0.25rem;
  }

  .lg\:mr-1 {
    margin-right: 0.25rem;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:ml-1 {
    margin-left: 0.25rem;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:ml-3 {
    margin-left: 0.75rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:mt-7 {
    margin-top: 1.75rem;
  }

  .lg\:mr-7 {
    margin-right: 1.75rem;
  }

  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .lg\:ml-7 {
    margin-left: 1.75rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mt-9 {
    margin-top: 2.25rem;
  }

  .lg\:mr-9 {
    margin-right: 2.25rem;
  }

  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .lg\:ml-9 {
    margin-left: 2.25rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mr-14 {
    margin-right: 3.5rem;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:ml-14 {
    margin-left: 3.5rem;
  }

  .lg\:mt-15 {
    margin-top: 3.75rem;
  }

  .lg\:mr-15 {
    margin-right: 3.75rem;
  }

  .lg\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .lg\:ml-15 {
    margin-left: 3.75rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:mt-18 {
    margin-top: 4.5rem;
  }

  .lg\:mr-18 {
    margin-right: 4.5rem;
  }

  .lg\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .lg\:ml-18 {
    margin-left: 4.5rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mr-20 {
    margin-right: 5rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:mt-22 {
    margin-top: 5.5rem;
  }

  .lg\:mr-22 {
    margin-right: 5.5rem;
  }

  .lg\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .lg\:ml-22 {
    margin-left: 5.5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mr-24 {
    margin-right: 6rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:ml-24 {
    margin-left: 6rem;
  }

  .lg\:mt-28 {
    margin-top: 7rem;
  }

  .lg\:mr-28 {
    margin-right: 7rem;
  }

  .lg\:mb-28 {
    margin-bottom: 7rem;
  }

  .lg\:ml-28 {
    margin-left: 7rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:mr-32 {
    margin-right: 8rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:ml-32 {
    margin-left: 8rem;
  }

  .lg\:mt-34 {
    margin-top: 8.5rem;
  }

  .lg\:mr-34 {
    margin-right: 8.5rem;
  }

  .lg\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .lg\:ml-34 {
    margin-left: 8.5rem;
  }

  .lg\:mt-38 {
    margin-top: 9.5rem;
  }

  .lg\:mr-38 {
    margin-right: 9.5rem;
  }

  .lg\:mb-38 {
    margin-bottom: 9.5rem;
  }

  .lg\:ml-38 {
    margin-left: 9.5rem;
  }

  .lg\:mt-40 {
    margin-top: 10rem;
  }

  .lg\:mr-40 {
    margin-right: 10rem;
  }

  .lg\:mb-40 {
    margin-bottom: 10rem;
  }

  .lg\:ml-40 {
    margin-left: 10rem;
  }

  .lg\:mt-48 {
    margin-top: 11rem;
  }

  .lg\:mr-48 {
    margin-right: 11rem;
  }

  .lg\:mb-48 {
    margin-bottom: 11rem;
  }

  .lg\:ml-48 {
    margin-left: 11rem;
  }

  .lg\:mt-56 {
    margin-top: 12rem;
  }

  .lg\:mr-56 {
    margin-right: 12rem;
  }

  .lg\:mb-56 {
    margin-bottom: 12rem;
  }

  .lg\:ml-56 {
    margin-left: 12rem;
  }

  .lg\:mt-64 {
    margin-top: 16rem;
  }

  .lg\:mr-64 {
    margin-right: 16rem;
  }

  .lg\:mb-64 {
    margin-bottom: 16rem;
  }

  .lg\:ml-64 {
    margin-left: 16rem;
  }

  .lg\:mt-67 {
    margin-top: 16.875rem;
  }

  .lg\:mr-67 {
    margin-right: 16.875rem;
  }

  .lg\:mb-67 {
    margin-bottom: 16.875rem;
  }

  .lg\:ml-67 {
    margin-left: 16.875rem;
  }

  .lg\:mt-75 {
    margin-top: 18.75rem;
  }

  .lg\:mr-75 {
    margin-right: 18.75rem;
  }

  .lg\:mb-75 {
    margin-bottom: 18.75rem;
  }

  .lg\:ml-75 {
    margin-left: 18.75rem;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mt-px {
    margin-top: 1px;
  }

  .lg\:mr-px {
    margin-right: 1px;
  }

  .lg\:mb-px {
    margin-bottom: 1px;
  }

  .lg\:ml-px {
    margin-left: 1px;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:max-w-43 {
    max-width: 43%;
  }

  .lg\:max-w-57 {
    max-width: 57%;
  }

  .lg\:max-w-65 {
    max-width: 65%;
  }

  .lg\:max-w-xs {
    max-width: 20rem;
  }

  .lg\:max-w-sm {
    max-width: 30rem;
  }

  .lg\:max-w-md {
    max-width: 40rem;
  }

  .lg\:max-w-lg {
    max-width: 50rem;
  }

  .lg\:max-w-xl {
    max-width: 60rem;
  }

  .lg\:max-w-2xl {
    max-width: 70rem;
  }

  .lg\:max-w-3xl {
    max-width: 80rem;
  }

  .lg\:max-w-4xl {
    max-width: 90rem;
  }

  .lg\:max-w-5xl {
    max-width: 100rem;
  }

  .lg\:max-w-1\/2 {
    max-width: 50%;
  }

  .lg\:max-w-1\/3 {
    max-width: 33.33333%;
  }

  .lg\:max-w-2\/3 {
    max-width: 66.66667%;
  }

  .lg\:max-w-1\/4 {
    max-width: 25%;
  }

  .lg\:max-w-3\/4 {
    max-width: 75%;
  }

  .lg\:max-w-1\/5 {
    max-width: 20%;
  }

  .lg\:max-w-2\/5 {
    max-width: 40%;
  }

  .lg\:max-w-3\/5 {
    max-width: 60%;
  }

  .lg\:max-w-4\/5 {
    max-width: 80%;
  }

  .lg\:max-w-1\/6 {
    max-width: 16.66667%;
  }

  .lg\:max-w-5\/6 {
    max-width: 83.33333%;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:min-h-0 {
    min-height: 0;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:min-w-0 {
    min-width: 0;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .lg\:-m-0 {
    margin: 0;
  }

  .lg\:-m-1 {
    margin: -0.25rem;
  }

  .lg\:-m-2 {
    margin: -0.5rem;
  }

  .lg\:-m-3 {
    margin: -0.75rem;
  }

  .lg\:-m-4 {
    margin: -1rem;
  }

  .lg\:-m-5 {
    margin: -1.25rem;
  }

  .lg\:-m-6 {
    margin: -1.5rem;
  }

  .lg\:-m-7 {
    margin: -1.75rem;
  }

  .lg\:-m-8 {
    margin: -2rem;
  }

  .lg\:-m-9 {
    margin: -2.25rem;
  }

  .lg\:-m-10 {
    margin: -2.5rem;
  }

  .lg\:-m-12 {
    margin: -3rem;
  }

  .lg\:-m-14 {
    margin: -3.5rem;
  }

  .lg\:-m-15 {
    margin: -3.75rem;
  }

  .lg\:-m-16 {
    margin: -4rem;
  }

  .lg\:-m-18 {
    margin: -4.5rem;
  }

  .lg\:-m-20 {
    margin: -5rem;
  }

  .lg\:-m-22 {
    margin: -5.5rem;
  }

  .lg\:-m-24 {
    margin: -6rem;
  }

  .lg\:-m-28 {
    margin: -7rem;
  }

  .lg\:-m-32 {
    margin: -8rem;
  }

  .lg\:-m-34 {
    margin: -8.5rem;
  }

  .lg\:-m-38 {
    margin: -9.5rem;
  }

  .lg\:-m-40 {
    margin: -10rem;
  }

  .lg\:-m-48 {
    margin: -11rem;
  }

  .lg\:-m-56 {
    margin: -12rem;
  }

  .lg\:-m-64 {
    margin: -16rem;
  }

  .lg\:-m-67 {
    margin: -16.875rem;
  }

  .lg\:-m-75 {
    margin: -18.75rem;
  }

  .lg\:-m-px {
    margin: -1px;
  }

  .lg\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .lg\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .lg\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-my-18 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .lg\:-mx-18 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .lg\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:-my-22 {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .lg\:-mx-22 {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .lg\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:-my-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .lg\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .lg\:-my-38 {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .lg\:-mx-38 {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .lg\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:-my-48 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .lg\:-mx-48 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .lg\:-my-56 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:-mx-56 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:-my-67 {
    margin-top: -16.875rem;
    margin-bottom: -16.875rem;
  }

  .lg\:-mx-67 {
    margin-left: -16.875rem;
    margin-right: -16.875rem;
  }

  .lg\:-my-75 {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .lg\:-mx-75 {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-mt-0 {
    margin-top: 0;
  }

  .lg\:-mr-0 {
    margin-right: 0;
  }

  .lg\:-mb-0 {
    margin-bottom: 0;
  }

  .lg\:-ml-0 {
    margin-left: 0;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem;
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem;
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem;
  }

  .lg\:-mt-4 {
    margin-top: -1rem;
  }

  .lg\:-mr-4 {
    margin-right: -1rem;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem;
  }

  .lg\:-ml-4 {
    margin-left: -1rem;
  }

  .lg\:-mt-5 {
    margin-top: -1.25rem;
  }

  .lg\:-mr-5 {
    margin-right: -1.25rem;
  }

  .lg\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .lg\:-ml-5 {
    margin-left: -1.25rem;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem;
  }

  .lg\:-mt-7 {
    margin-top: -1.75rem;
  }

  .lg\:-mr-7 {
    margin-right: -1.75rem;
  }

  .lg\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .lg\:-ml-7 {
    margin-left: -1.75rem;
  }

  .lg\:-mt-8 {
    margin-top: -2rem;
  }

  .lg\:-mr-8 {
    margin-right: -2rem;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem;
  }

  .lg\:-ml-8 {
    margin-left: -2rem;
  }

  .lg\:-mt-9 {
    margin-top: -2.25rem;
  }

  .lg\:-mr-9 {
    margin-right: -2.25rem;
  }

  .lg\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .lg\:-ml-9 {
    margin-left: -2.25rem;
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }

  .lg\:-mr-10 {
    margin-right: -2.5rem;
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }

  .lg\:-mt-12 {
    margin-top: -3rem;
  }

  .lg\:-mr-12 {
    margin-right: -3rem;
  }

  .lg\:-mb-12 {
    margin-bottom: -3rem;
  }

  .lg\:-ml-12 {
    margin-left: -3rem;
  }

  .lg\:-mt-14 {
    margin-top: -3.5rem;
  }

  .lg\:-mr-14 {
    margin-right: -3.5rem;
  }

  .lg\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .lg\:-ml-14 {
    margin-left: -3.5rem;
  }

  .lg\:-mt-15 {
    margin-top: -3.75rem;
  }

  .lg\:-mr-15 {
    margin-right: -3.75rem;
  }

  .lg\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .lg\:-ml-15 {
    margin-left: -3.75rem;
  }

  .lg\:-mt-16 {
    margin-top: -4rem;
  }

  .lg\:-mr-16 {
    margin-right: -4rem;
  }

  .lg\:-mb-16 {
    margin-bottom: -4rem;
  }

  .lg\:-ml-16 {
    margin-left: -4rem;
  }

  .lg\:-mt-18 {
    margin-top: -4.5rem;
  }

  .lg\:-mr-18 {
    margin-right: -4.5rem;
  }

  .lg\:-mb-18 {
    margin-bottom: -4.5rem;
  }

  .lg\:-ml-18 {
    margin-left: -4.5rem;
  }

  .lg\:-mt-20 {
    margin-top: -5rem;
  }

  .lg\:-mr-20 {
    margin-right: -5rem;
  }

  .lg\:-mb-20 {
    margin-bottom: -5rem;
  }

  .lg\:-ml-20 {
    margin-left: -5rem;
  }

  .lg\:-mt-22 {
    margin-top: -5.5rem;
  }

  .lg\:-mr-22 {
    margin-right: -5.5rem;
  }

  .lg\:-mb-22 {
    margin-bottom: -5.5rem;
  }

  .lg\:-ml-22 {
    margin-left: -5.5rem;
  }

  .lg\:-mt-24 {
    margin-top: -6rem;
  }

  .lg\:-mr-24 {
    margin-right: -6rem;
  }

  .lg\:-mb-24 {
    margin-bottom: -6rem;
  }

  .lg\:-ml-24 {
    margin-left: -6rem;
  }

  .lg\:-mt-28 {
    margin-top: -7rem;
  }

  .lg\:-mr-28 {
    margin-right: -7rem;
  }

  .lg\:-mb-28 {
    margin-bottom: -7rem;
  }

  .lg\:-ml-28 {
    margin-left: -7rem;
  }

  .lg\:-mt-32 {
    margin-top: -8rem;
  }

  .lg\:-mr-32 {
    margin-right: -8rem;
  }

  .lg\:-mb-32 {
    margin-bottom: -8rem;
  }

  .lg\:-ml-32 {
    margin-left: -8rem;
  }

  .lg\:-mt-34 {
    margin-top: -8.5rem;
  }

  .lg\:-mr-34 {
    margin-right: -8.5rem;
  }

  .lg\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .lg\:-ml-34 {
    margin-left: -8.5rem;
  }

  .lg\:-mt-38 {
    margin-top: -9.5rem;
  }

  .lg\:-mr-38 {
    margin-right: -9.5rem;
  }

  .lg\:-mb-38 {
    margin-bottom: -9.5rem;
  }

  .lg\:-ml-38 {
    margin-left: -9.5rem;
  }

  .lg\:-mt-40 {
    margin-top: -10rem;
  }

  .lg\:-mr-40 {
    margin-right: -10rem;
  }

  .lg\:-mb-40 {
    margin-bottom: -10rem;
  }

  .lg\:-ml-40 {
    margin-left: -10rem;
  }

  .lg\:-mt-48 {
    margin-top: -11rem;
  }

  .lg\:-mr-48 {
    margin-right: -11rem;
  }

  .lg\:-mb-48 {
    margin-bottom: -11rem;
  }

  .lg\:-ml-48 {
    margin-left: -11rem;
  }

  .lg\:-mt-56 {
    margin-top: -12rem;
  }

  .lg\:-mr-56 {
    margin-right: -12rem;
  }

  .lg\:-mb-56 {
    margin-bottom: -12rem;
  }

  .lg\:-ml-56 {
    margin-left: -12rem;
  }

  .lg\:-mt-64 {
    margin-top: -16rem;
  }

  .lg\:-mr-64 {
    margin-right: -16rem;
  }

  .lg\:-mb-64 {
    margin-bottom: -16rem;
  }

  .lg\:-ml-64 {
    margin-left: -16rem;
  }

  .lg\:-mt-67 {
    margin-top: -16.875rem;
  }

  .lg\:-mr-67 {
    margin-right: -16.875rem;
  }

  .lg\:-mb-67 {
    margin-bottom: -16.875rem;
  }

  .lg\:-ml-67 {
    margin-left: -16.875rem;
  }

  .lg\:-mt-75 {
    margin-top: -18.75rem;
  }

  .lg\:-mr-75 {
    margin-right: -18.75rem;
  }

  .lg\:-mb-75 {
    margin-bottom: -18.75rem;
  }

  .lg\:-ml-75 {
    margin-left: -18.75rem;
  }

  .lg\:-mt-px {
    margin-top: -1px;
  }

  .lg\:-mr-px {
    margin-right: -1px;
  }

  .lg\:-mb-px {
    margin-bottom: -1px;
  }

  .lg\:-ml-px {
    margin-left: -1px;
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:p-1 {
    padding: 0.25rem;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-3 {
    padding: 0.75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-7 {
    padding: 1.75rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-9 {
    padding: 2.25rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-14 {
    padding: 3.5rem;
  }

  .lg\:p-15 {
    padding: 3.75rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-18 {
    padding: 4.5rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-22 {
    padding: 5.5rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:p-28 {
    padding: 7rem;
  }

  .lg\:p-32 {
    padding: 8rem;
  }

  .lg\:p-34 {
    padding: 8.5rem;
  }

  .lg\:p-38 {
    padding: 9.5rem;
  }

  .lg\:p-40 {
    padding: 10rem;
  }

  .lg\:p-48 {
    padding: 11rem;
  }

  .lg\:p-56 {
    padding: 12rem;
  }

  .lg\:p-64 {
    padding: 16rem;
  }

  .lg\:p-67 {
    padding: 16.875rem;
  }

  .lg\:p-75 {
    padding: 18.75rem;
  }

  .lg\:p-px {
    padding: 1px;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .lg\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .lg\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .lg\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:py-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .lg\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .lg\:py-38 {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .lg\:px-38 {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:py-48 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:px-48 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:py-56 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:px-56 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:py-67 {
    padding-top: 16.875rem;
    padding-bottom: 16.875rem;
  }

  .lg\:px-67 {
    padding-left: 16.875rem;
    padding-right: 16.875rem;
  }

  .lg\:py-75 {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .lg\:px-75 {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pl-0 {
    padding-left: 0;
  }

  .lg\:pt-1 {
    padding-top: 0.25rem;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem;
  }

  .lg\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .lg\:pl-1 {
    padding-left: 0.25rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pt-7 {
    padding-top: 1.75rem;
  }

  .lg\:pr-7 {
    padding-right: 1.75rem;
  }

  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .lg\:pl-7 {
    padding-left: 1.75rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pt-9 {
    padding-top: 2.25rem;
  }

  .lg\:pr-9 {
    padding-right: 2.25rem;
  }

  .lg\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .lg\:pl-9 {
    padding-left: 2.25rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:pr-14 {
    padding-right: 3.5rem;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

  .lg\:pt-15 {
    padding-top: 3.75rem;
  }

  .lg\:pr-15 {
    padding-right: 3.75rem;
  }

  .lg\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .lg\:pl-15 {
    padding-left: 3.75rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pt-18 {
    padding-top: 4.5rem;
  }

  .lg\:pr-18 {
    padding-right: 4.5rem;
  }

  .lg\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .lg\:pl-18 {
    padding-left: 4.5rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pt-22 {
    padding-top: 5.5rem;
  }

  .lg\:pr-22 {
    padding-right: 5.5rem;
  }

  .lg\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .lg\:pl-22 {
    padding-left: 5.5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:pr-28 {
    padding-right: 7rem;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pl-28 {
    padding-left: 7rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pr-32 {
    padding-right: 8rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pl-32 {
    padding-left: 8rem;
  }

  .lg\:pt-34 {
    padding-top: 8.5rem;
  }

  .lg\:pr-34 {
    padding-right: 8.5rem;
  }

  .lg\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .lg\:pl-34 {
    padding-left: 8.5rem;
  }

  .lg\:pt-38 {
    padding-top: 9.5rem;
  }

  .lg\:pr-38 {
    padding-right: 9.5rem;
  }

  .lg\:pb-38 {
    padding-bottom: 9.5rem;
  }

  .lg\:pl-38 {
    padding-left: 9.5rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:pr-40 {
    padding-right: 10rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pl-40 {
    padding-left: 10rem;
  }

  .lg\:pt-48 {
    padding-top: 11rem;
  }

  .lg\:pr-48 {
    padding-right: 11rem;
  }

  .lg\:pb-48 {
    padding-bottom: 11rem;
  }

  .lg\:pl-48 {
    padding-left: 11rem;
  }

  .lg\:pt-56 {
    padding-top: 12rem;
  }

  .lg\:pr-56 {
    padding-right: 12rem;
  }

  .lg\:pb-56 {
    padding-bottom: 12rem;
  }

  .lg\:pl-56 {
    padding-left: 12rem;
  }

  .lg\:pt-64 {
    padding-top: 16rem;
  }

  .lg\:pr-64 {
    padding-right: 16rem;
  }

  .lg\:pb-64 {
    padding-bottom: 16rem;
  }

  .lg\:pl-64 {
    padding-left: 16rem;
  }

  .lg\:pt-67 {
    padding-top: 16.875rem;
  }

  .lg\:pr-67 {
    padding-right: 16.875rem;
  }

  .lg\:pb-67 {
    padding-bottom: 16.875rem;
  }

  .lg\:pl-67 {
    padding-left: 16.875rem;
  }

  .lg\:pt-75 {
    padding-top: 18.75rem;
  }

  .lg\:pr-75 {
    padding-right: 18.75rem;
  }

  .lg\:pb-75 {
    padding-bottom: 18.75rem;
  }

  .lg\:pl-75 {
    padding-left: 18.75rem;
  }

  .lg\:pt-px {
    padding-top: 1px;
  }

  .lg\:pr-px {
    padding-right: 1px;
  }

  .lg\:pb-px {
    padding-bottom: 1px;
  }

  .lg\:pl-px {
    padding-left: 1px;
  }

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:pin-y {
    top: 0;
    bottom: 0;
  }

  .lg\:pin-x {
    right: 0;
    left: 0;
  }

  .lg\:pin-t {
    top: 0;
  }

  .lg\:pin-r {
    right: 0;
  }

  .lg\:pin-b {
    bottom: 0;
  }

  .lg\:pin-l {
    left: 0;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-justify {
    text-align: justify;
  }

  .lg\:text-transparent {
    color: transparent;
  }

  .lg\:text-black {
    color: #000;
  }

  .lg\:text-white {
    color: #fff;
  }

  .lg\:text-oil {
    color: #d7ca45;
  }

  .lg\:text-oilish {
    color: rgba(215, 202, 69, 0.90196);
  }

  .lg\:text-dark {
    color: #242424;
  }

  .lg\:text-grey {
    color: #848484;
  }

  .lg\:text-smoke {
    color: #c8c8c8;
  }

  .lg\:text-smokish {
    color: #eee;
  }

  .lg\:text-granate {
    color: #af2424;
  }

  .lg\:text-navy {
    color: #2b2e34;
  }

  .lg\:text-dijon {
    color: #bfa147;
  }

  .lg\:text-grass {
    color: #77b94c;
  }

  .lg\:text-brick {
    color: #cf6c39;
  }

  .lg\:text-sky {
    color: #5bbfee;
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent;
  }

  .lg\:hover\:text-black:hover {
    color: #000;
  }

  .lg\:hover\:text-white:hover {
    color: #fff;
  }

  .lg\:hover\:text-oil:hover {
    color: #d7ca45;
  }

  .lg\:hover\:text-oilish:hover {
    color: rgba(215, 202, 69, 0.90196);
  }

  .lg\:hover\:text-dark:hover {
    color: #242424;
  }

  .lg\:hover\:text-grey:hover {
    color: #848484;
  }

  .lg\:hover\:text-smoke:hover {
    color: #c8c8c8;
  }

  .lg\:hover\:text-smokish:hover {
    color: #eee;
  }

  .lg\:hover\:text-granate:hover {
    color: #af2424;
  }

  .lg\:hover\:text-navy:hover {
    color: #2b2e34;
  }

  .lg\:hover\:text-dijon:hover {
    color: #bfa147;
  }

  .lg\:hover\:text-grass:hover {
    color: #77b94c;
  }

  .lg\:hover\:text-brick:hover {
    color: #cf6c39;
  }

  .lg\:hover\:text-sky:hover {
    color: #5bbfee;
  }

  .lg\:text-12 {
    font-size: 0.75rem;
  }

  .lg\:text-14 {
    font-size: 0.875rem;
  }

  .lg\:text-16 {
    font-size: 1rem;
  }

  .lg\:text-18 {
    font-size: 1.125rem;
  }

  .lg\:text-20 {
    font-size: 1.25rem;
  }

  .lg\:text-22 {
    font-size: 1.375rem;
  }

  .lg\:text-24 {
    font-size: 1.5rem;
  }

  .lg\:text-25 {
    font-size: 1.5625rem;
  }

  .lg\:text-28 {
    font-size: 1.75rem;
  }

  .lg\:text-30 {
    font-size: 1.875rem;
  }

  .lg\:text-36 {
    font-size: 2.25rem;
  }

  .lg\:text-43 {
    font-size: 2.6875rem;
  }

  .lg\:text-48 {
    font-size: 3rem;
  }

  .lg\:text-60 {
    font-size: 3.75rem;
  }

  .lg\:text-70 {
    font-size: 4.375rem;
  }

  .lg\:text-76 {
    font-size: 4.75rem;
  }

  .lg\:text-80 {
    font-size: 5rem;
  }

  .lg\:text-92 {
    font-size: 5.75rem;
  }

  .lg\:w-0 {
    width: 0;
  }

  .lg\:w-1 {
    width: 0.25rem;
  }

  .lg\:w-2 {
    width: 0.5rem;
  }

  .lg\:w-3 {
    width: 0.75rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-7 {
    width: 1.75rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-9 {
    width: 2.25rem;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-12 {
    width: 3.125rem;
  }

  .lg\:w-14 {
    width: 3.5rem;
  }

  .lg\:w-15 {
    width: 3.75rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-18 {
    width: 4.5rem;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-22 {
    width: 5.5rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-28 {
    width: 7rem;
  }

  .lg\:w-30 {
    width: 30%;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-34 {
    width: 8.5rem;
  }

  .lg\:w-38 {
    width: 9.5rem;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-43 {
    width: 43%;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-56 {
    width: 12rem;
  }

  .lg\:w-57 {
    width: 57%;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-65 {
    width: 65%;
  }

  .lg\:w-67 {
    width: 16.875rem;
  }

  .lg\:w-75 {
    width: 18.75rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.33333%;
  }

  .lg\:w-2\/3 {
    width: 66.66667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-7\/10 {
    width: 70%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-1\/6 {
    width: 16.66667%;
  }

  .lg\:w-5\/6 {
    width: 83.33333%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-screen {
    width: 100vw;
  }

  .lg\:w-40vw {
    width: 40vw;
  }
}

@media (min-width: 1200px) {
  .xl\:clip {
    border: 0;
    clip: rect(0 0 0 0);
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }

  .xl\:clip-not {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
  }

  .xl\:list-reset {
    list-style: none;
    padding: 0;
  }

  .xl\:appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:table {
    display: table;
  }

  .xl\:table-row {
    display: table-row;
  }

  .xl\:table-cell {
    display: table-cell;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .xl\:inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .xl\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .xl\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .xl\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .xl\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .xl\:flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .xl\:flex-no-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .xl\:items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .xl\:items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .xl\:items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .xl\:items-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .xl\:items-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .xl\:self-auto {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .xl\:self-start {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .xl\:self-end {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .xl\:self-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .xl\:self-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .xl\:justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .xl\:justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .xl\:justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .xl\:justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .xl\:justify-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .xl\:content-center {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .xl\:content-start {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .xl\:content-end {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .xl\:content-between {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .xl\:content-around {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .xl\:flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }

  .xl\:flex-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .xl\:flex-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .xl\:flex-none {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .xl\:flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .xl\:flex-shrink {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .xl\:flex-no-grow {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .xl\:flex-no-shrink {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .xl\:h-0 {
    height: 0;
  }

  .xl\:h-1 {
    height: 0.25rem;
  }

  .xl\:h-2 {
    height: 0.5rem;
  }

  .xl\:h-3 {
    height: 0.75rem;
  }

  .xl\:h-4 {
    height: 1rem;
  }

  .xl\:h-5 {
    height: 1.25rem;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-7 {
    height: 1.75rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:h-9 {
    height: 2.25rem;
  }

  .xl\:h-10 {
    height: 2.5rem;
  }

  .xl\:h-12 {
    height: 3.125rem;
  }

  .xl\:h-14 {
    height: 3.5rem;
  }

  .xl\:h-15 {
    height: 3.75rem;
  }

  .xl\:h-16 {
    height: 4rem;
  }

  .xl\:h-18 {
    height: 4.5rem;
  }

  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:h-22 {
    height: 5.5rem;
  }

  .xl\:h-24 {
    height: 6rem;
  }

  .xl\:h-28 {
    height: 7rem;
  }

  .xl\:h-32 {
    height: 8rem;
  }

  .xl\:h-34 {
    height: 8.5rem;
  }

  .xl\:h-38 {
    height: 9.5rem;
  }

  .xl\:h-40 {
    height: 10rem;
  }

  .xl\:h-48 {
    height: 12rem;
  }

  .xl\:h-56 {
    height: 12rem;
  }

  .xl\:h-64 {
    height: 16rem;
  }

  .xl\:h-67 {
    height: 16.875rem;
  }

  .xl\:h-75 {
    height: 18.75rem;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-px {
    height: 1px;
  }

  .xl\:h-1\/2 {
    height: 50%;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-screen {
    height: 100vh;
  }

  .xl\:leading-20 {
    line-height: 20px;
  }

  .xl\:leading-22 {
    line-height: 22px;
  }

  .xl\:leading-28 {
    line-height: 28px;
  }

  .xl\:leading-42 {
    line-height: 42px;
  }

  .xl\:leading-50 {
    line-height: 50px;
  }

  .xl\:leading-negative {
    line-height: 0.8;
  }

  .xl\:leading-none {
    line-height: 1;
  }

  .xl\:leading-good {
    line-height: 1.2;
  }

  .xl\:leading-tight {
    line-height: 1.25;
  }

  .xl\:leading-normal {
    line-height: 1.5;
  }

  .xl\:leading-loose {
    line-height: 2;
  }

  .xl\:m-0 {
    margin: 0;
  }

  .xl\:m-1 {
    margin: 0.25rem;
  }

  .xl\:m-2 {
    margin: 0.5rem;
  }

  .xl\:m-3 {
    margin: 0.75rem;
  }

  .xl\:m-4 {
    margin: 1rem;
  }

  .xl\:m-5 {
    margin: 1.25rem;
  }

  .xl\:m-6 {
    margin: 1.5rem;
  }

  .xl\:m-7 {
    margin: 1.75rem;
  }

  .xl\:m-8 {
    margin: 2rem;
  }

  .xl\:m-9 {
    margin: 2.25rem;
  }

  .xl\:m-10 {
    margin: 2.5rem;
  }

  .xl\:m-12 {
    margin: 3rem;
  }

  .xl\:m-14 {
    margin: 3.5rem;
  }

  .xl\:m-15 {
    margin: 3.75rem;
  }

  .xl\:m-16 {
    margin: 4rem;
  }

  .xl\:m-18 {
    margin: 4.5rem;
  }

  .xl\:m-20 {
    margin: 5rem;
  }

  .xl\:m-22 {
    margin: 5.5rem;
  }

  .xl\:m-24 {
    margin: 6rem;
  }

  .xl\:m-28 {
    margin: 7rem;
  }

  .xl\:m-32 {
    margin: 8rem;
  }

  .xl\:m-34 {
    margin: 8.5rem;
  }

  .xl\:m-38 {
    margin: 9.5rem;
  }

  .xl\:m-40 {
    margin: 10rem;
  }

  .xl\:m-48 {
    margin: 11rem;
  }

  .xl\:m-56 {
    margin: 12rem;
  }

  .xl\:m-64 {
    margin: 16rem;
  }

  .xl\:m-67 {
    margin: 16.875rem;
  }

  .xl\:m-75 {
    margin: 18.75rem;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:m-px {
    margin: 1px;
  }

  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xl\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .xl\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:my-22 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xl\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:my-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .xl\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .xl\:my-38 {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .xl\:mx-38 {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .xl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:my-48 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xl\:mx-48 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xl\:my-56 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:mx-56 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:my-67 {
    margin-top: 16.875rem;
    margin-bottom: 16.875rem;
  }

  .xl\:mx-67 {
    margin-left: 16.875rem;
    margin-right: 16.875rem;
  }

  .xl\:my-75 {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .xl\:mx-75 {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:mt-0 {
    margin-top: 0;
  }

  .xl\:mr-0 {
    margin-right: 0;
  }

  .xl\:mb-0 {
    margin-bottom: 0;
  }

  .xl\:ml-0 {
    margin-left: 0;
  }

  .xl\:mt-1 {
    margin-top: 0.25rem;
  }

  .xl\:mr-1 {
    margin-right: 0.25rem;
  }

  .xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xl\:ml-1 {
    margin-left: 0.25rem;
  }

  .xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xl\:ml-2 {
    margin-left: 0.5rem;
  }

  .xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .xl\:mr-3 {
    margin-right: 0.75rem;
  }

  .xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .xl\:ml-3 {
    margin-left: 0.75rem;
  }

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:mr-4 {
    margin-right: 1rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:ml-4 {
    margin-left: 1rem;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .xl\:mt-7 {
    margin-top: 1.75rem;
  }

  .xl\:mr-7 {
    margin-right: 1.75rem;
  }

  .xl\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .xl\:ml-7 {
    margin-left: 1.75rem;
  }

  .xl\:mt-8 {
    margin-top: 2rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:mt-9 {
    margin-top: 2.25rem;
  }

  .xl\:mr-9 {
    margin-right: 2.25rem;
  }

  .xl\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .xl\:ml-9 {
    margin-left: 2.25rem;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xl\:mt-12 {
    margin-top: 3rem;
  }

  .xl\:mr-12 {
    margin-right: 3rem;
  }

  .xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .xl\:ml-12 {
    margin-left: 3rem;
  }

  .xl\:mt-14 {
    margin-top: 3.5rem;
  }

  .xl\:mr-14 {
    margin-right: 3.5rem;
  }

  .xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .xl\:ml-14 {
    margin-left: 3.5rem;
  }

  .xl\:mt-15 {
    margin-top: 3.75rem;
  }

  .xl\:mr-15 {
    margin-right: 3.75rem;
  }

  .xl\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .xl\:ml-15 {
    margin-left: 3.75rem;
  }

  .xl\:mt-16 {
    margin-top: 4rem;
  }

  .xl\:mr-16 {
    margin-right: 4rem;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:ml-16 {
    margin-left: 4rem;
  }

  .xl\:mt-18 {
    margin-top: 4.5rem;
  }

  .xl\:mr-18 {
    margin-right: 4.5rem;
  }

  .xl\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .xl\:ml-18 {
    margin-left: 4.5rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:mr-20 {
    margin-right: 5rem;
  }

  .xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .xl\:ml-20 {
    margin-left: 5rem;
  }

  .xl\:mt-22 {
    margin-top: 5.5rem;
  }

  .xl\:mr-22 {
    margin-right: 5.5rem;
  }

  .xl\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .xl\:ml-22 {
    margin-left: 5.5rem;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

  .xl\:mr-24 {
    margin-right: 6rem;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xl\:ml-24 {
    margin-left: 6rem;
  }

  .xl\:mt-28 {
    margin-top: 7rem;
  }

  .xl\:mr-28 {
    margin-right: 7rem;
  }

  .xl\:mb-28 {
    margin-bottom: 7rem;
  }

  .xl\:ml-28 {
    margin-left: 7rem;
  }

  .xl\:mt-32 {
    margin-top: 8rem;
  }

  .xl\:mr-32 {
    margin-right: 8rem;
  }

  .xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .xl\:ml-32 {
    margin-left: 8rem;
  }

  .xl\:mt-34 {
    margin-top: 8.5rem;
  }

  .xl\:mr-34 {
    margin-right: 8.5rem;
  }

  .xl\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .xl\:ml-34 {
    margin-left: 8.5rem;
  }

  .xl\:mt-38 {
    margin-top: 9.5rem;
  }

  .xl\:mr-38 {
    margin-right: 9.5rem;
  }

  .xl\:mb-38 {
    margin-bottom: 9.5rem;
  }

  .xl\:ml-38 {
    margin-left: 9.5rem;
  }

  .xl\:mt-40 {
    margin-top: 10rem;
  }

  .xl\:mr-40 {
    margin-right: 10rem;
  }

  .xl\:mb-40 {
    margin-bottom: 10rem;
  }

  .xl\:ml-40 {
    margin-left: 10rem;
  }

  .xl\:mt-48 {
    margin-top: 11rem;
  }

  .xl\:mr-48 {
    margin-right: 11rem;
  }

  .xl\:mb-48 {
    margin-bottom: 11rem;
  }

  .xl\:ml-48 {
    margin-left: 11rem;
  }

  .xl\:mt-56 {
    margin-top: 12rem;
  }

  .xl\:mr-56 {
    margin-right: 12rem;
  }

  .xl\:mb-56 {
    margin-bottom: 12rem;
  }

  .xl\:ml-56 {
    margin-left: 12rem;
  }

  .xl\:mt-64 {
    margin-top: 16rem;
  }

  .xl\:mr-64 {
    margin-right: 16rem;
  }

  .xl\:mb-64 {
    margin-bottom: 16rem;
  }

  .xl\:ml-64 {
    margin-left: 16rem;
  }

  .xl\:mt-67 {
    margin-top: 16.875rem;
  }

  .xl\:mr-67 {
    margin-right: 16.875rem;
  }

  .xl\:mb-67 {
    margin-bottom: 16.875rem;
  }

  .xl\:ml-67 {
    margin-left: 16.875rem;
  }

  .xl\:mt-75 {
    margin-top: 18.75rem;
  }

  .xl\:mr-75 {
    margin-right: 18.75rem;
  }

  .xl\:mb-75 {
    margin-bottom: 18.75rem;
  }

  .xl\:ml-75 {
    margin-left: 18.75rem;
  }

  .xl\:mt-auto {
    margin-top: auto;
  }

  .xl\:mr-auto {
    margin-right: auto;
  }

  .xl\:mb-auto {
    margin-bottom: auto;
  }

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:mt-px {
    margin-top: 1px;
  }

  .xl\:mr-px {
    margin-right: 1px;
  }

  .xl\:mb-px {
    margin-bottom: 1px;
  }

  .xl\:ml-px {
    margin-left: 1px;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-screen {
    max-height: 100vh;
  }

  .xl\:max-w-43 {
    max-width: 43%;
  }

  .xl\:max-w-57 {
    max-width: 57%;
  }

  .xl\:max-w-65 {
    max-width: 65%;
  }

  .xl\:max-w-xs {
    max-width: 20rem;
  }

  .xl\:max-w-sm {
    max-width: 30rem;
  }

  .xl\:max-w-md {
    max-width: 40rem;
  }

  .xl\:max-w-lg {
    max-width: 50rem;
  }

  .xl\:max-w-xl {
    max-width: 60rem;
  }

  .xl\:max-w-2xl {
    max-width: 70rem;
  }

  .xl\:max-w-3xl {
    max-width: 80rem;
  }

  .xl\:max-w-4xl {
    max-width: 90rem;
  }

  .xl\:max-w-5xl {
    max-width: 100rem;
  }

  .xl\:max-w-1\/2 {
    max-width: 50%;
  }

  .xl\:max-w-1\/3 {
    max-width: 33.33333%;
  }

  .xl\:max-w-2\/3 {
    max-width: 66.66667%;
  }

  .xl\:max-w-1\/4 {
    max-width: 25%;
  }

  .xl\:max-w-3\/4 {
    max-width: 75%;
  }

  .xl\:max-w-1\/5 {
    max-width: 20%;
  }

  .xl\:max-w-2\/5 {
    max-width: 40%;
  }

  .xl\:max-w-3\/5 {
    max-width: 60%;
  }

  .xl\:max-w-4\/5 {
    max-width: 80%;
  }

  .xl\:max-w-1\/6 {
    max-width: 16.66667%;
  }

  .xl\:max-w-5\/6 {
    max-width: 83.33333%;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\:min-h-0 {
    min-height: 0;
  }

  .xl\:min-h-full {
    min-height: 100%;
  }

  .xl\:min-h-screen {
    min-height: 100vh;
  }

  .xl\:min-w-0 {
    min-width: 0;
  }

  .xl\:min-w-full {
    min-width: 100%;
  }

  .xl\:-m-0 {
    margin: 0;
  }

  .xl\:-m-1 {
    margin: -0.25rem;
  }

  .xl\:-m-2 {
    margin: -0.5rem;
  }

  .xl\:-m-3 {
    margin: -0.75rem;
  }

  .xl\:-m-4 {
    margin: -1rem;
  }

  .xl\:-m-5 {
    margin: -1.25rem;
  }

  .xl\:-m-6 {
    margin: -1.5rem;
  }

  .xl\:-m-7 {
    margin: -1.75rem;
  }

  .xl\:-m-8 {
    margin: -2rem;
  }

  .xl\:-m-9 {
    margin: -2.25rem;
  }

  .xl\:-m-10 {
    margin: -2.5rem;
  }

  .xl\:-m-12 {
    margin: -3rem;
  }

  .xl\:-m-14 {
    margin: -3.5rem;
  }

  .xl\:-m-15 {
    margin: -3.75rem;
  }

  .xl\:-m-16 {
    margin: -4rem;
  }

  .xl\:-m-18 {
    margin: -4.5rem;
  }

  .xl\:-m-20 {
    margin: -5rem;
  }

  .xl\:-m-22 {
    margin: -5.5rem;
  }

  .xl\:-m-24 {
    margin: -6rem;
  }

  .xl\:-m-28 {
    margin: -7rem;
  }

  .xl\:-m-32 {
    margin: -8rem;
  }

  .xl\:-m-34 {
    margin: -8.5rem;
  }

  .xl\:-m-38 {
    margin: -9.5rem;
  }

  .xl\:-m-40 {
    margin: -10rem;
  }

  .xl\:-m-48 {
    margin: -11rem;
  }

  .xl\:-m-56 {
    margin: -12rem;
  }

  .xl\:-m-64 {
    margin: -16rem;
  }

  .xl\:-m-67 {
    margin: -16.875rem;
  }

  .xl\:-m-75 {
    margin: -18.75rem;
  }

  .xl\:-m-px {
    margin: -1px;
  }

  .xl\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xl\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-my-18 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .xl\:-mx-18 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .xl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:-my-22 {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xl\:-mx-22 {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:-my-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .xl\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .xl\:-my-38 {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .xl\:-mx-38 {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .xl\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:-my-48 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xl\:-mx-48 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xl\:-my-56 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:-mx-56 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:-my-67 {
    margin-top: -16.875rem;
    margin-bottom: -16.875rem;
  }

  .xl\:-mx-67 {
    margin-left: -16.875rem;
    margin-right: -16.875rem;
  }

  .xl\:-my-75 {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .xl\:-mx-75 {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:-mt-0 {
    margin-top: 0;
  }

  .xl\:-mr-0 {
    margin-right: 0;
  }

  .xl\:-mb-0 {
    margin-bottom: 0;
  }

  .xl\:-ml-0 {
    margin-left: 0;
  }

  .xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xl\:-mt-4 {
    margin-top: -1rem;
  }

  .xl\:-mr-4 {
    margin-right: -1rem;
  }

  .xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xl\:-ml-4 {
    margin-left: -1rem;
  }

  .xl\:-mt-5 {
    margin-top: -1.25rem;
  }

  .xl\:-mr-5 {
    margin-right: -1.25rem;
  }

  .xl\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .xl\:-ml-5 {
    margin-left: -1.25rem;
  }

  .xl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xl\:-mt-7 {
    margin-top: -1.75rem;
  }

  .xl\:-mr-7 {
    margin-right: -1.75rem;
  }

  .xl\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .xl\:-ml-7 {
    margin-left: -1.75rem;
  }

  .xl\:-mt-8 {
    margin-top: -2rem;
  }

  .xl\:-mr-8 {
    margin-right: -2rem;
  }

  .xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xl\:-ml-8 {
    margin-left: -2rem;
  }

  .xl\:-mt-9 {
    margin-top: -2.25rem;
  }

  .xl\:-mr-9 {
    margin-right: -2.25rem;
  }

  .xl\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .xl\:-ml-9 {
    margin-left: -2.25rem;
  }

  .xl\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xl\:-mt-12 {
    margin-top: -3rem;
  }

  .xl\:-mr-12 {
    margin-right: -3rem;
  }

  .xl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xl\:-ml-12 {
    margin-left: -3rem;
  }

  .xl\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xl\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xl\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .xl\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xl\:-mt-15 {
    margin-top: -3.75rem;
  }

  .xl\:-mr-15 {
    margin-right: -3.75rem;
  }

  .xl\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .xl\:-ml-15 {
    margin-left: -3.75rem;
  }

  .xl\:-mt-16 {
    margin-top: -4rem;
  }

  .xl\:-mr-16 {
    margin-right: -4rem;
  }

  .xl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xl\:-ml-16 {
    margin-left: -4rem;
  }

  .xl\:-mt-18 {
    margin-top: -4.5rem;
  }

  .xl\:-mr-18 {
    margin-right: -4.5rem;
  }

  .xl\:-mb-18 {
    margin-bottom: -4.5rem;
  }

  .xl\:-ml-18 {
    margin-left: -4.5rem;
  }

  .xl\:-mt-20 {
    margin-top: -5rem;
  }

  .xl\:-mr-20 {
    margin-right: -5rem;
  }

  .xl\:-mb-20 {
    margin-bottom: -5rem;
  }

  .xl\:-ml-20 {
    margin-left: -5rem;
  }

  .xl\:-mt-22 {
    margin-top: -5.5rem;
  }

  .xl\:-mr-22 {
    margin-right: -5.5rem;
  }

  .xl\:-mb-22 {
    margin-bottom: -5.5rem;
  }

  .xl\:-ml-22 {
    margin-left: -5.5rem;
  }

  .xl\:-mt-24 {
    margin-top: -6rem;
  }

  .xl\:-mr-24 {
    margin-right: -6rem;
  }

  .xl\:-mb-24 {
    margin-bottom: -6rem;
  }

  .xl\:-ml-24 {
    margin-left: -6rem;
  }

  .xl\:-mt-28 {
    margin-top: -7rem;
  }

  .xl\:-mr-28 {
    margin-right: -7rem;
  }

  .xl\:-mb-28 {
    margin-bottom: -7rem;
  }

  .xl\:-ml-28 {
    margin-left: -7rem;
  }

  .xl\:-mt-32 {
    margin-top: -8rem;
  }

  .xl\:-mr-32 {
    margin-right: -8rem;
  }

  .xl\:-mb-32 {
    margin-bottom: -8rem;
  }

  .xl\:-ml-32 {
    margin-left: -8rem;
  }

  .xl\:-mt-34 {
    margin-top: -8.5rem;
  }

  .xl\:-mr-34 {
    margin-right: -8.5rem;
  }

  .xl\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .xl\:-ml-34 {
    margin-left: -8.5rem;
  }

  .xl\:-mt-38 {
    margin-top: -9.5rem;
  }

  .xl\:-mr-38 {
    margin-right: -9.5rem;
  }

  .xl\:-mb-38 {
    margin-bottom: -9.5rem;
  }

  .xl\:-ml-38 {
    margin-left: -9.5rem;
  }

  .xl\:-mt-40 {
    margin-top: -10rem;
  }

  .xl\:-mr-40 {
    margin-right: -10rem;
  }

  .xl\:-mb-40 {
    margin-bottom: -10rem;
  }

  .xl\:-ml-40 {
    margin-left: -10rem;
  }

  .xl\:-mt-48 {
    margin-top: -11rem;
  }

  .xl\:-mr-48 {
    margin-right: -11rem;
  }

  .xl\:-mb-48 {
    margin-bottom: -11rem;
  }

  .xl\:-ml-48 {
    margin-left: -11rem;
  }

  .xl\:-mt-56 {
    margin-top: -12rem;
  }

  .xl\:-mr-56 {
    margin-right: -12rem;
  }

  .xl\:-mb-56 {
    margin-bottom: -12rem;
  }

  .xl\:-ml-56 {
    margin-left: -12rem;
  }

  .xl\:-mt-64 {
    margin-top: -16rem;
  }

  .xl\:-mr-64 {
    margin-right: -16rem;
  }

  .xl\:-mb-64 {
    margin-bottom: -16rem;
  }

  .xl\:-ml-64 {
    margin-left: -16rem;
  }

  .xl\:-mt-67 {
    margin-top: -16.875rem;
  }

  .xl\:-mr-67 {
    margin-right: -16.875rem;
  }

  .xl\:-mb-67 {
    margin-bottom: -16.875rem;
  }

  .xl\:-ml-67 {
    margin-left: -16.875rem;
  }

  .xl\:-mt-75 {
    margin-top: -18.75rem;
  }

  .xl\:-mr-75 {
    margin-right: -18.75rem;
  }

  .xl\:-mb-75 {
    margin-bottom: -18.75rem;
  }

  .xl\:-ml-75 {
    margin-left: -18.75rem;
  }

  .xl\:-mt-px {
    margin-top: -1px;
  }

  .xl\:-mr-px {
    margin-right: -1px;
  }

  .xl\:-mb-px {
    margin-bottom: -1px;
  }

  .xl\:-ml-px {
    margin-left: -1px;
  }

  .xl\:p-0 {
    padding: 0;
  }

  .xl\:p-1 {
    padding: 0.25rem;
  }

  .xl\:p-2 {
    padding: 0.5rem;
  }

  .xl\:p-3 {
    padding: 0.75rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:p-5 {
    padding: 1.25rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-7 {
    padding: 1.75rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-9 {
    padding: 2.25rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:p-14 {
    padding: 3.5rem;
  }

  .xl\:p-15 {
    padding: 3.75rem;
  }

  .xl\:p-16 {
    padding: 4rem;
  }

  .xl\:p-18 {
    padding: 4.5rem;
  }

  .xl\:p-20 {
    padding: 5rem;
  }

  .xl\:p-22 {
    padding: 5.5rem;
  }

  .xl\:p-24 {
    padding: 6rem;
  }

  .xl\:p-28 {
    padding: 7rem;
  }

  .xl\:p-32 {
    padding: 8rem;
  }

  .xl\:p-34 {
    padding: 8.5rem;
  }

  .xl\:p-38 {
    padding: 9.5rem;
  }

  .xl\:p-40 {
    padding: 10rem;
  }

  .xl\:p-48 {
    padding: 11rem;
  }

  .xl\:p-56 {
    padding: 12rem;
  }

  .xl\:p-64 {
    padding: 16rem;
  }

  .xl\:p-67 {
    padding: 16.875rem;
  }

  .xl\:p-75 {
    padding: 18.75rem;
  }

  .xl\:p-px {
    padding: 1px;
  }

  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xl\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xl\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .xl\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:py-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .xl\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .xl\:py-38 {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .xl\:px-38 {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:py-48 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:px-48 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:py-56 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:px-56 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:py-67 {
    padding-top: 16.875rem;
    padding-bottom: 16.875rem;
  }

  .xl\:px-67 {
    padding-left: 16.875rem;
    padding-right: 16.875rem;
  }

  .xl\:py-75 {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .xl\:px-75 {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:pt-0 {
    padding-top: 0;
  }

  .xl\:pr-0 {
    padding-right: 0;
  }

  .xl\:pb-0 {
    padding-bottom: 0;
  }

  .xl\:pl-0 {
    padding-left: 0;
  }

  .xl\:pt-1 {
    padding-top: 0.25rem;
  }

  .xl\:pr-1 {
    padding-right: 0.25rem;
  }

  .xl\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .xl\:pl-1 {
    padding-left: 0.25rem;
  }

  .xl\:pt-2 {
    padding-top: 0.5rem;
  }

  .xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .xl\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .xl\:pt-3 {
    padding-top: 0.75rem;
  }

  .xl\:pr-3 {
    padding-right: 0.75rem;
  }

  .xl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .xl\:pl-3 {
    padding-left: 0.75rem;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:pt-7 {
    padding-top: 1.75rem;
  }

  .xl\:pr-7 {
    padding-right: 1.75rem;
  }

  .xl\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .xl\:pl-7 {
    padding-left: 1.75rem;
  }

  .xl\:pt-8 {
    padding-top: 2rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pt-9 {
    padding-top: 2.25rem;
  }

  .xl\:pr-9 {
    padding-right: 2.25rem;
  }

  .xl\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .xl\:pl-9 {
    padding-left: 2.25rem;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pt-12 {
    padding-top: 3rem;
  }

  .xl\:pr-12 {
    padding-right: 3rem;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xl\:pl-12 {
    padding-left: 3rem;
  }

  .xl\:pt-14 {
    padding-top: 3.5rem;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .xl\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .xl\:pt-15 {
    padding-top: 3.75rem;
  }

  .xl\:pr-15 {
    padding-right: 3.75rem;
  }

  .xl\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .xl\:pl-15 {
    padding-left: 3.75rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pt-18 {
    padding-top: 4.5rem;
  }

  .xl\:pr-18 {
    padding-right: 4.5rem;
  }

  .xl\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .xl\:pl-18 {
    padding-left: 4.5rem;
  }

  .xl\:pt-20 {
    padding-top: 5rem;
  }

  .xl\:pr-20 {
    padding-right: 5rem;
  }

  .xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:pt-22 {
    padding-top: 5.5rem;
  }

  .xl\:pr-22 {
    padding-right: 5.5rem;
  }

  .xl\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .xl\:pl-22 {
    padding-left: 5.5rem;
  }

  .xl\:pt-24 {
    padding-top: 6rem;
  }

  .xl\:pr-24 {
    padding-right: 6rem;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:pl-24 {
    padding-left: 6rem;
  }

  .xl\:pt-28 {
    padding-top: 7rem;
  }

  .xl\:pr-28 {
    padding-right: 7rem;
  }

  .xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .xl\:pl-28 {
    padding-left: 7rem;
  }

  .xl\:pt-32 {
    padding-top: 8rem;
  }

  .xl\:pr-32 {
    padding-right: 8rem;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .xl\:pl-32 {
    padding-left: 8rem;
  }

  .xl\:pt-34 {
    padding-top: 8.5rem;
  }

  .xl\:pr-34 {
    padding-right: 8.5rem;
  }

  .xl\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .xl\:pl-34 {
    padding-left: 8.5rem;
  }

  .xl\:pt-38 {
    padding-top: 9.5rem;
  }

  .xl\:pr-38 {
    padding-right: 9.5rem;
  }

  .xl\:pb-38 {
    padding-bottom: 9.5rem;
  }

  .xl\:pl-38 {
    padding-left: 9.5rem;
  }

  .xl\:pt-40 {
    padding-top: 10rem;
  }

  .xl\:pr-40 {
    padding-right: 10rem;
  }

  .xl\:pb-40 {
    padding-bottom: 10rem;
  }

  .xl\:pl-40 {
    padding-left: 10rem;
  }

  .xl\:pt-48 {
    padding-top: 11rem;
  }

  .xl\:pr-48 {
    padding-right: 11rem;
  }

  .xl\:pb-48 {
    padding-bottom: 11rem;
  }

  .xl\:pl-48 {
    padding-left: 11rem;
  }

  .xl\:pt-56 {
    padding-top: 12rem;
  }

  .xl\:pr-56 {
    padding-right: 12rem;
  }

  .xl\:pb-56 {
    padding-bottom: 12rem;
  }

  .xl\:pl-56 {
    padding-left: 12rem;
  }

  .xl\:pt-64 {
    padding-top: 16rem;
  }

  .xl\:pr-64 {
    padding-right: 16rem;
  }

  .xl\:pb-64 {
    padding-bottom: 16rem;
  }

  .xl\:pl-64 {
    padding-left: 16rem;
  }

  .xl\:pt-67 {
    padding-top: 16.875rem;
  }

  .xl\:pr-67 {
    padding-right: 16.875rem;
  }

  .xl\:pb-67 {
    padding-bottom: 16.875rem;
  }

  .xl\:pl-67 {
    padding-left: 16.875rem;
  }

  .xl\:pt-75 {
    padding-top: 18.75rem;
  }

  .xl\:pr-75 {
    padding-right: 18.75rem;
  }

  .xl\:pb-75 {
    padding-bottom: 18.75rem;
  }

  .xl\:pl-75 {
    padding-left: 18.75rem;
  }

  .xl\:pt-px {
    padding-top: 1px;
  }

  .xl\:pr-px {
    padding-right: 1px;
  }

  .xl\:pb-px {
    padding-bottom: 1px;
  }

  .xl\:pl-px {
    padding-left: 1px;
  }

  .xl\:static {
    position: static;
  }

  .xl\:fixed {
    position: fixed;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:pin-y {
    top: 0;
    bottom: 0;
  }

  .xl\:pin-x {
    right: 0;
    left: 0;
  }

  .xl\:pin-t {
    top: 0;
  }

  .xl\:pin-r {
    right: 0;
  }

  .xl\:pin-b {
    bottom: 0;
  }

  .xl\:pin-l {
    left: 0;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-center {
    text-align: center;
  }

  .xl\:text-right {
    text-align: right;
  }

  .xl\:text-justify {
    text-align: justify;
  }

  .xl\:text-transparent {
    color: transparent;
  }

  .xl\:text-black {
    color: #000;
  }

  .xl\:text-white {
    color: #fff;
  }

  .xl\:text-oil {
    color: #d7ca45;
  }

  .xl\:text-oilish {
    color: rgba(215, 202, 69, 0.90196);
  }

  .xl\:text-dark {
    color: #242424;
  }

  .xl\:text-grey {
    color: #848484;
  }

  .xl\:text-smoke {
    color: #c8c8c8;
  }

  .xl\:text-smokish {
    color: #eee;
  }

  .xl\:text-granate {
    color: #af2424;
  }

  .xl\:text-navy {
    color: #2b2e34;
  }

  .xl\:text-dijon {
    color: #bfa147;
  }

  .xl\:text-grass {
    color: #77b94c;
  }

  .xl\:text-brick {
    color: #cf6c39;
  }

  .xl\:text-sky {
    color: #5bbfee;
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xl\:hover\:text-black:hover {
    color: #000;
  }

  .xl\:hover\:text-white:hover {
    color: #fff;
  }

  .xl\:hover\:text-oil:hover {
    color: #d7ca45;
  }

  .xl\:hover\:text-oilish:hover {
    color: rgba(215, 202, 69, 0.90196);
  }

  .xl\:hover\:text-dark:hover {
    color: #242424;
  }

  .xl\:hover\:text-grey:hover {
    color: #848484;
  }

  .xl\:hover\:text-smoke:hover {
    color: #c8c8c8;
  }

  .xl\:hover\:text-smokish:hover {
    color: #eee;
  }

  .xl\:hover\:text-granate:hover {
    color: #af2424;
  }

  .xl\:hover\:text-navy:hover {
    color: #2b2e34;
  }

  .xl\:hover\:text-dijon:hover {
    color: #bfa147;
  }

  .xl\:hover\:text-grass:hover {
    color: #77b94c;
  }

  .xl\:hover\:text-brick:hover {
    color: #cf6c39;
  }

  .xl\:hover\:text-sky:hover {
    color: #5bbfee;
  }

  .xl\:text-12 {
    font-size: 0.75rem;
  }

  .xl\:text-14 {
    font-size: 0.875rem;
  }

  .xl\:text-16 {
    font-size: 1rem;
  }

  .xl\:text-18 {
    font-size: 1.125rem;
  }

  .xl\:text-20 {
    font-size: 1.25rem;
  }

  .xl\:text-22 {
    font-size: 1.375rem;
  }

  .xl\:text-24 {
    font-size: 1.5rem;
  }

  .xl\:text-25 {
    font-size: 1.5625rem;
  }

  .xl\:text-28 {
    font-size: 1.75rem;
  }

  .xl\:text-30 {
    font-size: 1.875rem;
  }

  .xl\:text-36 {
    font-size: 2.25rem;
  }

  .xl\:text-43 {
    font-size: 2.6875rem;
  }

  .xl\:text-48 {
    font-size: 3rem;
  }

  .xl\:text-60 {
    font-size: 3.75rem;
  }

  .xl\:text-70 {
    font-size: 4.375rem;
  }

  .xl\:text-76 {
    font-size: 4.75rem;
  }

  .xl\:text-80 {
    font-size: 5rem;
  }

  .xl\:text-92 {
    font-size: 5.75rem;
  }

  .xl\:w-0 {
    width: 0;
  }

  .xl\:w-1 {
    width: 0.25rem;
  }

  .xl\:w-2 {
    width: 0.5rem;
  }

  .xl\:w-3 {
    width: 0.75rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-5 {
    width: 1.25rem;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-7 {
    width: 1.75rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-9 {
    width: 2.25rem;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-12 {
    width: 3.125rem;
  }

  .xl\:w-14 {
    width: 3.5rem;
  }

  .xl\:w-15 {
    width: 3.75rem;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-18 {
    width: 4.5rem;
  }

  .xl\:w-20 {
    width: 5rem;
  }

  .xl\:w-22 {
    width: 5.5rem;
  }

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-28 {
    width: 7rem;
  }

  .xl\:w-30 {
    width: 30%;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-34 {
    width: 8.5rem;
  }

  .xl\:w-38 {
    width: 9.5rem;
  }

  .xl\:w-40 {
    width: 10rem;
  }

  .xl\:w-43 {
    width: 43%;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-56 {
    width: 12rem;
  }

  .xl\:w-57 {
    width: 57%;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:w-65 {
    width: 65%;
  }

  .xl\:w-67 {
    width: 16.875rem;
  }

  .xl\:w-75 {
    width: 18.75rem;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-px {
    width: 1px;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.33333%;
  }

  .xl\:w-2\/3 {
    width: 66.66667%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-7\/10 {
    width: 70%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-1\/6 {
    width: 16.66667%;
  }

  .xl\:w-5\/6 {
    width: 83.33333%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-screen {
    width: 100vw;
  }

  .xl\:w-40vw {
    width: 40vw;
  }
}
