/*! 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 {
  -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 {
  -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] {
  -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;
}

:root {
  --font-stack--main: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --preheader-height: 3rem;
  --header-height: 10rem;
  --content-width: 960px;
  --content-gutter: 2rem;
  --transition-time: 0.25s;
  --transition-time--longer: 0.5s;
  --border-radius: 0.25rem;
  --border-radius--lg: 0.5rem;
  --border-radius--xl: 1.5rem;
  --system--color--darkgrey: #222222;
  --system--color--lightgrey: #eeeeee;
}
@media only screen and (max-width: 1219px) {
  :root {
    --content-width: 820px;
  }
}
@media only screen and (max-width: 979px) {
  :root {
    --content-width: 640px;
    --header-height: 7rem;
  }
}
@media only screen and (max-width: 781px) {
  :root {
    --content-width: 500px;
    --content-gutter: 1.5rem;
    --header-height: 6rem;
  }
}
@media only screen and (max-width: 599px) {
  :root {
    --content-width: -webkit-calc( 100% - 2 * var( --content-gutter ) );
    --content-width: -moz-calc( 100% - 2 * var( --content-gutter ) );
    --content-width: calc( 100% - 2 * var( --content-gutter ) );
  }
}

@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/helvetica-neue-light.woff2") format("woff2"), url("../fonts/helvetica-neue-light.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: italic;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/helvetica-neue-light-italic.woff2") format("woff2"), url("../fonts/helvetica-neue-light-italic.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("../fonts/helvetica-neue-bold.woff2") format("woff2"), url("../fonts/helvetica-neue-bold.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: italic;
  font-weight: bold;
  font-display: swap;
  src: url("../fonts/helvetica-neue-bold-italic.woff2") format("woff2"), url("../fonts/helvetica-neue-bold-italic.woff") format("woff");
}
/****************************
****** CONTENT WIDTHS *******
****************************/
.content-container > *,
.wp-block-cover__inner-container > *,
.wp-block-group__inner-container > * {
  max-width: var(--content-width);
  margin-left: auto;
  margin-right: auto;
}

.content-container .alignwide {
  max-width: -webkit-calc(1.2 * var(--content-width));
  max-width: -moz-calc(1.2 * var(--content-width));
  max-width: calc(1.2 * var(--content-width));
  width: 100%;
}

.content-container .alignfull {
  max-width: 100%;
  width: 100%;
}

/****************************
****** BASE STYLES **********
****************************/
*,
*::before,
*::after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
  scroll-padding-top: var(--header-height);
}

html,
body,
button,
input,
select,
textarea {
  font-family: var(--font-stack--main);
}

body {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--wp--preset--color--primary);
  line-height: 1.35;
}

h1 {
  font-size: 4.2rem;
}
@media only screen and (max-width: 979px) {
  h1 {
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 781px) {
  h1 {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 599px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 3.2rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 781px) {
  h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 599px) {
  h2 {
    font-size: 2.4rem;
  }
}

h3 {
  font-size: 2.2rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 599px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h5 {
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h6 {
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

p {
  margin-bottom: 1rem;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 2rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul li,
ol li {
  margin-bottom: 1rem;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1rem 1rem;
}

b,
strong {
  font-weight: bold;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

table {
  margin: 0 0 2rem 0;
  width: 100%;
  border-collapse: collapse;
}

th {
  font-weight: bold;
}

th,
td {
  border: 1px solid grey;
  padding: 0.4rem 0.8rem;
}

figure {
  margin-top: 0;
  margin-bottom: 0;
}
figure img {
  display: block;
}

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

hr {
  border: 0;
  height: 1px;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

a {
  color: inherit;
}

.screen-reader-text {
  display: none;
  visibility: hidden;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--wp--preset--color--grey);
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--wp--preset--color--grey);
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--wp--preset--color--grey);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--wp--preset--color--grey);
}

::placeholder {
  /* Most modern browsers support this now. */
  color: var(--wp--preset--color--grey);
}

form fieldset {
  border: none;
  padding: 0;
  -webkit-margin-start: 0;
     -moz-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
     -moz-margin-end: 0;
          margin-inline-end: 0;
}
form fieldset > legend {
  display: none;
}
form label {
  font-size: smaller;
  color: var(--wp--preset--color--grey);
}
form input[type=text],
form input[type=search],
form input[type=number],
form input[type=tel],
form input[type=email],
form input[type=password],
form input[type=submit],
form input[type=button],
form select,
form textarea,
form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border-radius: var(--border-radius);
  font-size: 1.6rem;
  padding: 0.85rem 1.25rem;
  line-height: 1.6;
  margin: 0.5rem 0;
  border: 1px solid var(--wp--preset--color--grey);
}
form input[type=text]:focus,
form input[type=search]:focus,
form input[type=number]:focus,
form input[type=tel]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=submit]:focus,
form input[type=button]:focus,
form select:focus,
form textarea:focus,
form button:focus {
  outline: none;
  border-color: var(--wp--preset--color--primary);
  box-shadow: 0 0 3px var(--wp--preset--color--primary);
}
form textarea {
  resize: vertical;
}
form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding-right: 3rem;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg enable-background='new 0 0 512 309.54422' version='1.1' viewBox='0 0 512 309.54' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill:%23000000' d='m496.22 15.726c-20.94-20.982-55-20.961-75.941 0.021057l-164.16 164.16-164.14-164.16c-20.982-20.982-55.021-20.961-75.962-0.021057-20.982 20.982-20.982 55-0.021057 75.962l202.11 202.13c10.491 10.512 24.241 15.726 37.991 15.726 0.007019 0 0.014038-4.883e-4 0.021057-4.883e-4s0.013977 4.883e-4 0.020996 4.883e-4c13.75 0 27.5-5.2141 37.991-15.726l202.09-202.13c20.982-20.961 20.982-54.979 0-75.962z'/%3E%3C/svg%3E%0A");
  background-position: -webkit-calc(100% - 1.25rem) 50%;
  background-position: -moz-calc(100% - 1.25rem) 50%;
  background-position: calc(100% - 1.25rem) 50%;
  background-size: 1rem;
  background-repeat: no-repeat;
}
form input[type=submit],
form input[type=button],
form button[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  font-weight: bold;
  text-align: center;
}
form input[type=submit]:hover,
form input[type=button]:hover,
form button[type=submit]:hover {
  cursor: pointer;
}

/******************************
********** HEADER *************
******************************/
#header {
  width: 100%;
  padding: 0;
  background: var(--wp--preset--color--white);
  box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.1), 0 0.25rem 1.5rem rgba(0, 0, 0, 0.1);
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header-height);
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}

#header__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
}

#header__logo-link {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  height: 100%;
  width: 33.33%;
}

#header__icon {
  fill: var(--wp--preset--color--white);
  width: 4rem;
}
@media only screen and (max-width: 781px) {
  #header__icon {
    width: 3rem;
  }
}

#header__title {
  font-weight: 700;
  margin-top: 0.5rem;
  font-size: 2rem;
}
@media only screen and (max-width: 781px) {
  #header__title {
    display: none;
  }
}

#header__stores {
  width: 33.33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: var(--content-gutter);
}

#header__stores__select {
  width: 18rem;
  overflow: hidden;
  font-size: 1.4rem;
}
@media only screen and (max-width: 781px) {
  #header__stores__select {
    padding: 0.6rem 1.75rem 0.4rem 0.75rem;
    font-size: 1.3rem;
    width: 10.5rem;
    background-size: 0.8rem;
    background-position: -webkit-calc(100% - 0.75rem) 50%;
    background-position: -moz-calc(100% - 0.75rem) 50%;
    background-position: calc(100% - 0.75rem) 50%;
  }
}

#header__stores__phone,
#header__stores__mail,
#header__stores__select--buttonized {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  overflow: hidden;
  text-indent: 999px;
  white-space: nowrap;
  background: white;
  border-radius: var(--border-radius);
  border-radius: 50%;
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 781px) {
  #header__stores__phone,
#header__stores__mail,
#header__stores__select--buttonized {
    width: 2.75rem;
    height: 2.75rem;
  }
}

#header__stores__phone {
  background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 512 512' version='1.1' viewBox='0 0 512 512' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23812a3a' d='m344.39 511.34c-18.221-5.6409-48.563-10.551-74.617-23.876-107.81-55.178-193.35-134.12-245.98-245.05-21.333-44.979-33.467-91.608-14.001-141.16 16.152-41.123 50.904-68.151 86.427-61.604 12.58 2.3267 27.988 13.703 33.48 25.107 12.878 26.757 20.048 56.22 30.504 84.222 7.4401 19.939-2.8813 32.249-15.665 44.803-32.493 31.925-32.303 32.073-8.5223 70.667 30.761 49.93 73.535 86.995 122.95 117.61 18.492 11.458 34.373 11.471 46.886-5.8979 22.036-30.599 48.388-32.953 80.38-17.626 15.299 7.3318 32.128 11.471 48.293 17.004 38.54 13.189 50.268 45.669 28.448 80.542-24.715 39.527-63.43 52.175-118.58 55.259'/%3E%3Cpath fill='%23812a3a' d='m512 316.96c-1.4474 2.1373-6.4391 9.5368-11.431 16.936-4.4775-7.643-12.378-15.056-12.919-22.983-10.646-155.89-136.78-280.06-292.6-287.07-2.5567-0.12178-5.4651 0.63575-7.6295-0.33821-8.3194-3.693-16.395-7.9406-24.552-11.972 9.0363-3.8283 18.965-12.256 26.947-10.687 42.49 8.3058 86.575 13.96 126.26 30.031 113.47 45.966 193.51 163.24 195.92 286.08'/%3E%3Cpath fill='%23812a3a' d='m217.06 77.926c113.94 8.2247 194.66 80.055 211.15 181.65 1.0957 6.7366 3.1248 14.15 1.3798 20.291-1.9615 6.8584-7.7242 12.635-11.823 18.871-4.0988-5.5327-11.755-11.065-11.755-16.598 0.054108-90.891-83.207-177.74-188.37-181.47-6.2226-0.21642-12.175-7.9135-18.262-12.121 7.7242-4.6399 15.462-9.2798 17.68-10.619'/%3E%3Cpath fill='%23812a3a' d='m232.8 152.27c62.47 1.6098 115.29 50.863 118.78 106.51 0.44641 7.0207-7.0478 14.555-10.862 21.86-4.3152-5.2892-11.268-10.024-12.526-15.962-11.769-55.571-34.901-78.648-89.754-89.876-7.3589-1.5151-13.568-8.6846-20.305-13.23 6.3985-4.0582 12.797-8.13 14.664-9.3069'/%3E%3C/svg%3E%0A");
}

#header__stores__mail {
  background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 512 512' version='1.1' viewBox='0 0 512 512' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23812a3a' d='m511.12 497.22c-30.292-29.149-92.69-89.122-148.48-142.37l148.48-145.31v287.68z'/%3E%3Cpath fill='%23812a3a' d='m141.66 347.31c-52.32 53.451-111.17 116.1-140.78 147.82v-285.6l140.78 137.78z'/%3E%3Cpath fill='%23812a3a' d='m234.13 287.36c4.6818-4.1751 11.184-8.1367 13.96-8.9369 1.2394 0.55478 4.6303 2.4876 11.382 8.7786 51.544 48.026 185.17 176.42 235.45 224.8h-479.85c29.032-31.094 203.56-210.84 219.05-224.64z'/%3E%3Cpath fill='%23812a3a' d='m252.28 0 253.38 184.29-158.84 155.44c-29.149-27.771-55.318-52.595-72.434-68.527-10.806-10.078-18.354-14.499-25.23-14.767-12.027-0.41431-26.752 12.077-29.597 14.597-15.722 14.031-37.963 35.801-62.574 60.689l-150.75-147.54 246.04-184.18z'/%3E%3C/svg%3E%0A");
}

#header__stores__select--buttonized {
  background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 512 512' version='1.1' viewBox='0 0 512 512' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23812a3a' d='m255.99 0c-97.97 0-177.67 79.714-177.67 177.69 0 94.307 161.21 314.64 168.07 323.97l6.406 8.7182c0.74915 1.0247 1.9421 1.6238 3.1972 1.6238 1.2745 0 2.4597-0.59909 3.2166-1.6238l6.4021-8.7182c6.8679-9.3301 168.07-229.66 168.07-323.97 1e-7 -97.972-79.716-177.69-177.69-177.69zm0 114.04c35.103 0 63.647 28.546 63.647 63.647 0 35.083-28.546 63.647-63.647 63.647-35.082 0-63.647-28.564-63.647-63.647 1.53e-5 -35.102 28.564-63.647 63.647-63.647z'/%3E%3C/svg%3E");
  padding: 0;
}

/**********************************
********** HEADER NAV BUTTON ******
**********************************/
#header__nav-link {
  position: relative;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.5rem 1.25rem 0.1rem 4.25rem;
  margin-left: -0.75rem;
  border-radius: var(--border-radius);
  margin-right: auto;
  -webkit-transition: var(--transition-time) ease background-color;
  -o-transition: var(--transition-time) ease background-color;
  -moz-transition: var(--transition-time) ease background-color;
  transition: var(--transition-time) ease background-color;
}
#header__nav-link:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

#header__nav-link span {
  display: block;
  position: absolute;
  height: 1.5px;
  width: 2.5rem;
  margin-top: 0.3rem;
  margin-left: 0.75rem;
  border-radius: 1px;
  background-color: var(--wp--preset--color--white);
  left: 0;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: var(--transition-time--longer) ease top, var(--transition-time--longer) ease left, var(--transition-time--longer) ease opacity, var(--transition-time--longer) ease transform, var(--transition-time--longer) ease width;
  -o-transition: var(--transition-time--longer) ease top, var(--transition-time--longer) ease left, var(--transition-time--longer) ease opacity, var(--transition-time--longer) ease transform, var(--transition-time--longer) ease width;
  -moz-transition: var(--transition-time--longer) ease top, var(--transition-time--longer) ease left, var(--transition-time--longer) ease opacity, var(--transition-time--longer) ease transform, var(--transition-time--longer) ease width;
  transition: var(--transition-time--longer) ease top, var(--transition-time--longer) ease left, var(--transition-time--longer) ease opacity, var(--transition-time--longer) ease transform, var(--transition-time--longer) ease width;
}

#header__nav-link span:nth-child(1) {
  top: 6px;
  -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
       -o-transform-origin: left center;
          transform-origin: left center;
}

#header__nav-link span:nth-child(2) {
  top: 14px;
  -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
       -o-transform-origin: left center;
          transform-origin: left center;
}

#header__nav-link span:nth-child(3) {
  top: 22px;
  -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
       -o-transform-origin: left center;
          transform-origin: left center;
}

body.header-menu--visible #header__nav-link span:nth-child(1) {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 5px;
  left: 5px;
}

body.header-menu--visible #header__nav-link span:nth-child(2) {
  left: 50%;
  width: 0%;
  opacity: 0;
}

body.header-menu--visible #header__nav-link span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 23px;
  left: 5px;
}

/***********************************
********** HEADER MENU *************
***********************************/
#header__menu-container {
  position: fixed;
  top: var(--header-height);
  left: 0;
  height: -webkit-calc(100% - var(--header-height));
  height: -moz-calc(100% - var(--header-height));
  height: calc(100% - var(--header-height));
  width: 100%;
  visibility: hidden;
  opacity: 0;
  background: var(--wp--preset--color--palegrey);
  color: var(--wp--preset--color--darkgrey);
  -webkit-transition: var(--transition-time--longer) ease clip-path, var(--transition-time--longer) ease visibility, var(--transition-time--longer) ease opacity;
  -o-transition: var(--transition-time--longer) ease clip-path, var(--transition-time--longer) ease visibility, var(--transition-time--longer) ease opacity;
  -moz-transition: var(--transition-time--longer) ease clip-path, var(--transition-time--longer) ease visibility, var(--transition-time--longer) ease opacity;
  transition: var(--transition-time--longer) ease clip-path, var(--transition-time--longer) ease visibility, var(--transition-time--longer) ease opacity;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

body.header-menu--visible #header__menu-container {
  visibility: visible;
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

#header__menu-inner-container {
  width: 100%;
  height: 100%;
  max-width: var(--content-width);
  max-width: -webkit-calc(var(--content-width) + 2rem);
  max-width: -moz-calc(var(--content-width) + 2rem);
  max-width: calc(var(--content-width) + 2rem);
  margin: 0 auto;
  overflow: auto;
}

#header-menu {
  display: block;
  padding: 2rem 0 4rem;
  font-size: 2.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
#header-menu li {
  display: block;
  margin-top: 2rem;
  width: 33.33%;
}
@media only screen and (max-width: 979px) {
  #header-menu li {
    width: 50%;
  }
}
@media only screen and (max-width: 781px) {
  #header-menu li {
    width: 100%;
  }
}
#header-menu li a {
  display: inline-block;
  border: none;
  text-decoration: none;
  color: inherit;
  padding: 0.45rem 1rem 0.15rem;
  margin: 0.25rem 0;
  border-radius: var(--border-radius);
}
@media (hover: hover) {
  #header-menu li a {
    -webkit-transition: var(--transition-time) ease color, var(--transition-time) ease background-color;
    -o-transition: var(--transition-time) ease color, var(--transition-time) ease background-color;
    -moz-transition: var(--transition-time) ease color, var(--transition-time) ease background-color;
    transition: var(--transition-time) ease color, var(--transition-time) ease background-color;
  }
  #header-menu li a:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
#header-menu ul.sub-menu {
  visibility: visible;
  opacity: 1;
  position: relative;
  box-shadow: none;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: normal;
}
#header-menu ul.sub-menu li {
  width: 100%;
  padding: 0;
  margin: 0;
}
footer {
  background-color: #eaeaea;
  color: var(--wp--preset--color--grey);
  text-align: center;
  padding: 0.5rem 0 1rem;
  font-size: smaller;
}

body.authentification-visible footer {
  background-color: black;
  color: var(--wp--preset--color--grey);
}

body:not(.dashboard-visible) {
  background-image: -webkit-linear-gradient(100deg, #ffffff 50%, #fafafa 50%);
  background-image: -moz-linear-gradient(100deg, #ffffff 50%, #fafafa 50%);
  background-image: linear-gradient(-10deg, #ffffff 50%, #fafafa 50%);
  background-repeat: no-repeat;
}

body.authentification-visible {
  background-image: url("../img/background-login.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  min-height: 100vh;
}
body.authentification-visible main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: var(--content-gutter) 0;
}

.authentification-modal {
  background: white;
  padding: -webkit-calc(2 * var(--content-gutter));
  padding: -moz-calc(2 * var(--content-gutter));
  padding: calc(2 * var(--content-gutter));
  border-radius: var(--border-radius--lg);
  max-width: 40rem;
  margin: -webkit-calc(2 * var(--content-gutter));
  margin: -moz-calc(2 * var(--content-gutter));
  margin: calc(2 * var(--content-gutter));
}
.authentification-modal p {
  font-size: smaller;
  line-height: 1.3;
  margin-top: 0;
}
.authentification-modal p.warning {
  background: #F34343;
  color: white;
  padding: 1rem 1.5rem;
}

#user-message__form {
  position: relative;
}

#user-message__success-notice,
#user-message__error-notice {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: var(--border-radius);
  padding: 2rem;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  display: none;
}
#user-message__success-notice.visible,
#user-message__error-notice.visible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

#user-message__success-notice {
  border: 2px solid green;
  box-shadow: 0 0 3px green;
}

#user-message__error-notice {
  border: 2px solid red;
  box-shadow: 0 0 3px red;
}

/************************************
***** MARGIN & PADDING HELPERS ******
************************************/
.margin-top-0 {
  margin-top: 0rem !important;
}

.margin-bottom-0 {
  margin-bottom: 0rem !important;
}

.margin-top-negative-0 {
  margin-top: -0rem !important;
}

.padding-top-0 {
  padding-top: 0rem !important;
}

.padding-right-0 {
  padding-right: 0rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-0 {
    padding-right: 0 !important;
  }
}

.padding-bottom-0 {
  padding-bottom: 0rem !important;
}

.padding-left-0 {
  padding-left: 0rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-0 {
    padding-left: 0 !important;
  }
}

.margin-top-1 {
  margin-top: 1rem !important;
}

.margin-bottom-1 {
  margin-bottom: 1rem !important;
}

.margin-top-negative-1 {
  margin-top: -1rem !important;
}

.padding-top-1 {
  padding-top: 1rem !important;
}

.padding-right-1 {
  padding-right: 1rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-1 {
    padding-right: 0 !important;
  }
}

.padding-bottom-1 {
  padding-bottom: 1rem !important;
}

.padding-left-1 {
  padding-left: 1rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-1 {
    padding-left: 0 !important;
  }
}

.margin-top-2 {
  margin-top: 2rem !important;
}

.margin-bottom-2 {
  margin-bottom: 2rem !important;
}

.margin-top-negative-2 {
  margin-top: -2rem !important;
}

.padding-top-2 {
  padding-top: 2rem !important;
}

.padding-right-2 {
  padding-right: 2rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-2 {
    padding-right: 0 !important;
  }
}

.padding-bottom-2 {
  padding-bottom: 2rem !important;
}

.padding-left-2 {
  padding-left: 2rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-2 {
    padding-left: 0 !important;
  }
}

.margin-top-3 {
  margin-top: 3rem !important;
}

.margin-bottom-3 {
  margin-bottom: 3rem !important;
}

.margin-top-negative-3 {
  margin-top: -3rem !important;
}

.padding-top-3 {
  padding-top: 3rem !important;
}

.padding-right-3 {
  padding-right: 3rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-3 {
    padding-right: 0 !important;
  }
}

.padding-bottom-3 {
  padding-bottom: 3rem !important;
}

.padding-left-3 {
  padding-left: 3rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-3 {
    padding-left: 0 !important;
  }
}

.margin-top-4 {
  margin-top: 4rem !important;
}

.margin-bottom-4 {
  margin-bottom: 4rem !important;
}

.margin-top-negative-4 {
  margin-top: -4rem !important;
}

.padding-top-4 {
  padding-top: 4rem !important;
}

.padding-right-4 {
  padding-right: 4rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-4 {
    padding-right: 0 !important;
  }
}

.padding-bottom-4 {
  padding-bottom: 4rem !important;
}

.padding-left-4 {
  padding-left: 4rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-4 {
    padding-left: 0 !important;
  }
}

.margin-top-5 {
  margin-top: 5rem !important;
}

.margin-bottom-5 {
  margin-bottom: 5rem !important;
}

.margin-top-negative-5 {
  margin-top: -5rem !important;
}

.padding-top-5 {
  padding-top: 5rem !important;
}

.padding-right-5 {
  padding-right: 5rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-5 {
    padding-right: 0 !important;
  }
}

.padding-bottom-5 {
  padding-bottom: 5rem !important;
}

.padding-left-5 {
  padding-left: 5rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-5 {
    padding-left: 0 !important;
  }
}

.margin-top-6 {
  margin-top: 6rem !important;
}

.margin-bottom-6 {
  margin-bottom: 6rem !important;
}

.margin-top-negative-6 {
  margin-top: -6rem !important;
}

.padding-top-6 {
  padding-top: 6rem !important;
}

.padding-right-6 {
  padding-right: 6rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-6 {
    padding-right: 0 !important;
  }
}

.padding-bottom-6 {
  padding-bottom: 6rem !important;
}

.padding-left-6 {
  padding-left: 6rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-6 {
    padding-left: 0 !important;
  }
}

.margin-top-7 {
  margin-top: 7rem !important;
}

.margin-bottom-7 {
  margin-bottom: 7rem !important;
}

.margin-top-negative-7 {
  margin-top: -7rem !important;
}

.padding-top-7 {
  padding-top: 7rem !important;
}

.padding-right-7 {
  padding-right: 7rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-7 {
    padding-right: 0 !important;
  }
}

.padding-bottom-7 {
  padding-bottom: 7rem !important;
}

.padding-left-7 {
  padding-left: 7rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-7 {
    padding-left: 0 !important;
  }
}

.margin-top-8 {
  margin-top: 8rem !important;
}

.margin-bottom-8 {
  margin-bottom: 8rem !important;
}

.margin-top-negative-8 {
  margin-top: -8rem !important;
}

.padding-top-8 {
  padding-top: 8rem !important;
}

.padding-right-8 {
  padding-right: 8rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-8 {
    padding-right: 0 !important;
  }
}

.padding-bottom-8 {
  padding-bottom: 8rem !important;
}

.padding-left-8 {
  padding-left: 8rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-8 {
    padding-left: 0 !important;
  }
}

.margin-top-9 {
  margin-top: 9rem !important;
}

.margin-bottom-9 {
  margin-bottom: 9rem !important;
}

.margin-top-negative-9 {
  margin-top: -9rem !important;
}

.padding-top-9 {
  padding-top: 9rem !important;
}

.padding-right-9 {
  padding-right: 9rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-9 {
    padding-right: 0 !important;
  }
}

.padding-bottom-9 {
  padding-bottom: 9rem !important;
}

.padding-left-9 {
  padding-left: 9rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-9 {
    padding-left: 0 !important;
  }
}

.margin-top-10 {
  margin-top: 10rem !important;
}

.margin-bottom-10 {
  margin-bottom: 10rem !important;
}

.margin-top-negative-10 {
  margin-top: -10rem !important;
}

.padding-top-10 {
  padding-top: 10rem !important;
}

.padding-right-10 {
  padding-right: 10rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-10 {
    padding-right: 0 !important;
  }
}

.padding-bottom-10 {
  padding-bottom: 10rem !important;
}

.padding-left-10 {
  padding-left: 10rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-10 {
    padding-left: 0 !important;
  }
}

.margin-top-11 {
  margin-top: 11rem !important;
}

.margin-bottom-11 {
  margin-bottom: 11rem !important;
}

.margin-top-negative-11 {
  margin-top: -11rem !important;
}

.padding-top-11 {
  padding-top: 11rem !important;
}

.padding-right-11 {
  padding-right: 11rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-11 {
    padding-right: 0 !important;
  }
}

.padding-bottom-11 {
  padding-bottom: 11rem !important;
}

.padding-left-11 {
  padding-left: 11rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-11 {
    padding-left: 0 !important;
  }
}

.margin-top-12 {
  margin-top: 12rem !important;
}

.margin-bottom-12 {
  margin-bottom: 12rem !important;
}

.margin-top-negative-12 {
  margin-top: -12rem !important;
}

.padding-top-12 {
  padding-top: 12rem !important;
}

.padding-right-12 {
  padding-right: 12rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-12 {
    padding-right: 0 !important;
  }
}

.padding-bottom-12 {
  padding-bottom: 12rem !important;
}

.padding-left-12 {
  padding-left: 12rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-12 {
    padding-left: 0 !important;
  }
}

.margin-top-13 {
  margin-top: 13rem !important;
}

.margin-bottom-13 {
  margin-bottom: 13rem !important;
}

.margin-top-negative-13 {
  margin-top: -13rem !important;
}

.padding-top-13 {
  padding-top: 13rem !important;
}

.padding-right-13 {
  padding-right: 13rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-13 {
    padding-right: 0 !important;
  }
}

.padding-bottom-13 {
  padding-bottom: 13rem !important;
}

.padding-left-13 {
  padding-left: 13rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-13 {
    padding-left: 0 !important;
  }
}

.margin-top-14 {
  margin-top: 14rem !important;
}

.margin-bottom-14 {
  margin-bottom: 14rem !important;
}

.margin-top-negative-14 {
  margin-top: -14rem !important;
}

.padding-top-14 {
  padding-top: 14rem !important;
}

.padding-right-14 {
  padding-right: 14rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-14 {
    padding-right: 0 !important;
  }
}

.padding-bottom-14 {
  padding-bottom: 14rem !important;
}

.padding-left-14 {
  padding-left: 14rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-14 {
    padding-left: 0 !important;
  }
}

.margin-top-15 {
  margin-top: 15rem !important;
}

.margin-bottom-15 {
  margin-bottom: 15rem !important;
}

.margin-top-negative-15 {
  margin-top: -15rem !important;
}

.padding-top-15 {
  padding-top: 15rem !important;
}

.padding-right-15 {
  padding-right: 15rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-15 {
    padding-right: 0 !important;
  }
}

.padding-bottom-15 {
  padding-bottom: 15rem !important;
}

.padding-left-15 {
  padding-left: 15rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-15 {
    padding-left: 0 !important;
  }
}

.margin-top-16 {
  margin-top: 16rem !important;
}

.margin-bottom-16 {
  margin-bottom: 16rem !important;
}

.margin-top-negative-16 {
  margin-top: -16rem !important;
}

.padding-top-16 {
  padding-top: 16rem !important;
}

.padding-right-16 {
  padding-right: 16rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-16 {
    padding-right: 0 !important;
  }
}

.padding-bottom-16 {
  padding-bottom: 16rem !important;
}

.padding-left-16 {
  padding-left: 16rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-16 {
    padding-left: 0 !important;
  }
}

.margin-top-17 {
  margin-top: 17rem !important;
}

.margin-bottom-17 {
  margin-bottom: 17rem !important;
}

.margin-top-negative-17 {
  margin-top: -17rem !important;
}

.padding-top-17 {
  padding-top: 17rem !important;
}

.padding-right-17 {
  padding-right: 17rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-17 {
    padding-right: 0 !important;
  }
}

.padding-bottom-17 {
  padding-bottom: 17rem !important;
}

.padding-left-17 {
  padding-left: 17rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-17 {
    padding-left: 0 !important;
  }
}

.margin-top-18 {
  margin-top: 18rem !important;
}

.margin-bottom-18 {
  margin-bottom: 18rem !important;
}

.margin-top-negative-18 {
  margin-top: -18rem !important;
}

.padding-top-18 {
  padding-top: 18rem !important;
}

.padding-right-18 {
  padding-right: 18rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-18 {
    padding-right: 0 !important;
  }
}

.padding-bottom-18 {
  padding-bottom: 18rem !important;
}

.padding-left-18 {
  padding-left: 18rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-18 {
    padding-left: 0 !important;
  }
}

.margin-top-19 {
  margin-top: 19rem !important;
}

.margin-bottom-19 {
  margin-bottom: 19rem !important;
}

.margin-top-negative-19 {
  margin-top: -19rem !important;
}

.padding-top-19 {
  padding-top: 19rem !important;
}

.padding-right-19 {
  padding-right: 19rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-19 {
    padding-right: 0 !important;
  }
}

.padding-bottom-19 {
  padding-bottom: 19rem !important;
}

.padding-left-19 {
  padding-left: 19rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-19 {
    padding-left: 0 !important;
  }
}

.margin-top-20 {
  margin-top: 20rem !important;
}

.margin-bottom-20 {
  margin-bottom: 20rem !important;
}

.margin-top-negative-20 {
  margin-top: -20rem !important;
}

.padding-top-20 {
  padding-top: 20rem !important;
}

.padding-right-20 {
  padding-right: 20rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-20 {
    padding-right: 0 !important;
  }
}

.padding-bottom-20 {
  padding-bottom: 20rem !important;
}

.padding-left-20 {
  padding-left: 20rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-20 {
    padding-left: 0 !important;
  }
}

.margin-top-auto {
  margin-top: auto !important;
}

@media only screen and (max-width: 781px) {
  .mobile-margin-top-0 {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 781px) {
  .mobile-padding-top-0 {
    padding-top: 0 !important;
  }
}

/************************************
***** TEXT ALIGN HELPERS ************
************************************/
@media only screen and (max-width: 599px) {
  .mobile-text-align-left {
    text-align: left !important;
  }

  .mobile-text-align-center {
    text-align: center !important;
  }
}
/************************************
***** OPACITY HELPERS ***************
************************************/
/************************************
***** SEPARATORS ********************
************************************/
.wp-block-separator,
.wp-block-separator.is-style-wide,
.wp-block-separator.is-style-default {
  border: none;
  height: 2px;
  background-color: var(--wp--preset--color--primary);
  margin: 7.5rem auto;
  opacity: 1;
}
.wp-block-separator.has-background,
.wp-block-separator.is-style-wide.has-background,
.wp-block-separator.is-style-default.has-background {
  background-color: currentColor;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 15rem;
}

.wp-block-separator.has-background:not(.is-style-dots),
.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
  height: 2px;
}

/************************************
***** LISTS *************************
************************************/
ul.is-style-checkmarks {
  list-style: none;
}
ul.is-style-checkmarks li {
  position: relative;
}
ul.is-style-checkmarks li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -4rem;
  top: 0.5rem;
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg enable-background='new 0 0 128 128' version='1.1' viewBox='0 0 128 128' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m128 63.994c0.00313 35.346-28.648 64.003-63.994 64.006s-64.003-28.648-64.006-63.994 28.648-64.003 63.994-64.006h0.00566c35.344 0 63.997 28.65 64 63.994zm-71.404 33.91 47.474-47.474c1.6104-1.6129 1.6104-4.2253 0-5.8382l-5.8269-5.8721c-1.6129-1.6104-4.2253-1.6104-5.8382 0l-38.726 38.726-18.085-18.085c-1.6129-1.6104-4.2253-1.6104-5.8382 0l-5.8326 5.8439c-1.6104 1.6129-1.6104 4.2253 0 5.8382l26.84 26.84c1.6129 1.6104 4.2253 1.6104 5.8382 0l-0.00566 0.0226z' fill='%23EF876C'/%3E%3C/svg%3E");
}

/************************************
***** TABLES ************************
************************************/
figure.wp-block-table {
  margin-top: 2rem;
  line-height: 1.4;
}
figure.wp-block-table table tbody tr td {
  border: none;
  padding-left: 0;
}
figure.wp-block-table table tbody tr td:first-of-type {
  color: var(--wp--preset--color--grey);
  white-space: nowrap;
  padding-right: -webkit-calc(2 * var(--content-gutter));
  padding-right: -moz-calc(2 * var(--content-gutter));
  padding-right: calc(2 * var(--content-gutter));
}
figure.wp-block-table table tbody tr:not(:first-of-type) td {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/************************************
***** COLUMNS ***********************
************************************/
@media only screen and (max-width: 599px) {
  .wp-block-columns.is-style-mobile-collapse-reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
            flex-direction: column-reverse;
  }
}

.wp-block-columns.is-style-no-gap {
  --wp--style--block-gap: 0;
}

/************************************
***** BUTTONS ***********************
************************************/
.wp-block-buttons {
  gap: 0.5rem 2rem !important;
}

.wp-block-buttons > .wp-block-button {
  margin-bottom: 1.75rem;
}

.wp-block-button__link {
  padding: -webkit-calc(0.5rem + 2px) -webkit-calc(2.5rem + 2px);
  padding: -moz-calc(0.5rem + 2px) -moz-calc(2.5rem + 2px);
  padding: calc(0.5rem + 2px) calc(2.5rem + 2px);
  font-weight: bold;
  background-color: var(--wp--preset--color--primary);
}

.is-style-outline > .wp-block-button__link {
  padding: 0.5rem 2.5rem;
}

.is-style-outline > .wp-block-button__link:not(.has-text-color) {
  background-color: transparent;
}

.is-style-outline > .wp-block-button__link:not(.has-background-color) {
  background-color: transparent;
}

.wp-block-button__link {
  position: relative;
  border-radius: var(--border-radius);
}
.wp-block-button__link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0, 0, 0);
  border-radius: inherit;
  -webkit-transition: var(--transition-time) ease opacity;
  -o-transition: var(--transition-time) ease opacity;
  -moz-transition: var(--transition-time) ease opacity;
  transition: var(--transition-time) ease opacity;
  opacity: 0;
  mix-blend-mode: overlay;
}
.wp-block-button__link:hover::after {
  opacity: 0.25;
}

/************************************
***** COVER FIX *********************
************************************/
.wp-block-cover__image-background {
  height: 100%;
}

/************************************
***** COVER / GROUP *****************
************************************/
.wp-block-group:where(.has-background),
.wp-block-cover:where(.has-background) {
  padding: var(--content-gutter) -webkit-calc(3 * var(--content-gutter));
  padding: var(--content-gutter) -moz-calc(3 * var(--content-gutter));
  padding: var(--content-gutter) calc(3 * var(--content-gutter));
}
@media only screen and (max-width: 599px) {
  .wp-block-group:where(.has-background),
.wp-block-cover:where(.has-background) {
    padding: var(--content-gutter) -webkit-calc(2 * var(--content-gutter));
    padding: var(--content-gutter) -moz-calc(2 * var(--content-gutter));
    padding: var(--content-gutter) calc(2 * var(--content-gutter));
  }
}
@media only screen and (max-width: 599px) {
  .wp-block-group:where(.has-background):is(.alignwide, .alignfull),
.wp-block-cover:where(.has-background):is(.alignwide, .alignfull) {
    padding: var(--content-gutter);
  }
}

#admin-bar {
  background-color: var(--system--color--darkgrey);
  color: var(--system--color--lightgrey);
  font-family: Arial, sans-serif;
  text-align: center;
  font-size: smaller;
  padding: 0.75rem 2rem;
}

body.dashboard-visible main {
  padding-bottom: 10rem;
}
body.dashboard-visible main, body.dashboard-visible h1, body.dashboard-visible h2, body.dashboard-visible h3, body.dashboard-visible h4, body.dashboard-visible h5, body.dashboard-visible h6, body.dashboard-visible p, body.dashboard-visible ul, body.dashboard-visible li {
  font-family: Arial, sans-serif;
  color: var(--system--color--darkgrey);
}
body.dashboard-visible .dashboard-table thead {
  text-transform: uppercase;
  font-size: 1.3rem;
  text-align: left;
  background: var(--system--color--darkgrey);
  color: var(--system--color--lightgrey);
}
body.dashboard-visible .dashboard-table thead th {
  font-weight: normal !important;
}
body.dashboard-visible .dashboard-table tbody {
  font-size: 1.6rem;
}
body.dashboard-visible .dashboard-table th,
body.dashboard-visible .dashboard-table td {
  height: 3.75rem;
}
body.dashboard-visible .dashboard-table td {
  border-color: var(--system--color--darkgrey);
}
body.dashboard-visible .dashboard-table tr:nth-of-type(even) td {
  background-color: #f6f6f6;
}
body.dashboard-visible .dashboard-table .table-placeholder td span {
  display: block;
  height: 100%;
  width: 100%;
  background: #ccc;
  position: relative;
  overflow: hidden;
}
body.dashboard-visible .dashboard-table .table-placeholder td span::before {
  content: "";
  display: block;
  position: absolute;
  left: -25rem;
  top: 0;
  height: 100%;
  width: 25rem;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #ddd), to(transparent));
  background: -webkit-linear-gradient(left, transparent 0%, #ddd 50%, transparent 100%);
  background: -moz-linear-gradient(left, transparent 0%, #ddd 50%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, #ddd 50%, transparent 100%);
  -webkit-animation: loadingShimmer 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
     -moz-animation: loadingShimmer 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: loadingShimmer 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
body.dashboard-visible .dashboard-table.refreshing tbody td {
  opacity: 0.5;
}
body.dashboard-visible .dashboard-table.refreshing thead th:first-of-type {
  position: relative;
}
body.dashboard-visible .dashboard-table.refreshing thead th:first-of-type::before {
  --size: 1.5rem;
  --width: 1.5px;
  content: "";
  position: absolute;
  top: -webkit-calc(50% - var(--size) / 2);
  top: -moz-calc(50% - var(--size) / 2);
  top: calc(50% - var(--size) / 2);
  left: -webkit-calc(50% - var(--size) / 2);
  left: -moz-calc(50% - var(--size) / 2);
  left: calc(50% - var(--size) / 2);
  width: var(--size);
  height: var(--size);
  border-radius: var(--size);
  border-top: var(--width) solid var(--system--color--lightgrey);
  border-right: var(--width) solid transparent;
  border-bottom: var(--width) solid var(--system--color--lightgrey);
  border-left: var(--width) solid transparent;
  -webkit-animation: rotate 1s linear infinite;
     -moz-animation: rotate 1s linear infinite;
          animation: rotate 1s linear infinite;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(180deg);
         transform: rotate(180deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@-webkit-keyframes loadingShimmer {
  from {
    left: -25rem;
  }
  to {
    left: 25rem;
  }
}
@-moz-keyframes loadingShimmer {
  from {
    left: -25rem;
  }
  to {
    left: 25rem;
  }
}
@keyframes loadingShimmer {
  from {
    left: -25rem;
  }
  to {
    left: 25rem;
  }
}
body.dashboard-visible th.activity-indicator,
body.dashboard-visible td.activity-indicator,
body.dashboard-visible th.message-number,
body.dashboard-visible td.message-number {
  width: 5rem;
  text-align: center;
}
body.dashboard-visible .participation {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  background: grey;
}
body.dashboard-visible .participation.active {
  background-color: #00aa00;
  -webkit-animation: participatingShimmer 0.75s ease infinite alternate;
     -moz-animation: participatingShimmer 0.75s ease infinite alternate;
          animation: participatingShimmer 0.75s ease infinite alternate;
}
body.dashboard-visible .participation.inactive {
  background: #cc0000;
}
@-webkit-keyframes participatingShimmer {
  from {
    background-color: #00aa00;
  }
  to {
    background-color: #00dd00;
  }
}
@-moz-keyframes participatingShimmer {
  from {
    background-color: #00aa00;
  }
  to {
    background-color: #00dd00;
  }
}
@keyframes participatingShimmer {
  from {
    background-color: #00aa00;
  }
  to {
    background-color: #00dd00;
  }
}
