@charset "UTF-8";
/************************************************
* Base Definitions
*************************************************/
/* clearfix */
/* Breakpoints */
/* fluid type */
/* calculate aspect-ratio from origin size */
/************************************************
* theme Settings
*************************************************/
/* colors */
/* template min and max width used for fluid typo*/
/* flexNav breakpoint (min-width) */
/* fluid margin and padding based on vw */
/* source-sans-pro-regular - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/source-sans-pro-v14-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("../fonts/source-sans-pro-v14-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v14-latin-regular.woff2") format("woff2"), url("../fonts/source-sans-pro-v14-latin-regular.woff") format("woff"), url("../fonts/source-sans-pro-v14-latin-regular.ttf") format("truetype"), url("../fonts/source-sans-pro-v14-latin-regular.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-italic - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/source-sans-pro-v14-latin-italic.eot"); /* IE9 Compat Modes */
  src: local("Source Sans Pro Italic"), local("SourceSansPro-Italic"), url("../fonts/source-sans-pro-v14-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v14-latin-italic.woff2") format("woff2"), url("../fonts/source-sans-pro-v14-latin-italic.woff") format("woff"), url("../fonts/source-sans-pro-v14-latin-italic.ttf") format("truetype"), url("../fonts/source-sans-pro-v14-latin-italic.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-600italic - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/source-sans-pro-v14-latin-600italic.eot"); /* IE9 Compat Modes */
  src: local("Source Sans Pro SemiBold Italic"), local("SourceSansPro-SemiBoldItalic"), url("../fonts/source-sans-pro-v14-latin-600italic.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v14-latin-600italic.woff2") format("woff2"), url("../fonts/source-sans-pro-v14-latin-600italic.woff") format("woff"), url("../fonts/source-sans-pro-v14-latin-600italic.ttf") format("truetype"), url("../fonts/source-sans-pro-v14-latin-600italic.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/source-sans-pro-v14-latin-600.eot"); /* IE9 Compat Modes */
  src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url("../fonts/source-sans-pro-v14-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v14-latin-600.woff2") format("woff2"), url("../fonts/source-sans-pro-v14-latin-600.woff") format("woff"), url("../fonts/source-sans-pro-v14-latin-600.ttf") format("truetype"), url("../fonts/source-sans-pro-v14-latin-600.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "pflueger-icons";
  src: url("../fonts/pflueger-icons.eot?8271660");
  src: url("../fonts/pflueger-icons.eot?8271660#iefix") format("embedded-opentype"), url("../fonts/pflueger-icons.woff2?8271660") format("woff2"), url("../fonts/pflueger-icons.woff?8271660") format("woff"), url("../fonts/pflueger-icons.ttf?8271660") format("truetype"), url("../fonts/pflueger-icons.svg?8271660#pflueger-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pflueger";
  src: url("../fonts/pflueger.woff2?8271660") format("woff2"), url("../fonts/pflueger.woff?8271660") format("woff");
  font-weight: normal;
  font-style: normal;
}
/************************************************
* FONT
*************************************************/
/************************************************
* Base Font Setting
*************************************************/
html {
  font-size: 62.5%;
}

body {
  font-family: "Source Sans Pro", Arial;
  /* Font smoothing. That was taken from TWBS */
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/************************************************
 * TYPO
 ************************************************/
h1 {
  line-height: 1.2;
  font-weight: 600;
  color: #292929;
  margin: 0 0 2rem 0;
  word-break: break-word;
}
h1 + h2 {
  font-weight: normal;
  margin-top: -2rem;
}
@media (min-width: 320px) {
  h1 {
    font-size: 28px;
    font-size: calc(28px + 28 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  h1 {
    font-size: 56px;
  }
}

h2 {
  line-height: 1.3;
  font-weight: 600;
  word-break: break-word;
  color: #292929;
  margin: 0 0 2rem 0;
  padding-bottom: 0.4em;
  position: relative;
}
@media (min-width: 320px) {
  h2 {
    font-size: 24px;
    font-size: calc(24px + 16 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  h2 {
    font-size: 40px;
  }
}
h2::after {
  content: "";
  width: 2em;
  height: 0.1em;
  background: #292929;
  position: absolute;
  left: 0;
  bottom: 0;
}

.otofren-blau {
  color: #5bc5f2;
}
.otofren-blau::after {
  background: #5bc5f2;
}

.hypericum-rot {
  color: #b21827;
}
.hypericum-rot::after {
  background: #b21827;
}

.chamomilla-gelb {
  color: #f1ce00;
}
.chamomilla-gelb::after {
  background: #f1ce00;
}

.bryonia-rot {
  color: #e1231b;
}
.bryonia-rot::after {
  background: #e1231b;
}

.aconitum-lila {
  color: #764896;
}
.aconitum-lila::after {
  background: #764896;
}

.thuja-gruen {
  color: #a9c17d;
}
.thuja-gruen::after {
  background: #a9c17d;
}

.apis-gelb {
  color: #f0ad00;
}
.apis-gelb::after {
  background: #f0ad00;
}

.arnica-orange {
  color: #eb7802;
}
.arnica-orange::after {
  background: #eb7802;
}

.belladonna-lila {
  color: #392050;
}
.belladonna-lila::after {
  background: #392050;
}

h3 {
  line-height: 1.2;
  font-weight: 600;
  color: #292929;
  margin: 0 0 1.5rem 0;
  padding-bottom: 0.5em;
  position: relative;
}
@media (min-width: 320px) {
  h3 {
    font-size: 20px;
    font-size: calc(20px + 12 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  h3 {
    font-size: 32px;
  }
}
h3::after {
  content: "";
  width: 2em;
  height: 0.1em;
  background: #292929;
  position: absolute;
  left: 0;
  bottom: 0;
}

h2 + h3 {
  margin-top: -1em;
}
@media (min-width: 320px) {
  h2 + h3 {
    font-size: 18px;
    font-size: calc(18px + 10 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  h2 + h3 {
    font-size: 28px;
  }
}
h2 + h3::after {
  content: none;
}

h4 {
  line-height: 1.4;
  font-weight: 600;
  color: #292929;
  margin: 0 0 1.5rem 0;
  padding-bottom: 0.4em;
  position: relative;
}
@media (min-width: 320px) {
  h4 {
    font-size: 17px;
    font-size: calc(17px + 7 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  h4 {
    font-size: 24px;
  }
}
h4::after {
  content: "";
  width: 2em;
  height: 0.1em;
  background: #292929;
  position: absolute;
  left: 0;
  bottom: 0;
}

header.center {
  flex: 1 0 100%;
  text-align: center;
}
header.center h1, header.center h2, header.center h3, header.center h4 {
  padding-bottom: 0;
  margin-bottom: 1em;
}
header.center h1::after, header.center h2::after, header.center h3::after, header.center h4::after {
  content: none;
}

p {
  line-height: 1.5;
  font-weight: 400;
  color: #4b4b4a;
  margin: 0 0 2rem 0;
}
@media (min-width: 320px) {
  p {
    font-size: 17px;
    font-size: calc(17px + 7 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  p {
    font-size: 24px;
  }
}

ul, ol {
  line-height: 1.5;
  font-weight: 400;
  color: #4b4b4a;
  margin: 0 0 2rem 0;
}
@media (min-width: 320px) {
  ul, ol {
    font-size: 17px;
    font-size: calc(17px + 7 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  ul, ol {
    font-size: 24px;
  }
}

a:not(:link) {
  flex: 0 0 100%;
}

strong {
  font-weight: 600;
  color: #292929;
}

main ul, main ol {
  line-height: 1.5;
  font-weight: 400;
}
@media (min-width: 320px) {
  main ul, main ol {
    font-size: 17px;
    font-size: calc(17px + 7 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  main ul, main ol {
    font-size: 24px;
  }
}
main li {
  color: #4b4b4a;
}
main ul {
  list-style-type: none;
  margin: 0 0 2rem 0;
  padding: 0;
}
main ul li {
  margin: 0 0 0.25rem 0;
  padding-left: 1em;
  position: relative;
}
main ul li::before {
  content: "\e801";
  color: #4b4b4a;
  font-size: 1em;
  position: absolute;
  left: -0.3em;
  top: -0.1rem;
}
main ul li:last-of-type {
  margin-bottom: 0;
}
main ol {
  padding-left: 2rem;
}
main ol li {
  padding-left: 0.5rem;
  margin: 0 0 1rem 0;
}
main sup {
  font-size: 0.5em;
  padding-top: 0.2em;
  display: inline-block;
  color: color-adjust(#4b4b4a, 10%);
}

/*****************
* Colors
******************/
/* default link stylings */
main form .checkboxlink label a, .overlayContent form .checkboxlink label a, .menuSection ul li a, .contactList .person a, main > div .intro a:link:not([class]),
main > div .intro a:visited:not([class]), main > div.intro a:link:not([class]),
main > div.intro a:visited:not([class]),
main > a .intro a:link:not([class]),
main > a .intro a:visited:not([class]),
main > a.intro a:link:not([class]),
main > a.intro a:visited:not([class]), .text a:not([class]) {
  text-decoration: none;
  color: #292929;
  background: #f3f4f5;
  background: linear-gradient(to bottom, transparent 50%, #f3f4f5 50%);
  background-size: 100% 200%;
  background-position: bottom left;
  padding-left: 0.3em;
  padding-right: 0.3em;
  padding-bottom: 0.1em;
  transition: background 0.2s ease-out, color 0.2s ease;
}
@media (min-width: 320px) {
  main form .checkboxlink label a, .overlayContent form .checkboxlink label a, .menuSection ul li a, .contactList .person a, main > div .intro a:link:not([class]),
  main > div .intro a:visited:not([class]), main > div.intro a:link:not([class]),
  main > div.intro a:visited:not([class]),
  main > a .intro a:link:not([class]),
  main > a .intro a:visited:not([class]),
  main > a.intro a:link:not([class]),
  main > a.intro a:visited:not([class]), .text a:not([class]) {
    font-size: 17px;
    font-size: calc(17px + 7 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  main form .checkboxlink label a, .overlayContent form .checkboxlink label a, .menuSection ul li a, .contactList .person a, main > div .intro a:link:not([class]),
  main > div .intro a:visited:not([class]), main > div.intro a:link:not([class]),
  main > div.intro a:visited:not([class]),
  main > a .intro a:link:not([class]),
  main > a .intro a:visited:not([class]),
  main > a.intro a:link:not([class]),
  main > a.intro a:visited:not([class]), .text a:not([class]) {
    font-size: 24px;
  }
}
main form .checkboxlink label a[href^="tel:"], .overlayContent form .checkboxlink label a[href^="tel:"], .menuSection ul li a[href^="tel:"], .contactList .person a[href^="tel:"], main > div .intro a[href^="tel:"]:link:not([class]),
main > div .intro a[href^="tel:"]:visited:not([class]), main > div.intro a[href^="tel:"]:link:not([class]),
main > div.intro a[href^="tel:"]:visited:not([class]),
main > a .intro a[href^="tel:"]:link:not([class]),
main > a .intro a[href^="tel:"]:visited:not([class]),
main > a.intro a[href^="tel:"]:link:not([class]),
main > a.intro a[href^="tel:"]:visited:not([class]), .text a[href^="tel:"]:not([class]) {
  color: #292929;
}
@media (min-width: 1025px) {
  main form .checkboxlink label a:hover, .overlayContent form .checkboxlink label a:hover, .menuSection ul li a:hover, .contactList .person a:hover, main > div .intro a:hover:link:not([class]),
  main > div .intro a:hover:visited:not([class]), main > div.intro a:hover:link:not([class]),
  main > div.intro a:hover:visited:not([class]),
  main > a .intro a:hover:link:not([class]),
  main > a .intro a:hover:visited:not([class]),
  main > a.intro a:hover:link:not([class]),
  main > a.intro a:hover:visited:not([class]), .text a:hover:not([class]) {
    background-position: 0 -4px;
  }
}

/* link with arrow stylings */
a.arrow {
  line-height: 1.5;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  padding-left: 1.4em;
  position: relative;
  color: #4b4b4a;
  transition: color 0.2s ease;
  /* color variants */
  /* a.arrow.color */
  /* .color a.arrow */
  /* .bg-color a.arrow */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* a.arrow.color */
  /* .color a.arrow */
  /* .bg-color a.arrow */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* a.arrow.color */
  /* .color a.arrow */
  /* .bg-color a.arrow */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* a.arrow.color */
  /* .color a.arrow */
  /* .bg-color a.arrow */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* a.arrow.color */
  /* .color a.arrow */
  /* .bg-color a.arrow */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* a.arrow.color */
  /* .color a.arrow */
  /* .bg-color a.arrow */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* a.arrow.color */
  /* .color a.arrow */
  /* .bg-color a.arrow */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* a.arrow.color */
  /* .color a.arrow */
  /* .bg-color a.arrow */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* a.arrow.color */
  /* .color a.arrow */
  /* .bg-color a.arrow */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* a.arrow.color */
  /* .color a.arrow */
  /* .bg-color a.arrow */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* a.arrow.color */
  /* .color a.arrow */
  /* .bg-color a.arrow */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* a.arrow.color */
  /* .color a.arrow */
  /* .bg-color a.arrow */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* a.arrow.color */
  /* .color a.arrow */
  /* .bg-color a.arrow */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* a.arrow.color */
  /* .color a.arrow */
  /* .bg-color a.arrow */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* a.arrow.color */
  /* .color a.arrow */
  /* .bg-color a.arrow */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* a.arrow.color */
  /* .color a.arrow */
  /* .bg-color a.arrow */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* a.arrow.color */
  /* .color a.arrow */
  /* .bg-color a.arrow */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* a.arrow.color */
  /* .color a.arrow */
  /* .bg-color a.arrow */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* a.arrow.color */
  /* .color a.arrow */
  /* .bg-color a.arrow */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* a.arrow.color */
  /* .color a.arrow */
  /* .bg-color a.arrow */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* a.arrow.color */
  /* .color a.arrow */
  /* .bg-color a.arrow */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* a.arrow.color */
  /* .color a.arrow */
  /* .bg-color a.arrow */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* a.arrow.color */
  /* .color a.arrow */
  /* .bg-color a.arrow */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* a.arrow.color */
  /* .color a.arrow */
  /* .bg-color a.arrow */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* a.arrow.color */
  /* .color a.arrow */
  /* .bg-color a.arrow */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* a.arrow.color */
  /* .color a.arrow */
  /* .bg-color a.arrow */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* a.arrow.color */
  /* .color a.arrow */
  /* .bg-color a.arrow */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* a.arrow.color */
  /* .color a.arrow */
  /* .bg-color a.arrow */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* a.arrow.color */
  /* .color a.arrow */
  /* .bg-color a.arrow */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* a.arrow.color */
  /* .color a.arrow */
  /* .bg-color a.arrow */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* a.arrow.color */
  /* .color a.arrow */
  /* .bg-color a.arrow */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* a.arrow.color */
  /* .color a.arrow */
  /* .bg-color a.arrow */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
  /* break specifity ( .color a.arrow.color ) */
  /* break specifity ( .bg-color a.arrow.color ) */
}
@media (min-width: 320px) {
  a.arrow {
    font-size: 17px;
    font-size: calc(17px + 7 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  a.arrow {
    font-size: 24px;
  }
}
a.arrow::before {
  content: "\e807";
  position: absolute;
  left: 0;
  color: #51982f;
}
a.arrow.bg::before {
  color: #333332;
}
.bg a.arrow::before {
  color: #333332;
}
.bg-bg:not(.textElement) a.arrow::before {
  color: white;
}
.bg a.arrow.bg::before {
  color: #333332;
}
.bg-bg:not(.textElement) a.arrow.bg::before {
  color: white;
}
.bg a.arrow.first::before {
  color: #333332;
}
.bg-bg:not(.textElement) a.arrow.first::before {
  color: white;
}
.bg a.arrow.second::before {
  color: #333332;
}
.bg-bg:not(.textElement) a.arrow.second::before {
  color: white;
}
.bg a.arrow.third::before {
  color: #333332;
}
.bg-bg:not(.textElement) a.arrow.third::before {
  color: white;
}
.bg a.arrow.fourth::before {
  color: #333332;
}
.bg-bg:not(.textElement) a.arrow.fourth::before {
  color: white;
}
.bg a.arrow.fifth::before {
  color: #333332;
}
.bg-bg:not(.textElement) a.arrow.fifth::before {
  color: white;
}
.bg a.arrow.sixth::before {
  color: #333332;
}
.bg-bg:not(.textElement) a.arrow.sixth::before {
  color: white;
}
.bg a.arrow.seventh::before {
  color: #333332;
}
.bg-bg:not(.textElement) a.arrow.seventh::before {
  color: white;
}
.bg a.arrow.otofren::before {
  color: #333332;
}
.bg-bg:not(.textElement) a.arrow.otofren::before {
  color: white;
}
.bg a.arrow.otofren2::before {
  color: #333332;
}
.bg-bg:not(.textElement) a.arrow.otofren2::before {
  color: white;
}
.bg a.arrow.hypericum::before {
  color: #333332;
}
.bg-bg:not(.textElement) a.arrow.hypericum::before {
  color: white;
}
.bg a.arrow.chamomilla::before {
  color: #333332;
}
.bg-bg:not(.textElement) a.arrow.chamomilla::before {
  color: white;
}
.bg a.arrow.bryonia::before {
  color: #333332;
}
.bg-bg:not(.textElement) a.arrow.bryonia::before {
  color: white;
}
.bg a.arrow.aconitum::before {
  color: #333332;
}
.bg-bg:not(.textElement) a.arrow.aconitum::before {
  color: white;
}
.bg a.arrow.thuja::before {
  color: #333332;
}
.bg-bg:not(.textElement) a.arrow.thuja::before {
  color: white;
}
.bg a.arrow.apis::before {
  color: #333332;
}
.bg-bg:not(.textElement) a.arrow.apis::before {
  color: white;
}
.bg a.arrow.arnica::before {
  color: #333332;
}
.bg-bg:not(.textElement) a.arrow.arnica::before {
  color: white;
}
.bg a.arrow.belladonna::before {
  color: #333332;
}
.bg-bg:not(.textElement) a.arrow.belladonna::before {
  color: white;
}
.bg a.arrow.nervo1::before {
  color: #333332;
}
.bg-bg:not(.textElement) a.arrow.nervo1::before {
  color: white;
}
.bg a.arrow.nervo2::before {
  color: #333332;
}
.bg-bg:not(.textElement) a.arrow.nervo2::before {
  color: white;
}
.bg a.arrow.nervo3::before {
  color: #333332;
}
.bg-bg:not(.textElement) a.arrow.nervo3::before {
  color: white;
}
.bg a.arrow.trans1::before {
  color: #333332;
}
.bg-bg:not(.textElement) a.arrow.trans1::before {
  color: white;
}
.bg a.arrow.trans2::before {
  color: #333332;
}
.bg-bg:not(.textElement) a.arrow.trans2::before {
  color: white;
}
.bg a.arrow.trans3::before {
  color: #333332;
}
.bg-bg:not(.textElement) a.arrow.trans3::before {
  color: white;
}
.bg a.arrow.p542c::before {
  color: #333332;
}
.bg-bg:not(.textElement) a.arrow.p542c::before {
  color: white;
}
.bg a.arrow.p144c::before {
  color: #333332;
}
.bg-bg:not(.textElement) a.arrow.p144c::before {
  color: white;
}
.bg a.arrow.p7438c::before {
  color: #333332;
}
.bg-bg:not(.textElement) a.arrow.p7438c::before {
  color: white;
}
.bg a.arrow.p7738c::before {
  color: #333332;
}
.bg-bg:not(.textElement) a.arrow.p7738c::before {
  color: white;
}
.bg a.arrow.p4012c::before {
  color: #333332;
}
.bg-bg:not(.textElement) a.arrow.p4012c::before {
  color: white;
}
.bg a.arrow.p2040c::before {
  color: #333332;
}
.bg-bg:not(.textElement) a.arrow.p2040c::before {
  color: white;
}
.bg a.arrow.p128c::before {
  color: #333332;
}
.bg-bg:not(.textElement) a.arrow.p128c::before {
  color: white;
}
.bg a.arrow.p2557c::before {
  color: #333332;
}
.bg-bg:not(.textElement) a.arrow.p2557c::before {
  color: white;
}
a.arrow.first::before {
  color: #51982f;
}
.first a.arrow::before {
  color: #51982f;
}
.bg-first:not(.textElement) a.arrow::before {
  color: white;
}
.first a.arrow.bg::before {
  color: #51982f;
}
.bg-first:not(.textElement) a.arrow.bg::before {
  color: white;
}
.first a.arrow.first::before {
  color: #51982f;
}
.bg-first:not(.textElement) a.arrow.first::before {
  color: white;
}
.first a.arrow.second::before {
  color: #51982f;
}
.bg-first:not(.textElement) a.arrow.second::before {
  color: white;
}
.first a.arrow.third::before {
  color: #51982f;
}
.bg-first:not(.textElement) a.arrow.third::before {
  color: white;
}
.first a.arrow.fourth::before {
  color: #51982f;
}
.bg-first:not(.textElement) a.arrow.fourth::before {
  color: white;
}
.first a.arrow.fifth::before {
  color: #51982f;
}
.bg-first:not(.textElement) a.arrow.fifth::before {
  color: white;
}
.first a.arrow.sixth::before {
  color: #51982f;
}
.bg-first:not(.textElement) a.arrow.sixth::before {
  color: white;
}
.first a.arrow.seventh::before {
  color: #51982f;
}
.bg-first:not(.textElement) a.arrow.seventh::before {
  color: white;
}
.first a.arrow.otofren::before {
  color: #51982f;
}
.bg-first:not(.textElement) a.arrow.otofren::before {
  color: white;
}
.first a.arrow.otofren2::before {
  color: #51982f;
}
.bg-first:not(.textElement) a.arrow.otofren2::before {
  color: white;
}
.first a.arrow.hypericum::before {
  color: #51982f;
}
.bg-first:not(.textElement) a.arrow.hypericum::before {
  color: white;
}
.first a.arrow.chamomilla::before {
  color: #51982f;
}
.bg-first:not(.textElement) a.arrow.chamomilla::before {
  color: white;
}
.first a.arrow.bryonia::before {
  color: #51982f;
}
.bg-first:not(.textElement) a.arrow.bryonia::before {
  color: white;
}
.first a.arrow.aconitum::before {
  color: #51982f;
}
.bg-first:not(.textElement) a.arrow.aconitum::before {
  color: white;
}
.first a.arrow.thuja::before {
  color: #51982f;
}
.bg-first:not(.textElement) a.arrow.thuja::before {
  color: white;
}
.first a.arrow.apis::before {
  color: #51982f;
}
.bg-first:not(.textElement) a.arrow.apis::before {
  color: white;
}
.first a.arrow.arnica::before {
  color: #51982f;
}
.bg-first:not(.textElement) a.arrow.arnica::before {
  color: white;
}
.first a.arrow.belladonna::before {
  color: #51982f;
}
.bg-first:not(.textElement) a.arrow.belladonna::before {
  color: white;
}
.first a.arrow.nervo1::before {
  color: #51982f;
}
.bg-first:not(.textElement) a.arrow.nervo1::before {
  color: white;
}
.first a.arrow.nervo2::before {
  color: #51982f;
}
.bg-first:not(.textElement) a.arrow.nervo2::before {
  color: white;
}
.first a.arrow.nervo3::before {
  color: #51982f;
}
.bg-first:not(.textElement) a.arrow.nervo3::before {
  color: white;
}
.first a.arrow.trans1::before {
  color: #51982f;
}
.bg-first:not(.textElement) a.arrow.trans1::before {
  color: white;
}
.first a.arrow.trans2::before {
  color: #51982f;
}
.bg-first:not(.textElement) a.arrow.trans2::before {
  color: white;
}
.first a.arrow.trans3::before {
  color: #51982f;
}
.bg-first:not(.textElement) a.arrow.trans3::before {
  color: white;
}
.first a.arrow.p542c::before {
  color: #51982f;
}
.bg-first:not(.textElement) a.arrow.p542c::before {
  color: white;
}
.first a.arrow.p144c::before {
  color: #51982f;
}
.bg-first:not(.textElement) a.arrow.p144c::before {
  color: white;
}
.first a.arrow.p7438c::before {
  color: #51982f;
}
.bg-first:not(.textElement) a.arrow.p7438c::before {
  color: white;
}
.first a.arrow.p7738c::before {
  color: #51982f;
}
.bg-first:not(.textElement) a.arrow.p7738c::before {
  color: white;
}
.first a.arrow.p4012c::before {
  color: #51982f;
}
.bg-first:not(.textElement) a.arrow.p4012c::before {
  color: white;
}
.first a.arrow.p2040c::before {
  color: #51982f;
}
.bg-first:not(.textElement) a.arrow.p2040c::before {
  color: white;
}
.first a.arrow.p128c::before {
  color: #51982f;
}
.bg-first:not(.textElement) a.arrow.p128c::before {
  color: white;
}
.first a.arrow.p2557c::before {
  color: #51982f;
}
.bg-first:not(.textElement) a.arrow.p2557c::before {
  color: white;
}
a.arrow.second::before {
  color: #a04393;
}
.second a.arrow::before {
  color: #a04393;
}
.bg-second:not(.textElement) a.arrow::before {
  color: white;
}
.second a.arrow.bg::before {
  color: #a04393;
}
.bg-second:not(.textElement) a.arrow.bg::before {
  color: white;
}
.second a.arrow.first::before {
  color: #a04393;
}
.bg-second:not(.textElement) a.arrow.first::before {
  color: white;
}
.second a.arrow.second::before {
  color: #a04393;
}
.bg-second:not(.textElement) a.arrow.second::before {
  color: white;
}
.second a.arrow.third::before {
  color: #a04393;
}
.bg-second:not(.textElement) a.arrow.third::before {
  color: white;
}
.second a.arrow.fourth::before {
  color: #a04393;
}
.bg-second:not(.textElement) a.arrow.fourth::before {
  color: white;
}
.second a.arrow.fifth::before {
  color: #a04393;
}
.bg-second:not(.textElement) a.arrow.fifth::before {
  color: white;
}
.second a.arrow.sixth::before {
  color: #a04393;
}
.bg-second:not(.textElement) a.arrow.sixth::before {
  color: white;
}
.second a.arrow.seventh::before {
  color: #a04393;
}
.bg-second:not(.textElement) a.arrow.seventh::before {
  color: white;
}
.second a.arrow.otofren::before {
  color: #a04393;
}
.bg-second:not(.textElement) a.arrow.otofren::before {
  color: white;
}
.second a.arrow.otofren2::before {
  color: #a04393;
}
.bg-second:not(.textElement) a.arrow.otofren2::before {
  color: white;
}
.second a.arrow.hypericum::before {
  color: #a04393;
}
.bg-second:not(.textElement) a.arrow.hypericum::before {
  color: white;
}
.second a.arrow.chamomilla::before {
  color: #a04393;
}
.bg-second:not(.textElement) a.arrow.chamomilla::before {
  color: white;
}
.second a.arrow.bryonia::before {
  color: #a04393;
}
.bg-second:not(.textElement) a.arrow.bryonia::before {
  color: white;
}
.second a.arrow.aconitum::before {
  color: #a04393;
}
.bg-second:not(.textElement) a.arrow.aconitum::before {
  color: white;
}
.second a.arrow.thuja::before {
  color: #a04393;
}
.bg-second:not(.textElement) a.arrow.thuja::before {
  color: white;
}
.second a.arrow.apis::before {
  color: #a04393;
}
.bg-second:not(.textElement) a.arrow.apis::before {
  color: white;
}
.second a.arrow.arnica::before {
  color: #a04393;
}
.bg-second:not(.textElement) a.arrow.arnica::before {
  color: white;
}
.second a.arrow.belladonna::before {
  color: #a04393;
}
.bg-second:not(.textElement) a.arrow.belladonna::before {
  color: white;
}
.second a.arrow.nervo1::before {
  color: #a04393;
}
.bg-second:not(.textElement) a.arrow.nervo1::before {
  color: white;
}
.second a.arrow.nervo2::before {
  color: #a04393;
}
.bg-second:not(.textElement) a.arrow.nervo2::before {
  color: white;
}
.second a.arrow.nervo3::before {
  color: #a04393;
}
.bg-second:not(.textElement) a.arrow.nervo3::before {
  color: white;
}
.second a.arrow.trans1::before {
  color: #a04393;
}
.bg-second:not(.textElement) a.arrow.trans1::before {
  color: white;
}
.second a.arrow.trans2::before {
  color: #a04393;
}
.bg-second:not(.textElement) a.arrow.trans2::before {
  color: white;
}
.second a.arrow.trans3::before {
  color: #a04393;
}
.bg-second:not(.textElement) a.arrow.trans3::before {
  color: white;
}
.second a.arrow.p542c::before {
  color: #a04393;
}
.bg-second:not(.textElement) a.arrow.p542c::before {
  color: white;
}
.second a.arrow.p144c::before {
  color: #a04393;
}
.bg-second:not(.textElement) a.arrow.p144c::before {
  color: white;
}
.second a.arrow.p7438c::before {
  color: #a04393;
}
.bg-second:not(.textElement) a.arrow.p7438c::before {
  color: white;
}
.second a.arrow.p7738c::before {
  color: #a04393;
}
.bg-second:not(.textElement) a.arrow.p7738c::before {
  color: white;
}
.second a.arrow.p4012c::before {
  color: #a04393;
}
.bg-second:not(.textElement) a.arrow.p4012c::before {
  color: white;
}
.second a.arrow.p2040c::before {
  color: #a04393;
}
.bg-second:not(.textElement) a.arrow.p2040c::before {
  color: white;
}
.second a.arrow.p128c::before {
  color: #a04393;
}
.bg-second:not(.textElement) a.arrow.p128c::before {
  color: white;
}
.second a.arrow.p2557c::before {
  color: #a04393;
}
.bg-second:not(.textElement) a.arrow.p2557c::before {
  color: white;
}
a.arrow.third::before {
  color: #69bfac;
}
.third a.arrow::before {
  color: #69bfac;
}
.bg-third:not(.textElement) a.arrow::before {
  color: white;
}
.third a.arrow.bg::before {
  color: #69bfac;
}
.bg-third:not(.textElement) a.arrow.bg::before {
  color: white;
}
.third a.arrow.first::before {
  color: #69bfac;
}
.bg-third:not(.textElement) a.arrow.first::before {
  color: white;
}
.third a.arrow.second::before {
  color: #69bfac;
}
.bg-third:not(.textElement) a.arrow.second::before {
  color: white;
}
.third a.arrow.third::before {
  color: #69bfac;
}
.bg-third:not(.textElement) a.arrow.third::before {
  color: white;
}
.third a.arrow.fourth::before {
  color: #69bfac;
}
.bg-third:not(.textElement) a.arrow.fourth::before {
  color: white;
}
.third a.arrow.fifth::before {
  color: #69bfac;
}
.bg-third:not(.textElement) a.arrow.fifth::before {
  color: white;
}
.third a.arrow.sixth::before {
  color: #69bfac;
}
.bg-third:not(.textElement) a.arrow.sixth::before {
  color: white;
}
.third a.arrow.seventh::before {
  color: #69bfac;
}
.bg-third:not(.textElement) a.arrow.seventh::before {
  color: white;
}
.third a.arrow.otofren::before {
  color: #69bfac;
}
.bg-third:not(.textElement) a.arrow.otofren::before {
  color: white;
}
.third a.arrow.otofren2::before {
  color: #69bfac;
}
.bg-third:not(.textElement) a.arrow.otofren2::before {
  color: white;
}
.third a.arrow.hypericum::before {
  color: #69bfac;
}
.bg-third:not(.textElement) a.arrow.hypericum::before {
  color: white;
}
.third a.arrow.chamomilla::before {
  color: #69bfac;
}
.bg-third:not(.textElement) a.arrow.chamomilla::before {
  color: white;
}
.third a.arrow.bryonia::before {
  color: #69bfac;
}
.bg-third:not(.textElement) a.arrow.bryonia::before {
  color: white;
}
.third a.arrow.aconitum::before {
  color: #69bfac;
}
.bg-third:not(.textElement) a.arrow.aconitum::before {
  color: white;
}
.third a.arrow.thuja::before {
  color: #69bfac;
}
.bg-third:not(.textElement) a.arrow.thuja::before {
  color: white;
}
.third a.arrow.apis::before {
  color: #69bfac;
}
.bg-third:not(.textElement) a.arrow.apis::before {
  color: white;
}
.third a.arrow.arnica::before {
  color: #69bfac;
}
.bg-third:not(.textElement) a.arrow.arnica::before {
  color: white;
}
.third a.arrow.belladonna::before {
  color: #69bfac;
}
.bg-third:not(.textElement) a.arrow.belladonna::before {
  color: white;
}
.third a.arrow.nervo1::before {
  color: #69bfac;
}
.bg-third:not(.textElement) a.arrow.nervo1::before {
  color: white;
}
.third a.arrow.nervo2::before {
  color: #69bfac;
}
.bg-third:not(.textElement) a.arrow.nervo2::before {
  color: white;
}
.third a.arrow.nervo3::before {
  color: #69bfac;
}
.bg-third:not(.textElement) a.arrow.nervo3::before {
  color: white;
}
.third a.arrow.trans1::before {
  color: #69bfac;
}
.bg-third:not(.textElement) a.arrow.trans1::before {
  color: white;
}
.third a.arrow.trans2::before {
  color: #69bfac;
}
.bg-third:not(.textElement) a.arrow.trans2::before {
  color: white;
}
.third a.arrow.trans3::before {
  color: #69bfac;
}
.bg-third:not(.textElement) a.arrow.trans3::before {
  color: white;
}
.third a.arrow.p542c::before {
  color: #69bfac;
}
.bg-third:not(.textElement) a.arrow.p542c::before {
  color: white;
}
.third a.arrow.p144c::before {
  color: #69bfac;
}
.bg-third:not(.textElement) a.arrow.p144c::before {
  color: white;
}
.third a.arrow.p7438c::before {
  color: #69bfac;
}
.bg-third:not(.textElement) a.arrow.p7438c::before {
  color: white;
}
.third a.arrow.p7738c::before {
  color: #69bfac;
}
.bg-third:not(.textElement) a.arrow.p7738c::before {
  color: white;
}
.third a.arrow.p4012c::before {
  color: #69bfac;
}
.bg-third:not(.textElement) a.arrow.p4012c::before {
  color: white;
}
.third a.arrow.p2040c::before {
  color: #69bfac;
}
.bg-third:not(.textElement) a.arrow.p2040c::before {
  color: white;
}
.third a.arrow.p128c::before {
  color: #69bfac;
}
.bg-third:not(.textElement) a.arrow.p128c::before {
  color: white;
}
.third a.arrow.p2557c::before {
  color: #69bfac;
}
.bg-third:not(.textElement) a.arrow.p2557c::before {
  color: white;
}
a.arrow.fourth::before {
  color: #00623c;
}
.fourth a.arrow::before {
  color: #00623c;
}
.bg-fourth:not(.textElement) a.arrow::before {
  color: white;
}
.fourth a.arrow.bg::before {
  color: #00623c;
}
.bg-fourth:not(.textElement) a.arrow.bg::before {
  color: white;
}
.fourth a.arrow.first::before {
  color: #00623c;
}
.bg-fourth:not(.textElement) a.arrow.first::before {
  color: white;
}
.fourth a.arrow.second::before {
  color: #00623c;
}
.bg-fourth:not(.textElement) a.arrow.second::before {
  color: white;
}
.fourth a.arrow.third::before {
  color: #00623c;
}
.bg-fourth:not(.textElement) a.arrow.third::before {
  color: white;
}
.fourth a.arrow.fourth::before {
  color: #00623c;
}
.bg-fourth:not(.textElement) a.arrow.fourth::before {
  color: white;
}
.fourth a.arrow.fifth::before {
  color: #00623c;
}
.bg-fourth:not(.textElement) a.arrow.fifth::before {
  color: white;
}
.fourth a.arrow.sixth::before {
  color: #00623c;
}
.bg-fourth:not(.textElement) a.arrow.sixth::before {
  color: white;
}
.fourth a.arrow.seventh::before {
  color: #00623c;
}
.bg-fourth:not(.textElement) a.arrow.seventh::before {
  color: white;
}
.fourth a.arrow.otofren::before {
  color: #00623c;
}
.bg-fourth:not(.textElement) a.arrow.otofren::before {
  color: white;
}
.fourth a.arrow.otofren2::before {
  color: #00623c;
}
.bg-fourth:not(.textElement) a.arrow.otofren2::before {
  color: white;
}
.fourth a.arrow.hypericum::before {
  color: #00623c;
}
.bg-fourth:not(.textElement) a.arrow.hypericum::before {
  color: white;
}
.fourth a.arrow.chamomilla::before {
  color: #00623c;
}
.bg-fourth:not(.textElement) a.arrow.chamomilla::before {
  color: white;
}
.fourth a.arrow.bryonia::before {
  color: #00623c;
}
.bg-fourth:not(.textElement) a.arrow.bryonia::before {
  color: white;
}
.fourth a.arrow.aconitum::before {
  color: #00623c;
}
.bg-fourth:not(.textElement) a.arrow.aconitum::before {
  color: white;
}
.fourth a.arrow.thuja::before {
  color: #00623c;
}
.bg-fourth:not(.textElement) a.arrow.thuja::before {
  color: white;
}
.fourth a.arrow.apis::before {
  color: #00623c;
}
.bg-fourth:not(.textElement) a.arrow.apis::before {
  color: white;
}
.fourth a.arrow.arnica::before {
  color: #00623c;
}
.bg-fourth:not(.textElement) a.arrow.arnica::before {
  color: white;
}
.fourth a.arrow.belladonna::before {
  color: #00623c;
}
.bg-fourth:not(.textElement) a.arrow.belladonna::before {
  color: white;
}
.fourth a.arrow.nervo1::before {
  color: #00623c;
}
.bg-fourth:not(.textElement) a.arrow.nervo1::before {
  color: white;
}
.fourth a.arrow.nervo2::before {
  color: #00623c;
}
.bg-fourth:not(.textElement) a.arrow.nervo2::before {
  color: white;
}
.fourth a.arrow.nervo3::before {
  color: #00623c;
}
.bg-fourth:not(.textElement) a.arrow.nervo3::before {
  color: white;
}
.fourth a.arrow.trans1::before {
  color: #00623c;
}
.bg-fourth:not(.textElement) a.arrow.trans1::before {
  color: white;
}
.fourth a.arrow.trans2::before {
  color: #00623c;
}
.bg-fourth:not(.textElement) a.arrow.trans2::before {
  color: white;
}
.fourth a.arrow.trans3::before {
  color: #00623c;
}
.bg-fourth:not(.textElement) a.arrow.trans3::before {
  color: white;
}
.fourth a.arrow.p542c::before {
  color: #00623c;
}
.bg-fourth:not(.textElement) a.arrow.p542c::before {
  color: white;
}
.fourth a.arrow.p144c::before {
  color: #00623c;
}
.bg-fourth:not(.textElement) a.arrow.p144c::before {
  color: white;
}
.fourth a.arrow.p7438c::before {
  color: #00623c;
}
.bg-fourth:not(.textElement) a.arrow.p7438c::before {
  color: white;
}
.fourth a.arrow.p7738c::before {
  color: #00623c;
}
.bg-fourth:not(.textElement) a.arrow.p7738c::before {
  color: white;
}
.fourth a.arrow.p4012c::before {
  color: #00623c;
}
.bg-fourth:not(.textElement) a.arrow.p4012c::before {
  color: white;
}
.fourth a.arrow.p2040c::before {
  color: #00623c;
}
.bg-fourth:not(.textElement) a.arrow.p2040c::before {
  color: white;
}
.fourth a.arrow.p128c::before {
  color: #00623c;
}
.bg-fourth:not(.textElement) a.arrow.p128c::before {
  color: white;
}
.fourth a.arrow.p2557c::before {
  color: #00623c;
}
.bg-fourth:not(.textElement) a.arrow.p2557c::before {
  color: white;
}
a.arrow.fifth::before {
  color: #c8d300;
}
.fifth a.arrow::before {
  color: #c8d300;
}
.bg-fifth:not(.textElement) a.arrow::before {
  color: white;
}
.fifth a.arrow.bg::before {
  color: #c8d300;
}
.bg-fifth:not(.textElement) a.arrow.bg::before {
  color: white;
}
.fifth a.arrow.first::before {
  color: #c8d300;
}
.bg-fifth:not(.textElement) a.arrow.first::before {
  color: white;
}
.fifth a.arrow.second::before {
  color: #c8d300;
}
.bg-fifth:not(.textElement) a.arrow.second::before {
  color: white;
}
.fifth a.arrow.third::before {
  color: #c8d300;
}
.bg-fifth:not(.textElement) a.arrow.third::before {
  color: white;
}
.fifth a.arrow.fourth::before {
  color: #c8d300;
}
.bg-fifth:not(.textElement) a.arrow.fourth::before {
  color: white;
}
.fifth a.arrow.fifth::before {
  color: #c8d300;
}
.bg-fifth:not(.textElement) a.arrow.fifth::before {
  color: white;
}
.fifth a.arrow.sixth::before {
  color: #c8d300;
}
.bg-fifth:not(.textElement) a.arrow.sixth::before {
  color: white;
}
.fifth a.arrow.seventh::before {
  color: #c8d300;
}
.bg-fifth:not(.textElement) a.arrow.seventh::before {
  color: white;
}
.fifth a.arrow.otofren::before {
  color: #c8d300;
}
.bg-fifth:not(.textElement) a.arrow.otofren::before {
  color: white;
}
.fifth a.arrow.otofren2::before {
  color: #c8d300;
}
.bg-fifth:not(.textElement) a.arrow.otofren2::before {
  color: white;
}
.fifth a.arrow.hypericum::before {
  color: #c8d300;
}
.bg-fifth:not(.textElement) a.arrow.hypericum::before {
  color: white;
}
.fifth a.arrow.chamomilla::before {
  color: #c8d300;
}
.bg-fifth:not(.textElement) a.arrow.chamomilla::before {
  color: white;
}
.fifth a.arrow.bryonia::before {
  color: #c8d300;
}
.bg-fifth:not(.textElement) a.arrow.bryonia::before {
  color: white;
}
.fifth a.arrow.aconitum::before {
  color: #c8d300;
}
.bg-fifth:not(.textElement) a.arrow.aconitum::before {
  color: white;
}
.fifth a.arrow.thuja::before {
  color: #c8d300;
}
.bg-fifth:not(.textElement) a.arrow.thuja::before {
  color: white;
}
.fifth a.arrow.apis::before {
  color: #c8d300;
}
.bg-fifth:not(.textElement) a.arrow.apis::before {
  color: white;
}
.fifth a.arrow.arnica::before {
  color: #c8d300;
}
.bg-fifth:not(.textElement) a.arrow.arnica::before {
  color: white;
}
.fifth a.arrow.belladonna::before {
  color: #c8d300;
}
.bg-fifth:not(.textElement) a.arrow.belladonna::before {
  color: white;
}
.fifth a.arrow.nervo1::before {
  color: #c8d300;
}
.bg-fifth:not(.textElement) a.arrow.nervo1::before {
  color: white;
}
.fifth a.arrow.nervo2::before {
  color: #c8d300;
}
.bg-fifth:not(.textElement) a.arrow.nervo2::before {
  color: white;
}
.fifth a.arrow.nervo3::before {
  color: #c8d300;
}
.bg-fifth:not(.textElement) a.arrow.nervo3::before {
  color: white;
}
.fifth a.arrow.trans1::before {
  color: #c8d300;
}
.bg-fifth:not(.textElement) a.arrow.trans1::before {
  color: white;
}
.fifth a.arrow.trans2::before {
  color: #c8d300;
}
.bg-fifth:not(.textElement) a.arrow.trans2::before {
  color: white;
}
.fifth a.arrow.trans3::before {
  color: #c8d300;
}
.bg-fifth:not(.textElement) a.arrow.trans3::before {
  color: white;
}
.fifth a.arrow.p542c::before {
  color: #c8d300;
}
.bg-fifth:not(.textElement) a.arrow.p542c::before {
  color: white;
}
.fifth a.arrow.p144c::before {
  color: #c8d300;
}
.bg-fifth:not(.textElement) a.arrow.p144c::before {
  color: white;
}
.fifth a.arrow.p7438c::before {
  color: #c8d300;
}
.bg-fifth:not(.textElement) a.arrow.p7438c::before {
  color: white;
}
.fifth a.arrow.p7738c::before {
  color: #c8d300;
}
.bg-fifth:not(.textElement) a.arrow.p7738c::before {
  color: white;
}
.fifth a.arrow.p4012c::before {
  color: #c8d300;
}
.bg-fifth:not(.textElement) a.arrow.p4012c::before {
  color: white;
}
.fifth a.arrow.p2040c::before {
  color: #c8d300;
}
.bg-fifth:not(.textElement) a.arrow.p2040c::before {
  color: white;
}
.fifth a.arrow.p128c::before {
  color: #c8d300;
}
.bg-fifth:not(.textElement) a.arrow.p128c::before {
  color: white;
}
.fifth a.arrow.p2557c::before {
  color: #c8d300;
}
.bg-fifth:not(.textElement) a.arrow.p2557c::before {
  color: white;
}
a.arrow.sixth::before {
  color: #c9e6de;
}
.sixth a.arrow::before {
  color: #c9e6de;
}
.bg-sixth:not(.textElement) a.arrow::before {
  color: white;
}
.sixth a.arrow.bg::before {
  color: #c9e6de;
}
.bg-sixth:not(.textElement) a.arrow.bg::before {
  color: white;
}
.sixth a.arrow.first::before {
  color: #c9e6de;
}
.bg-sixth:not(.textElement) a.arrow.first::before {
  color: white;
}
.sixth a.arrow.second::before {
  color: #c9e6de;
}
.bg-sixth:not(.textElement) a.arrow.second::before {
  color: white;
}
.sixth a.arrow.third::before {
  color: #c9e6de;
}
.bg-sixth:not(.textElement) a.arrow.third::before {
  color: white;
}
.sixth a.arrow.fourth::before {
  color: #c9e6de;
}
.bg-sixth:not(.textElement) a.arrow.fourth::before {
  color: white;
}
.sixth a.arrow.fifth::before {
  color: #c9e6de;
}
.bg-sixth:not(.textElement) a.arrow.fifth::before {
  color: white;
}
.sixth a.arrow.sixth::before {
  color: #c9e6de;
}
.bg-sixth:not(.textElement) a.arrow.sixth::before {
  color: white;
}
.sixth a.arrow.seventh::before {
  color: #c9e6de;
}
.bg-sixth:not(.textElement) a.arrow.seventh::before {
  color: white;
}
.sixth a.arrow.otofren::before {
  color: #c9e6de;
}
.bg-sixth:not(.textElement) a.arrow.otofren::before {
  color: white;
}
.sixth a.arrow.otofren2::before {
  color: #c9e6de;
}
.bg-sixth:not(.textElement) a.arrow.otofren2::before {
  color: white;
}
.sixth a.arrow.hypericum::before {
  color: #c9e6de;
}
.bg-sixth:not(.textElement) a.arrow.hypericum::before {
  color: white;
}
.sixth a.arrow.chamomilla::before {
  color: #c9e6de;
}
.bg-sixth:not(.textElement) a.arrow.chamomilla::before {
  color: white;
}
.sixth a.arrow.bryonia::before {
  color: #c9e6de;
}
.bg-sixth:not(.textElement) a.arrow.bryonia::before {
  color: white;
}
.sixth a.arrow.aconitum::before {
  color: #c9e6de;
}
.bg-sixth:not(.textElement) a.arrow.aconitum::before {
  color: white;
}
.sixth a.arrow.thuja::before {
  color: #c9e6de;
}
.bg-sixth:not(.textElement) a.arrow.thuja::before {
  color: white;
}
.sixth a.arrow.apis::before {
  color: #c9e6de;
}
.bg-sixth:not(.textElement) a.arrow.apis::before {
  color: white;
}
.sixth a.arrow.arnica::before {
  color: #c9e6de;
}
.bg-sixth:not(.textElement) a.arrow.arnica::before {
  color: white;
}
.sixth a.arrow.belladonna::before {
  color: #c9e6de;
}
.bg-sixth:not(.textElement) a.arrow.belladonna::before {
  color: white;
}
.sixth a.arrow.nervo1::before {
  color: #c9e6de;
}
.bg-sixth:not(.textElement) a.arrow.nervo1::before {
  color: white;
}
.sixth a.arrow.nervo2::before {
  color: #c9e6de;
}
.bg-sixth:not(.textElement) a.arrow.nervo2::before {
  color: white;
}
.sixth a.arrow.nervo3::before {
  color: #c9e6de;
}
.bg-sixth:not(.textElement) a.arrow.nervo3::before {
  color: white;
}
.sixth a.arrow.trans1::before {
  color: #c9e6de;
}
.bg-sixth:not(.textElement) a.arrow.trans1::before {
  color: white;
}
.sixth a.arrow.trans2::before {
  color: #c9e6de;
}
.bg-sixth:not(.textElement) a.arrow.trans2::before {
  color: white;
}
.sixth a.arrow.trans3::before {
  color: #c9e6de;
}
.bg-sixth:not(.textElement) a.arrow.trans3::before {
  color: white;
}
.sixth a.arrow.p542c::before {
  color: #c9e6de;
}
.bg-sixth:not(.textElement) a.arrow.p542c::before {
  color: white;
}
.sixth a.arrow.p144c::before {
  color: #c9e6de;
}
.bg-sixth:not(.textElement) a.arrow.p144c::before {
  color: white;
}
.sixth a.arrow.p7438c::before {
  color: #c9e6de;
}
.bg-sixth:not(.textElement) a.arrow.p7438c::before {
  color: white;
}
.sixth a.arrow.p7738c::before {
  color: #c9e6de;
}
.bg-sixth:not(.textElement) a.arrow.p7738c::before {
  color: white;
}
.sixth a.arrow.p4012c::before {
  color: #c9e6de;
}
.bg-sixth:not(.textElement) a.arrow.p4012c::before {
  color: white;
}
.sixth a.arrow.p2040c::before {
  color: #c9e6de;
}
.bg-sixth:not(.textElement) a.arrow.p2040c::before {
  color: white;
}
.sixth a.arrow.p128c::before {
  color: #c9e6de;
}
.bg-sixth:not(.textElement) a.arrow.p128c::before {
  color: white;
}
.sixth a.arrow.p2557c::before {
  color: #c9e6de;
}
.bg-sixth:not(.textElement) a.arrow.p2557c::before {
  color: white;
}
a.arrow.seventh::before {
  color: #c0d6d6;
}
.seventh a.arrow::before {
  color: #c0d6d6;
}
.bg-seventh:not(.textElement) a.arrow::before {
  color: white;
}
.seventh a.arrow.bg::before {
  color: #c0d6d6;
}
.bg-seventh:not(.textElement) a.arrow.bg::before {
  color: white;
}
.seventh a.arrow.first::before {
  color: #c0d6d6;
}
.bg-seventh:not(.textElement) a.arrow.first::before {
  color: white;
}
.seventh a.arrow.second::before {
  color: #c0d6d6;
}
.bg-seventh:not(.textElement) a.arrow.second::before {
  color: white;
}
.seventh a.arrow.third::before {
  color: #c0d6d6;
}
.bg-seventh:not(.textElement) a.arrow.third::before {
  color: white;
}
.seventh a.arrow.fourth::before {
  color: #c0d6d6;
}
.bg-seventh:not(.textElement) a.arrow.fourth::before {
  color: white;
}
.seventh a.arrow.fifth::before {
  color: #c0d6d6;
}
.bg-seventh:not(.textElement) a.arrow.fifth::before {
  color: white;
}
.seventh a.arrow.sixth::before {
  color: #c0d6d6;
}
.bg-seventh:not(.textElement) a.arrow.sixth::before {
  color: white;
}
.seventh a.arrow.seventh::before {
  color: #c0d6d6;
}
.bg-seventh:not(.textElement) a.arrow.seventh::before {
  color: white;
}
.seventh a.arrow.otofren::before {
  color: #c0d6d6;
}
.bg-seventh:not(.textElement) a.arrow.otofren::before {
  color: white;
}
.seventh a.arrow.otofren2::before {
  color: #c0d6d6;
}
.bg-seventh:not(.textElement) a.arrow.otofren2::before {
  color: white;
}
.seventh a.arrow.hypericum::before {
  color: #c0d6d6;
}
.bg-seventh:not(.textElement) a.arrow.hypericum::before {
  color: white;
}
.seventh a.arrow.chamomilla::before {
  color: #c0d6d6;
}
.bg-seventh:not(.textElement) a.arrow.chamomilla::before {
  color: white;
}
.seventh a.arrow.bryonia::before {
  color: #c0d6d6;
}
.bg-seventh:not(.textElement) a.arrow.bryonia::before {
  color: white;
}
.seventh a.arrow.aconitum::before {
  color: #c0d6d6;
}
.bg-seventh:not(.textElement) a.arrow.aconitum::before {
  color: white;
}
.seventh a.arrow.thuja::before {
  color: #c0d6d6;
}
.bg-seventh:not(.textElement) a.arrow.thuja::before {
  color: white;
}
.seventh a.arrow.apis::before {
  color: #c0d6d6;
}
.bg-seventh:not(.textElement) a.arrow.apis::before {
  color: white;
}
.seventh a.arrow.arnica::before {
  color: #c0d6d6;
}
.bg-seventh:not(.textElement) a.arrow.arnica::before {
  color: white;
}
.seventh a.arrow.belladonna::before {
  color: #c0d6d6;
}
.bg-seventh:not(.textElement) a.arrow.belladonna::before {
  color: white;
}
.seventh a.arrow.nervo1::before {
  color: #c0d6d6;
}
.bg-seventh:not(.textElement) a.arrow.nervo1::before {
  color: white;
}
.seventh a.arrow.nervo2::before {
  color: #c0d6d6;
}
.bg-seventh:not(.textElement) a.arrow.nervo2::before {
  color: white;
}
.seventh a.arrow.nervo3::before {
  color: #c0d6d6;
}
.bg-seventh:not(.textElement) a.arrow.nervo3::before {
  color: white;
}
.seventh a.arrow.trans1::before {
  color: #c0d6d6;
}
.bg-seventh:not(.textElement) a.arrow.trans1::before {
  color: white;
}
.seventh a.arrow.trans2::before {
  color: #c0d6d6;
}
.bg-seventh:not(.textElement) a.arrow.trans2::before {
  color: white;
}
.seventh a.arrow.trans3::before {
  color: #c0d6d6;
}
.bg-seventh:not(.textElement) a.arrow.trans3::before {
  color: white;
}
.seventh a.arrow.p542c::before {
  color: #c0d6d6;
}
.bg-seventh:not(.textElement) a.arrow.p542c::before {
  color: white;
}
.seventh a.arrow.p144c::before {
  color: #c0d6d6;
}
.bg-seventh:not(.textElement) a.arrow.p144c::before {
  color: white;
}
.seventh a.arrow.p7438c::before {
  color: #c0d6d6;
}
.bg-seventh:not(.textElement) a.arrow.p7438c::before {
  color: white;
}
.seventh a.arrow.p7738c::before {
  color: #c0d6d6;
}
.bg-seventh:not(.textElement) a.arrow.p7738c::before {
  color: white;
}
.seventh a.arrow.p4012c::before {
  color: #c0d6d6;
}
.bg-seventh:not(.textElement) a.arrow.p4012c::before {
  color: white;
}
.seventh a.arrow.p2040c::before {
  color: #c0d6d6;
}
.bg-seventh:not(.textElement) a.arrow.p2040c::before {
  color: white;
}
.seventh a.arrow.p128c::before {
  color: #c0d6d6;
}
.bg-seventh:not(.textElement) a.arrow.p128c::before {
  color: white;
}
.seventh a.arrow.p2557c::before {
  color: #c0d6d6;
}
.bg-seventh:not(.textElement) a.arrow.p2557c::before {
  color: white;
}
a.arrow.otofren::before {
  color: #5BC5F2;
}
.otofren a.arrow::before {
  color: #5BC5F2;
}
.bg-otofren:not(.textElement) a.arrow::before {
  color: white;
}
.otofren a.arrow.bg::before {
  color: #5BC5F2;
}
.bg-otofren:not(.textElement) a.arrow.bg::before {
  color: white;
}
.otofren a.arrow.first::before {
  color: #5BC5F2;
}
.bg-otofren:not(.textElement) a.arrow.first::before {
  color: white;
}
.otofren a.arrow.second::before {
  color: #5BC5F2;
}
.bg-otofren:not(.textElement) a.arrow.second::before {
  color: white;
}
.otofren a.arrow.third::before {
  color: #5BC5F2;
}
.bg-otofren:not(.textElement) a.arrow.third::before {
  color: white;
}
.otofren a.arrow.fourth::before {
  color: #5BC5F2;
}
.bg-otofren:not(.textElement) a.arrow.fourth::before {
  color: white;
}
.otofren a.arrow.fifth::before {
  color: #5BC5F2;
}
.bg-otofren:not(.textElement) a.arrow.fifth::before {
  color: white;
}
.otofren a.arrow.sixth::before {
  color: #5BC5F2;
}
.bg-otofren:not(.textElement) a.arrow.sixth::before {
  color: white;
}
.otofren a.arrow.seventh::before {
  color: #5BC5F2;
}
.bg-otofren:not(.textElement) a.arrow.seventh::before {
  color: white;
}
.otofren a.arrow.otofren::before {
  color: #5BC5F2;
}
.bg-otofren:not(.textElement) a.arrow.otofren::before {
  color: white;
}
.otofren a.arrow.otofren2::before {
  color: #5BC5F2;
}
.bg-otofren:not(.textElement) a.arrow.otofren2::before {
  color: white;
}
.otofren a.arrow.hypericum::before {
  color: #5BC5F2;
}
.bg-otofren:not(.textElement) a.arrow.hypericum::before {
  color: white;
}
.otofren a.arrow.chamomilla::before {
  color: #5BC5F2;
}
.bg-otofren:not(.textElement) a.arrow.chamomilla::before {
  color: white;
}
.otofren a.arrow.bryonia::before {
  color: #5BC5F2;
}
.bg-otofren:not(.textElement) a.arrow.bryonia::before {
  color: white;
}
.otofren a.arrow.aconitum::before {
  color: #5BC5F2;
}
.bg-otofren:not(.textElement) a.arrow.aconitum::before {
  color: white;
}
.otofren a.arrow.thuja::before {
  color: #5BC5F2;
}
.bg-otofren:not(.textElement) a.arrow.thuja::before {
  color: white;
}
.otofren a.arrow.apis::before {
  color: #5BC5F2;
}
.bg-otofren:not(.textElement) a.arrow.apis::before {
  color: white;
}
.otofren a.arrow.arnica::before {
  color: #5BC5F2;
}
.bg-otofren:not(.textElement) a.arrow.arnica::before {
  color: white;
}
.otofren a.arrow.belladonna::before {
  color: #5BC5F2;
}
.bg-otofren:not(.textElement) a.arrow.belladonna::before {
  color: white;
}
.otofren a.arrow.nervo1::before {
  color: #5BC5F2;
}
.bg-otofren:not(.textElement) a.arrow.nervo1::before {
  color: white;
}
.otofren a.arrow.nervo2::before {
  color: #5BC5F2;
}
.bg-otofren:not(.textElement) a.arrow.nervo2::before {
  color: white;
}
.otofren a.arrow.nervo3::before {
  color: #5BC5F2;
}
.bg-otofren:not(.textElement) a.arrow.nervo3::before {
  color: white;
}
.otofren a.arrow.trans1::before {
  color: #5BC5F2;
}
.bg-otofren:not(.textElement) a.arrow.trans1::before {
  color: white;
}
.otofren a.arrow.trans2::before {
  color: #5BC5F2;
}
.bg-otofren:not(.textElement) a.arrow.trans2::before {
  color: white;
}
.otofren a.arrow.trans3::before {
  color: #5BC5F2;
}
.bg-otofren:not(.textElement) a.arrow.trans3::before {
  color: white;
}
.otofren a.arrow.p542c::before {
  color: #5BC5F2;
}
.bg-otofren:not(.textElement) a.arrow.p542c::before {
  color: white;
}
.otofren a.arrow.p144c::before {
  color: #5BC5F2;
}
.bg-otofren:not(.textElement) a.arrow.p144c::before {
  color: white;
}
.otofren a.arrow.p7438c::before {
  color: #5BC5F2;
}
.bg-otofren:not(.textElement) a.arrow.p7438c::before {
  color: white;
}
.otofren a.arrow.p7738c::before {
  color: #5BC5F2;
}
.bg-otofren:not(.textElement) a.arrow.p7738c::before {
  color: white;
}
.otofren a.arrow.p4012c::before {
  color: #5BC5F2;
}
.bg-otofren:not(.textElement) a.arrow.p4012c::before {
  color: white;
}
.otofren a.arrow.p2040c::before {
  color: #5BC5F2;
}
.bg-otofren:not(.textElement) a.arrow.p2040c::before {
  color: white;
}
.otofren a.arrow.p128c::before {
  color: #5BC5F2;
}
.bg-otofren:not(.textElement) a.arrow.p128c::before {
  color: white;
}
.otofren a.arrow.p2557c::before {
  color: #5BC5F2;
}
.bg-otofren:not(.textElement) a.arrow.p2557c::before {
  color: white;
}
a.arrow.otofren2::before {
  color: #FADC53;
}
.otofren2 a.arrow::before {
  color: #FADC53;
}
.bg-otofren2:not(.textElement) a.arrow::before {
  color: white;
}
.otofren2 a.arrow.bg::before {
  color: #FADC53;
}
.bg-otofren2:not(.textElement) a.arrow.bg::before {
  color: white;
}
.otofren2 a.arrow.first::before {
  color: #FADC53;
}
.bg-otofren2:not(.textElement) a.arrow.first::before {
  color: white;
}
.otofren2 a.arrow.second::before {
  color: #FADC53;
}
.bg-otofren2:not(.textElement) a.arrow.second::before {
  color: white;
}
.otofren2 a.arrow.third::before {
  color: #FADC53;
}
.bg-otofren2:not(.textElement) a.arrow.third::before {
  color: white;
}
.otofren2 a.arrow.fourth::before {
  color: #FADC53;
}
.bg-otofren2:not(.textElement) a.arrow.fourth::before {
  color: white;
}
.otofren2 a.arrow.fifth::before {
  color: #FADC53;
}
.bg-otofren2:not(.textElement) a.arrow.fifth::before {
  color: white;
}
.otofren2 a.arrow.sixth::before {
  color: #FADC53;
}
.bg-otofren2:not(.textElement) a.arrow.sixth::before {
  color: white;
}
.otofren2 a.arrow.seventh::before {
  color: #FADC53;
}
.bg-otofren2:not(.textElement) a.arrow.seventh::before {
  color: white;
}
.otofren2 a.arrow.otofren::before {
  color: #FADC53;
}
.bg-otofren2:not(.textElement) a.arrow.otofren::before {
  color: white;
}
.otofren2 a.arrow.otofren2::before {
  color: #FADC53;
}
.bg-otofren2:not(.textElement) a.arrow.otofren2::before {
  color: white;
}
.otofren2 a.arrow.hypericum::before {
  color: #FADC53;
}
.bg-otofren2:not(.textElement) a.arrow.hypericum::before {
  color: white;
}
.otofren2 a.arrow.chamomilla::before {
  color: #FADC53;
}
.bg-otofren2:not(.textElement) a.arrow.chamomilla::before {
  color: white;
}
.otofren2 a.arrow.bryonia::before {
  color: #FADC53;
}
.bg-otofren2:not(.textElement) a.arrow.bryonia::before {
  color: white;
}
.otofren2 a.arrow.aconitum::before {
  color: #FADC53;
}
.bg-otofren2:not(.textElement) a.arrow.aconitum::before {
  color: white;
}
.otofren2 a.arrow.thuja::before {
  color: #FADC53;
}
.bg-otofren2:not(.textElement) a.arrow.thuja::before {
  color: white;
}
.otofren2 a.arrow.apis::before {
  color: #FADC53;
}
.bg-otofren2:not(.textElement) a.arrow.apis::before {
  color: white;
}
.otofren2 a.arrow.arnica::before {
  color: #FADC53;
}
.bg-otofren2:not(.textElement) a.arrow.arnica::before {
  color: white;
}
.otofren2 a.arrow.belladonna::before {
  color: #FADC53;
}
.bg-otofren2:not(.textElement) a.arrow.belladonna::before {
  color: white;
}
.otofren2 a.arrow.nervo1::before {
  color: #FADC53;
}
.bg-otofren2:not(.textElement) a.arrow.nervo1::before {
  color: white;
}
.otofren2 a.arrow.nervo2::before {
  color: #FADC53;
}
.bg-otofren2:not(.textElement) a.arrow.nervo2::before {
  color: white;
}
.otofren2 a.arrow.nervo3::before {
  color: #FADC53;
}
.bg-otofren2:not(.textElement) a.arrow.nervo3::before {
  color: white;
}
.otofren2 a.arrow.trans1::before {
  color: #FADC53;
}
.bg-otofren2:not(.textElement) a.arrow.trans1::before {
  color: white;
}
.otofren2 a.arrow.trans2::before {
  color: #FADC53;
}
.bg-otofren2:not(.textElement) a.arrow.trans2::before {
  color: white;
}
.otofren2 a.arrow.trans3::before {
  color: #FADC53;
}
.bg-otofren2:not(.textElement) a.arrow.trans3::before {
  color: white;
}
.otofren2 a.arrow.p542c::before {
  color: #FADC53;
}
.bg-otofren2:not(.textElement) a.arrow.p542c::before {
  color: white;
}
.otofren2 a.arrow.p144c::before {
  color: #FADC53;
}
.bg-otofren2:not(.textElement) a.arrow.p144c::before {
  color: white;
}
.otofren2 a.arrow.p7438c::before {
  color: #FADC53;
}
.bg-otofren2:not(.textElement) a.arrow.p7438c::before {
  color: white;
}
.otofren2 a.arrow.p7738c::before {
  color: #FADC53;
}
.bg-otofren2:not(.textElement) a.arrow.p7738c::before {
  color: white;
}
.otofren2 a.arrow.p4012c::before {
  color: #FADC53;
}
.bg-otofren2:not(.textElement) a.arrow.p4012c::before {
  color: white;
}
.otofren2 a.arrow.p2040c::before {
  color: #FADC53;
}
.bg-otofren2:not(.textElement) a.arrow.p2040c::before {
  color: white;
}
.otofren2 a.arrow.p128c::before {
  color: #FADC53;
}
.bg-otofren2:not(.textElement) a.arrow.p128c::before {
  color: white;
}
.otofren2 a.arrow.p2557c::before {
  color: #FADC53;
}
.bg-otofren2:not(.textElement) a.arrow.p2557c::before {
  color: white;
}
a.arrow.hypericum::before {
  color: #b21827;
}
.hypericum a.arrow::before {
  color: #b21827;
}
.bg-hypericum:not(.textElement) a.arrow::before {
  color: white;
}
.hypericum a.arrow.bg::before {
  color: #b21827;
}
.bg-hypericum:not(.textElement) a.arrow.bg::before {
  color: white;
}
.hypericum a.arrow.first::before {
  color: #b21827;
}
.bg-hypericum:not(.textElement) a.arrow.first::before {
  color: white;
}
.hypericum a.arrow.second::before {
  color: #b21827;
}
.bg-hypericum:not(.textElement) a.arrow.second::before {
  color: white;
}
.hypericum a.arrow.third::before {
  color: #b21827;
}
.bg-hypericum:not(.textElement) a.arrow.third::before {
  color: white;
}
.hypericum a.arrow.fourth::before {
  color: #b21827;
}
.bg-hypericum:not(.textElement) a.arrow.fourth::before {
  color: white;
}
.hypericum a.arrow.fifth::before {
  color: #b21827;
}
.bg-hypericum:not(.textElement) a.arrow.fifth::before {
  color: white;
}
.hypericum a.arrow.sixth::before {
  color: #b21827;
}
.bg-hypericum:not(.textElement) a.arrow.sixth::before {
  color: white;
}
.hypericum a.arrow.seventh::before {
  color: #b21827;
}
.bg-hypericum:not(.textElement) a.arrow.seventh::before {
  color: white;
}
.hypericum a.arrow.otofren::before {
  color: #b21827;
}
.bg-hypericum:not(.textElement) a.arrow.otofren::before {
  color: white;
}
.hypericum a.arrow.otofren2::before {
  color: #b21827;
}
.bg-hypericum:not(.textElement) a.arrow.otofren2::before {
  color: white;
}
.hypericum a.arrow.hypericum::before {
  color: #b21827;
}
.bg-hypericum:not(.textElement) a.arrow.hypericum::before {
  color: white;
}
.hypericum a.arrow.chamomilla::before {
  color: #b21827;
}
.bg-hypericum:not(.textElement) a.arrow.chamomilla::before {
  color: white;
}
.hypericum a.arrow.bryonia::before {
  color: #b21827;
}
.bg-hypericum:not(.textElement) a.arrow.bryonia::before {
  color: white;
}
.hypericum a.arrow.aconitum::before {
  color: #b21827;
}
.bg-hypericum:not(.textElement) a.arrow.aconitum::before {
  color: white;
}
.hypericum a.arrow.thuja::before {
  color: #b21827;
}
.bg-hypericum:not(.textElement) a.arrow.thuja::before {
  color: white;
}
.hypericum a.arrow.apis::before {
  color: #b21827;
}
.bg-hypericum:not(.textElement) a.arrow.apis::before {
  color: white;
}
.hypericum a.arrow.arnica::before {
  color: #b21827;
}
.bg-hypericum:not(.textElement) a.arrow.arnica::before {
  color: white;
}
.hypericum a.arrow.belladonna::before {
  color: #b21827;
}
.bg-hypericum:not(.textElement) a.arrow.belladonna::before {
  color: white;
}
.hypericum a.arrow.nervo1::before {
  color: #b21827;
}
.bg-hypericum:not(.textElement) a.arrow.nervo1::before {
  color: white;
}
.hypericum a.arrow.nervo2::before {
  color: #b21827;
}
.bg-hypericum:not(.textElement) a.arrow.nervo2::before {
  color: white;
}
.hypericum a.arrow.nervo3::before {
  color: #b21827;
}
.bg-hypericum:not(.textElement) a.arrow.nervo3::before {
  color: white;
}
.hypericum a.arrow.trans1::before {
  color: #b21827;
}
.bg-hypericum:not(.textElement) a.arrow.trans1::before {
  color: white;
}
.hypericum a.arrow.trans2::before {
  color: #b21827;
}
.bg-hypericum:not(.textElement) a.arrow.trans2::before {
  color: white;
}
.hypericum a.arrow.trans3::before {
  color: #b21827;
}
.bg-hypericum:not(.textElement) a.arrow.trans3::before {
  color: white;
}
.hypericum a.arrow.p542c::before {
  color: #b21827;
}
.bg-hypericum:not(.textElement) a.arrow.p542c::before {
  color: white;
}
.hypericum a.arrow.p144c::before {
  color: #b21827;
}
.bg-hypericum:not(.textElement) a.arrow.p144c::before {
  color: white;
}
.hypericum a.arrow.p7438c::before {
  color: #b21827;
}
.bg-hypericum:not(.textElement) a.arrow.p7438c::before {
  color: white;
}
.hypericum a.arrow.p7738c::before {
  color: #b21827;
}
.bg-hypericum:not(.textElement) a.arrow.p7738c::before {
  color: white;
}
.hypericum a.arrow.p4012c::before {
  color: #b21827;
}
.bg-hypericum:not(.textElement) a.arrow.p4012c::before {
  color: white;
}
.hypericum a.arrow.p2040c::before {
  color: #b21827;
}
.bg-hypericum:not(.textElement) a.arrow.p2040c::before {
  color: white;
}
.hypericum a.arrow.p128c::before {
  color: #b21827;
}
.bg-hypericum:not(.textElement) a.arrow.p128c::before {
  color: white;
}
.hypericum a.arrow.p2557c::before {
  color: #b21827;
}
.bg-hypericum:not(.textElement) a.arrow.p2557c::before {
  color: white;
}
a.arrow.chamomilla::before {
  color: #f1ce00;
}
.chamomilla a.arrow::before {
  color: #f1ce00;
}
.bg-chamomilla:not(.textElement) a.arrow::before {
  color: white;
}
.chamomilla a.arrow.bg::before {
  color: #f1ce00;
}
.bg-chamomilla:not(.textElement) a.arrow.bg::before {
  color: white;
}
.chamomilla a.arrow.first::before {
  color: #f1ce00;
}
.bg-chamomilla:not(.textElement) a.arrow.first::before {
  color: white;
}
.chamomilla a.arrow.second::before {
  color: #f1ce00;
}
.bg-chamomilla:not(.textElement) a.arrow.second::before {
  color: white;
}
.chamomilla a.arrow.third::before {
  color: #f1ce00;
}
.bg-chamomilla:not(.textElement) a.arrow.third::before {
  color: white;
}
.chamomilla a.arrow.fourth::before {
  color: #f1ce00;
}
.bg-chamomilla:not(.textElement) a.arrow.fourth::before {
  color: white;
}
.chamomilla a.arrow.fifth::before {
  color: #f1ce00;
}
.bg-chamomilla:not(.textElement) a.arrow.fifth::before {
  color: white;
}
.chamomilla a.arrow.sixth::before {
  color: #f1ce00;
}
.bg-chamomilla:not(.textElement) a.arrow.sixth::before {
  color: white;
}
.chamomilla a.arrow.seventh::before {
  color: #f1ce00;
}
.bg-chamomilla:not(.textElement) a.arrow.seventh::before {
  color: white;
}
.chamomilla a.arrow.otofren::before {
  color: #f1ce00;
}
.bg-chamomilla:not(.textElement) a.arrow.otofren::before {
  color: white;
}
.chamomilla a.arrow.otofren2::before {
  color: #f1ce00;
}
.bg-chamomilla:not(.textElement) a.arrow.otofren2::before {
  color: white;
}
.chamomilla a.arrow.hypericum::before {
  color: #f1ce00;
}
.bg-chamomilla:not(.textElement) a.arrow.hypericum::before {
  color: white;
}
.chamomilla a.arrow.chamomilla::before {
  color: #f1ce00;
}
.bg-chamomilla:not(.textElement) a.arrow.chamomilla::before {
  color: white;
}
.chamomilla a.arrow.bryonia::before {
  color: #f1ce00;
}
.bg-chamomilla:not(.textElement) a.arrow.bryonia::before {
  color: white;
}
.chamomilla a.arrow.aconitum::before {
  color: #f1ce00;
}
.bg-chamomilla:not(.textElement) a.arrow.aconitum::before {
  color: white;
}
.chamomilla a.arrow.thuja::before {
  color: #f1ce00;
}
.bg-chamomilla:not(.textElement) a.arrow.thuja::before {
  color: white;
}
.chamomilla a.arrow.apis::before {
  color: #f1ce00;
}
.bg-chamomilla:not(.textElement) a.arrow.apis::before {
  color: white;
}
.chamomilla a.arrow.arnica::before {
  color: #f1ce00;
}
.bg-chamomilla:not(.textElement) a.arrow.arnica::before {
  color: white;
}
.chamomilla a.arrow.belladonna::before {
  color: #f1ce00;
}
.bg-chamomilla:not(.textElement) a.arrow.belladonna::before {
  color: white;
}
.chamomilla a.arrow.nervo1::before {
  color: #f1ce00;
}
.bg-chamomilla:not(.textElement) a.arrow.nervo1::before {
  color: white;
}
.chamomilla a.arrow.nervo2::before {
  color: #f1ce00;
}
.bg-chamomilla:not(.textElement) a.arrow.nervo2::before {
  color: white;
}
.chamomilla a.arrow.nervo3::before {
  color: #f1ce00;
}
.bg-chamomilla:not(.textElement) a.arrow.nervo3::before {
  color: white;
}
.chamomilla a.arrow.trans1::before {
  color: #f1ce00;
}
.bg-chamomilla:not(.textElement) a.arrow.trans1::before {
  color: white;
}
.chamomilla a.arrow.trans2::before {
  color: #f1ce00;
}
.bg-chamomilla:not(.textElement) a.arrow.trans2::before {
  color: white;
}
.chamomilla a.arrow.trans3::before {
  color: #f1ce00;
}
.bg-chamomilla:not(.textElement) a.arrow.trans3::before {
  color: white;
}
.chamomilla a.arrow.p542c::before {
  color: #f1ce00;
}
.bg-chamomilla:not(.textElement) a.arrow.p542c::before {
  color: white;
}
.chamomilla a.arrow.p144c::before {
  color: #f1ce00;
}
.bg-chamomilla:not(.textElement) a.arrow.p144c::before {
  color: white;
}
.chamomilla a.arrow.p7438c::before {
  color: #f1ce00;
}
.bg-chamomilla:not(.textElement) a.arrow.p7438c::before {
  color: white;
}
.chamomilla a.arrow.p7738c::before {
  color: #f1ce00;
}
.bg-chamomilla:not(.textElement) a.arrow.p7738c::before {
  color: white;
}
.chamomilla a.arrow.p4012c::before {
  color: #f1ce00;
}
.bg-chamomilla:not(.textElement) a.arrow.p4012c::before {
  color: white;
}
.chamomilla a.arrow.p2040c::before {
  color: #f1ce00;
}
.bg-chamomilla:not(.textElement) a.arrow.p2040c::before {
  color: white;
}
.chamomilla a.arrow.p128c::before {
  color: #f1ce00;
}
.bg-chamomilla:not(.textElement) a.arrow.p128c::before {
  color: white;
}
.chamomilla a.arrow.p2557c::before {
  color: #f1ce00;
}
.bg-chamomilla:not(.textElement) a.arrow.p2557c::before {
  color: white;
}
a.arrow.bryonia::before {
  color: #e1231b;
}
.bryonia a.arrow::before {
  color: #e1231b;
}
.bg-bryonia:not(.textElement) a.arrow::before {
  color: white;
}
.bryonia a.arrow.bg::before {
  color: #e1231b;
}
.bg-bryonia:not(.textElement) a.arrow.bg::before {
  color: white;
}
.bryonia a.arrow.first::before {
  color: #e1231b;
}
.bg-bryonia:not(.textElement) a.arrow.first::before {
  color: white;
}
.bryonia a.arrow.second::before {
  color: #e1231b;
}
.bg-bryonia:not(.textElement) a.arrow.second::before {
  color: white;
}
.bryonia a.arrow.third::before {
  color: #e1231b;
}
.bg-bryonia:not(.textElement) a.arrow.third::before {
  color: white;
}
.bryonia a.arrow.fourth::before {
  color: #e1231b;
}
.bg-bryonia:not(.textElement) a.arrow.fourth::before {
  color: white;
}
.bryonia a.arrow.fifth::before {
  color: #e1231b;
}
.bg-bryonia:not(.textElement) a.arrow.fifth::before {
  color: white;
}
.bryonia a.arrow.sixth::before {
  color: #e1231b;
}
.bg-bryonia:not(.textElement) a.arrow.sixth::before {
  color: white;
}
.bryonia a.arrow.seventh::before {
  color: #e1231b;
}
.bg-bryonia:not(.textElement) a.arrow.seventh::before {
  color: white;
}
.bryonia a.arrow.otofren::before {
  color: #e1231b;
}
.bg-bryonia:not(.textElement) a.arrow.otofren::before {
  color: white;
}
.bryonia a.arrow.otofren2::before {
  color: #e1231b;
}
.bg-bryonia:not(.textElement) a.arrow.otofren2::before {
  color: white;
}
.bryonia a.arrow.hypericum::before {
  color: #e1231b;
}
.bg-bryonia:not(.textElement) a.arrow.hypericum::before {
  color: white;
}
.bryonia a.arrow.chamomilla::before {
  color: #e1231b;
}
.bg-bryonia:not(.textElement) a.arrow.chamomilla::before {
  color: white;
}
.bryonia a.arrow.bryonia::before {
  color: #e1231b;
}
.bg-bryonia:not(.textElement) a.arrow.bryonia::before {
  color: white;
}
.bryonia a.arrow.aconitum::before {
  color: #e1231b;
}
.bg-bryonia:not(.textElement) a.arrow.aconitum::before {
  color: white;
}
.bryonia a.arrow.thuja::before {
  color: #e1231b;
}
.bg-bryonia:not(.textElement) a.arrow.thuja::before {
  color: white;
}
.bryonia a.arrow.apis::before {
  color: #e1231b;
}
.bg-bryonia:not(.textElement) a.arrow.apis::before {
  color: white;
}
.bryonia a.arrow.arnica::before {
  color: #e1231b;
}
.bg-bryonia:not(.textElement) a.arrow.arnica::before {
  color: white;
}
.bryonia a.arrow.belladonna::before {
  color: #e1231b;
}
.bg-bryonia:not(.textElement) a.arrow.belladonna::before {
  color: white;
}
.bryonia a.arrow.nervo1::before {
  color: #e1231b;
}
.bg-bryonia:not(.textElement) a.arrow.nervo1::before {
  color: white;
}
.bryonia a.arrow.nervo2::before {
  color: #e1231b;
}
.bg-bryonia:not(.textElement) a.arrow.nervo2::before {
  color: white;
}
.bryonia a.arrow.nervo3::before {
  color: #e1231b;
}
.bg-bryonia:not(.textElement) a.arrow.nervo3::before {
  color: white;
}
.bryonia a.arrow.trans1::before {
  color: #e1231b;
}
.bg-bryonia:not(.textElement) a.arrow.trans1::before {
  color: white;
}
.bryonia a.arrow.trans2::before {
  color: #e1231b;
}
.bg-bryonia:not(.textElement) a.arrow.trans2::before {
  color: white;
}
.bryonia a.arrow.trans3::before {
  color: #e1231b;
}
.bg-bryonia:not(.textElement) a.arrow.trans3::before {
  color: white;
}
.bryonia a.arrow.p542c::before {
  color: #e1231b;
}
.bg-bryonia:not(.textElement) a.arrow.p542c::before {
  color: white;
}
.bryonia a.arrow.p144c::before {
  color: #e1231b;
}
.bg-bryonia:not(.textElement) a.arrow.p144c::before {
  color: white;
}
.bryonia a.arrow.p7438c::before {
  color: #e1231b;
}
.bg-bryonia:not(.textElement) a.arrow.p7438c::before {
  color: white;
}
.bryonia a.arrow.p7738c::before {
  color: #e1231b;
}
.bg-bryonia:not(.textElement) a.arrow.p7738c::before {
  color: white;
}
.bryonia a.arrow.p4012c::before {
  color: #e1231b;
}
.bg-bryonia:not(.textElement) a.arrow.p4012c::before {
  color: white;
}
.bryonia a.arrow.p2040c::before {
  color: #e1231b;
}
.bg-bryonia:not(.textElement) a.arrow.p2040c::before {
  color: white;
}
.bryonia a.arrow.p128c::before {
  color: #e1231b;
}
.bg-bryonia:not(.textElement) a.arrow.p128c::before {
  color: white;
}
.bryonia a.arrow.p2557c::before {
  color: #e1231b;
}
.bg-bryonia:not(.textElement) a.arrow.p2557c::before {
  color: white;
}
a.arrow.aconitum::before {
  color: #764896;
}
.aconitum a.arrow::before {
  color: #764896;
}
.bg-aconitum:not(.textElement) a.arrow::before {
  color: white;
}
.aconitum a.arrow.bg::before {
  color: #764896;
}
.bg-aconitum:not(.textElement) a.arrow.bg::before {
  color: white;
}
.aconitum a.arrow.first::before {
  color: #764896;
}
.bg-aconitum:not(.textElement) a.arrow.first::before {
  color: white;
}
.aconitum a.arrow.second::before {
  color: #764896;
}
.bg-aconitum:not(.textElement) a.arrow.second::before {
  color: white;
}
.aconitum a.arrow.third::before {
  color: #764896;
}
.bg-aconitum:not(.textElement) a.arrow.third::before {
  color: white;
}
.aconitum a.arrow.fourth::before {
  color: #764896;
}
.bg-aconitum:not(.textElement) a.arrow.fourth::before {
  color: white;
}
.aconitum a.arrow.fifth::before {
  color: #764896;
}
.bg-aconitum:not(.textElement) a.arrow.fifth::before {
  color: white;
}
.aconitum a.arrow.sixth::before {
  color: #764896;
}
.bg-aconitum:not(.textElement) a.arrow.sixth::before {
  color: white;
}
.aconitum a.arrow.seventh::before {
  color: #764896;
}
.bg-aconitum:not(.textElement) a.arrow.seventh::before {
  color: white;
}
.aconitum a.arrow.otofren::before {
  color: #764896;
}
.bg-aconitum:not(.textElement) a.arrow.otofren::before {
  color: white;
}
.aconitum a.arrow.otofren2::before {
  color: #764896;
}
.bg-aconitum:not(.textElement) a.arrow.otofren2::before {
  color: white;
}
.aconitum a.arrow.hypericum::before {
  color: #764896;
}
.bg-aconitum:not(.textElement) a.arrow.hypericum::before {
  color: white;
}
.aconitum a.arrow.chamomilla::before {
  color: #764896;
}
.bg-aconitum:not(.textElement) a.arrow.chamomilla::before {
  color: white;
}
.aconitum a.arrow.bryonia::before {
  color: #764896;
}
.bg-aconitum:not(.textElement) a.arrow.bryonia::before {
  color: white;
}
.aconitum a.arrow.aconitum::before {
  color: #764896;
}
.bg-aconitum:not(.textElement) a.arrow.aconitum::before {
  color: white;
}
.aconitum a.arrow.thuja::before {
  color: #764896;
}
.bg-aconitum:not(.textElement) a.arrow.thuja::before {
  color: white;
}
.aconitum a.arrow.apis::before {
  color: #764896;
}
.bg-aconitum:not(.textElement) a.arrow.apis::before {
  color: white;
}
.aconitum a.arrow.arnica::before {
  color: #764896;
}
.bg-aconitum:not(.textElement) a.arrow.arnica::before {
  color: white;
}
.aconitum a.arrow.belladonna::before {
  color: #764896;
}
.bg-aconitum:not(.textElement) a.arrow.belladonna::before {
  color: white;
}
.aconitum a.arrow.nervo1::before {
  color: #764896;
}
.bg-aconitum:not(.textElement) a.arrow.nervo1::before {
  color: white;
}
.aconitum a.arrow.nervo2::before {
  color: #764896;
}
.bg-aconitum:not(.textElement) a.arrow.nervo2::before {
  color: white;
}
.aconitum a.arrow.nervo3::before {
  color: #764896;
}
.bg-aconitum:not(.textElement) a.arrow.nervo3::before {
  color: white;
}
.aconitum a.arrow.trans1::before {
  color: #764896;
}
.bg-aconitum:not(.textElement) a.arrow.trans1::before {
  color: white;
}
.aconitum a.arrow.trans2::before {
  color: #764896;
}
.bg-aconitum:not(.textElement) a.arrow.trans2::before {
  color: white;
}
.aconitum a.arrow.trans3::before {
  color: #764896;
}
.bg-aconitum:not(.textElement) a.arrow.trans3::before {
  color: white;
}
.aconitum a.arrow.p542c::before {
  color: #764896;
}
.bg-aconitum:not(.textElement) a.arrow.p542c::before {
  color: white;
}
.aconitum a.arrow.p144c::before {
  color: #764896;
}
.bg-aconitum:not(.textElement) a.arrow.p144c::before {
  color: white;
}
.aconitum a.arrow.p7438c::before {
  color: #764896;
}
.bg-aconitum:not(.textElement) a.arrow.p7438c::before {
  color: white;
}
.aconitum a.arrow.p7738c::before {
  color: #764896;
}
.bg-aconitum:not(.textElement) a.arrow.p7738c::before {
  color: white;
}
.aconitum a.arrow.p4012c::before {
  color: #764896;
}
.bg-aconitum:not(.textElement) a.arrow.p4012c::before {
  color: white;
}
.aconitum a.arrow.p2040c::before {
  color: #764896;
}
.bg-aconitum:not(.textElement) a.arrow.p2040c::before {
  color: white;
}
.aconitum a.arrow.p128c::before {
  color: #764896;
}
.bg-aconitum:not(.textElement) a.arrow.p128c::before {
  color: white;
}
.aconitum a.arrow.p2557c::before {
  color: #764896;
}
.bg-aconitum:not(.textElement) a.arrow.p2557c::before {
  color: white;
}
a.arrow.thuja::before {
  color: #a9c17d;
}
.thuja a.arrow::before {
  color: #a9c17d;
}
.bg-thuja:not(.textElement) a.arrow::before {
  color: white;
}
.thuja a.arrow.bg::before {
  color: #a9c17d;
}
.bg-thuja:not(.textElement) a.arrow.bg::before {
  color: white;
}
.thuja a.arrow.first::before {
  color: #a9c17d;
}
.bg-thuja:not(.textElement) a.arrow.first::before {
  color: white;
}
.thuja a.arrow.second::before {
  color: #a9c17d;
}
.bg-thuja:not(.textElement) a.arrow.second::before {
  color: white;
}
.thuja a.arrow.third::before {
  color: #a9c17d;
}
.bg-thuja:not(.textElement) a.arrow.third::before {
  color: white;
}
.thuja a.arrow.fourth::before {
  color: #a9c17d;
}
.bg-thuja:not(.textElement) a.arrow.fourth::before {
  color: white;
}
.thuja a.arrow.fifth::before {
  color: #a9c17d;
}
.bg-thuja:not(.textElement) a.arrow.fifth::before {
  color: white;
}
.thuja a.arrow.sixth::before {
  color: #a9c17d;
}
.bg-thuja:not(.textElement) a.arrow.sixth::before {
  color: white;
}
.thuja a.arrow.seventh::before {
  color: #a9c17d;
}
.bg-thuja:not(.textElement) a.arrow.seventh::before {
  color: white;
}
.thuja a.arrow.otofren::before {
  color: #a9c17d;
}
.bg-thuja:not(.textElement) a.arrow.otofren::before {
  color: white;
}
.thuja a.arrow.otofren2::before {
  color: #a9c17d;
}
.bg-thuja:not(.textElement) a.arrow.otofren2::before {
  color: white;
}
.thuja a.arrow.hypericum::before {
  color: #a9c17d;
}
.bg-thuja:not(.textElement) a.arrow.hypericum::before {
  color: white;
}
.thuja a.arrow.chamomilla::before {
  color: #a9c17d;
}
.bg-thuja:not(.textElement) a.arrow.chamomilla::before {
  color: white;
}
.thuja a.arrow.bryonia::before {
  color: #a9c17d;
}
.bg-thuja:not(.textElement) a.arrow.bryonia::before {
  color: white;
}
.thuja a.arrow.aconitum::before {
  color: #a9c17d;
}
.bg-thuja:not(.textElement) a.arrow.aconitum::before {
  color: white;
}
.thuja a.arrow.thuja::before {
  color: #a9c17d;
}
.bg-thuja:not(.textElement) a.arrow.thuja::before {
  color: white;
}
.thuja a.arrow.apis::before {
  color: #a9c17d;
}
.bg-thuja:not(.textElement) a.arrow.apis::before {
  color: white;
}
.thuja a.arrow.arnica::before {
  color: #a9c17d;
}
.bg-thuja:not(.textElement) a.arrow.arnica::before {
  color: white;
}
.thuja a.arrow.belladonna::before {
  color: #a9c17d;
}
.bg-thuja:not(.textElement) a.arrow.belladonna::before {
  color: white;
}
.thuja a.arrow.nervo1::before {
  color: #a9c17d;
}
.bg-thuja:not(.textElement) a.arrow.nervo1::before {
  color: white;
}
.thuja a.arrow.nervo2::before {
  color: #a9c17d;
}
.bg-thuja:not(.textElement) a.arrow.nervo2::before {
  color: white;
}
.thuja a.arrow.nervo3::before {
  color: #a9c17d;
}
.bg-thuja:not(.textElement) a.arrow.nervo3::before {
  color: white;
}
.thuja a.arrow.trans1::before {
  color: #a9c17d;
}
.bg-thuja:not(.textElement) a.arrow.trans1::before {
  color: white;
}
.thuja a.arrow.trans2::before {
  color: #a9c17d;
}
.bg-thuja:not(.textElement) a.arrow.trans2::before {
  color: white;
}
.thuja a.arrow.trans3::before {
  color: #a9c17d;
}
.bg-thuja:not(.textElement) a.arrow.trans3::before {
  color: white;
}
.thuja a.arrow.p542c::before {
  color: #a9c17d;
}
.bg-thuja:not(.textElement) a.arrow.p542c::before {
  color: white;
}
.thuja a.arrow.p144c::before {
  color: #a9c17d;
}
.bg-thuja:not(.textElement) a.arrow.p144c::before {
  color: white;
}
.thuja a.arrow.p7438c::before {
  color: #a9c17d;
}
.bg-thuja:not(.textElement) a.arrow.p7438c::before {
  color: white;
}
.thuja a.arrow.p7738c::before {
  color: #a9c17d;
}
.bg-thuja:not(.textElement) a.arrow.p7738c::before {
  color: white;
}
.thuja a.arrow.p4012c::before {
  color: #a9c17d;
}
.bg-thuja:not(.textElement) a.arrow.p4012c::before {
  color: white;
}
.thuja a.arrow.p2040c::before {
  color: #a9c17d;
}
.bg-thuja:not(.textElement) a.arrow.p2040c::before {
  color: white;
}
.thuja a.arrow.p128c::before {
  color: #a9c17d;
}
.bg-thuja:not(.textElement) a.arrow.p128c::before {
  color: white;
}
.thuja a.arrow.p2557c::before {
  color: #a9c17d;
}
.bg-thuja:not(.textElement) a.arrow.p2557c::before {
  color: white;
}
a.arrow.apis::before {
  color: #f0ad00;
}
.apis a.arrow::before {
  color: #f0ad00;
}
.bg-apis:not(.textElement) a.arrow::before {
  color: white;
}
.apis a.arrow.bg::before {
  color: #f0ad00;
}
.bg-apis:not(.textElement) a.arrow.bg::before {
  color: white;
}
.apis a.arrow.first::before {
  color: #f0ad00;
}
.bg-apis:not(.textElement) a.arrow.first::before {
  color: white;
}
.apis a.arrow.second::before {
  color: #f0ad00;
}
.bg-apis:not(.textElement) a.arrow.second::before {
  color: white;
}
.apis a.arrow.third::before {
  color: #f0ad00;
}
.bg-apis:not(.textElement) a.arrow.third::before {
  color: white;
}
.apis a.arrow.fourth::before {
  color: #f0ad00;
}
.bg-apis:not(.textElement) a.arrow.fourth::before {
  color: white;
}
.apis a.arrow.fifth::before {
  color: #f0ad00;
}
.bg-apis:not(.textElement) a.arrow.fifth::before {
  color: white;
}
.apis a.arrow.sixth::before {
  color: #f0ad00;
}
.bg-apis:not(.textElement) a.arrow.sixth::before {
  color: white;
}
.apis a.arrow.seventh::before {
  color: #f0ad00;
}
.bg-apis:not(.textElement) a.arrow.seventh::before {
  color: white;
}
.apis a.arrow.otofren::before {
  color: #f0ad00;
}
.bg-apis:not(.textElement) a.arrow.otofren::before {
  color: white;
}
.apis a.arrow.otofren2::before {
  color: #f0ad00;
}
.bg-apis:not(.textElement) a.arrow.otofren2::before {
  color: white;
}
.apis a.arrow.hypericum::before {
  color: #f0ad00;
}
.bg-apis:not(.textElement) a.arrow.hypericum::before {
  color: white;
}
.apis a.arrow.chamomilla::before {
  color: #f0ad00;
}
.bg-apis:not(.textElement) a.arrow.chamomilla::before {
  color: white;
}
.apis a.arrow.bryonia::before {
  color: #f0ad00;
}
.bg-apis:not(.textElement) a.arrow.bryonia::before {
  color: white;
}
.apis a.arrow.aconitum::before {
  color: #f0ad00;
}
.bg-apis:not(.textElement) a.arrow.aconitum::before {
  color: white;
}
.apis a.arrow.thuja::before {
  color: #f0ad00;
}
.bg-apis:not(.textElement) a.arrow.thuja::before {
  color: white;
}
.apis a.arrow.apis::before {
  color: #f0ad00;
}
.bg-apis:not(.textElement) a.arrow.apis::before {
  color: white;
}
.apis a.arrow.arnica::before {
  color: #f0ad00;
}
.bg-apis:not(.textElement) a.arrow.arnica::before {
  color: white;
}
.apis a.arrow.belladonna::before {
  color: #f0ad00;
}
.bg-apis:not(.textElement) a.arrow.belladonna::before {
  color: white;
}
.apis a.arrow.nervo1::before {
  color: #f0ad00;
}
.bg-apis:not(.textElement) a.arrow.nervo1::before {
  color: white;
}
.apis a.arrow.nervo2::before {
  color: #f0ad00;
}
.bg-apis:not(.textElement) a.arrow.nervo2::before {
  color: white;
}
.apis a.arrow.nervo3::before {
  color: #f0ad00;
}
.bg-apis:not(.textElement) a.arrow.nervo3::before {
  color: white;
}
.apis a.arrow.trans1::before {
  color: #f0ad00;
}
.bg-apis:not(.textElement) a.arrow.trans1::before {
  color: white;
}
.apis a.arrow.trans2::before {
  color: #f0ad00;
}
.bg-apis:not(.textElement) a.arrow.trans2::before {
  color: white;
}
.apis a.arrow.trans3::before {
  color: #f0ad00;
}
.bg-apis:not(.textElement) a.arrow.trans3::before {
  color: white;
}
.apis a.arrow.p542c::before {
  color: #f0ad00;
}
.bg-apis:not(.textElement) a.arrow.p542c::before {
  color: white;
}
.apis a.arrow.p144c::before {
  color: #f0ad00;
}
.bg-apis:not(.textElement) a.arrow.p144c::before {
  color: white;
}
.apis a.arrow.p7438c::before {
  color: #f0ad00;
}
.bg-apis:not(.textElement) a.arrow.p7438c::before {
  color: white;
}
.apis a.arrow.p7738c::before {
  color: #f0ad00;
}
.bg-apis:not(.textElement) a.arrow.p7738c::before {
  color: white;
}
.apis a.arrow.p4012c::before {
  color: #f0ad00;
}
.bg-apis:not(.textElement) a.arrow.p4012c::before {
  color: white;
}
.apis a.arrow.p2040c::before {
  color: #f0ad00;
}
.bg-apis:not(.textElement) a.arrow.p2040c::before {
  color: white;
}
.apis a.arrow.p128c::before {
  color: #f0ad00;
}
.bg-apis:not(.textElement) a.arrow.p128c::before {
  color: white;
}
.apis a.arrow.p2557c::before {
  color: #f0ad00;
}
.bg-apis:not(.textElement) a.arrow.p2557c::before {
  color: white;
}
a.arrow.arnica::before {
  color: #eb7802;
}
.arnica a.arrow::before {
  color: #eb7802;
}
.bg-arnica:not(.textElement) a.arrow::before {
  color: white;
}
.arnica a.arrow.bg::before {
  color: #eb7802;
}
.bg-arnica:not(.textElement) a.arrow.bg::before {
  color: white;
}
.arnica a.arrow.first::before {
  color: #eb7802;
}
.bg-arnica:not(.textElement) a.arrow.first::before {
  color: white;
}
.arnica a.arrow.second::before {
  color: #eb7802;
}
.bg-arnica:not(.textElement) a.arrow.second::before {
  color: white;
}
.arnica a.arrow.third::before {
  color: #eb7802;
}
.bg-arnica:not(.textElement) a.arrow.third::before {
  color: white;
}
.arnica a.arrow.fourth::before {
  color: #eb7802;
}
.bg-arnica:not(.textElement) a.arrow.fourth::before {
  color: white;
}
.arnica a.arrow.fifth::before {
  color: #eb7802;
}
.bg-arnica:not(.textElement) a.arrow.fifth::before {
  color: white;
}
.arnica a.arrow.sixth::before {
  color: #eb7802;
}
.bg-arnica:not(.textElement) a.arrow.sixth::before {
  color: white;
}
.arnica a.arrow.seventh::before {
  color: #eb7802;
}
.bg-arnica:not(.textElement) a.arrow.seventh::before {
  color: white;
}
.arnica a.arrow.otofren::before {
  color: #eb7802;
}
.bg-arnica:not(.textElement) a.arrow.otofren::before {
  color: white;
}
.arnica a.arrow.otofren2::before {
  color: #eb7802;
}
.bg-arnica:not(.textElement) a.arrow.otofren2::before {
  color: white;
}
.arnica a.arrow.hypericum::before {
  color: #eb7802;
}
.bg-arnica:not(.textElement) a.arrow.hypericum::before {
  color: white;
}
.arnica a.arrow.chamomilla::before {
  color: #eb7802;
}
.bg-arnica:not(.textElement) a.arrow.chamomilla::before {
  color: white;
}
.arnica a.arrow.bryonia::before {
  color: #eb7802;
}
.bg-arnica:not(.textElement) a.arrow.bryonia::before {
  color: white;
}
.arnica a.arrow.aconitum::before {
  color: #eb7802;
}
.bg-arnica:not(.textElement) a.arrow.aconitum::before {
  color: white;
}
.arnica a.arrow.thuja::before {
  color: #eb7802;
}
.bg-arnica:not(.textElement) a.arrow.thuja::before {
  color: white;
}
.arnica a.arrow.apis::before {
  color: #eb7802;
}
.bg-arnica:not(.textElement) a.arrow.apis::before {
  color: white;
}
.arnica a.arrow.arnica::before {
  color: #eb7802;
}
.bg-arnica:not(.textElement) a.arrow.arnica::before {
  color: white;
}
.arnica a.arrow.belladonna::before {
  color: #eb7802;
}
.bg-arnica:not(.textElement) a.arrow.belladonna::before {
  color: white;
}
.arnica a.arrow.nervo1::before {
  color: #eb7802;
}
.bg-arnica:not(.textElement) a.arrow.nervo1::before {
  color: white;
}
.arnica a.arrow.nervo2::before {
  color: #eb7802;
}
.bg-arnica:not(.textElement) a.arrow.nervo2::before {
  color: white;
}
.arnica a.arrow.nervo3::before {
  color: #eb7802;
}
.bg-arnica:not(.textElement) a.arrow.nervo3::before {
  color: white;
}
.arnica a.arrow.trans1::before {
  color: #eb7802;
}
.bg-arnica:not(.textElement) a.arrow.trans1::before {
  color: white;
}
.arnica a.arrow.trans2::before {
  color: #eb7802;
}
.bg-arnica:not(.textElement) a.arrow.trans2::before {
  color: white;
}
.arnica a.arrow.trans3::before {
  color: #eb7802;
}
.bg-arnica:not(.textElement) a.arrow.trans3::before {
  color: white;
}
.arnica a.arrow.p542c::before {
  color: #eb7802;
}
.bg-arnica:not(.textElement) a.arrow.p542c::before {
  color: white;
}
.arnica a.arrow.p144c::before {
  color: #eb7802;
}
.bg-arnica:not(.textElement) a.arrow.p144c::before {
  color: white;
}
.arnica a.arrow.p7438c::before {
  color: #eb7802;
}
.bg-arnica:not(.textElement) a.arrow.p7438c::before {
  color: white;
}
.arnica a.arrow.p7738c::before {
  color: #eb7802;
}
.bg-arnica:not(.textElement) a.arrow.p7738c::before {
  color: white;
}
.arnica a.arrow.p4012c::before {
  color: #eb7802;
}
.bg-arnica:not(.textElement) a.arrow.p4012c::before {
  color: white;
}
.arnica a.arrow.p2040c::before {
  color: #eb7802;
}
.bg-arnica:not(.textElement) a.arrow.p2040c::before {
  color: white;
}
.arnica a.arrow.p128c::before {
  color: #eb7802;
}
.bg-arnica:not(.textElement) a.arrow.p128c::before {
  color: white;
}
.arnica a.arrow.p2557c::before {
  color: #eb7802;
}
.bg-arnica:not(.textElement) a.arrow.p2557c::before {
  color: white;
}
a.arrow.belladonna::before {
  color: #392050;
}
.belladonna a.arrow::before {
  color: #392050;
}
.bg-belladonna:not(.textElement) a.arrow::before {
  color: white;
}
.belladonna a.arrow.bg::before {
  color: #392050;
}
.bg-belladonna:not(.textElement) a.arrow.bg::before {
  color: white;
}
.belladonna a.arrow.first::before {
  color: #392050;
}
.bg-belladonna:not(.textElement) a.arrow.first::before {
  color: white;
}
.belladonna a.arrow.second::before {
  color: #392050;
}
.bg-belladonna:not(.textElement) a.arrow.second::before {
  color: white;
}
.belladonna a.arrow.third::before {
  color: #392050;
}
.bg-belladonna:not(.textElement) a.arrow.third::before {
  color: white;
}
.belladonna a.arrow.fourth::before {
  color: #392050;
}
.bg-belladonna:not(.textElement) a.arrow.fourth::before {
  color: white;
}
.belladonna a.arrow.fifth::before {
  color: #392050;
}
.bg-belladonna:not(.textElement) a.arrow.fifth::before {
  color: white;
}
.belladonna a.arrow.sixth::before {
  color: #392050;
}
.bg-belladonna:not(.textElement) a.arrow.sixth::before {
  color: white;
}
.belladonna a.arrow.seventh::before {
  color: #392050;
}
.bg-belladonna:not(.textElement) a.arrow.seventh::before {
  color: white;
}
.belladonna a.arrow.otofren::before {
  color: #392050;
}
.bg-belladonna:not(.textElement) a.arrow.otofren::before {
  color: white;
}
.belladonna a.arrow.otofren2::before {
  color: #392050;
}
.bg-belladonna:not(.textElement) a.arrow.otofren2::before {
  color: white;
}
.belladonna a.arrow.hypericum::before {
  color: #392050;
}
.bg-belladonna:not(.textElement) a.arrow.hypericum::before {
  color: white;
}
.belladonna a.arrow.chamomilla::before {
  color: #392050;
}
.bg-belladonna:not(.textElement) a.arrow.chamomilla::before {
  color: white;
}
.belladonna a.arrow.bryonia::before {
  color: #392050;
}
.bg-belladonna:not(.textElement) a.arrow.bryonia::before {
  color: white;
}
.belladonna a.arrow.aconitum::before {
  color: #392050;
}
.bg-belladonna:not(.textElement) a.arrow.aconitum::before {
  color: white;
}
.belladonna a.arrow.thuja::before {
  color: #392050;
}
.bg-belladonna:not(.textElement) a.arrow.thuja::before {
  color: white;
}
.belladonna a.arrow.apis::before {
  color: #392050;
}
.bg-belladonna:not(.textElement) a.arrow.apis::before {
  color: white;
}
.belladonna a.arrow.arnica::before {
  color: #392050;
}
.bg-belladonna:not(.textElement) a.arrow.arnica::before {
  color: white;
}
.belladonna a.arrow.belladonna::before {
  color: #392050;
}
.bg-belladonna:not(.textElement) a.arrow.belladonna::before {
  color: white;
}
.belladonna a.arrow.nervo1::before {
  color: #392050;
}
.bg-belladonna:not(.textElement) a.arrow.nervo1::before {
  color: white;
}
.belladonna a.arrow.nervo2::before {
  color: #392050;
}
.bg-belladonna:not(.textElement) a.arrow.nervo2::before {
  color: white;
}
.belladonna a.arrow.nervo3::before {
  color: #392050;
}
.bg-belladonna:not(.textElement) a.arrow.nervo3::before {
  color: white;
}
.belladonna a.arrow.trans1::before {
  color: #392050;
}
.bg-belladonna:not(.textElement) a.arrow.trans1::before {
  color: white;
}
.belladonna a.arrow.trans2::before {
  color: #392050;
}
.bg-belladonna:not(.textElement) a.arrow.trans2::before {
  color: white;
}
.belladonna a.arrow.trans3::before {
  color: #392050;
}
.bg-belladonna:not(.textElement) a.arrow.trans3::before {
  color: white;
}
.belladonna a.arrow.p542c::before {
  color: #392050;
}
.bg-belladonna:not(.textElement) a.arrow.p542c::before {
  color: white;
}
.belladonna a.arrow.p144c::before {
  color: #392050;
}
.bg-belladonna:not(.textElement) a.arrow.p144c::before {
  color: white;
}
.belladonna a.arrow.p7438c::before {
  color: #392050;
}
.bg-belladonna:not(.textElement) a.arrow.p7438c::before {
  color: white;
}
.belladonna a.arrow.p7738c::before {
  color: #392050;
}
.bg-belladonna:not(.textElement) a.arrow.p7738c::before {
  color: white;
}
.belladonna a.arrow.p4012c::before {
  color: #392050;
}
.bg-belladonna:not(.textElement) a.arrow.p4012c::before {
  color: white;
}
.belladonna a.arrow.p2040c::before {
  color: #392050;
}
.bg-belladonna:not(.textElement) a.arrow.p2040c::before {
  color: white;
}
.belladonna a.arrow.p128c::before {
  color: #392050;
}
.bg-belladonna:not(.textElement) a.arrow.p128c::before {
  color: white;
}
.belladonna a.arrow.p2557c::before {
  color: #392050;
}
.bg-belladonna:not(.textElement) a.arrow.p2557c::before {
  color: white;
}
a.arrow.nervo1::before {
  color: #4c8d2b;
}
.nervo1 a.arrow::before {
  color: #4c8d2b;
}
.bg-nervo1:not(.textElement) a.arrow::before {
  color: white;
}
.nervo1 a.arrow.bg::before {
  color: #4c8d2b;
}
.bg-nervo1:not(.textElement) a.arrow.bg::before {
  color: white;
}
.nervo1 a.arrow.first::before {
  color: #4c8d2b;
}
.bg-nervo1:not(.textElement) a.arrow.first::before {
  color: white;
}
.nervo1 a.arrow.second::before {
  color: #4c8d2b;
}
.bg-nervo1:not(.textElement) a.arrow.second::before {
  color: white;
}
.nervo1 a.arrow.third::before {
  color: #4c8d2b;
}
.bg-nervo1:not(.textElement) a.arrow.third::before {
  color: white;
}
.nervo1 a.arrow.fourth::before {
  color: #4c8d2b;
}
.bg-nervo1:not(.textElement) a.arrow.fourth::before {
  color: white;
}
.nervo1 a.arrow.fifth::before {
  color: #4c8d2b;
}
.bg-nervo1:not(.textElement) a.arrow.fifth::before {
  color: white;
}
.nervo1 a.arrow.sixth::before {
  color: #4c8d2b;
}
.bg-nervo1:not(.textElement) a.arrow.sixth::before {
  color: white;
}
.nervo1 a.arrow.seventh::before {
  color: #4c8d2b;
}
.bg-nervo1:not(.textElement) a.arrow.seventh::before {
  color: white;
}
.nervo1 a.arrow.otofren::before {
  color: #4c8d2b;
}
.bg-nervo1:not(.textElement) a.arrow.otofren::before {
  color: white;
}
.nervo1 a.arrow.otofren2::before {
  color: #4c8d2b;
}
.bg-nervo1:not(.textElement) a.arrow.otofren2::before {
  color: white;
}
.nervo1 a.arrow.hypericum::before {
  color: #4c8d2b;
}
.bg-nervo1:not(.textElement) a.arrow.hypericum::before {
  color: white;
}
.nervo1 a.arrow.chamomilla::before {
  color: #4c8d2b;
}
.bg-nervo1:not(.textElement) a.arrow.chamomilla::before {
  color: white;
}
.nervo1 a.arrow.bryonia::before {
  color: #4c8d2b;
}
.bg-nervo1:not(.textElement) a.arrow.bryonia::before {
  color: white;
}
.nervo1 a.arrow.aconitum::before {
  color: #4c8d2b;
}
.bg-nervo1:not(.textElement) a.arrow.aconitum::before {
  color: white;
}
.nervo1 a.arrow.thuja::before {
  color: #4c8d2b;
}
.bg-nervo1:not(.textElement) a.arrow.thuja::before {
  color: white;
}
.nervo1 a.arrow.apis::before {
  color: #4c8d2b;
}
.bg-nervo1:not(.textElement) a.arrow.apis::before {
  color: white;
}
.nervo1 a.arrow.arnica::before {
  color: #4c8d2b;
}
.bg-nervo1:not(.textElement) a.arrow.arnica::before {
  color: white;
}
.nervo1 a.arrow.belladonna::before {
  color: #4c8d2b;
}
.bg-nervo1:not(.textElement) a.arrow.belladonna::before {
  color: white;
}
.nervo1 a.arrow.nervo1::before {
  color: #4c8d2b;
}
.bg-nervo1:not(.textElement) a.arrow.nervo1::before {
  color: white;
}
.nervo1 a.arrow.nervo2::before {
  color: #4c8d2b;
}
.bg-nervo1:not(.textElement) a.arrow.nervo2::before {
  color: white;
}
.nervo1 a.arrow.nervo3::before {
  color: #4c8d2b;
}
.bg-nervo1:not(.textElement) a.arrow.nervo3::before {
  color: white;
}
.nervo1 a.arrow.trans1::before {
  color: #4c8d2b;
}
.bg-nervo1:not(.textElement) a.arrow.trans1::before {
  color: white;
}
.nervo1 a.arrow.trans2::before {
  color: #4c8d2b;
}
.bg-nervo1:not(.textElement) a.arrow.trans2::before {
  color: white;
}
.nervo1 a.arrow.trans3::before {
  color: #4c8d2b;
}
.bg-nervo1:not(.textElement) a.arrow.trans3::before {
  color: white;
}
.nervo1 a.arrow.p542c::before {
  color: #4c8d2b;
}
.bg-nervo1:not(.textElement) a.arrow.p542c::before {
  color: white;
}
.nervo1 a.arrow.p144c::before {
  color: #4c8d2b;
}
.bg-nervo1:not(.textElement) a.arrow.p144c::before {
  color: white;
}
.nervo1 a.arrow.p7438c::before {
  color: #4c8d2b;
}
.bg-nervo1:not(.textElement) a.arrow.p7438c::before {
  color: white;
}
.nervo1 a.arrow.p7738c::before {
  color: #4c8d2b;
}
.bg-nervo1:not(.textElement) a.arrow.p7738c::before {
  color: white;
}
.nervo1 a.arrow.p4012c::before {
  color: #4c8d2b;
}
.bg-nervo1:not(.textElement) a.arrow.p4012c::before {
  color: white;
}
.nervo1 a.arrow.p2040c::before {
  color: #4c8d2b;
}
.bg-nervo1:not(.textElement) a.arrow.p2040c::before {
  color: white;
}
.nervo1 a.arrow.p128c::before {
  color: #4c8d2b;
}
.bg-nervo1:not(.textElement) a.arrow.p128c::before {
  color: white;
}
.nervo1 a.arrow.p2557c::before {
  color: #4c8d2b;
}
.bg-nervo1:not(.textElement) a.arrow.p2557c::before {
  color: white;
}
a.arrow.nervo2::before {
  color: #002f6c;
}
.nervo2 a.arrow::before {
  color: #002f6c;
}
.bg-nervo2:not(.textElement) a.arrow::before {
  color: white;
}
.nervo2 a.arrow.bg::before {
  color: #002f6c;
}
.bg-nervo2:not(.textElement) a.arrow.bg::before {
  color: white;
}
.nervo2 a.arrow.first::before {
  color: #002f6c;
}
.bg-nervo2:not(.textElement) a.arrow.first::before {
  color: white;
}
.nervo2 a.arrow.second::before {
  color: #002f6c;
}
.bg-nervo2:not(.textElement) a.arrow.second::before {
  color: white;
}
.nervo2 a.arrow.third::before {
  color: #002f6c;
}
.bg-nervo2:not(.textElement) a.arrow.third::before {
  color: white;
}
.nervo2 a.arrow.fourth::before {
  color: #002f6c;
}
.bg-nervo2:not(.textElement) a.arrow.fourth::before {
  color: white;
}
.nervo2 a.arrow.fifth::before {
  color: #002f6c;
}
.bg-nervo2:not(.textElement) a.arrow.fifth::before {
  color: white;
}
.nervo2 a.arrow.sixth::before {
  color: #002f6c;
}
.bg-nervo2:not(.textElement) a.arrow.sixth::before {
  color: white;
}
.nervo2 a.arrow.seventh::before {
  color: #002f6c;
}
.bg-nervo2:not(.textElement) a.arrow.seventh::before {
  color: white;
}
.nervo2 a.arrow.otofren::before {
  color: #002f6c;
}
.bg-nervo2:not(.textElement) a.arrow.otofren::before {
  color: white;
}
.nervo2 a.arrow.otofren2::before {
  color: #002f6c;
}
.bg-nervo2:not(.textElement) a.arrow.otofren2::before {
  color: white;
}
.nervo2 a.arrow.hypericum::before {
  color: #002f6c;
}
.bg-nervo2:not(.textElement) a.arrow.hypericum::before {
  color: white;
}
.nervo2 a.arrow.chamomilla::before {
  color: #002f6c;
}
.bg-nervo2:not(.textElement) a.arrow.chamomilla::before {
  color: white;
}
.nervo2 a.arrow.bryonia::before {
  color: #002f6c;
}
.bg-nervo2:not(.textElement) a.arrow.bryonia::before {
  color: white;
}
.nervo2 a.arrow.aconitum::before {
  color: #002f6c;
}
.bg-nervo2:not(.textElement) a.arrow.aconitum::before {
  color: white;
}
.nervo2 a.arrow.thuja::before {
  color: #002f6c;
}
.bg-nervo2:not(.textElement) a.arrow.thuja::before {
  color: white;
}
.nervo2 a.arrow.apis::before {
  color: #002f6c;
}
.bg-nervo2:not(.textElement) a.arrow.apis::before {
  color: white;
}
.nervo2 a.arrow.arnica::before {
  color: #002f6c;
}
.bg-nervo2:not(.textElement) a.arrow.arnica::before {
  color: white;
}
.nervo2 a.arrow.belladonna::before {
  color: #002f6c;
}
.bg-nervo2:not(.textElement) a.arrow.belladonna::before {
  color: white;
}
.nervo2 a.arrow.nervo1::before {
  color: #002f6c;
}
.bg-nervo2:not(.textElement) a.arrow.nervo1::before {
  color: white;
}
.nervo2 a.arrow.nervo2::before {
  color: #002f6c;
}
.bg-nervo2:not(.textElement) a.arrow.nervo2::before {
  color: white;
}
.nervo2 a.arrow.nervo3::before {
  color: #002f6c;
}
.bg-nervo2:not(.textElement) a.arrow.nervo3::before {
  color: white;
}
.nervo2 a.arrow.trans1::before {
  color: #002f6c;
}
.bg-nervo2:not(.textElement) a.arrow.trans1::before {
  color: white;
}
.nervo2 a.arrow.trans2::before {
  color: #002f6c;
}
.bg-nervo2:not(.textElement) a.arrow.trans2::before {
  color: white;
}
.nervo2 a.arrow.trans3::before {
  color: #002f6c;
}
.bg-nervo2:not(.textElement) a.arrow.trans3::before {
  color: white;
}
.nervo2 a.arrow.p542c::before {
  color: #002f6c;
}
.bg-nervo2:not(.textElement) a.arrow.p542c::before {
  color: white;
}
.nervo2 a.arrow.p144c::before {
  color: #002f6c;
}
.bg-nervo2:not(.textElement) a.arrow.p144c::before {
  color: white;
}
.nervo2 a.arrow.p7438c::before {
  color: #002f6c;
}
.bg-nervo2:not(.textElement) a.arrow.p7438c::before {
  color: white;
}
.nervo2 a.arrow.p7738c::before {
  color: #002f6c;
}
.bg-nervo2:not(.textElement) a.arrow.p7738c::before {
  color: white;
}
.nervo2 a.arrow.p4012c::before {
  color: #002f6c;
}
.bg-nervo2:not(.textElement) a.arrow.p4012c::before {
  color: white;
}
.nervo2 a.arrow.p2040c::before {
  color: #002f6c;
}
.bg-nervo2:not(.textElement) a.arrow.p2040c::before {
  color: white;
}
.nervo2 a.arrow.p128c::before {
  color: #002f6c;
}
.bg-nervo2:not(.textElement) a.arrow.p128c::before {
  color: white;
}
.nervo2 a.arrow.p2557c::before {
  color: #002f6c;
}
.bg-nervo2:not(.textElement) a.arrow.p2557c::before {
  color: white;
}
a.arrow.nervo3::before {
  color: #bfdad2;
}
.nervo3 a.arrow::before {
  color: #bfdad2;
}
.bg-nervo3:not(.textElement) a.arrow::before {
  color: white;
}
.nervo3 a.arrow.bg::before {
  color: #bfdad2;
}
.bg-nervo3:not(.textElement) a.arrow.bg::before {
  color: white;
}
.nervo3 a.arrow.first::before {
  color: #bfdad2;
}
.bg-nervo3:not(.textElement) a.arrow.first::before {
  color: white;
}
.nervo3 a.arrow.second::before {
  color: #bfdad2;
}
.bg-nervo3:not(.textElement) a.arrow.second::before {
  color: white;
}
.nervo3 a.arrow.third::before {
  color: #bfdad2;
}
.bg-nervo3:not(.textElement) a.arrow.third::before {
  color: white;
}
.nervo3 a.arrow.fourth::before {
  color: #bfdad2;
}
.bg-nervo3:not(.textElement) a.arrow.fourth::before {
  color: white;
}
.nervo3 a.arrow.fifth::before {
  color: #bfdad2;
}
.bg-nervo3:not(.textElement) a.arrow.fifth::before {
  color: white;
}
.nervo3 a.arrow.sixth::before {
  color: #bfdad2;
}
.bg-nervo3:not(.textElement) a.arrow.sixth::before {
  color: white;
}
.nervo3 a.arrow.seventh::before {
  color: #bfdad2;
}
.bg-nervo3:not(.textElement) a.arrow.seventh::before {
  color: white;
}
.nervo3 a.arrow.otofren::before {
  color: #bfdad2;
}
.bg-nervo3:not(.textElement) a.arrow.otofren::before {
  color: white;
}
.nervo3 a.arrow.otofren2::before {
  color: #bfdad2;
}
.bg-nervo3:not(.textElement) a.arrow.otofren2::before {
  color: white;
}
.nervo3 a.arrow.hypericum::before {
  color: #bfdad2;
}
.bg-nervo3:not(.textElement) a.arrow.hypericum::before {
  color: white;
}
.nervo3 a.arrow.chamomilla::before {
  color: #bfdad2;
}
.bg-nervo3:not(.textElement) a.arrow.chamomilla::before {
  color: white;
}
.nervo3 a.arrow.bryonia::before {
  color: #bfdad2;
}
.bg-nervo3:not(.textElement) a.arrow.bryonia::before {
  color: white;
}
.nervo3 a.arrow.aconitum::before {
  color: #bfdad2;
}
.bg-nervo3:not(.textElement) a.arrow.aconitum::before {
  color: white;
}
.nervo3 a.arrow.thuja::before {
  color: #bfdad2;
}
.bg-nervo3:not(.textElement) a.arrow.thuja::before {
  color: white;
}
.nervo3 a.arrow.apis::before {
  color: #bfdad2;
}
.bg-nervo3:not(.textElement) a.arrow.apis::before {
  color: white;
}
.nervo3 a.arrow.arnica::before {
  color: #bfdad2;
}
.bg-nervo3:not(.textElement) a.arrow.arnica::before {
  color: white;
}
.nervo3 a.arrow.belladonna::before {
  color: #bfdad2;
}
.bg-nervo3:not(.textElement) a.arrow.belladonna::before {
  color: white;
}
.nervo3 a.arrow.nervo1::before {
  color: #bfdad2;
}
.bg-nervo3:not(.textElement) a.arrow.nervo1::before {
  color: white;
}
.nervo3 a.arrow.nervo2::before {
  color: #bfdad2;
}
.bg-nervo3:not(.textElement) a.arrow.nervo2::before {
  color: white;
}
.nervo3 a.arrow.nervo3::before {
  color: #bfdad2;
}
.bg-nervo3:not(.textElement) a.arrow.nervo3::before {
  color: white;
}
.nervo3 a.arrow.trans1::before {
  color: #bfdad2;
}
.bg-nervo3:not(.textElement) a.arrow.trans1::before {
  color: white;
}
.nervo3 a.arrow.trans2::before {
  color: #bfdad2;
}
.bg-nervo3:not(.textElement) a.arrow.trans2::before {
  color: white;
}
.nervo3 a.arrow.trans3::before {
  color: #bfdad2;
}
.bg-nervo3:not(.textElement) a.arrow.trans3::before {
  color: white;
}
.nervo3 a.arrow.p542c::before {
  color: #bfdad2;
}
.bg-nervo3:not(.textElement) a.arrow.p542c::before {
  color: white;
}
.nervo3 a.arrow.p144c::before {
  color: #bfdad2;
}
.bg-nervo3:not(.textElement) a.arrow.p144c::before {
  color: white;
}
.nervo3 a.arrow.p7438c::before {
  color: #bfdad2;
}
.bg-nervo3:not(.textElement) a.arrow.p7438c::before {
  color: white;
}
.nervo3 a.arrow.p7738c::before {
  color: #bfdad2;
}
.bg-nervo3:not(.textElement) a.arrow.p7738c::before {
  color: white;
}
.nervo3 a.arrow.p4012c::before {
  color: #bfdad2;
}
.bg-nervo3:not(.textElement) a.arrow.p4012c::before {
  color: white;
}
.nervo3 a.arrow.p2040c::before {
  color: #bfdad2;
}
.bg-nervo3:not(.textElement) a.arrow.p2040c::before {
  color: white;
}
.nervo3 a.arrow.p128c::before {
  color: #bfdad2;
}
.bg-nervo3:not(.textElement) a.arrow.p128c::before {
  color: white;
}
.nervo3 a.arrow.p2557c::before {
  color: #bfdad2;
}
.bg-nervo3:not(.textElement) a.arrow.p2557c::before {
  color: white;
}
a.arrow.trans1::before {
  color: black;
}
.trans1 a.arrow::before {
  color: black;
}
.bg-trans1:not(.textElement) a.arrow::before {
  color: white;
}
.trans1 a.arrow.bg::before {
  color: black;
}
.bg-trans1:not(.textElement) a.arrow.bg::before {
  color: white;
}
.trans1 a.arrow.first::before {
  color: black;
}
.bg-trans1:not(.textElement) a.arrow.first::before {
  color: white;
}
.trans1 a.arrow.second::before {
  color: black;
}
.bg-trans1:not(.textElement) a.arrow.second::before {
  color: white;
}
.trans1 a.arrow.third::before {
  color: black;
}
.bg-trans1:not(.textElement) a.arrow.third::before {
  color: white;
}
.trans1 a.arrow.fourth::before {
  color: black;
}
.bg-trans1:not(.textElement) a.arrow.fourth::before {
  color: white;
}
.trans1 a.arrow.fifth::before {
  color: black;
}
.bg-trans1:not(.textElement) a.arrow.fifth::before {
  color: white;
}
.trans1 a.arrow.sixth::before {
  color: black;
}
.bg-trans1:not(.textElement) a.arrow.sixth::before {
  color: white;
}
.trans1 a.arrow.seventh::before {
  color: black;
}
.bg-trans1:not(.textElement) a.arrow.seventh::before {
  color: white;
}
.trans1 a.arrow.otofren::before {
  color: black;
}
.bg-trans1:not(.textElement) a.arrow.otofren::before {
  color: white;
}
.trans1 a.arrow.otofren2::before {
  color: black;
}
.bg-trans1:not(.textElement) a.arrow.otofren2::before {
  color: white;
}
.trans1 a.arrow.hypericum::before {
  color: black;
}
.bg-trans1:not(.textElement) a.arrow.hypericum::before {
  color: white;
}
.trans1 a.arrow.chamomilla::before {
  color: black;
}
.bg-trans1:not(.textElement) a.arrow.chamomilla::before {
  color: white;
}
.trans1 a.arrow.bryonia::before {
  color: black;
}
.bg-trans1:not(.textElement) a.arrow.bryonia::before {
  color: white;
}
.trans1 a.arrow.aconitum::before {
  color: black;
}
.bg-trans1:not(.textElement) a.arrow.aconitum::before {
  color: white;
}
.trans1 a.arrow.thuja::before {
  color: black;
}
.bg-trans1:not(.textElement) a.arrow.thuja::before {
  color: white;
}
.trans1 a.arrow.apis::before {
  color: black;
}
.bg-trans1:not(.textElement) a.arrow.apis::before {
  color: white;
}
.trans1 a.arrow.arnica::before {
  color: black;
}
.bg-trans1:not(.textElement) a.arrow.arnica::before {
  color: white;
}
.trans1 a.arrow.belladonna::before {
  color: black;
}
.bg-trans1:not(.textElement) a.arrow.belladonna::before {
  color: white;
}
.trans1 a.arrow.nervo1::before {
  color: black;
}
.bg-trans1:not(.textElement) a.arrow.nervo1::before {
  color: white;
}
.trans1 a.arrow.nervo2::before {
  color: black;
}
.bg-trans1:not(.textElement) a.arrow.nervo2::before {
  color: white;
}
.trans1 a.arrow.nervo3::before {
  color: black;
}
.bg-trans1:not(.textElement) a.arrow.nervo3::before {
  color: white;
}
.trans1 a.arrow.trans1::before {
  color: black;
}
.bg-trans1:not(.textElement) a.arrow.trans1::before {
  color: white;
}
.trans1 a.arrow.trans2::before {
  color: black;
}
.bg-trans1:not(.textElement) a.arrow.trans2::before {
  color: white;
}
.trans1 a.arrow.trans3::before {
  color: black;
}
.bg-trans1:not(.textElement) a.arrow.trans3::before {
  color: white;
}
.trans1 a.arrow.p542c::before {
  color: black;
}
.bg-trans1:not(.textElement) a.arrow.p542c::before {
  color: white;
}
.trans1 a.arrow.p144c::before {
  color: black;
}
.bg-trans1:not(.textElement) a.arrow.p144c::before {
  color: white;
}
.trans1 a.arrow.p7438c::before {
  color: black;
}
.bg-trans1:not(.textElement) a.arrow.p7438c::before {
  color: white;
}
.trans1 a.arrow.p7738c::before {
  color: black;
}
.bg-trans1:not(.textElement) a.arrow.p7738c::before {
  color: white;
}
.trans1 a.arrow.p4012c::before {
  color: black;
}
.bg-trans1:not(.textElement) a.arrow.p4012c::before {
  color: white;
}
.trans1 a.arrow.p2040c::before {
  color: black;
}
.bg-trans1:not(.textElement) a.arrow.p2040c::before {
  color: white;
}
.trans1 a.arrow.p128c::before {
  color: black;
}
.bg-trans1:not(.textElement) a.arrow.p128c::before {
  color: white;
}
.trans1 a.arrow.p2557c::before {
  color: black;
}
.bg-trans1:not(.textElement) a.arrow.p2557c::before {
  color: white;
}
a.arrow.trans2::before {
  color: black;
}
.trans2 a.arrow::before {
  color: black;
}
.bg-trans2:not(.textElement) a.arrow::before {
  color: white;
}
.trans2 a.arrow.bg::before {
  color: black;
}
.bg-trans2:not(.textElement) a.arrow.bg::before {
  color: white;
}
.trans2 a.arrow.first::before {
  color: black;
}
.bg-trans2:not(.textElement) a.arrow.first::before {
  color: white;
}
.trans2 a.arrow.second::before {
  color: black;
}
.bg-trans2:not(.textElement) a.arrow.second::before {
  color: white;
}
.trans2 a.arrow.third::before {
  color: black;
}
.bg-trans2:not(.textElement) a.arrow.third::before {
  color: white;
}
.trans2 a.arrow.fourth::before {
  color: black;
}
.bg-trans2:not(.textElement) a.arrow.fourth::before {
  color: white;
}
.trans2 a.arrow.fifth::before {
  color: black;
}
.bg-trans2:not(.textElement) a.arrow.fifth::before {
  color: white;
}
.trans2 a.arrow.sixth::before {
  color: black;
}
.bg-trans2:not(.textElement) a.arrow.sixth::before {
  color: white;
}
.trans2 a.arrow.seventh::before {
  color: black;
}
.bg-trans2:not(.textElement) a.arrow.seventh::before {
  color: white;
}
.trans2 a.arrow.otofren::before {
  color: black;
}
.bg-trans2:not(.textElement) a.arrow.otofren::before {
  color: white;
}
.trans2 a.arrow.otofren2::before {
  color: black;
}
.bg-trans2:not(.textElement) a.arrow.otofren2::before {
  color: white;
}
.trans2 a.arrow.hypericum::before {
  color: black;
}
.bg-trans2:not(.textElement) a.arrow.hypericum::before {
  color: white;
}
.trans2 a.arrow.chamomilla::before {
  color: black;
}
.bg-trans2:not(.textElement) a.arrow.chamomilla::before {
  color: white;
}
.trans2 a.arrow.bryonia::before {
  color: black;
}
.bg-trans2:not(.textElement) a.arrow.bryonia::before {
  color: white;
}
.trans2 a.arrow.aconitum::before {
  color: black;
}
.bg-trans2:not(.textElement) a.arrow.aconitum::before {
  color: white;
}
.trans2 a.arrow.thuja::before {
  color: black;
}
.bg-trans2:not(.textElement) a.arrow.thuja::before {
  color: white;
}
.trans2 a.arrow.apis::before {
  color: black;
}
.bg-trans2:not(.textElement) a.arrow.apis::before {
  color: white;
}
.trans2 a.arrow.arnica::before {
  color: black;
}
.bg-trans2:not(.textElement) a.arrow.arnica::before {
  color: white;
}
.trans2 a.arrow.belladonna::before {
  color: black;
}
.bg-trans2:not(.textElement) a.arrow.belladonna::before {
  color: white;
}
.trans2 a.arrow.nervo1::before {
  color: black;
}
.bg-trans2:not(.textElement) a.arrow.nervo1::before {
  color: white;
}
.trans2 a.arrow.nervo2::before {
  color: black;
}
.bg-trans2:not(.textElement) a.arrow.nervo2::before {
  color: white;
}
.trans2 a.arrow.nervo3::before {
  color: black;
}
.bg-trans2:not(.textElement) a.arrow.nervo3::before {
  color: white;
}
.trans2 a.arrow.trans1::before {
  color: black;
}
.bg-trans2:not(.textElement) a.arrow.trans1::before {
  color: white;
}
.trans2 a.arrow.trans2::before {
  color: black;
}
.bg-trans2:not(.textElement) a.arrow.trans2::before {
  color: white;
}
.trans2 a.arrow.trans3::before {
  color: black;
}
.bg-trans2:not(.textElement) a.arrow.trans3::before {
  color: white;
}
.trans2 a.arrow.p542c::before {
  color: black;
}
.bg-trans2:not(.textElement) a.arrow.p542c::before {
  color: white;
}
.trans2 a.arrow.p144c::before {
  color: black;
}
.bg-trans2:not(.textElement) a.arrow.p144c::before {
  color: white;
}
.trans2 a.arrow.p7438c::before {
  color: black;
}
.bg-trans2:not(.textElement) a.arrow.p7438c::before {
  color: white;
}
.trans2 a.arrow.p7738c::before {
  color: black;
}
.bg-trans2:not(.textElement) a.arrow.p7738c::before {
  color: white;
}
.trans2 a.arrow.p4012c::before {
  color: black;
}
.bg-trans2:not(.textElement) a.arrow.p4012c::before {
  color: white;
}
.trans2 a.arrow.p2040c::before {
  color: black;
}
.bg-trans2:not(.textElement) a.arrow.p2040c::before {
  color: white;
}
.trans2 a.arrow.p128c::before {
  color: black;
}
.bg-trans2:not(.textElement) a.arrow.p128c::before {
  color: white;
}
.trans2 a.arrow.p2557c::before {
  color: black;
}
.bg-trans2:not(.textElement) a.arrow.p2557c::before {
  color: white;
}
a.arrow.trans3::before {
  color: white;
}
.trans3 a.arrow::before {
  color: white;
}
.bg-trans3:not(.textElement) a.arrow::before {
  color: #636362;
}
.trans3 a.arrow.bg::before {
  color: white;
}
.bg-trans3:not(.textElement) a.arrow.bg::before {
  color: #636362;
}
.trans3 a.arrow.first::before {
  color: white;
}
.bg-trans3:not(.textElement) a.arrow.first::before {
  color: #636362;
}
.trans3 a.arrow.second::before {
  color: white;
}
.bg-trans3:not(.textElement) a.arrow.second::before {
  color: #636362;
}
.trans3 a.arrow.third::before {
  color: white;
}
.bg-trans3:not(.textElement) a.arrow.third::before {
  color: #636362;
}
.trans3 a.arrow.fourth::before {
  color: white;
}
.bg-trans3:not(.textElement) a.arrow.fourth::before {
  color: #636362;
}
.trans3 a.arrow.fifth::before {
  color: white;
}
.bg-trans3:not(.textElement) a.arrow.fifth::before {
  color: #636362;
}
.trans3 a.arrow.sixth::before {
  color: white;
}
.bg-trans3:not(.textElement) a.arrow.sixth::before {
  color: #636362;
}
.trans3 a.arrow.seventh::before {
  color: white;
}
.bg-trans3:not(.textElement) a.arrow.seventh::before {
  color: #636362;
}
.trans3 a.arrow.otofren::before {
  color: white;
}
.bg-trans3:not(.textElement) a.arrow.otofren::before {
  color: #636362;
}
.trans3 a.arrow.otofren2::before {
  color: white;
}
.bg-trans3:not(.textElement) a.arrow.otofren2::before {
  color: #636362;
}
.trans3 a.arrow.hypericum::before {
  color: white;
}
.bg-trans3:not(.textElement) a.arrow.hypericum::before {
  color: #636362;
}
.trans3 a.arrow.chamomilla::before {
  color: white;
}
.bg-trans3:not(.textElement) a.arrow.chamomilla::before {
  color: #636362;
}
.trans3 a.arrow.bryonia::before {
  color: white;
}
.bg-trans3:not(.textElement) a.arrow.bryonia::before {
  color: #636362;
}
.trans3 a.arrow.aconitum::before {
  color: white;
}
.bg-trans3:not(.textElement) a.arrow.aconitum::before {
  color: #636362;
}
.trans3 a.arrow.thuja::before {
  color: white;
}
.bg-trans3:not(.textElement) a.arrow.thuja::before {
  color: #636362;
}
.trans3 a.arrow.apis::before {
  color: white;
}
.bg-trans3:not(.textElement) a.arrow.apis::before {
  color: #636362;
}
.trans3 a.arrow.arnica::before {
  color: white;
}
.bg-trans3:not(.textElement) a.arrow.arnica::before {
  color: #636362;
}
.trans3 a.arrow.belladonna::before {
  color: white;
}
.bg-trans3:not(.textElement) a.arrow.belladonna::before {
  color: #636362;
}
.trans3 a.arrow.nervo1::before {
  color: white;
}
.bg-trans3:not(.textElement) a.arrow.nervo1::before {
  color: #636362;
}
.trans3 a.arrow.nervo2::before {
  color: white;
}
.bg-trans3:not(.textElement) a.arrow.nervo2::before {
  color: #636362;
}
.trans3 a.arrow.nervo3::before {
  color: white;
}
.bg-trans3:not(.textElement) a.arrow.nervo3::before {
  color: #636362;
}
.trans3 a.arrow.trans1::before {
  color: white;
}
.bg-trans3:not(.textElement) a.arrow.trans1::before {
  color: #636362;
}
.trans3 a.arrow.trans2::before {
  color: white;
}
.bg-trans3:not(.textElement) a.arrow.trans2::before {
  color: #636362;
}
.trans3 a.arrow.trans3::before {
  color: white;
}
.bg-trans3:not(.textElement) a.arrow.trans3::before {
  color: #636362;
}
.trans3 a.arrow.p542c::before {
  color: white;
}
.bg-trans3:not(.textElement) a.arrow.p542c::before {
  color: #636362;
}
.trans3 a.arrow.p144c::before {
  color: white;
}
.bg-trans3:not(.textElement) a.arrow.p144c::before {
  color: #636362;
}
.trans3 a.arrow.p7438c::before {
  color: white;
}
.bg-trans3:not(.textElement) a.arrow.p7438c::before {
  color: #636362;
}
.trans3 a.arrow.p7738c::before {
  color: white;
}
.bg-trans3:not(.textElement) a.arrow.p7738c::before {
  color: #636362;
}
.trans3 a.arrow.p4012c::before {
  color: white;
}
.bg-trans3:not(.textElement) a.arrow.p4012c::before {
  color: #636362;
}
.trans3 a.arrow.p2040c::before {
  color: white;
}
.bg-trans3:not(.textElement) a.arrow.p2040c::before {
  color: #636362;
}
.trans3 a.arrow.p128c::before {
  color: white;
}
.bg-trans3:not(.textElement) a.arrow.p128c::before {
  color: #636362;
}
.trans3 a.arrow.p2557c::before {
  color: white;
}
.bg-trans3:not(.textElement) a.arrow.p2557c::before {
  color: #636362;
}
a.arrow.p542c::before {
  color: #7cb1d5;
}
.p542c a.arrow::before {
  color: #7cb1d5;
}
.bg-p542c:not(.textElement) a.arrow::before {
  color: white;
}
.p542c a.arrow.bg::before {
  color: #7cb1d5;
}
.bg-p542c:not(.textElement) a.arrow.bg::before {
  color: white;
}
.p542c a.arrow.first::before {
  color: #7cb1d5;
}
.bg-p542c:not(.textElement) a.arrow.first::before {
  color: white;
}
.p542c a.arrow.second::before {
  color: #7cb1d5;
}
.bg-p542c:not(.textElement) a.arrow.second::before {
  color: white;
}
.p542c a.arrow.third::before {
  color: #7cb1d5;
}
.bg-p542c:not(.textElement) a.arrow.third::before {
  color: white;
}
.p542c a.arrow.fourth::before {
  color: #7cb1d5;
}
.bg-p542c:not(.textElement) a.arrow.fourth::before {
  color: white;
}
.p542c a.arrow.fifth::before {
  color: #7cb1d5;
}
.bg-p542c:not(.textElement) a.arrow.fifth::before {
  color: white;
}
.p542c a.arrow.sixth::before {
  color: #7cb1d5;
}
.bg-p542c:not(.textElement) a.arrow.sixth::before {
  color: white;
}
.p542c a.arrow.seventh::before {
  color: #7cb1d5;
}
.bg-p542c:not(.textElement) a.arrow.seventh::before {
  color: white;
}
.p542c a.arrow.otofren::before {
  color: #7cb1d5;
}
.bg-p542c:not(.textElement) a.arrow.otofren::before {
  color: white;
}
.p542c a.arrow.otofren2::before {
  color: #7cb1d5;
}
.bg-p542c:not(.textElement) a.arrow.otofren2::before {
  color: white;
}
.p542c a.arrow.hypericum::before {
  color: #7cb1d5;
}
.bg-p542c:not(.textElement) a.arrow.hypericum::before {
  color: white;
}
.p542c a.arrow.chamomilla::before {
  color: #7cb1d5;
}
.bg-p542c:not(.textElement) a.arrow.chamomilla::before {
  color: white;
}
.p542c a.arrow.bryonia::before {
  color: #7cb1d5;
}
.bg-p542c:not(.textElement) a.arrow.bryonia::before {
  color: white;
}
.p542c a.arrow.aconitum::before {
  color: #7cb1d5;
}
.bg-p542c:not(.textElement) a.arrow.aconitum::before {
  color: white;
}
.p542c a.arrow.thuja::before {
  color: #7cb1d5;
}
.bg-p542c:not(.textElement) a.arrow.thuja::before {
  color: white;
}
.p542c a.arrow.apis::before {
  color: #7cb1d5;
}
.bg-p542c:not(.textElement) a.arrow.apis::before {
  color: white;
}
.p542c a.arrow.arnica::before {
  color: #7cb1d5;
}
.bg-p542c:not(.textElement) a.arrow.arnica::before {
  color: white;
}
.p542c a.arrow.belladonna::before {
  color: #7cb1d5;
}
.bg-p542c:not(.textElement) a.arrow.belladonna::before {
  color: white;
}
.p542c a.arrow.nervo1::before {
  color: #7cb1d5;
}
.bg-p542c:not(.textElement) a.arrow.nervo1::before {
  color: white;
}
.p542c a.arrow.nervo2::before {
  color: #7cb1d5;
}
.bg-p542c:not(.textElement) a.arrow.nervo2::before {
  color: white;
}
.p542c a.arrow.nervo3::before {
  color: #7cb1d5;
}
.bg-p542c:not(.textElement) a.arrow.nervo3::before {
  color: white;
}
.p542c a.arrow.trans1::before {
  color: #7cb1d5;
}
.bg-p542c:not(.textElement) a.arrow.trans1::before {
  color: white;
}
.p542c a.arrow.trans2::before {
  color: #7cb1d5;
}
.bg-p542c:not(.textElement) a.arrow.trans2::before {
  color: white;
}
.p542c a.arrow.trans3::before {
  color: #7cb1d5;
}
.bg-p542c:not(.textElement) a.arrow.trans3::before {
  color: white;
}
.p542c a.arrow.p542c::before {
  color: #7cb1d5;
}
.bg-p542c:not(.textElement) a.arrow.p542c::before {
  color: white;
}
.p542c a.arrow.p144c::before {
  color: #7cb1d5;
}
.bg-p542c:not(.textElement) a.arrow.p144c::before {
  color: white;
}
.p542c a.arrow.p7438c::before {
  color: #7cb1d5;
}
.bg-p542c:not(.textElement) a.arrow.p7438c::before {
  color: white;
}
.p542c a.arrow.p7738c::before {
  color: #7cb1d5;
}
.bg-p542c:not(.textElement) a.arrow.p7738c::before {
  color: white;
}
.p542c a.arrow.p4012c::before {
  color: #7cb1d5;
}
.bg-p542c:not(.textElement) a.arrow.p4012c::before {
  color: white;
}
.p542c a.arrow.p2040c::before {
  color: #7cb1d5;
}
.bg-p542c:not(.textElement) a.arrow.p2040c::before {
  color: white;
}
.p542c a.arrow.p128c::before {
  color: #7cb1d5;
}
.bg-p542c:not(.textElement) a.arrow.p128c::before {
  color: white;
}
.p542c a.arrow.p2557c::before {
  color: #7cb1d5;
}
.bg-p542c:not(.textElement) a.arrow.p2557c::before {
  color: white;
}
a.arrow.p144c::before {
  color: #f28c03;
}
.p144c a.arrow::before {
  color: #f28c03;
}
.bg-p144c:not(.textElement) a.arrow::before {
  color: white;
}
.p144c a.arrow.bg::before {
  color: #f28c03;
}
.bg-p144c:not(.textElement) a.arrow.bg::before {
  color: white;
}
.p144c a.arrow.first::before {
  color: #f28c03;
}
.bg-p144c:not(.textElement) a.arrow.first::before {
  color: white;
}
.p144c a.arrow.second::before {
  color: #f28c03;
}
.bg-p144c:not(.textElement) a.arrow.second::before {
  color: white;
}
.p144c a.arrow.third::before {
  color: #f28c03;
}
.bg-p144c:not(.textElement) a.arrow.third::before {
  color: white;
}
.p144c a.arrow.fourth::before {
  color: #f28c03;
}
.bg-p144c:not(.textElement) a.arrow.fourth::before {
  color: white;
}
.p144c a.arrow.fifth::before {
  color: #f28c03;
}
.bg-p144c:not(.textElement) a.arrow.fifth::before {
  color: white;
}
.p144c a.arrow.sixth::before {
  color: #f28c03;
}
.bg-p144c:not(.textElement) a.arrow.sixth::before {
  color: white;
}
.p144c a.arrow.seventh::before {
  color: #f28c03;
}
.bg-p144c:not(.textElement) a.arrow.seventh::before {
  color: white;
}
.p144c a.arrow.otofren::before {
  color: #f28c03;
}
.bg-p144c:not(.textElement) a.arrow.otofren::before {
  color: white;
}
.p144c a.arrow.otofren2::before {
  color: #f28c03;
}
.bg-p144c:not(.textElement) a.arrow.otofren2::before {
  color: white;
}
.p144c a.arrow.hypericum::before {
  color: #f28c03;
}
.bg-p144c:not(.textElement) a.arrow.hypericum::before {
  color: white;
}
.p144c a.arrow.chamomilla::before {
  color: #f28c03;
}
.bg-p144c:not(.textElement) a.arrow.chamomilla::before {
  color: white;
}
.p144c a.arrow.bryonia::before {
  color: #f28c03;
}
.bg-p144c:not(.textElement) a.arrow.bryonia::before {
  color: white;
}
.p144c a.arrow.aconitum::before {
  color: #f28c03;
}
.bg-p144c:not(.textElement) a.arrow.aconitum::before {
  color: white;
}
.p144c a.arrow.thuja::before {
  color: #f28c03;
}
.bg-p144c:not(.textElement) a.arrow.thuja::before {
  color: white;
}
.p144c a.arrow.apis::before {
  color: #f28c03;
}
.bg-p144c:not(.textElement) a.arrow.apis::before {
  color: white;
}
.p144c a.arrow.arnica::before {
  color: #f28c03;
}
.bg-p144c:not(.textElement) a.arrow.arnica::before {
  color: white;
}
.p144c a.arrow.belladonna::before {
  color: #f28c03;
}
.bg-p144c:not(.textElement) a.arrow.belladonna::before {
  color: white;
}
.p144c a.arrow.nervo1::before {
  color: #f28c03;
}
.bg-p144c:not(.textElement) a.arrow.nervo1::before {
  color: white;
}
.p144c a.arrow.nervo2::before {
  color: #f28c03;
}
.bg-p144c:not(.textElement) a.arrow.nervo2::before {
  color: white;
}
.p144c a.arrow.nervo3::before {
  color: #f28c03;
}
.bg-p144c:not(.textElement) a.arrow.nervo3::before {
  color: white;
}
.p144c a.arrow.trans1::before {
  color: #f28c03;
}
.bg-p144c:not(.textElement) a.arrow.trans1::before {
  color: white;
}
.p144c a.arrow.trans2::before {
  color: #f28c03;
}
.bg-p144c:not(.textElement) a.arrow.trans2::before {
  color: white;
}
.p144c a.arrow.trans3::before {
  color: #f28c03;
}
.bg-p144c:not(.textElement) a.arrow.trans3::before {
  color: white;
}
.p144c a.arrow.p542c::before {
  color: #f28c03;
}
.bg-p144c:not(.textElement) a.arrow.p542c::before {
  color: white;
}
.p144c a.arrow.p144c::before {
  color: #f28c03;
}
.bg-p144c:not(.textElement) a.arrow.p144c::before {
  color: white;
}
.p144c a.arrow.p7438c::before {
  color: #f28c03;
}
.bg-p144c:not(.textElement) a.arrow.p7438c::before {
  color: white;
}
.p144c a.arrow.p7738c::before {
  color: #f28c03;
}
.bg-p144c:not(.textElement) a.arrow.p7738c::before {
  color: white;
}
.p144c a.arrow.p4012c::before {
  color: #f28c03;
}
.bg-p144c:not(.textElement) a.arrow.p4012c::before {
  color: white;
}
.p144c a.arrow.p2040c::before {
  color: #f28c03;
}
.bg-p144c:not(.textElement) a.arrow.p2040c::before {
  color: white;
}
.p144c a.arrow.p128c::before {
  color: #f28c03;
}
.bg-p144c:not(.textElement) a.arrow.p128c::before {
  color: white;
}
.p144c a.arrow.p2557c::before {
  color: #f28c03;
}
.bg-p144c:not(.textElement) a.arrow.p2557c::before {
  color: white;
}
a.arrow.p7438c::before {
  color: #c89dc8;
}
.p7438c a.arrow::before {
  color: #c89dc8;
}
.bg-p7438c:not(.textElement) a.arrow::before {
  color: white;
}
.p7438c a.arrow.bg::before {
  color: #c89dc8;
}
.bg-p7438c:not(.textElement) a.arrow.bg::before {
  color: white;
}
.p7438c a.arrow.first::before {
  color: #c89dc8;
}
.bg-p7438c:not(.textElement) a.arrow.first::before {
  color: white;
}
.p7438c a.arrow.second::before {
  color: #c89dc8;
}
.bg-p7438c:not(.textElement) a.arrow.second::before {
  color: white;
}
.p7438c a.arrow.third::before {
  color: #c89dc8;
}
.bg-p7438c:not(.textElement) a.arrow.third::before {
  color: white;
}
.p7438c a.arrow.fourth::before {
  color: #c89dc8;
}
.bg-p7438c:not(.textElement) a.arrow.fourth::before {
  color: white;
}
.p7438c a.arrow.fifth::before {
  color: #c89dc8;
}
.bg-p7438c:not(.textElement) a.arrow.fifth::before {
  color: white;
}
.p7438c a.arrow.sixth::before {
  color: #c89dc8;
}
.bg-p7438c:not(.textElement) a.arrow.sixth::before {
  color: white;
}
.p7438c a.arrow.seventh::before {
  color: #c89dc8;
}
.bg-p7438c:not(.textElement) a.arrow.seventh::before {
  color: white;
}
.p7438c a.arrow.otofren::before {
  color: #c89dc8;
}
.bg-p7438c:not(.textElement) a.arrow.otofren::before {
  color: white;
}
.p7438c a.arrow.otofren2::before {
  color: #c89dc8;
}
.bg-p7438c:not(.textElement) a.arrow.otofren2::before {
  color: white;
}
.p7438c a.arrow.hypericum::before {
  color: #c89dc8;
}
.bg-p7438c:not(.textElement) a.arrow.hypericum::before {
  color: white;
}
.p7438c a.arrow.chamomilla::before {
  color: #c89dc8;
}
.bg-p7438c:not(.textElement) a.arrow.chamomilla::before {
  color: white;
}
.p7438c a.arrow.bryonia::before {
  color: #c89dc8;
}
.bg-p7438c:not(.textElement) a.arrow.bryonia::before {
  color: white;
}
.p7438c a.arrow.aconitum::before {
  color: #c89dc8;
}
.bg-p7438c:not(.textElement) a.arrow.aconitum::before {
  color: white;
}
.p7438c a.arrow.thuja::before {
  color: #c89dc8;
}
.bg-p7438c:not(.textElement) a.arrow.thuja::before {
  color: white;
}
.p7438c a.arrow.apis::before {
  color: #c89dc8;
}
.bg-p7438c:not(.textElement) a.arrow.apis::before {
  color: white;
}
.p7438c a.arrow.arnica::before {
  color: #c89dc8;
}
.bg-p7438c:not(.textElement) a.arrow.arnica::before {
  color: white;
}
.p7438c a.arrow.belladonna::before {
  color: #c89dc8;
}
.bg-p7438c:not(.textElement) a.arrow.belladonna::before {
  color: white;
}
.p7438c a.arrow.nervo1::before {
  color: #c89dc8;
}
.bg-p7438c:not(.textElement) a.arrow.nervo1::before {
  color: white;
}
.p7438c a.arrow.nervo2::before {
  color: #c89dc8;
}
.bg-p7438c:not(.textElement) a.arrow.nervo2::before {
  color: white;
}
.p7438c a.arrow.nervo3::before {
  color: #c89dc8;
}
.bg-p7438c:not(.textElement) a.arrow.nervo3::before {
  color: white;
}
.p7438c a.arrow.trans1::before {
  color: #c89dc8;
}
.bg-p7438c:not(.textElement) a.arrow.trans1::before {
  color: white;
}
.p7438c a.arrow.trans2::before {
  color: #c89dc8;
}
.bg-p7438c:not(.textElement) a.arrow.trans2::before {
  color: white;
}
.p7438c a.arrow.trans3::before {
  color: #c89dc8;
}
.bg-p7438c:not(.textElement) a.arrow.trans3::before {
  color: white;
}
.p7438c a.arrow.p542c::before {
  color: #c89dc8;
}
.bg-p7438c:not(.textElement) a.arrow.p542c::before {
  color: white;
}
.p7438c a.arrow.p144c::before {
  color: #c89dc8;
}
.bg-p7438c:not(.textElement) a.arrow.p144c::before {
  color: white;
}
.p7438c a.arrow.p7438c::before {
  color: #c89dc8;
}
.bg-p7438c:not(.textElement) a.arrow.p7438c::before {
  color: white;
}
.p7438c a.arrow.p7738c::before {
  color: #c89dc8;
}
.bg-p7438c:not(.textElement) a.arrow.p7738c::before {
  color: white;
}
.p7438c a.arrow.p4012c::before {
  color: #c89dc8;
}
.bg-p7438c:not(.textElement) a.arrow.p4012c::before {
  color: white;
}
.p7438c a.arrow.p2040c::before {
  color: #c89dc8;
}
.bg-p7438c:not(.textElement) a.arrow.p2040c::before {
  color: white;
}
.p7438c a.arrow.p128c::before {
  color: #c89dc8;
}
.bg-p7438c:not(.textElement) a.arrow.p128c::before {
  color: white;
}
.p7438c a.arrow.p2557c::before {
  color: #c89dc8;
}
.bg-p7438c:not(.textElement) a.arrow.p2557c::before {
  color: white;
}
a.arrow.p7738c::before {
  color: #4fa444;
}
.p7738c a.arrow::before {
  color: #4fa444;
}
.bg-p7738c:not(.textElement) a.arrow::before {
  color: white;
}
.p7738c a.arrow.bg::before {
  color: #4fa444;
}
.bg-p7738c:not(.textElement) a.arrow.bg::before {
  color: white;
}
.p7738c a.arrow.first::before {
  color: #4fa444;
}
.bg-p7738c:not(.textElement) a.arrow.first::before {
  color: white;
}
.p7738c a.arrow.second::before {
  color: #4fa444;
}
.bg-p7738c:not(.textElement) a.arrow.second::before {
  color: white;
}
.p7738c a.arrow.third::before {
  color: #4fa444;
}
.bg-p7738c:not(.textElement) a.arrow.third::before {
  color: white;
}
.p7738c a.arrow.fourth::before {
  color: #4fa444;
}
.bg-p7738c:not(.textElement) a.arrow.fourth::before {
  color: white;
}
.p7738c a.arrow.fifth::before {
  color: #4fa444;
}
.bg-p7738c:not(.textElement) a.arrow.fifth::before {
  color: white;
}
.p7738c a.arrow.sixth::before {
  color: #4fa444;
}
.bg-p7738c:not(.textElement) a.arrow.sixth::before {
  color: white;
}
.p7738c a.arrow.seventh::before {
  color: #4fa444;
}
.bg-p7738c:not(.textElement) a.arrow.seventh::before {
  color: white;
}
.p7738c a.arrow.otofren::before {
  color: #4fa444;
}
.bg-p7738c:not(.textElement) a.arrow.otofren::before {
  color: white;
}
.p7738c a.arrow.otofren2::before {
  color: #4fa444;
}
.bg-p7738c:not(.textElement) a.arrow.otofren2::before {
  color: white;
}
.p7738c a.arrow.hypericum::before {
  color: #4fa444;
}
.bg-p7738c:not(.textElement) a.arrow.hypericum::before {
  color: white;
}
.p7738c a.arrow.chamomilla::before {
  color: #4fa444;
}
.bg-p7738c:not(.textElement) a.arrow.chamomilla::before {
  color: white;
}
.p7738c a.arrow.bryonia::before {
  color: #4fa444;
}
.bg-p7738c:not(.textElement) a.arrow.bryonia::before {
  color: white;
}
.p7738c a.arrow.aconitum::before {
  color: #4fa444;
}
.bg-p7738c:not(.textElement) a.arrow.aconitum::before {
  color: white;
}
.p7738c a.arrow.thuja::before {
  color: #4fa444;
}
.bg-p7738c:not(.textElement) a.arrow.thuja::before {
  color: white;
}
.p7738c a.arrow.apis::before {
  color: #4fa444;
}
.bg-p7738c:not(.textElement) a.arrow.apis::before {
  color: white;
}
.p7738c a.arrow.arnica::before {
  color: #4fa444;
}
.bg-p7738c:not(.textElement) a.arrow.arnica::before {
  color: white;
}
.p7738c a.arrow.belladonna::before {
  color: #4fa444;
}
.bg-p7738c:not(.textElement) a.arrow.belladonna::before {
  color: white;
}
.p7738c a.arrow.nervo1::before {
  color: #4fa444;
}
.bg-p7738c:not(.textElement) a.arrow.nervo1::before {
  color: white;
}
.p7738c a.arrow.nervo2::before {
  color: #4fa444;
}
.bg-p7738c:not(.textElement) a.arrow.nervo2::before {
  color: white;
}
.p7738c a.arrow.nervo3::before {
  color: #4fa444;
}
.bg-p7738c:not(.textElement) a.arrow.nervo3::before {
  color: white;
}
.p7738c a.arrow.trans1::before {
  color: #4fa444;
}
.bg-p7738c:not(.textElement) a.arrow.trans1::before {
  color: white;
}
.p7738c a.arrow.trans2::before {
  color: #4fa444;
}
.bg-p7738c:not(.textElement) a.arrow.trans2::before {
  color: white;
}
.p7738c a.arrow.trans3::before {
  color: #4fa444;
}
.bg-p7738c:not(.textElement) a.arrow.trans3::before {
  color: white;
}
.p7738c a.arrow.p542c::before {
  color: #4fa444;
}
.bg-p7738c:not(.textElement) a.arrow.p542c::before {
  color: white;
}
.p7738c a.arrow.p144c::before {
  color: #4fa444;
}
.bg-p7738c:not(.textElement) a.arrow.p144c::before {
  color: white;
}
.p7738c a.arrow.p7438c::before {
  color: #4fa444;
}
.bg-p7738c:not(.textElement) a.arrow.p7438c::before {
  color: white;
}
.p7738c a.arrow.p7738c::before {
  color: #4fa444;
}
.bg-p7738c:not(.textElement) a.arrow.p7738c::before {
  color: white;
}
.p7738c a.arrow.p4012c::before {
  color: #4fa444;
}
.bg-p7738c:not(.textElement) a.arrow.p4012c::before {
  color: white;
}
.p7738c a.arrow.p2040c::before {
  color: #4fa444;
}
.bg-p7738c:not(.textElement) a.arrow.p2040c::before {
  color: white;
}
.p7738c a.arrow.p128c::before {
  color: #4fa444;
}
.bg-p7738c:not(.textElement) a.arrow.p128c::before {
  color: white;
}
.p7738c a.arrow.p2557c::before {
  color: #4fa444;
}
.bg-p7738c:not(.textElement) a.arrow.p2557c::before {
  color: white;
}
a.arrow.p4012c::before {
  color: #decf59;
}
.p4012c a.arrow::before {
  color: #decf59;
}
.bg-p4012c:not(.textElement) a.arrow::before {
  color: white;
}
.p4012c a.arrow.bg::before {
  color: #decf59;
}
.bg-p4012c:not(.textElement) a.arrow.bg::before {
  color: white;
}
.p4012c a.arrow.first::before {
  color: #decf59;
}
.bg-p4012c:not(.textElement) a.arrow.first::before {
  color: white;
}
.p4012c a.arrow.second::before {
  color: #decf59;
}
.bg-p4012c:not(.textElement) a.arrow.second::before {
  color: white;
}
.p4012c a.arrow.third::before {
  color: #decf59;
}
.bg-p4012c:not(.textElement) a.arrow.third::before {
  color: white;
}
.p4012c a.arrow.fourth::before {
  color: #decf59;
}
.bg-p4012c:not(.textElement) a.arrow.fourth::before {
  color: white;
}
.p4012c a.arrow.fifth::before {
  color: #decf59;
}
.bg-p4012c:not(.textElement) a.arrow.fifth::before {
  color: white;
}
.p4012c a.arrow.sixth::before {
  color: #decf59;
}
.bg-p4012c:not(.textElement) a.arrow.sixth::before {
  color: white;
}
.p4012c a.arrow.seventh::before {
  color: #decf59;
}
.bg-p4012c:not(.textElement) a.arrow.seventh::before {
  color: white;
}
.p4012c a.arrow.otofren::before {
  color: #decf59;
}
.bg-p4012c:not(.textElement) a.arrow.otofren::before {
  color: white;
}
.p4012c a.arrow.otofren2::before {
  color: #decf59;
}
.bg-p4012c:not(.textElement) a.arrow.otofren2::before {
  color: white;
}
.p4012c a.arrow.hypericum::before {
  color: #decf59;
}
.bg-p4012c:not(.textElement) a.arrow.hypericum::before {
  color: white;
}
.p4012c a.arrow.chamomilla::before {
  color: #decf59;
}
.bg-p4012c:not(.textElement) a.arrow.chamomilla::before {
  color: white;
}
.p4012c a.arrow.bryonia::before {
  color: #decf59;
}
.bg-p4012c:not(.textElement) a.arrow.bryonia::before {
  color: white;
}
.p4012c a.arrow.aconitum::before {
  color: #decf59;
}
.bg-p4012c:not(.textElement) a.arrow.aconitum::before {
  color: white;
}
.p4012c a.arrow.thuja::before {
  color: #decf59;
}
.bg-p4012c:not(.textElement) a.arrow.thuja::before {
  color: white;
}
.p4012c a.arrow.apis::before {
  color: #decf59;
}
.bg-p4012c:not(.textElement) a.arrow.apis::before {
  color: white;
}
.p4012c a.arrow.arnica::before {
  color: #decf59;
}
.bg-p4012c:not(.textElement) a.arrow.arnica::before {
  color: white;
}
.p4012c a.arrow.belladonna::before {
  color: #decf59;
}
.bg-p4012c:not(.textElement) a.arrow.belladonna::before {
  color: white;
}
.p4012c a.arrow.nervo1::before {
  color: #decf59;
}
.bg-p4012c:not(.textElement) a.arrow.nervo1::before {
  color: white;
}
.p4012c a.arrow.nervo2::before {
  color: #decf59;
}
.bg-p4012c:not(.textElement) a.arrow.nervo2::before {
  color: white;
}
.p4012c a.arrow.nervo3::before {
  color: #decf59;
}
.bg-p4012c:not(.textElement) a.arrow.nervo3::before {
  color: white;
}
.p4012c a.arrow.trans1::before {
  color: #decf59;
}
.bg-p4012c:not(.textElement) a.arrow.trans1::before {
  color: white;
}
.p4012c a.arrow.trans2::before {
  color: #decf59;
}
.bg-p4012c:not(.textElement) a.arrow.trans2::before {
  color: white;
}
.p4012c a.arrow.trans3::before {
  color: #decf59;
}
.bg-p4012c:not(.textElement) a.arrow.trans3::before {
  color: white;
}
.p4012c a.arrow.p542c::before {
  color: #decf59;
}
.bg-p4012c:not(.textElement) a.arrow.p542c::before {
  color: white;
}
.p4012c a.arrow.p144c::before {
  color: #decf59;
}
.bg-p4012c:not(.textElement) a.arrow.p144c::before {
  color: white;
}
.p4012c a.arrow.p7438c::before {
  color: #decf59;
}
.bg-p4012c:not(.textElement) a.arrow.p7438c::before {
  color: white;
}
.p4012c a.arrow.p7738c::before {
  color: #decf59;
}
.bg-p4012c:not(.textElement) a.arrow.p7738c::before {
  color: white;
}
.p4012c a.arrow.p4012c::before {
  color: #decf59;
}
.bg-p4012c:not(.textElement) a.arrow.p4012c::before {
  color: white;
}
.p4012c a.arrow.p2040c::before {
  color: #decf59;
}
.bg-p4012c:not(.textElement) a.arrow.p2040c::before {
  color: white;
}
.p4012c a.arrow.p128c::before {
  color: #decf59;
}
.bg-p4012c:not(.textElement) a.arrow.p128c::before {
  color: white;
}
.p4012c a.arrow.p2557c::before {
  color: #decf59;
}
.bg-p4012c:not(.textElement) a.arrow.p2557c::before {
  color: white;
}
a.arrow.p2040c::before {
  color: #dd085e;
}
.p2040c a.arrow::before {
  color: #dd085e;
}
.bg-p2040c:not(.textElement) a.arrow::before {
  color: white;
}
.p2040c a.arrow.bg::before {
  color: #dd085e;
}
.bg-p2040c:not(.textElement) a.arrow.bg::before {
  color: white;
}
.p2040c a.arrow.first::before {
  color: #dd085e;
}
.bg-p2040c:not(.textElement) a.arrow.first::before {
  color: white;
}
.p2040c a.arrow.second::before {
  color: #dd085e;
}
.bg-p2040c:not(.textElement) a.arrow.second::before {
  color: white;
}
.p2040c a.arrow.third::before {
  color: #dd085e;
}
.bg-p2040c:not(.textElement) a.arrow.third::before {
  color: white;
}
.p2040c a.arrow.fourth::before {
  color: #dd085e;
}
.bg-p2040c:not(.textElement) a.arrow.fourth::before {
  color: white;
}
.p2040c a.arrow.fifth::before {
  color: #dd085e;
}
.bg-p2040c:not(.textElement) a.arrow.fifth::before {
  color: white;
}
.p2040c a.arrow.sixth::before {
  color: #dd085e;
}
.bg-p2040c:not(.textElement) a.arrow.sixth::before {
  color: white;
}
.p2040c a.arrow.seventh::before {
  color: #dd085e;
}
.bg-p2040c:not(.textElement) a.arrow.seventh::before {
  color: white;
}
.p2040c a.arrow.otofren::before {
  color: #dd085e;
}
.bg-p2040c:not(.textElement) a.arrow.otofren::before {
  color: white;
}
.p2040c a.arrow.otofren2::before {
  color: #dd085e;
}
.bg-p2040c:not(.textElement) a.arrow.otofren2::before {
  color: white;
}
.p2040c a.arrow.hypericum::before {
  color: #dd085e;
}
.bg-p2040c:not(.textElement) a.arrow.hypericum::before {
  color: white;
}
.p2040c a.arrow.chamomilla::before {
  color: #dd085e;
}
.bg-p2040c:not(.textElement) a.arrow.chamomilla::before {
  color: white;
}
.p2040c a.arrow.bryonia::before {
  color: #dd085e;
}
.bg-p2040c:not(.textElement) a.arrow.bryonia::before {
  color: white;
}
.p2040c a.arrow.aconitum::before {
  color: #dd085e;
}
.bg-p2040c:not(.textElement) a.arrow.aconitum::before {
  color: white;
}
.p2040c a.arrow.thuja::before {
  color: #dd085e;
}
.bg-p2040c:not(.textElement) a.arrow.thuja::before {
  color: white;
}
.p2040c a.arrow.apis::before {
  color: #dd085e;
}
.bg-p2040c:not(.textElement) a.arrow.apis::before {
  color: white;
}
.p2040c a.arrow.arnica::before {
  color: #dd085e;
}
.bg-p2040c:not(.textElement) a.arrow.arnica::before {
  color: white;
}
.p2040c a.arrow.belladonna::before {
  color: #dd085e;
}
.bg-p2040c:not(.textElement) a.arrow.belladonna::before {
  color: white;
}
.p2040c a.arrow.nervo1::before {
  color: #dd085e;
}
.bg-p2040c:not(.textElement) a.arrow.nervo1::before {
  color: white;
}
.p2040c a.arrow.nervo2::before {
  color: #dd085e;
}
.bg-p2040c:not(.textElement) a.arrow.nervo2::before {
  color: white;
}
.p2040c a.arrow.nervo3::before {
  color: #dd085e;
}
.bg-p2040c:not(.textElement) a.arrow.nervo3::before {
  color: white;
}
.p2040c a.arrow.trans1::before {
  color: #dd085e;
}
.bg-p2040c:not(.textElement) a.arrow.trans1::before {
  color: white;
}
.p2040c a.arrow.trans2::before {
  color: #dd085e;
}
.bg-p2040c:not(.textElement) a.arrow.trans2::before {
  color: white;
}
.p2040c a.arrow.trans3::before {
  color: #dd085e;
}
.bg-p2040c:not(.textElement) a.arrow.trans3::before {
  color: white;
}
.p2040c a.arrow.p542c::before {
  color: #dd085e;
}
.bg-p2040c:not(.textElement) a.arrow.p542c::before {
  color: white;
}
.p2040c a.arrow.p144c::before {
  color: #dd085e;
}
.bg-p2040c:not(.textElement) a.arrow.p144c::before {
  color: white;
}
.p2040c a.arrow.p7438c::before {
  color: #dd085e;
}
.bg-p2040c:not(.textElement) a.arrow.p7438c::before {
  color: white;
}
.p2040c a.arrow.p7738c::before {
  color: #dd085e;
}
.bg-p2040c:not(.textElement) a.arrow.p7738c::before {
  color: white;
}
.p2040c a.arrow.p4012c::before {
  color: #dd085e;
}
.bg-p2040c:not(.textElement) a.arrow.p4012c::before {
  color: white;
}
.p2040c a.arrow.p2040c::before {
  color: #dd085e;
}
.bg-p2040c:not(.textElement) a.arrow.p2040c::before {
  color: white;
}
.p2040c a.arrow.p128c::before {
  color: #dd085e;
}
.bg-p2040c:not(.textElement) a.arrow.p128c::before {
  color: white;
}
.p2040c a.arrow.p2557c::before {
  color: #dd085e;
}
.bg-p2040c:not(.textElement) a.arrow.p2557c::before {
  color: white;
}
a.arrow.p128c::before {
  color: #ffd503;
}
.p128c a.arrow::before {
  color: #ffd503;
}
.bg-p128c:not(.textElement) a.arrow::before {
  color: white;
}
.p128c a.arrow.bg::before {
  color: #ffd503;
}
.bg-p128c:not(.textElement) a.arrow.bg::before {
  color: white;
}
.p128c a.arrow.first::before {
  color: #ffd503;
}
.bg-p128c:not(.textElement) a.arrow.first::before {
  color: white;
}
.p128c a.arrow.second::before {
  color: #ffd503;
}
.bg-p128c:not(.textElement) a.arrow.second::before {
  color: white;
}
.p128c a.arrow.third::before {
  color: #ffd503;
}
.bg-p128c:not(.textElement) a.arrow.third::before {
  color: white;
}
.p128c a.arrow.fourth::before {
  color: #ffd503;
}
.bg-p128c:not(.textElement) a.arrow.fourth::before {
  color: white;
}
.p128c a.arrow.fifth::before {
  color: #ffd503;
}
.bg-p128c:not(.textElement) a.arrow.fifth::before {
  color: white;
}
.p128c a.arrow.sixth::before {
  color: #ffd503;
}
.bg-p128c:not(.textElement) a.arrow.sixth::before {
  color: white;
}
.p128c a.arrow.seventh::before {
  color: #ffd503;
}
.bg-p128c:not(.textElement) a.arrow.seventh::before {
  color: white;
}
.p128c a.arrow.otofren::before {
  color: #ffd503;
}
.bg-p128c:not(.textElement) a.arrow.otofren::before {
  color: white;
}
.p128c a.arrow.otofren2::before {
  color: #ffd503;
}
.bg-p128c:not(.textElement) a.arrow.otofren2::before {
  color: white;
}
.p128c a.arrow.hypericum::before {
  color: #ffd503;
}
.bg-p128c:not(.textElement) a.arrow.hypericum::before {
  color: white;
}
.p128c a.arrow.chamomilla::before {
  color: #ffd503;
}
.bg-p128c:not(.textElement) a.arrow.chamomilla::before {
  color: white;
}
.p128c a.arrow.bryonia::before {
  color: #ffd503;
}
.bg-p128c:not(.textElement) a.arrow.bryonia::before {
  color: white;
}
.p128c a.arrow.aconitum::before {
  color: #ffd503;
}
.bg-p128c:not(.textElement) a.arrow.aconitum::before {
  color: white;
}
.p128c a.arrow.thuja::before {
  color: #ffd503;
}
.bg-p128c:not(.textElement) a.arrow.thuja::before {
  color: white;
}
.p128c a.arrow.apis::before {
  color: #ffd503;
}
.bg-p128c:not(.textElement) a.arrow.apis::before {
  color: white;
}
.p128c a.arrow.arnica::before {
  color: #ffd503;
}
.bg-p128c:not(.textElement) a.arrow.arnica::before {
  color: white;
}
.p128c a.arrow.belladonna::before {
  color: #ffd503;
}
.bg-p128c:not(.textElement) a.arrow.belladonna::before {
  color: white;
}
.p128c a.arrow.nervo1::before {
  color: #ffd503;
}
.bg-p128c:not(.textElement) a.arrow.nervo1::before {
  color: white;
}
.p128c a.arrow.nervo2::before {
  color: #ffd503;
}
.bg-p128c:not(.textElement) a.arrow.nervo2::before {
  color: white;
}
.p128c a.arrow.nervo3::before {
  color: #ffd503;
}
.bg-p128c:not(.textElement) a.arrow.nervo3::before {
  color: white;
}
.p128c a.arrow.trans1::before {
  color: #ffd503;
}
.bg-p128c:not(.textElement) a.arrow.trans1::before {
  color: white;
}
.p128c a.arrow.trans2::before {
  color: #ffd503;
}
.bg-p128c:not(.textElement) a.arrow.trans2::before {
  color: white;
}
.p128c a.arrow.trans3::before {
  color: #ffd503;
}
.bg-p128c:not(.textElement) a.arrow.trans3::before {
  color: white;
}
.p128c a.arrow.p542c::before {
  color: #ffd503;
}
.bg-p128c:not(.textElement) a.arrow.p542c::before {
  color: white;
}
.p128c a.arrow.p144c::before {
  color: #ffd503;
}
.bg-p128c:not(.textElement) a.arrow.p144c::before {
  color: white;
}
.p128c a.arrow.p7438c::before {
  color: #ffd503;
}
.bg-p128c:not(.textElement) a.arrow.p7438c::before {
  color: white;
}
.p128c a.arrow.p7738c::before {
  color: #ffd503;
}
.bg-p128c:not(.textElement) a.arrow.p7738c::before {
  color: white;
}
.p128c a.arrow.p4012c::before {
  color: #ffd503;
}
.bg-p128c:not(.textElement) a.arrow.p4012c::before {
  color: white;
}
.p128c a.arrow.p2040c::before {
  color: #ffd503;
}
.bg-p128c:not(.textElement) a.arrow.p2040c::before {
  color: white;
}
.p128c a.arrow.p128c::before {
  color: #ffd503;
}
.bg-p128c:not(.textElement) a.arrow.p128c::before {
  color: white;
}
.p128c a.arrow.p2557c::before {
  color: #ffd503;
}
.bg-p128c:not(.textElement) a.arrow.p2557c::before {
  color: white;
}
a.arrow.p2557c::before {
  color: #9d7ab5;
}
.p2557c a.arrow::before {
  color: #9d7ab5;
}
.bg-p2557c:not(.textElement) a.arrow::before {
  color: white;
}
.p2557c a.arrow.bg::before {
  color: #9d7ab5;
}
.bg-p2557c:not(.textElement) a.arrow.bg::before {
  color: white;
}
.p2557c a.arrow.first::before {
  color: #9d7ab5;
}
.bg-p2557c:not(.textElement) a.arrow.first::before {
  color: white;
}
.p2557c a.arrow.second::before {
  color: #9d7ab5;
}
.bg-p2557c:not(.textElement) a.arrow.second::before {
  color: white;
}
.p2557c a.arrow.third::before {
  color: #9d7ab5;
}
.bg-p2557c:not(.textElement) a.arrow.third::before {
  color: white;
}
.p2557c a.arrow.fourth::before {
  color: #9d7ab5;
}
.bg-p2557c:not(.textElement) a.arrow.fourth::before {
  color: white;
}
.p2557c a.arrow.fifth::before {
  color: #9d7ab5;
}
.bg-p2557c:not(.textElement) a.arrow.fifth::before {
  color: white;
}
.p2557c a.arrow.sixth::before {
  color: #9d7ab5;
}
.bg-p2557c:not(.textElement) a.arrow.sixth::before {
  color: white;
}
.p2557c a.arrow.seventh::before {
  color: #9d7ab5;
}
.bg-p2557c:not(.textElement) a.arrow.seventh::before {
  color: white;
}
.p2557c a.arrow.otofren::before {
  color: #9d7ab5;
}
.bg-p2557c:not(.textElement) a.arrow.otofren::before {
  color: white;
}
.p2557c a.arrow.otofren2::before {
  color: #9d7ab5;
}
.bg-p2557c:not(.textElement) a.arrow.otofren2::before {
  color: white;
}
.p2557c a.arrow.hypericum::before {
  color: #9d7ab5;
}
.bg-p2557c:not(.textElement) a.arrow.hypericum::before {
  color: white;
}
.p2557c a.arrow.chamomilla::before {
  color: #9d7ab5;
}
.bg-p2557c:not(.textElement) a.arrow.chamomilla::before {
  color: white;
}
.p2557c a.arrow.bryonia::before {
  color: #9d7ab5;
}
.bg-p2557c:not(.textElement) a.arrow.bryonia::before {
  color: white;
}
.p2557c a.arrow.aconitum::before {
  color: #9d7ab5;
}
.bg-p2557c:not(.textElement) a.arrow.aconitum::before {
  color: white;
}
.p2557c a.arrow.thuja::before {
  color: #9d7ab5;
}
.bg-p2557c:not(.textElement) a.arrow.thuja::before {
  color: white;
}
.p2557c a.arrow.apis::before {
  color: #9d7ab5;
}
.bg-p2557c:not(.textElement) a.arrow.apis::before {
  color: white;
}
.p2557c a.arrow.arnica::before {
  color: #9d7ab5;
}
.bg-p2557c:not(.textElement) a.arrow.arnica::before {
  color: white;
}
.p2557c a.arrow.belladonna::before {
  color: #9d7ab5;
}
.bg-p2557c:not(.textElement) a.arrow.belladonna::before {
  color: white;
}
.p2557c a.arrow.nervo1::before {
  color: #9d7ab5;
}
.bg-p2557c:not(.textElement) a.arrow.nervo1::before {
  color: white;
}
.p2557c a.arrow.nervo2::before {
  color: #9d7ab5;
}
.bg-p2557c:not(.textElement) a.arrow.nervo2::before {
  color: white;
}
.p2557c a.arrow.nervo3::before {
  color: #9d7ab5;
}
.bg-p2557c:not(.textElement) a.arrow.nervo3::before {
  color: white;
}
.p2557c a.arrow.trans1::before {
  color: #9d7ab5;
}
.bg-p2557c:not(.textElement) a.arrow.trans1::before {
  color: white;
}
.p2557c a.arrow.trans2::before {
  color: #9d7ab5;
}
.bg-p2557c:not(.textElement) a.arrow.trans2::before {
  color: white;
}
.p2557c a.arrow.trans3::before {
  color: #9d7ab5;
}
.bg-p2557c:not(.textElement) a.arrow.trans3::before {
  color: white;
}
.p2557c a.arrow.p542c::before {
  color: #9d7ab5;
}
.bg-p2557c:not(.textElement) a.arrow.p542c::before {
  color: white;
}
.p2557c a.arrow.p144c::before {
  color: #9d7ab5;
}
.bg-p2557c:not(.textElement) a.arrow.p144c::before {
  color: white;
}
.p2557c a.arrow.p7438c::before {
  color: #9d7ab5;
}
.bg-p2557c:not(.textElement) a.arrow.p7438c::before {
  color: white;
}
.p2557c a.arrow.p7738c::before {
  color: #9d7ab5;
}
.bg-p2557c:not(.textElement) a.arrow.p7738c::before {
  color: white;
}
.p2557c a.arrow.p4012c::before {
  color: #9d7ab5;
}
.bg-p2557c:not(.textElement) a.arrow.p4012c::before {
  color: white;
}
.p2557c a.arrow.p2040c::before {
  color: #9d7ab5;
}
.bg-p2557c:not(.textElement) a.arrow.p2040c::before {
  color: white;
}
.p2557c a.arrow.p128c::before {
  color: #9d7ab5;
}
.bg-p2557c:not(.textElement) a.arrow.p128c::before {
  color: white;
}
.p2557c a.arrow.p2557c::before {
  color: #9d7ab5;
}
.bg-p2557c:not(.textElement) a.arrow.p2557c::before {
  color: white;
}

/* default button (ghost button or filled) */
button,
a.button {
  line-height: 1.5;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  color: #292929;
  border: 0.125em solid #292929;
  box-shadow: inset 0 0 0 0 #292929;
  transition: color 0.4s ease, box-shadow 0.3s ease;
  padding: 0.5em 1em;
  margin: 0 0.5em 0.5em 0;
  cursor: pointer;
  width: inherit;
  /* ghost button color variants */
  /* .color a.button */
  /* .bg-color a.button */
  /* .color a.button */
  /* .bg-color a.button */
  /* .color a.button */
  /* .bg-color a.button */
  /* .color a.button */
  /* .bg-color a.button */
  /* .color a.button */
  /* .bg-color a.button */
  /* .color a.button */
  /* .bg-color a.button */
  /* .color a.button */
  /* .bg-color a.button */
  /* .color a.button */
  /* .bg-color a.button */
  /* .color a.button */
  /* .bg-color a.button */
  /* .color a.button */
  /* .bg-color a.button */
  /* .color a.button */
  /* .bg-color a.button */
  /* .color a.button */
  /* .bg-color a.button */
  /* .color a.button */
  /* .bg-color a.button */
  /* .color a.button */
  /* .bg-color a.button */
  /* .color a.button */
  /* .bg-color a.button */
  /* .color a.button */
  /* .bg-color a.button */
  /* .color a.button */
  /* .bg-color a.button */
  /* .color a.button */
  /* .bg-color a.button */
  /* .color a.button */
  /* .bg-color a.button */
  /* .color a.button */
  /* .bg-color a.button */
  /* .color a.button */
  /* .bg-color a.button */
  /* .color a.button */
  /* .bg-color a.button */
  /* .color a.button */
  /* .bg-color a.button */
  /* .color a.button */
  /* .bg-color a.button */
  /* .color a.button */
  /* .bg-color a.button */
  /* .color a.button */
  /* .bg-color a.button */
  /* .color a.button */
  /* .bg-color a.button */
  /* .color a.button */
  /* .bg-color a.button */
  /* .color a.button */
  /* .bg-color a.button */
  /* .color a.button */
  /* .bg-color a.button */
  /* .color a.button */
  /* .bg-color a.button */
  /* .color a.button */
  /* .bg-color a.button */
  /* filled button */
}
@media (min-width: 320px) {
  button,
  a.button {
    font-size: 17px;
    font-size: calc(17px + 7 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  button,
  a.button {
    font-size: 24px;
  }
}
.bg button,
.bg a.button {
  border-color: #333332;
  color: #333332;
  box-shadow: inset 0 0 0 0 #333332;
}
.bg-bg:not(.textElement) button,
.bg-bg:not(.textElement) a.button {
  border-color: white;
  color: white;
  box-shadow: inset 0 0 0 0 white;
}
.first button,
.first a.button {
  border-color: #51982f;
  color: #51982f;
  box-shadow: inset 0 0 0 0 #51982f;
}
.bg-first:not(.textElement) button,
.bg-first:not(.textElement) a.button {
  border-color: white;
  color: white;
  box-shadow: inset 0 0 0 0 white;
}
.second button,
.second a.button {
  border-color: #a04393;
  color: #a04393;
  box-shadow: inset 0 0 0 0 #a04393;
}
.bg-second:not(.textElement) button,
.bg-second:not(.textElement) a.button {
  border-color: white;
  color: white;
  box-shadow: inset 0 0 0 0 white;
}
.third button,
.third a.button {
  border-color: #69bfac;
  color: #69bfac;
  box-shadow: inset 0 0 0 0 #69bfac;
}
.bg-third:not(.textElement) button,
.bg-third:not(.textElement) a.button {
  border-color: white;
  color: white;
  box-shadow: inset 0 0 0 0 white;
}
.fourth button,
.fourth a.button {
  border-color: #00623c;
  color: #00623c;
  box-shadow: inset 0 0 0 0 #00623c;
}
.bg-fourth:not(.textElement) button,
.bg-fourth:not(.textElement) a.button {
  border-color: white;
  color: white;
  box-shadow: inset 0 0 0 0 white;
}
.fifth button,
.fifth a.button {
  border-color: #c8d300;
  color: #c8d300;
  box-shadow: inset 0 0 0 0 #c8d300;
}
.bg-fifth:not(.textElement) button,
.bg-fifth:not(.textElement) a.button {
  border-color: white;
  color: white;
  box-shadow: inset 0 0 0 0 white;
}
.sixth button,
.sixth a.button {
  border-color: #c9e6de;
  color: #c9e6de;
  box-shadow: inset 0 0 0 0 #c9e6de;
}
.bg-sixth:not(.textElement) button,
.bg-sixth:not(.textElement) a.button {
  border-color: white;
  color: white;
  box-shadow: inset 0 0 0 0 white;
}
.seventh button,
.seventh a.button {
  border-color: #c0d6d6;
  color: #c0d6d6;
  box-shadow: inset 0 0 0 0 #c0d6d6;
}
.bg-seventh:not(.textElement) button,
.bg-seventh:not(.textElement) a.button {
  border-color: white;
  color: white;
  box-shadow: inset 0 0 0 0 white;
}
.otofren button,
.otofren a.button {
  border-color: #5BC5F2;
  color: #5BC5F2;
  box-shadow: inset 0 0 0 0 #5BC5F2;
}
.bg-otofren:not(.textElement) button,
.bg-otofren:not(.textElement) a.button {
  border-color: white;
  color: white;
  box-shadow: inset 0 0 0 0 white;
}
.otofren2 button,
.otofren2 a.button {
  border-color: #FADC53;
  color: #FADC53;
  box-shadow: inset 0 0 0 0 #FADC53;
}
.bg-otofren2:not(.textElement) button,
.bg-otofren2:not(.textElement) a.button {
  border-color: white;
  color: white;
  box-shadow: inset 0 0 0 0 white;
}
.hypericum button,
.hypericum a.button {
  border-color: #b21827;
  color: #b21827;
  box-shadow: inset 0 0 0 0 #b21827;
}
.bg-hypericum:not(.textElement) button,
.bg-hypericum:not(.textElement) a.button {
  border-color: white;
  color: white;
  box-shadow: inset 0 0 0 0 white;
}
.chamomilla button,
.chamomilla a.button {
  border-color: #f1ce00;
  color: #f1ce00;
  box-shadow: inset 0 0 0 0 #f1ce00;
}
.bg-chamomilla:not(.textElement) button,
.bg-chamomilla:not(.textElement) a.button {
  border-color: white;
  color: white;
  box-shadow: inset 0 0 0 0 white;
}
.bryonia button,
.bryonia a.button {
  border-color: #e1231b;
  color: #e1231b;
  box-shadow: inset 0 0 0 0 #e1231b;
}
.bg-bryonia:not(.textElement) button,
.bg-bryonia:not(.textElement) a.button {
  border-color: white;
  color: white;
  box-shadow: inset 0 0 0 0 white;
}
.aconitum button,
.aconitum a.button {
  border-color: #764896;
  color: #764896;
  box-shadow: inset 0 0 0 0 #764896;
}
.bg-aconitum:not(.textElement) button,
.bg-aconitum:not(.textElement) a.button {
  border-color: white;
  color: white;
  box-shadow: inset 0 0 0 0 white;
}
.thuja button,
.thuja a.button {
  border-color: #a9c17d;
  color: #a9c17d;
  box-shadow: inset 0 0 0 0 #a9c17d;
}
.bg-thuja:not(.textElement) button,
.bg-thuja:not(.textElement) a.button {
  border-color: white;
  color: white;
  box-shadow: inset 0 0 0 0 white;
}
.apis button,
.apis a.button {
  border-color: #f0ad00;
  color: #f0ad00;
  box-shadow: inset 0 0 0 0 #f0ad00;
}
.bg-apis:not(.textElement) button,
.bg-apis:not(.textElement) a.button {
  border-color: white;
  color: white;
  box-shadow: inset 0 0 0 0 white;
}
.arnica button,
.arnica a.button {
  border-color: #eb7802;
  color: #eb7802;
  box-shadow: inset 0 0 0 0 #eb7802;
}
.bg-arnica:not(.textElement) button,
.bg-arnica:not(.textElement) a.button {
  border-color: white;
  color: white;
  box-shadow: inset 0 0 0 0 white;
}
.belladonna button,
.belladonna a.button {
  border-color: #392050;
  color: #392050;
  box-shadow: inset 0 0 0 0 #392050;
}
.bg-belladonna:not(.textElement) button,
.bg-belladonna:not(.textElement) a.button {
  border-color: white;
  color: white;
  box-shadow: inset 0 0 0 0 white;
}
.nervo1 button,
.nervo1 a.button {
  border-color: #4c8d2b;
  color: #4c8d2b;
  box-shadow: inset 0 0 0 0 #4c8d2b;
}
.bg-nervo1:not(.textElement) button,
.bg-nervo1:not(.textElement) a.button {
  border-color: white;
  color: white;
  box-shadow: inset 0 0 0 0 white;
}
.nervo2 button,
.nervo2 a.button {
  border-color: #002f6c;
  color: #002f6c;
  box-shadow: inset 0 0 0 0 #002f6c;
}
.bg-nervo2:not(.textElement) button,
.bg-nervo2:not(.textElement) a.button {
  border-color: white;
  color: white;
  box-shadow: inset 0 0 0 0 white;
}
.nervo3 button,
.nervo3 a.button {
  border-color: #bfdad2;
  color: #bfdad2;
  box-shadow: inset 0 0 0 0 #bfdad2;
}
.bg-nervo3:not(.textElement) button,
.bg-nervo3:not(.textElement) a.button {
  border-color: white;
  color: white;
  box-shadow: inset 0 0 0 0 white;
}
.trans1 button,
.trans1 a.button {
  border-color: black;
  color: black;
  box-shadow: inset 0 0 0 0 black;
}
.bg-trans1:not(.textElement) button,
.bg-trans1:not(.textElement) a.button {
  border-color: white;
  color: white;
  box-shadow: inset 0 0 0 0 white;
}
.trans2 button,
.trans2 a.button {
  border-color: black;
  color: black;
  box-shadow: inset 0 0 0 0 black;
}
.bg-trans2:not(.textElement) button,
.bg-trans2:not(.textElement) a.button {
  border-color: white;
  color: white;
  box-shadow: inset 0 0 0 0 white;
}
.trans3 button,
.trans3 a.button {
  border-color: white;
  color: white;
  box-shadow: inset 0 0 0 0 white;
}
.bg-trans3:not(.textElement) button,
.bg-trans3:not(.textElement) a.button {
  border-color: #636362;
  color: #636362;
  box-shadow: inset 0 0 0 0 #636362;
}
.p542c button,
.p542c a.button {
  border-color: #7cb1d5;
  color: #7cb1d5;
  box-shadow: inset 0 0 0 0 #7cb1d5;
}
.bg-p542c:not(.textElement) button,
.bg-p542c:not(.textElement) a.button {
  border-color: white;
  color: white;
  box-shadow: inset 0 0 0 0 white;
}
.p144c button,
.p144c a.button {
  border-color: #f28c03;
  color: #f28c03;
  box-shadow: inset 0 0 0 0 #f28c03;
}
.bg-p144c:not(.textElement) button,
.bg-p144c:not(.textElement) a.button {
  border-color: white;
  color: white;
  box-shadow: inset 0 0 0 0 white;
}
.p7438c button,
.p7438c a.button {
  border-color: #c89dc8;
  color: #c89dc8;
  box-shadow: inset 0 0 0 0 #c89dc8;
}
.bg-p7438c:not(.textElement) button,
.bg-p7438c:not(.textElement) a.button {
  border-color: white;
  color: white;
  box-shadow: inset 0 0 0 0 white;
}
.p7738c button,
.p7738c a.button {
  border-color: #4fa444;
  color: #4fa444;
  box-shadow: inset 0 0 0 0 #4fa444;
}
.bg-p7738c:not(.textElement) button,
.bg-p7738c:not(.textElement) a.button {
  border-color: white;
  color: white;
  box-shadow: inset 0 0 0 0 white;
}
.p4012c button,
.p4012c a.button {
  border-color: #decf59;
  color: #decf59;
  box-shadow: inset 0 0 0 0 #decf59;
}
.bg-p4012c:not(.textElement) button,
.bg-p4012c:not(.textElement) a.button {
  border-color: white;
  color: white;
  box-shadow: inset 0 0 0 0 white;
}
.p2040c button,
.p2040c a.button {
  border-color: #dd085e;
  color: #dd085e;
  box-shadow: inset 0 0 0 0 #dd085e;
}
.bg-p2040c:not(.textElement) button,
.bg-p2040c:not(.textElement) a.button {
  border-color: white;
  color: white;
  box-shadow: inset 0 0 0 0 white;
}
.p128c button,
.p128c a.button {
  border-color: #ffd503;
  color: #ffd503;
  box-shadow: inset 0 0 0 0 #ffd503;
}
.bg-p128c:not(.textElement) button,
.bg-p128c:not(.textElement) a.button {
  border-color: white;
  color: white;
  box-shadow: inset 0 0 0 0 white;
}
.p2557c button,
.p2557c a.button {
  border-color: #9d7ab5;
  color: #9d7ab5;
  box-shadow: inset 0 0 0 0 #9d7ab5;
}
.bg-p2557c:not(.textElement) button,
.bg-p2557c:not(.textElement) a.button {
  border-color: white;
  color: white;
  box-shadow: inset 0 0 0 0 white;
}
button.fill,
a.button.fill {
  background: #292929;
  color: white;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
  /* .fill-color class variants */
  /* a.button.fill-color */
  /* .color a.button.fill */
  /* .bg-color a.button.fill */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* a.button.fill-color */
  /* .color a.button.fill */
  /* .bg-color a.button.fill */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* a.button.fill-color */
  /* .color a.button.fill */
  /* .bg-color a.button.fill */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* a.button.fill-color */
  /* .color a.button.fill */
  /* .bg-color a.button.fill */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* a.button.fill-color */
  /* .color a.button.fill */
  /* .bg-color a.button.fill */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* a.button.fill-color */
  /* .color a.button.fill */
  /* .bg-color a.button.fill */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* a.button.fill-color */
  /* .color a.button.fill */
  /* .bg-color a.button.fill */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* a.button.fill-color */
  /* .color a.button.fill */
  /* .bg-color a.button.fill */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* a.button.fill-color */
  /* .color a.button.fill */
  /* .bg-color a.button.fill */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* a.button.fill-color */
  /* .color a.button.fill */
  /* .bg-color a.button.fill */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* a.button.fill-color */
  /* .color a.button.fill */
  /* .bg-color a.button.fill */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* a.button.fill-color */
  /* .color a.button.fill */
  /* .bg-color a.button.fill */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* a.button.fill-color */
  /* .color a.button.fill */
  /* .bg-color a.button.fill */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* a.button.fill-color */
  /* .color a.button.fill */
  /* .bg-color a.button.fill */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* a.button.fill-color */
  /* .color a.button.fill */
  /* .bg-color a.button.fill */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* a.button.fill-color */
  /* .color a.button.fill */
  /* .bg-color a.button.fill */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* a.button.fill-color */
  /* .color a.button.fill */
  /* .bg-color a.button.fill */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* a.button.fill-color */
  /* .color a.button.fill */
  /* .bg-color a.button.fill */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* a.button.fill-color */
  /* .color a.button.fill */
  /* .bg-color a.button.fill */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* a.button.fill-color */
  /* .color a.button.fill */
  /* .bg-color a.button.fill */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* a.button.fill-color */
  /* .color a.button.fill */
  /* .bg-color a.button.fill */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* a.button.fill-color */
  /* .color a.button.fill */
  /* .bg-color a.button.fill */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* a.button.fill-color */
  /* .color a.button.fill */
  /* .bg-color a.button.fill */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* a.button.fill-color */
  /* .color a.button.fill */
  /* .bg-color a.button.fill */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* a.button.fill-color */
  /* .color a.button.fill */
  /* .bg-color a.button.fill */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* a.button.fill-color */
  /* .color a.button.fill */
  /* .bg-color a.button.fill */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* a.button.fill-color */
  /* .color a.button.fill */
  /* .bg-color a.button.fill */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* a.button.fill-color */
  /* .color a.button.fill */
  /* .bg-color a.button.fill */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* a.button.fill-color */
  /* .color a.button.fill */
  /* .bg-color a.button.fill */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* a.button.fill-color */
  /* .color a.button.fill */
  /* .bg-color a.button.fill */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* a.button.fill-color */
  /* .color a.button.fill */
  /* .bg-color a.button.fill */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* a.button.fill-color */
  /* .color a.button.fill */
  /* .bg-color a.button.fill */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
  /* break specifity ( .color a.button.fill-color ) */
  /* break specifity ( .bg-color a.button.fill-color ) */
}
button.fill-bg,
a.button.fill-bg {
  background: #333332;
  color: white;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
.bg button.fill,
.bg a.button.fill {
  background: #333332;
  color: white;
}
.bg-bg:not(.textElement) button.fill,
.bg-bg:not(.textElement) a.button.fill {
  background: white;
  color: #e6e6e6;
}
.bg button.fill-bg,
.bg a.button.fill-bg {
  background: #333332;
}
.bg-bg:not(.textElement) button.fill-bg,
.bg-bg:not(.textElement) a.button.fill-bg {
  background: white;
  color: #e6e6e6;
}
.bg button.fill-first,
.bg a.button.fill-first {
  background: #333332;
}
.bg-bg:not(.textElement) button.fill-first,
.bg-bg:not(.textElement) a.button.fill-first {
  background: white;
  color: #e6e6e6;
}
.bg button.fill-second,
.bg a.button.fill-second {
  background: #333332;
}
.bg-bg:not(.textElement) button.fill-second,
.bg-bg:not(.textElement) a.button.fill-second {
  background: white;
  color: #e6e6e6;
}
.bg button.fill-third,
.bg a.button.fill-third {
  background: #333332;
}
.bg-bg:not(.textElement) button.fill-third,
.bg-bg:not(.textElement) a.button.fill-third {
  background: white;
  color: #e6e6e6;
}
.bg button.fill-fourth,
.bg a.button.fill-fourth {
  background: #333332;
}
.bg-bg:not(.textElement) button.fill-fourth,
.bg-bg:not(.textElement) a.button.fill-fourth {
  background: white;
  color: #e6e6e6;
}
.bg button.fill-fifth,
.bg a.button.fill-fifth {
  background: #333332;
}
.bg-bg:not(.textElement) button.fill-fifth,
.bg-bg:not(.textElement) a.button.fill-fifth {
  background: white;
  color: #e6e6e6;
}
.bg button.fill-sixth,
.bg a.button.fill-sixth {
  background: #333332;
}
.bg-bg:not(.textElement) button.fill-sixth,
.bg-bg:not(.textElement) a.button.fill-sixth {
  background: white;
  color: #e6e6e6;
}
.bg button.fill-seventh,
.bg a.button.fill-seventh {
  background: #333332;
}
.bg-bg:not(.textElement) button.fill-seventh,
.bg-bg:not(.textElement) a.button.fill-seventh {
  background: white;
  color: #e6e6e6;
}
.bg button.fill-otofren,
.bg a.button.fill-otofren {
  background: #333332;
}
.bg-bg:not(.textElement) button.fill-otofren,
.bg-bg:not(.textElement) a.button.fill-otofren {
  background: white;
  color: #e6e6e6;
}
.bg button.fill-otofren2,
.bg a.button.fill-otofren2 {
  background: #333332;
}
.bg-bg:not(.textElement) button.fill-otofren2,
.bg-bg:not(.textElement) a.button.fill-otofren2 {
  background: white;
  color: #e6e6e6;
}
.bg button.fill-hypericum,
.bg a.button.fill-hypericum {
  background: #333332;
}
.bg-bg:not(.textElement) button.fill-hypericum,
.bg-bg:not(.textElement) a.button.fill-hypericum {
  background: white;
  color: #e6e6e6;
}
.bg button.fill-chamomilla,
.bg a.button.fill-chamomilla {
  background: #333332;
}
.bg-bg:not(.textElement) button.fill-chamomilla,
.bg-bg:not(.textElement) a.button.fill-chamomilla {
  background: white;
  color: #e6e6e6;
}
.bg button.fill-bryonia,
.bg a.button.fill-bryonia {
  background: #333332;
}
.bg-bg:not(.textElement) button.fill-bryonia,
.bg-bg:not(.textElement) a.button.fill-bryonia {
  background: white;
  color: #e6e6e6;
}
.bg button.fill-aconitum,
.bg a.button.fill-aconitum {
  background: #333332;
}
.bg-bg:not(.textElement) button.fill-aconitum,
.bg-bg:not(.textElement) a.button.fill-aconitum {
  background: white;
  color: #e6e6e6;
}
.bg button.fill-thuja,
.bg a.button.fill-thuja {
  background: #333332;
}
.bg-bg:not(.textElement) button.fill-thuja,
.bg-bg:not(.textElement) a.button.fill-thuja {
  background: white;
  color: #e6e6e6;
}
.bg button.fill-apis,
.bg a.button.fill-apis {
  background: #333332;
}
.bg-bg:not(.textElement) button.fill-apis,
.bg-bg:not(.textElement) a.button.fill-apis {
  background: white;
  color: #e6e6e6;
}
.bg button.fill-arnica,
.bg a.button.fill-arnica {
  background: #333332;
}
.bg-bg:not(.textElement) button.fill-arnica,
.bg-bg:not(.textElement) a.button.fill-arnica {
  background: white;
  color: #e6e6e6;
}
.bg button.fill-belladonna,
.bg a.button.fill-belladonna {
  background: #333332;
}
.bg-bg:not(.textElement) button.fill-belladonna,
.bg-bg:not(.textElement) a.button.fill-belladonna {
  background: white;
  color: #e6e6e6;
}
.bg button.fill-nervo1,
.bg a.button.fill-nervo1 {
  background: #333332;
}
.bg-bg:not(.textElement) button.fill-nervo1,
.bg-bg:not(.textElement) a.button.fill-nervo1 {
  background: white;
  color: #e6e6e6;
}
.bg button.fill-nervo2,
.bg a.button.fill-nervo2 {
  background: #333332;
}
.bg-bg:not(.textElement) button.fill-nervo2,
.bg-bg:not(.textElement) a.button.fill-nervo2 {
  background: white;
  color: #e6e6e6;
}
.bg button.fill-nervo3,
.bg a.button.fill-nervo3 {
  background: #333332;
}
.bg-bg:not(.textElement) button.fill-nervo3,
.bg-bg:not(.textElement) a.button.fill-nervo3 {
  background: white;
  color: #e6e6e6;
}
.bg button.fill-trans1,
.bg a.button.fill-trans1 {
  background: #333332;
}
.bg-bg:not(.textElement) button.fill-trans1,
.bg-bg:not(.textElement) a.button.fill-trans1 {
  background: white;
  color: #e6e6e6;
}
.bg button.fill-trans2,
.bg a.button.fill-trans2 {
  background: #333332;
}
.bg-bg:not(.textElement) button.fill-trans2,
.bg-bg:not(.textElement) a.button.fill-trans2 {
  background: white;
  color: #e6e6e6;
}
.bg button.fill-trans3,
.bg a.button.fill-trans3 {
  background: #333332;
}
.bg-bg:not(.textElement) button.fill-trans3,
.bg-bg:not(.textElement) a.button.fill-trans3 {
  background: white;
  color: #e6e6e6;
}
.bg button.fill-p542c,
.bg a.button.fill-p542c {
  background: #333332;
}
.bg-bg:not(.textElement) button.fill-p542c,
.bg-bg:not(.textElement) a.button.fill-p542c {
  background: white;
  color: #e6e6e6;
}
.bg button.fill-p144c,
.bg a.button.fill-p144c {
  background: #333332;
}
.bg-bg:not(.textElement) button.fill-p144c,
.bg-bg:not(.textElement) a.button.fill-p144c {
  background: white;
  color: #e6e6e6;
}
.bg button.fill-p7438c,
.bg a.button.fill-p7438c {
  background: #333332;
}
.bg-bg:not(.textElement) button.fill-p7438c,
.bg-bg:not(.textElement) a.button.fill-p7438c {
  background: white;
  color: #e6e6e6;
}
.bg button.fill-p7738c,
.bg a.button.fill-p7738c {
  background: #333332;
}
.bg-bg:not(.textElement) button.fill-p7738c,
.bg-bg:not(.textElement) a.button.fill-p7738c {
  background: white;
  color: #e6e6e6;
}
.bg button.fill-p4012c,
.bg a.button.fill-p4012c {
  background: #333332;
}
.bg-bg:not(.textElement) button.fill-p4012c,
.bg-bg:not(.textElement) a.button.fill-p4012c {
  background: white;
  color: #e6e6e6;
}
.bg button.fill-p2040c,
.bg a.button.fill-p2040c {
  background: #333332;
}
.bg-bg:not(.textElement) button.fill-p2040c,
.bg-bg:not(.textElement) a.button.fill-p2040c {
  background: white;
  color: #e6e6e6;
}
.bg button.fill-p128c,
.bg a.button.fill-p128c {
  background: #333332;
}
.bg-bg:not(.textElement) button.fill-p128c,
.bg-bg:not(.textElement) a.button.fill-p128c {
  background: white;
  color: #e6e6e6;
}
.bg button.fill-p2557c,
.bg a.button.fill-p2557c {
  background: #333332;
}
.bg-bg:not(.textElement) button.fill-p2557c,
.bg-bg:not(.textElement) a.button.fill-p2557c {
  background: white;
  color: #e6e6e6;
}
button.fill-first,
a.button.fill-first {
  background: #51982f;
  color: white;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
.first button.fill,
.first a.button.fill {
  background: #51982f;
  color: white;
}
.bg-first:not(.textElement) button.fill,
.bg-first:not(.textElement) a.button.fill {
  background: white;
  color: #51982f;
}
.first button.fill-bg,
.first a.button.fill-bg {
  background: #51982f;
}
.bg-first:not(.textElement) button.fill-bg,
.bg-first:not(.textElement) a.button.fill-bg {
  background: white;
  color: #51982f;
}
.first button.fill-first,
.first a.button.fill-first {
  background: #51982f;
}
.bg-first:not(.textElement) button.fill-first,
.bg-first:not(.textElement) a.button.fill-first {
  background: white;
  color: #51982f;
}
.first button.fill-second,
.first a.button.fill-second {
  background: #51982f;
}
.bg-first:not(.textElement) button.fill-second,
.bg-first:not(.textElement) a.button.fill-second {
  background: white;
  color: #51982f;
}
.first button.fill-third,
.first a.button.fill-third {
  background: #51982f;
}
.bg-first:not(.textElement) button.fill-third,
.bg-first:not(.textElement) a.button.fill-third {
  background: white;
  color: #51982f;
}
.first button.fill-fourth,
.first a.button.fill-fourth {
  background: #51982f;
}
.bg-first:not(.textElement) button.fill-fourth,
.bg-first:not(.textElement) a.button.fill-fourth {
  background: white;
  color: #51982f;
}
.first button.fill-fifth,
.first a.button.fill-fifth {
  background: #51982f;
}
.bg-first:not(.textElement) button.fill-fifth,
.bg-first:not(.textElement) a.button.fill-fifth {
  background: white;
  color: #51982f;
}
.first button.fill-sixth,
.first a.button.fill-sixth {
  background: #51982f;
}
.bg-first:not(.textElement) button.fill-sixth,
.bg-first:not(.textElement) a.button.fill-sixth {
  background: white;
  color: #51982f;
}
.first button.fill-seventh,
.first a.button.fill-seventh {
  background: #51982f;
}
.bg-first:not(.textElement) button.fill-seventh,
.bg-first:not(.textElement) a.button.fill-seventh {
  background: white;
  color: #51982f;
}
.first button.fill-otofren,
.first a.button.fill-otofren {
  background: #51982f;
}
.bg-first:not(.textElement) button.fill-otofren,
.bg-first:not(.textElement) a.button.fill-otofren {
  background: white;
  color: #51982f;
}
.first button.fill-otofren2,
.first a.button.fill-otofren2 {
  background: #51982f;
}
.bg-first:not(.textElement) button.fill-otofren2,
.bg-first:not(.textElement) a.button.fill-otofren2 {
  background: white;
  color: #51982f;
}
.first button.fill-hypericum,
.first a.button.fill-hypericum {
  background: #51982f;
}
.bg-first:not(.textElement) button.fill-hypericum,
.bg-first:not(.textElement) a.button.fill-hypericum {
  background: white;
  color: #51982f;
}
.first button.fill-chamomilla,
.first a.button.fill-chamomilla {
  background: #51982f;
}
.bg-first:not(.textElement) button.fill-chamomilla,
.bg-first:not(.textElement) a.button.fill-chamomilla {
  background: white;
  color: #51982f;
}
.first button.fill-bryonia,
.first a.button.fill-bryonia {
  background: #51982f;
}
.bg-first:not(.textElement) button.fill-bryonia,
.bg-first:not(.textElement) a.button.fill-bryonia {
  background: white;
  color: #51982f;
}
.first button.fill-aconitum,
.first a.button.fill-aconitum {
  background: #51982f;
}
.bg-first:not(.textElement) button.fill-aconitum,
.bg-first:not(.textElement) a.button.fill-aconitum {
  background: white;
  color: #51982f;
}
.first button.fill-thuja,
.first a.button.fill-thuja {
  background: #51982f;
}
.bg-first:not(.textElement) button.fill-thuja,
.bg-first:not(.textElement) a.button.fill-thuja {
  background: white;
  color: #51982f;
}
.first button.fill-apis,
.first a.button.fill-apis {
  background: #51982f;
}
.bg-first:not(.textElement) button.fill-apis,
.bg-first:not(.textElement) a.button.fill-apis {
  background: white;
  color: #51982f;
}
.first button.fill-arnica,
.first a.button.fill-arnica {
  background: #51982f;
}
.bg-first:not(.textElement) button.fill-arnica,
.bg-first:not(.textElement) a.button.fill-arnica {
  background: white;
  color: #51982f;
}
.first button.fill-belladonna,
.first a.button.fill-belladonna {
  background: #51982f;
}
.bg-first:not(.textElement) button.fill-belladonna,
.bg-first:not(.textElement) a.button.fill-belladonna {
  background: white;
  color: #51982f;
}
.first button.fill-nervo1,
.first a.button.fill-nervo1 {
  background: #51982f;
}
.bg-first:not(.textElement) button.fill-nervo1,
.bg-first:not(.textElement) a.button.fill-nervo1 {
  background: white;
  color: #51982f;
}
.first button.fill-nervo2,
.first a.button.fill-nervo2 {
  background: #51982f;
}
.bg-first:not(.textElement) button.fill-nervo2,
.bg-first:not(.textElement) a.button.fill-nervo2 {
  background: white;
  color: #51982f;
}
.first button.fill-nervo3,
.first a.button.fill-nervo3 {
  background: #51982f;
}
.bg-first:not(.textElement) button.fill-nervo3,
.bg-first:not(.textElement) a.button.fill-nervo3 {
  background: white;
  color: #51982f;
}
.first button.fill-trans1,
.first a.button.fill-trans1 {
  background: #51982f;
}
.bg-first:not(.textElement) button.fill-trans1,
.bg-first:not(.textElement) a.button.fill-trans1 {
  background: white;
  color: #51982f;
}
.first button.fill-trans2,
.first a.button.fill-trans2 {
  background: #51982f;
}
.bg-first:not(.textElement) button.fill-trans2,
.bg-first:not(.textElement) a.button.fill-trans2 {
  background: white;
  color: #51982f;
}
.first button.fill-trans3,
.first a.button.fill-trans3 {
  background: #51982f;
}
.bg-first:not(.textElement) button.fill-trans3,
.bg-first:not(.textElement) a.button.fill-trans3 {
  background: white;
  color: #51982f;
}
.first button.fill-p542c,
.first a.button.fill-p542c {
  background: #51982f;
}
.bg-first:not(.textElement) button.fill-p542c,
.bg-first:not(.textElement) a.button.fill-p542c {
  background: white;
  color: #51982f;
}
.first button.fill-p144c,
.first a.button.fill-p144c {
  background: #51982f;
}
.bg-first:not(.textElement) button.fill-p144c,
.bg-first:not(.textElement) a.button.fill-p144c {
  background: white;
  color: #51982f;
}
.first button.fill-p7438c,
.first a.button.fill-p7438c {
  background: #51982f;
}
.bg-first:not(.textElement) button.fill-p7438c,
.bg-first:not(.textElement) a.button.fill-p7438c {
  background: white;
  color: #51982f;
}
.first button.fill-p7738c,
.first a.button.fill-p7738c {
  background: #51982f;
}
.bg-first:not(.textElement) button.fill-p7738c,
.bg-first:not(.textElement) a.button.fill-p7738c {
  background: white;
  color: #51982f;
}
.first button.fill-p4012c,
.first a.button.fill-p4012c {
  background: #51982f;
}
.bg-first:not(.textElement) button.fill-p4012c,
.bg-first:not(.textElement) a.button.fill-p4012c {
  background: white;
  color: #51982f;
}
.first button.fill-p2040c,
.first a.button.fill-p2040c {
  background: #51982f;
}
.bg-first:not(.textElement) button.fill-p2040c,
.bg-first:not(.textElement) a.button.fill-p2040c {
  background: white;
  color: #51982f;
}
.first button.fill-p128c,
.first a.button.fill-p128c {
  background: #51982f;
}
.bg-first:not(.textElement) button.fill-p128c,
.bg-first:not(.textElement) a.button.fill-p128c {
  background: white;
  color: #51982f;
}
.first button.fill-p2557c,
.first a.button.fill-p2557c {
  background: #51982f;
}
.bg-first:not(.textElement) button.fill-p2557c,
.bg-first:not(.textElement) a.button.fill-p2557c {
  background: white;
  color: #51982f;
}
button.fill-second,
a.button.fill-second {
  background: #a04393;
  color: white;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
.second button.fill,
.second a.button.fill {
  background: #a04393;
  color: white;
}
.bg-second:not(.textElement) button.fill,
.bg-second:not(.textElement) a.button.fill {
  background: white;
  color: #a04393;
}
.second button.fill-bg,
.second a.button.fill-bg {
  background: #a04393;
}
.bg-second:not(.textElement) button.fill-bg,
.bg-second:not(.textElement) a.button.fill-bg {
  background: white;
  color: #a04393;
}
.second button.fill-first,
.second a.button.fill-first {
  background: #a04393;
}
.bg-second:not(.textElement) button.fill-first,
.bg-second:not(.textElement) a.button.fill-first {
  background: white;
  color: #a04393;
}
.second button.fill-second,
.second a.button.fill-second {
  background: #a04393;
}
.bg-second:not(.textElement) button.fill-second,
.bg-second:not(.textElement) a.button.fill-second {
  background: white;
  color: #a04393;
}
.second button.fill-third,
.second a.button.fill-third {
  background: #a04393;
}
.bg-second:not(.textElement) button.fill-third,
.bg-second:not(.textElement) a.button.fill-third {
  background: white;
  color: #a04393;
}
.second button.fill-fourth,
.second a.button.fill-fourth {
  background: #a04393;
}
.bg-second:not(.textElement) button.fill-fourth,
.bg-second:not(.textElement) a.button.fill-fourth {
  background: white;
  color: #a04393;
}
.second button.fill-fifth,
.second a.button.fill-fifth {
  background: #a04393;
}
.bg-second:not(.textElement) button.fill-fifth,
.bg-second:not(.textElement) a.button.fill-fifth {
  background: white;
  color: #a04393;
}
.second button.fill-sixth,
.second a.button.fill-sixth {
  background: #a04393;
}
.bg-second:not(.textElement) button.fill-sixth,
.bg-second:not(.textElement) a.button.fill-sixth {
  background: white;
  color: #a04393;
}
.second button.fill-seventh,
.second a.button.fill-seventh {
  background: #a04393;
}
.bg-second:not(.textElement) button.fill-seventh,
.bg-second:not(.textElement) a.button.fill-seventh {
  background: white;
  color: #a04393;
}
.second button.fill-otofren,
.second a.button.fill-otofren {
  background: #a04393;
}
.bg-second:not(.textElement) button.fill-otofren,
.bg-second:not(.textElement) a.button.fill-otofren {
  background: white;
  color: #a04393;
}
.second button.fill-otofren2,
.second a.button.fill-otofren2 {
  background: #a04393;
}
.bg-second:not(.textElement) button.fill-otofren2,
.bg-second:not(.textElement) a.button.fill-otofren2 {
  background: white;
  color: #a04393;
}
.second button.fill-hypericum,
.second a.button.fill-hypericum {
  background: #a04393;
}
.bg-second:not(.textElement) button.fill-hypericum,
.bg-second:not(.textElement) a.button.fill-hypericum {
  background: white;
  color: #a04393;
}
.second button.fill-chamomilla,
.second a.button.fill-chamomilla {
  background: #a04393;
}
.bg-second:not(.textElement) button.fill-chamomilla,
.bg-second:not(.textElement) a.button.fill-chamomilla {
  background: white;
  color: #a04393;
}
.second button.fill-bryonia,
.second a.button.fill-bryonia {
  background: #a04393;
}
.bg-second:not(.textElement) button.fill-bryonia,
.bg-second:not(.textElement) a.button.fill-bryonia {
  background: white;
  color: #a04393;
}
.second button.fill-aconitum,
.second a.button.fill-aconitum {
  background: #a04393;
}
.bg-second:not(.textElement) button.fill-aconitum,
.bg-second:not(.textElement) a.button.fill-aconitum {
  background: white;
  color: #a04393;
}
.second button.fill-thuja,
.second a.button.fill-thuja {
  background: #a04393;
}
.bg-second:not(.textElement) button.fill-thuja,
.bg-second:not(.textElement) a.button.fill-thuja {
  background: white;
  color: #a04393;
}
.second button.fill-apis,
.second a.button.fill-apis {
  background: #a04393;
}
.bg-second:not(.textElement) button.fill-apis,
.bg-second:not(.textElement) a.button.fill-apis {
  background: white;
  color: #a04393;
}
.second button.fill-arnica,
.second a.button.fill-arnica {
  background: #a04393;
}
.bg-second:not(.textElement) button.fill-arnica,
.bg-second:not(.textElement) a.button.fill-arnica {
  background: white;
  color: #a04393;
}
.second button.fill-belladonna,
.second a.button.fill-belladonna {
  background: #a04393;
}
.bg-second:not(.textElement) button.fill-belladonna,
.bg-second:not(.textElement) a.button.fill-belladonna {
  background: white;
  color: #a04393;
}
.second button.fill-nervo1,
.second a.button.fill-nervo1 {
  background: #a04393;
}
.bg-second:not(.textElement) button.fill-nervo1,
.bg-second:not(.textElement) a.button.fill-nervo1 {
  background: white;
  color: #a04393;
}
.second button.fill-nervo2,
.second a.button.fill-nervo2 {
  background: #a04393;
}
.bg-second:not(.textElement) button.fill-nervo2,
.bg-second:not(.textElement) a.button.fill-nervo2 {
  background: white;
  color: #a04393;
}
.second button.fill-nervo3,
.second a.button.fill-nervo3 {
  background: #a04393;
}
.bg-second:not(.textElement) button.fill-nervo3,
.bg-second:not(.textElement) a.button.fill-nervo3 {
  background: white;
  color: #a04393;
}
.second button.fill-trans1,
.second a.button.fill-trans1 {
  background: #a04393;
}
.bg-second:not(.textElement) button.fill-trans1,
.bg-second:not(.textElement) a.button.fill-trans1 {
  background: white;
  color: #a04393;
}
.second button.fill-trans2,
.second a.button.fill-trans2 {
  background: #a04393;
}
.bg-second:not(.textElement) button.fill-trans2,
.bg-second:not(.textElement) a.button.fill-trans2 {
  background: white;
  color: #a04393;
}
.second button.fill-trans3,
.second a.button.fill-trans3 {
  background: #a04393;
}
.bg-second:not(.textElement) button.fill-trans3,
.bg-second:not(.textElement) a.button.fill-trans3 {
  background: white;
  color: #a04393;
}
.second button.fill-p542c,
.second a.button.fill-p542c {
  background: #a04393;
}
.bg-second:not(.textElement) button.fill-p542c,
.bg-second:not(.textElement) a.button.fill-p542c {
  background: white;
  color: #a04393;
}
.second button.fill-p144c,
.second a.button.fill-p144c {
  background: #a04393;
}
.bg-second:not(.textElement) button.fill-p144c,
.bg-second:not(.textElement) a.button.fill-p144c {
  background: white;
  color: #a04393;
}
.second button.fill-p7438c,
.second a.button.fill-p7438c {
  background: #a04393;
}
.bg-second:not(.textElement) button.fill-p7438c,
.bg-second:not(.textElement) a.button.fill-p7438c {
  background: white;
  color: #a04393;
}
.second button.fill-p7738c,
.second a.button.fill-p7738c {
  background: #a04393;
}
.bg-second:not(.textElement) button.fill-p7738c,
.bg-second:not(.textElement) a.button.fill-p7738c {
  background: white;
  color: #a04393;
}
.second button.fill-p4012c,
.second a.button.fill-p4012c {
  background: #a04393;
}
.bg-second:not(.textElement) button.fill-p4012c,
.bg-second:not(.textElement) a.button.fill-p4012c {
  background: white;
  color: #a04393;
}
.second button.fill-p2040c,
.second a.button.fill-p2040c {
  background: #a04393;
}
.bg-second:not(.textElement) button.fill-p2040c,
.bg-second:not(.textElement) a.button.fill-p2040c {
  background: white;
  color: #a04393;
}
.second button.fill-p128c,
.second a.button.fill-p128c {
  background: #a04393;
}
.bg-second:not(.textElement) button.fill-p128c,
.bg-second:not(.textElement) a.button.fill-p128c {
  background: white;
  color: #a04393;
}
.second button.fill-p2557c,
.second a.button.fill-p2557c {
  background: #a04393;
}
.bg-second:not(.textElement) button.fill-p2557c,
.bg-second:not(.textElement) a.button.fill-p2557c {
  background: white;
  color: #a04393;
}
button.fill-third,
a.button.fill-third {
  background: #69bfac;
  color: white;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
.third button.fill,
.third a.button.fill {
  background: #69bfac;
  color: white;
}
.bg-third:not(.textElement) button.fill,
.bg-third:not(.textElement) a.button.fill {
  background: white;
  color: #69bfac;
}
.third button.fill-bg,
.third a.button.fill-bg {
  background: #69bfac;
}
.bg-third:not(.textElement) button.fill-bg,
.bg-third:not(.textElement) a.button.fill-bg {
  background: white;
  color: #69bfac;
}
.third button.fill-first,
.third a.button.fill-first {
  background: #69bfac;
}
.bg-third:not(.textElement) button.fill-first,
.bg-third:not(.textElement) a.button.fill-first {
  background: white;
  color: #69bfac;
}
.third button.fill-second,
.third a.button.fill-second {
  background: #69bfac;
}
.bg-third:not(.textElement) button.fill-second,
.bg-third:not(.textElement) a.button.fill-second {
  background: white;
  color: #69bfac;
}
.third button.fill-third,
.third a.button.fill-third {
  background: #69bfac;
}
.bg-third:not(.textElement) button.fill-third,
.bg-third:not(.textElement) a.button.fill-third {
  background: white;
  color: #69bfac;
}
.third button.fill-fourth,
.third a.button.fill-fourth {
  background: #69bfac;
}
.bg-third:not(.textElement) button.fill-fourth,
.bg-third:not(.textElement) a.button.fill-fourth {
  background: white;
  color: #69bfac;
}
.third button.fill-fifth,
.third a.button.fill-fifth {
  background: #69bfac;
}
.bg-third:not(.textElement) button.fill-fifth,
.bg-third:not(.textElement) a.button.fill-fifth {
  background: white;
  color: #69bfac;
}
.third button.fill-sixth,
.third a.button.fill-sixth {
  background: #69bfac;
}
.bg-third:not(.textElement) button.fill-sixth,
.bg-third:not(.textElement) a.button.fill-sixth {
  background: white;
  color: #69bfac;
}
.third button.fill-seventh,
.third a.button.fill-seventh {
  background: #69bfac;
}
.bg-third:not(.textElement) button.fill-seventh,
.bg-third:not(.textElement) a.button.fill-seventh {
  background: white;
  color: #69bfac;
}
.third button.fill-otofren,
.third a.button.fill-otofren {
  background: #69bfac;
}
.bg-third:not(.textElement) button.fill-otofren,
.bg-third:not(.textElement) a.button.fill-otofren {
  background: white;
  color: #69bfac;
}
.third button.fill-otofren2,
.third a.button.fill-otofren2 {
  background: #69bfac;
}
.bg-third:not(.textElement) button.fill-otofren2,
.bg-third:not(.textElement) a.button.fill-otofren2 {
  background: white;
  color: #69bfac;
}
.third button.fill-hypericum,
.third a.button.fill-hypericum {
  background: #69bfac;
}
.bg-third:not(.textElement) button.fill-hypericum,
.bg-third:not(.textElement) a.button.fill-hypericum {
  background: white;
  color: #69bfac;
}
.third button.fill-chamomilla,
.third a.button.fill-chamomilla {
  background: #69bfac;
}
.bg-third:not(.textElement) button.fill-chamomilla,
.bg-third:not(.textElement) a.button.fill-chamomilla {
  background: white;
  color: #69bfac;
}
.third button.fill-bryonia,
.third a.button.fill-bryonia {
  background: #69bfac;
}
.bg-third:not(.textElement) button.fill-bryonia,
.bg-third:not(.textElement) a.button.fill-bryonia {
  background: white;
  color: #69bfac;
}
.third button.fill-aconitum,
.third a.button.fill-aconitum {
  background: #69bfac;
}
.bg-third:not(.textElement) button.fill-aconitum,
.bg-third:not(.textElement) a.button.fill-aconitum {
  background: white;
  color: #69bfac;
}
.third button.fill-thuja,
.third a.button.fill-thuja {
  background: #69bfac;
}
.bg-third:not(.textElement) button.fill-thuja,
.bg-third:not(.textElement) a.button.fill-thuja {
  background: white;
  color: #69bfac;
}
.third button.fill-apis,
.third a.button.fill-apis {
  background: #69bfac;
}
.bg-third:not(.textElement) button.fill-apis,
.bg-third:not(.textElement) a.button.fill-apis {
  background: white;
  color: #69bfac;
}
.third button.fill-arnica,
.third a.button.fill-arnica {
  background: #69bfac;
}
.bg-third:not(.textElement) button.fill-arnica,
.bg-third:not(.textElement) a.button.fill-arnica {
  background: white;
  color: #69bfac;
}
.third button.fill-belladonna,
.third a.button.fill-belladonna {
  background: #69bfac;
}
.bg-third:not(.textElement) button.fill-belladonna,
.bg-third:not(.textElement) a.button.fill-belladonna {
  background: white;
  color: #69bfac;
}
.third button.fill-nervo1,
.third a.button.fill-nervo1 {
  background: #69bfac;
}
.bg-third:not(.textElement) button.fill-nervo1,
.bg-third:not(.textElement) a.button.fill-nervo1 {
  background: white;
  color: #69bfac;
}
.third button.fill-nervo2,
.third a.button.fill-nervo2 {
  background: #69bfac;
}
.bg-third:not(.textElement) button.fill-nervo2,
.bg-third:not(.textElement) a.button.fill-nervo2 {
  background: white;
  color: #69bfac;
}
.third button.fill-nervo3,
.third a.button.fill-nervo3 {
  background: #69bfac;
}
.bg-third:not(.textElement) button.fill-nervo3,
.bg-third:not(.textElement) a.button.fill-nervo3 {
  background: white;
  color: #69bfac;
}
.third button.fill-trans1,
.third a.button.fill-trans1 {
  background: #69bfac;
}
.bg-third:not(.textElement) button.fill-trans1,
.bg-third:not(.textElement) a.button.fill-trans1 {
  background: white;
  color: #69bfac;
}
.third button.fill-trans2,
.third a.button.fill-trans2 {
  background: #69bfac;
}
.bg-third:not(.textElement) button.fill-trans2,
.bg-third:not(.textElement) a.button.fill-trans2 {
  background: white;
  color: #69bfac;
}
.third button.fill-trans3,
.third a.button.fill-trans3 {
  background: #69bfac;
}
.bg-third:not(.textElement) button.fill-trans3,
.bg-third:not(.textElement) a.button.fill-trans3 {
  background: white;
  color: #69bfac;
}
.third button.fill-p542c,
.third a.button.fill-p542c {
  background: #69bfac;
}
.bg-third:not(.textElement) button.fill-p542c,
.bg-third:not(.textElement) a.button.fill-p542c {
  background: white;
  color: #69bfac;
}
.third button.fill-p144c,
.third a.button.fill-p144c {
  background: #69bfac;
}
.bg-third:not(.textElement) button.fill-p144c,
.bg-third:not(.textElement) a.button.fill-p144c {
  background: white;
  color: #69bfac;
}
.third button.fill-p7438c,
.third a.button.fill-p7438c {
  background: #69bfac;
}
.bg-third:not(.textElement) button.fill-p7438c,
.bg-third:not(.textElement) a.button.fill-p7438c {
  background: white;
  color: #69bfac;
}
.third button.fill-p7738c,
.third a.button.fill-p7738c {
  background: #69bfac;
}
.bg-third:not(.textElement) button.fill-p7738c,
.bg-third:not(.textElement) a.button.fill-p7738c {
  background: white;
  color: #69bfac;
}
.third button.fill-p4012c,
.third a.button.fill-p4012c {
  background: #69bfac;
}
.bg-third:not(.textElement) button.fill-p4012c,
.bg-third:not(.textElement) a.button.fill-p4012c {
  background: white;
  color: #69bfac;
}
.third button.fill-p2040c,
.third a.button.fill-p2040c {
  background: #69bfac;
}
.bg-third:not(.textElement) button.fill-p2040c,
.bg-third:not(.textElement) a.button.fill-p2040c {
  background: white;
  color: #69bfac;
}
.third button.fill-p128c,
.third a.button.fill-p128c {
  background: #69bfac;
}
.bg-third:not(.textElement) button.fill-p128c,
.bg-third:not(.textElement) a.button.fill-p128c {
  background: white;
  color: #69bfac;
}
.third button.fill-p2557c,
.third a.button.fill-p2557c {
  background: #69bfac;
}
.bg-third:not(.textElement) button.fill-p2557c,
.bg-third:not(.textElement) a.button.fill-p2557c {
  background: white;
  color: #69bfac;
}
button.fill-fourth,
a.button.fill-fourth {
  background: #00623c;
  color: white;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
.fourth button.fill,
.fourth a.button.fill {
  background: #00623c;
  color: white;
}
.bg-fourth:not(.textElement) button.fill,
.bg-fourth:not(.textElement) a.button.fill {
  background: white;
  color: #00623c;
}
.fourth button.fill-bg,
.fourth a.button.fill-bg {
  background: #00623c;
}
.bg-fourth:not(.textElement) button.fill-bg,
.bg-fourth:not(.textElement) a.button.fill-bg {
  background: white;
  color: #00623c;
}
.fourth button.fill-first,
.fourth a.button.fill-first {
  background: #00623c;
}
.bg-fourth:not(.textElement) button.fill-first,
.bg-fourth:not(.textElement) a.button.fill-first {
  background: white;
  color: #00623c;
}
.fourth button.fill-second,
.fourth a.button.fill-second {
  background: #00623c;
}
.bg-fourth:not(.textElement) button.fill-second,
.bg-fourth:not(.textElement) a.button.fill-second {
  background: white;
  color: #00623c;
}
.fourth button.fill-third,
.fourth a.button.fill-third {
  background: #00623c;
}
.bg-fourth:not(.textElement) button.fill-third,
.bg-fourth:not(.textElement) a.button.fill-third {
  background: white;
  color: #00623c;
}
.fourth button.fill-fourth,
.fourth a.button.fill-fourth {
  background: #00623c;
}
.bg-fourth:not(.textElement) button.fill-fourth,
.bg-fourth:not(.textElement) a.button.fill-fourth {
  background: white;
  color: #00623c;
}
.fourth button.fill-fifth,
.fourth a.button.fill-fifth {
  background: #00623c;
}
.bg-fourth:not(.textElement) button.fill-fifth,
.bg-fourth:not(.textElement) a.button.fill-fifth {
  background: white;
  color: #00623c;
}
.fourth button.fill-sixth,
.fourth a.button.fill-sixth {
  background: #00623c;
}
.bg-fourth:not(.textElement) button.fill-sixth,
.bg-fourth:not(.textElement) a.button.fill-sixth {
  background: white;
  color: #00623c;
}
.fourth button.fill-seventh,
.fourth a.button.fill-seventh {
  background: #00623c;
}
.bg-fourth:not(.textElement) button.fill-seventh,
.bg-fourth:not(.textElement) a.button.fill-seventh {
  background: white;
  color: #00623c;
}
.fourth button.fill-otofren,
.fourth a.button.fill-otofren {
  background: #00623c;
}
.bg-fourth:not(.textElement) button.fill-otofren,
.bg-fourth:not(.textElement) a.button.fill-otofren {
  background: white;
  color: #00623c;
}
.fourth button.fill-otofren2,
.fourth a.button.fill-otofren2 {
  background: #00623c;
}
.bg-fourth:not(.textElement) button.fill-otofren2,
.bg-fourth:not(.textElement) a.button.fill-otofren2 {
  background: white;
  color: #00623c;
}
.fourth button.fill-hypericum,
.fourth a.button.fill-hypericum {
  background: #00623c;
}
.bg-fourth:not(.textElement) button.fill-hypericum,
.bg-fourth:not(.textElement) a.button.fill-hypericum {
  background: white;
  color: #00623c;
}
.fourth button.fill-chamomilla,
.fourth a.button.fill-chamomilla {
  background: #00623c;
}
.bg-fourth:not(.textElement) button.fill-chamomilla,
.bg-fourth:not(.textElement) a.button.fill-chamomilla {
  background: white;
  color: #00623c;
}
.fourth button.fill-bryonia,
.fourth a.button.fill-bryonia {
  background: #00623c;
}
.bg-fourth:not(.textElement) button.fill-bryonia,
.bg-fourth:not(.textElement) a.button.fill-bryonia {
  background: white;
  color: #00623c;
}
.fourth button.fill-aconitum,
.fourth a.button.fill-aconitum {
  background: #00623c;
}
.bg-fourth:not(.textElement) button.fill-aconitum,
.bg-fourth:not(.textElement) a.button.fill-aconitum {
  background: white;
  color: #00623c;
}
.fourth button.fill-thuja,
.fourth a.button.fill-thuja {
  background: #00623c;
}
.bg-fourth:not(.textElement) button.fill-thuja,
.bg-fourth:not(.textElement) a.button.fill-thuja {
  background: white;
  color: #00623c;
}
.fourth button.fill-apis,
.fourth a.button.fill-apis {
  background: #00623c;
}
.bg-fourth:not(.textElement) button.fill-apis,
.bg-fourth:not(.textElement) a.button.fill-apis {
  background: white;
  color: #00623c;
}
.fourth button.fill-arnica,
.fourth a.button.fill-arnica {
  background: #00623c;
}
.bg-fourth:not(.textElement) button.fill-arnica,
.bg-fourth:not(.textElement) a.button.fill-arnica {
  background: white;
  color: #00623c;
}
.fourth button.fill-belladonna,
.fourth a.button.fill-belladonna {
  background: #00623c;
}
.bg-fourth:not(.textElement) button.fill-belladonna,
.bg-fourth:not(.textElement) a.button.fill-belladonna {
  background: white;
  color: #00623c;
}
.fourth button.fill-nervo1,
.fourth a.button.fill-nervo1 {
  background: #00623c;
}
.bg-fourth:not(.textElement) button.fill-nervo1,
.bg-fourth:not(.textElement) a.button.fill-nervo1 {
  background: white;
  color: #00623c;
}
.fourth button.fill-nervo2,
.fourth a.button.fill-nervo2 {
  background: #00623c;
}
.bg-fourth:not(.textElement) button.fill-nervo2,
.bg-fourth:not(.textElement) a.button.fill-nervo2 {
  background: white;
  color: #00623c;
}
.fourth button.fill-nervo3,
.fourth a.button.fill-nervo3 {
  background: #00623c;
}
.bg-fourth:not(.textElement) button.fill-nervo3,
.bg-fourth:not(.textElement) a.button.fill-nervo3 {
  background: white;
  color: #00623c;
}
.fourth button.fill-trans1,
.fourth a.button.fill-trans1 {
  background: #00623c;
}
.bg-fourth:not(.textElement) button.fill-trans1,
.bg-fourth:not(.textElement) a.button.fill-trans1 {
  background: white;
  color: #00623c;
}
.fourth button.fill-trans2,
.fourth a.button.fill-trans2 {
  background: #00623c;
}
.bg-fourth:not(.textElement) button.fill-trans2,
.bg-fourth:not(.textElement) a.button.fill-trans2 {
  background: white;
  color: #00623c;
}
.fourth button.fill-trans3,
.fourth a.button.fill-trans3 {
  background: #00623c;
}
.bg-fourth:not(.textElement) button.fill-trans3,
.bg-fourth:not(.textElement) a.button.fill-trans3 {
  background: white;
  color: #00623c;
}
.fourth button.fill-p542c,
.fourth a.button.fill-p542c {
  background: #00623c;
}
.bg-fourth:not(.textElement) button.fill-p542c,
.bg-fourth:not(.textElement) a.button.fill-p542c {
  background: white;
  color: #00623c;
}
.fourth button.fill-p144c,
.fourth a.button.fill-p144c {
  background: #00623c;
}
.bg-fourth:not(.textElement) button.fill-p144c,
.bg-fourth:not(.textElement) a.button.fill-p144c {
  background: white;
  color: #00623c;
}
.fourth button.fill-p7438c,
.fourth a.button.fill-p7438c {
  background: #00623c;
}
.bg-fourth:not(.textElement) button.fill-p7438c,
.bg-fourth:not(.textElement) a.button.fill-p7438c {
  background: white;
  color: #00623c;
}
.fourth button.fill-p7738c,
.fourth a.button.fill-p7738c {
  background: #00623c;
}
.bg-fourth:not(.textElement) button.fill-p7738c,
.bg-fourth:not(.textElement) a.button.fill-p7738c {
  background: white;
  color: #00623c;
}
.fourth button.fill-p4012c,
.fourth a.button.fill-p4012c {
  background: #00623c;
}
.bg-fourth:not(.textElement) button.fill-p4012c,
.bg-fourth:not(.textElement) a.button.fill-p4012c {
  background: white;
  color: #00623c;
}
.fourth button.fill-p2040c,
.fourth a.button.fill-p2040c {
  background: #00623c;
}
.bg-fourth:not(.textElement) button.fill-p2040c,
.bg-fourth:not(.textElement) a.button.fill-p2040c {
  background: white;
  color: #00623c;
}
.fourth button.fill-p128c,
.fourth a.button.fill-p128c {
  background: #00623c;
}
.bg-fourth:not(.textElement) button.fill-p128c,
.bg-fourth:not(.textElement) a.button.fill-p128c {
  background: white;
  color: #00623c;
}
.fourth button.fill-p2557c,
.fourth a.button.fill-p2557c {
  background: #00623c;
}
.bg-fourth:not(.textElement) button.fill-p2557c,
.bg-fourth:not(.textElement) a.button.fill-p2557c {
  background: white;
  color: #00623c;
}
button.fill-fifth,
a.button.fill-fifth {
  background: #c8d300;
  color: white;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
.fifth button.fill,
.fifth a.button.fill {
  background: #c8d300;
  color: white;
}
.bg-fifth:not(.textElement) button.fill,
.bg-fifth:not(.textElement) a.button.fill {
  background: white;
  color: #c8d300;
}
.fifth button.fill-bg,
.fifth a.button.fill-bg {
  background: #c8d300;
}
.bg-fifth:not(.textElement) button.fill-bg,
.bg-fifth:not(.textElement) a.button.fill-bg {
  background: white;
  color: #c8d300;
}
.fifth button.fill-first,
.fifth a.button.fill-first {
  background: #c8d300;
}
.bg-fifth:not(.textElement) button.fill-first,
.bg-fifth:not(.textElement) a.button.fill-first {
  background: white;
  color: #c8d300;
}
.fifth button.fill-second,
.fifth a.button.fill-second {
  background: #c8d300;
}
.bg-fifth:not(.textElement) button.fill-second,
.bg-fifth:not(.textElement) a.button.fill-second {
  background: white;
  color: #c8d300;
}
.fifth button.fill-third,
.fifth a.button.fill-third {
  background: #c8d300;
}
.bg-fifth:not(.textElement) button.fill-third,
.bg-fifth:not(.textElement) a.button.fill-third {
  background: white;
  color: #c8d300;
}
.fifth button.fill-fourth,
.fifth a.button.fill-fourth {
  background: #c8d300;
}
.bg-fifth:not(.textElement) button.fill-fourth,
.bg-fifth:not(.textElement) a.button.fill-fourth {
  background: white;
  color: #c8d300;
}
.fifth button.fill-fifth,
.fifth a.button.fill-fifth {
  background: #c8d300;
}
.bg-fifth:not(.textElement) button.fill-fifth,
.bg-fifth:not(.textElement) a.button.fill-fifth {
  background: white;
  color: #c8d300;
}
.fifth button.fill-sixth,
.fifth a.button.fill-sixth {
  background: #c8d300;
}
.bg-fifth:not(.textElement) button.fill-sixth,
.bg-fifth:not(.textElement) a.button.fill-sixth {
  background: white;
  color: #c8d300;
}
.fifth button.fill-seventh,
.fifth a.button.fill-seventh {
  background: #c8d300;
}
.bg-fifth:not(.textElement) button.fill-seventh,
.bg-fifth:not(.textElement) a.button.fill-seventh {
  background: white;
  color: #c8d300;
}
.fifth button.fill-otofren,
.fifth a.button.fill-otofren {
  background: #c8d300;
}
.bg-fifth:not(.textElement) button.fill-otofren,
.bg-fifth:not(.textElement) a.button.fill-otofren {
  background: white;
  color: #c8d300;
}
.fifth button.fill-otofren2,
.fifth a.button.fill-otofren2 {
  background: #c8d300;
}
.bg-fifth:not(.textElement) button.fill-otofren2,
.bg-fifth:not(.textElement) a.button.fill-otofren2 {
  background: white;
  color: #c8d300;
}
.fifth button.fill-hypericum,
.fifth a.button.fill-hypericum {
  background: #c8d300;
}
.bg-fifth:not(.textElement) button.fill-hypericum,
.bg-fifth:not(.textElement) a.button.fill-hypericum {
  background: white;
  color: #c8d300;
}
.fifth button.fill-chamomilla,
.fifth a.button.fill-chamomilla {
  background: #c8d300;
}
.bg-fifth:not(.textElement) button.fill-chamomilla,
.bg-fifth:not(.textElement) a.button.fill-chamomilla {
  background: white;
  color: #c8d300;
}
.fifth button.fill-bryonia,
.fifth a.button.fill-bryonia {
  background: #c8d300;
}
.bg-fifth:not(.textElement) button.fill-bryonia,
.bg-fifth:not(.textElement) a.button.fill-bryonia {
  background: white;
  color: #c8d300;
}
.fifth button.fill-aconitum,
.fifth a.button.fill-aconitum {
  background: #c8d300;
}
.bg-fifth:not(.textElement) button.fill-aconitum,
.bg-fifth:not(.textElement) a.button.fill-aconitum {
  background: white;
  color: #c8d300;
}
.fifth button.fill-thuja,
.fifth a.button.fill-thuja {
  background: #c8d300;
}
.bg-fifth:not(.textElement) button.fill-thuja,
.bg-fifth:not(.textElement) a.button.fill-thuja {
  background: white;
  color: #c8d300;
}
.fifth button.fill-apis,
.fifth a.button.fill-apis {
  background: #c8d300;
}
.bg-fifth:not(.textElement) button.fill-apis,
.bg-fifth:not(.textElement) a.button.fill-apis {
  background: white;
  color: #c8d300;
}
.fifth button.fill-arnica,
.fifth a.button.fill-arnica {
  background: #c8d300;
}
.bg-fifth:not(.textElement) button.fill-arnica,
.bg-fifth:not(.textElement) a.button.fill-arnica {
  background: white;
  color: #c8d300;
}
.fifth button.fill-belladonna,
.fifth a.button.fill-belladonna {
  background: #c8d300;
}
.bg-fifth:not(.textElement) button.fill-belladonna,
.bg-fifth:not(.textElement) a.button.fill-belladonna {
  background: white;
  color: #c8d300;
}
.fifth button.fill-nervo1,
.fifth a.button.fill-nervo1 {
  background: #c8d300;
}
.bg-fifth:not(.textElement) button.fill-nervo1,
.bg-fifth:not(.textElement) a.button.fill-nervo1 {
  background: white;
  color: #c8d300;
}
.fifth button.fill-nervo2,
.fifth a.button.fill-nervo2 {
  background: #c8d300;
}
.bg-fifth:not(.textElement) button.fill-nervo2,
.bg-fifth:not(.textElement) a.button.fill-nervo2 {
  background: white;
  color: #c8d300;
}
.fifth button.fill-nervo3,
.fifth a.button.fill-nervo3 {
  background: #c8d300;
}
.bg-fifth:not(.textElement) button.fill-nervo3,
.bg-fifth:not(.textElement) a.button.fill-nervo3 {
  background: white;
  color: #c8d300;
}
.fifth button.fill-trans1,
.fifth a.button.fill-trans1 {
  background: #c8d300;
}
.bg-fifth:not(.textElement) button.fill-trans1,
.bg-fifth:not(.textElement) a.button.fill-trans1 {
  background: white;
  color: #c8d300;
}
.fifth button.fill-trans2,
.fifth a.button.fill-trans2 {
  background: #c8d300;
}
.bg-fifth:not(.textElement) button.fill-trans2,
.bg-fifth:not(.textElement) a.button.fill-trans2 {
  background: white;
  color: #c8d300;
}
.fifth button.fill-trans3,
.fifth a.button.fill-trans3 {
  background: #c8d300;
}
.bg-fifth:not(.textElement) button.fill-trans3,
.bg-fifth:not(.textElement) a.button.fill-trans3 {
  background: white;
  color: #c8d300;
}
.fifth button.fill-p542c,
.fifth a.button.fill-p542c {
  background: #c8d300;
}
.bg-fifth:not(.textElement) button.fill-p542c,
.bg-fifth:not(.textElement) a.button.fill-p542c {
  background: white;
  color: #c8d300;
}
.fifth button.fill-p144c,
.fifth a.button.fill-p144c {
  background: #c8d300;
}
.bg-fifth:not(.textElement) button.fill-p144c,
.bg-fifth:not(.textElement) a.button.fill-p144c {
  background: white;
  color: #c8d300;
}
.fifth button.fill-p7438c,
.fifth a.button.fill-p7438c {
  background: #c8d300;
}
.bg-fifth:not(.textElement) button.fill-p7438c,
.bg-fifth:not(.textElement) a.button.fill-p7438c {
  background: white;
  color: #c8d300;
}
.fifth button.fill-p7738c,
.fifth a.button.fill-p7738c {
  background: #c8d300;
}
.bg-fifth:not(.textElement) button.fill-p7738c,
.bg-fifth:not(.textElement) a.button.fill-p7738c {
  background: white;
  color: #c8d300;
}
.fifth button.fill-p4012c,
.fifth a.button.fill-p4012c {
  background: #c8d300;
}
.bg-fifth:not(.textElement) button.fill-p4012c,
.bg-fifth:not(.textElement) a.button.fill-p4012c {
  background: white;
  color: #c8d300;
}
.fifth button.fill-p2040c,
.fifth a.button.fill-p2040c {
  background: #c8d300;
}
.bg-fifth:not(.textElement) button.fill-p2040c,
.bg-fifth:not(.textElement) a.button.fill-p2040c {
  background: white;
  color: #c8d300;
}
.fifth button.fill-p128c,
.fifth a.button.fill-p128c {
  background: #c8d300;
}
.bg-fifth:not(.textElement) button.fill-p128c,
.bg-fifth:not(.textElement) a.button.fill-p128c {
  background: white;
  color: #c8d300;
}
.fifth button.fill-p2557c,
.fifth a.button.fill-p2557c {
  background: #c8d300;
}
.bg-fifth:not(.textElement) button.fill-p2557c,
.bg-fifth:not(.textElement) a.button.fill-p2557c {
  background: white;
  color: #c8d300;
}
button.fill-sixth,
a.button.fill-sixth {
  background: #c9e6de;
  color: white;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
.sixth button.fill,
.sixth a.button.fill {
  background: #c9e6de;
  color: white;
}
.bg-sixth:not(.textElement) button.fill,
.bg-sixth:not(.textElement) a.button.fill {
  background: white;
  color: #c9e6de;
}
.sixth button.fill-bg,
.sixth a.button.fill-bg {
  background: #c9e6de;
}
.bg-sixth:not(.textElement) button.fill-bg,
.bg-sixth:not(.textElement) a.button.fill-bg {
  background: white;
  color: #c9e6de;
}
.sixth button.fill-first,
.sixth a.button.fill-first {
  background: #c9e6de;
}
.bg-sixth:not(.textElement) button.fill-first,
.bg-sixth:not(.textElement) a.button.fill-first {
  background: white;
  color: #c9e6de;
}
.sixth button.fill-second,
.sixth a.button.fill-second {
  background: #c9e6de;
}
.bg-sixth:not(.textElement) button.fill-second,
.bg-sixth:not(.textElement) a.button.fill-second {
  background: white;
  color: #c9e6de;
}
.sixth button.fill-third,
.sixth a.button.fill-third {
  background: #c9e6de;
}
.bg-sixth:not(.textElement) button.fill-third,
.bg-sixth:not(.textElement) a.button.fill-third {
  background: white;
  color: #c9e6de;
}
.sixth button.fill-fourth,
.sixth a.button.fill-fourth {
  background: #c9e6de;
}
.bg-sixth:not(.textElement) button.fill-fourth,
.bg-sixth:not(.textElement) a.button.fill-fourth {
  background: white;
  color: #c9e6de;
}
.sixth button.fill-fifth,
.sixth a.button.fill-fifth {
  background: #c9e6de;
}
.bg-sixth:not(.textElement) button.fill-fifth,
.bg-sixth:not(.textElement) a.button.fill-fifth {
  background: white;
  color: #c9e6de;
}
.sixth button.fill-sixth,
.sixth a.button.fill-sixth {
  background: #c9e6de;
}
.bg-sixth:not(.textElement) button.fill-sixth,
.bg-sixth:not(.textElement) a.button.fill-sixth {
  background: white;
  color: #c9e6de;
}
.sixth button.fill-seventh,
.sixth a.button.fill-seventh {
  background: #c9e6de;
}
.bg-sixth:not(.textElement) button.fill-seventh,
.bg-sixth:not(.textElement) a.button.fill-seventh {
  background: white;
  color: #c9e6de;
}
.sixth button.fill-otofren,
.sixth a.button.fill-otofren {
  background: #c9e6de;
}
.bg-sixth:not(.textElement) button.fill-otofren,
.bg-sixth:not(.textElement) a.button.fill-otofren {
  background: white;
  color: #c9e6de;
}
.sixth button.fill-otofren2,
.sixth a.button.fill-otofren2 {
  background: #c9e6de;
}
.bg-sixth:not(.textElement) button.fill-otofren2,
.bg-sixth:not(.textElement) a.button.fill-otofren2 {
  background: white;
  color: #c9e6de;
}
.sixth button.fill-hypericum,
.sixth a.button.fill-hypericum {
  background: #c9e6de;
}
.bg-sixth:not(.textElement) button.fill-hypericum,
.bg-sixth:not(.textElement) a.button.fill-hypericum {
  background: white;
  color: #c9e6de;
}
.sixth button.fill-chamomilla,
.sixth a.button.fill-chamomilla {
  background: #c9e6de;
}
.bg-sixth:not(.textElement) button.fill-chamomilla,
.bg-sixth:not(.textElement) a.button.fill-chamomilla {
  background: white;
  color: #c9e6de;
}
.sixth button.fill-bryonia,
.sixth a.button.fill-bryonia {
  background: #c9e6de;
}
.bg-sixth:not(.textElement) button.fill-bryonia,
.bg-sixth:not(.textElement) a.button.fill-bryonia {
  background: white;
  color: #c9e6de;
}
.sixth button.fill-aconitum,
.sixth a.button.fill-aconitum {
  background: #c9e6de;
}
.bg-sixth:not(.textElement) button.fill-aconitum,
.bg-sixth:not(.textElement) a.button.fill-aconitum {
  background: white;
  color: #c9e6de;
}
.sixth button.fill-thuja,
.sixth a.button.fill-thuja {
  background: #c9e6de;
}
.bg-sixth:not(.textElement) button.fill-thuja,
.bg-sixth:not(.textElement) a.button.fill-thuja {
  background: white;
  color: #c9e6de;
}
.sixth button.fill-apis,
.sixth a.button.fill-apis {
  background: #c9e6de;
}
.bg-sixth:not(.textElement) button.fill-apis,
.bg-sixth:not(.textElement) a.button.fill-apis {
  background: white;
  color: #c9e6de;
}
.sixth button.fill-arnica,
.sixth a.button.fill-arnica {
  background: #c9e6de;
}
.bg-sixth:not(.textElement) button.fill-arnica,
.bg-sixth:not(.textElement) a.button.fill-arnica {
  background: white;
  color: #c9e6de;
}
.sixth button.fill-belladonna,
.sixth a.button.fill-belladonna {
  background: #c9e6de;
}
.bg-sixth:not(.textElement) button.fill-belladonna,
.bg-sixth:not(.textElement) a.button.fill-belladonna {
  background: white;
  color: #c9e6de;
}
.sixth button.fill-nervo1,
.sixth a.button.fill-nervo1 {
  background: #c9e6de;
}
.bg-sixth:not(.textElement) button.fill-nervo1,
.bg-sixth:not(.textElement) a.button.fill-nervo1 {
  background: white;
  color: #c9e6de;
}
.sixth button.fill-nervo2,
.sixth a.button.fill-nervo2 {
  background: #c9e6de;
}
.bg-sixth:not(.textElement) button.fill-nervo2,
.bg-sixth:not(.textElement) a.button.fill-nervo2 {
  background: white;
  color: #c9e6de;
}
.sixth button.fill-nervo3,
.sixth a.button.fill-nervo3 {
  background: #c9e6de;
}
.bg-sixth:not(.textElement) button.fill-nervo3,
.bg-sixth:not(.textElement) a.button.fill-nervo3 {
  background: white;
  color: #c9e6de;
}
.sixth button.fill-trans1,
.sixth a.button.fill-trans1 {
  background: #c9e6de;
}
.bg-sixth:not(.textElement) button.fill-trans1,
.bg-sixth:not(.textElement) a.button.fill-trans1 {
  background: white;
  color: #c9e6de;
}
.sixth button.fill-trans2,
.sixth a.button.fill-trans2 {
  background: #c9e6de;
}
.bg-sixth:not(.textElement) button.fill-trans2,
.bg-sixth:not(.textElement) a.button.fill-trans2 {
  background: white;
  color: #c9e6de;
}
.sixth button.fill-trans3,
.sixth a.button.fill-trans3 {
  background: #c9e6de;
}
.bg-sixth:not(.textElement) button.fill-trans3,
.bg-sixth:not(.textElement) a.button.fill-trans3 {
  background: white;
  color: #c9e6de;
}
.sixth button.fill-p542c,
.sixth a.button.fill-p542c {
  background: #c9e6de;
}
.bg-sixth:not(.textElement) button.fill-p542c,
.bg-sixth:not(.textElement) a.button.fill-p542c {
  background: white;
  color: #c9e6de;
}
.sixth button.fill-p144c,
.sixth a.button.fill-p144c {
  background: #c9e6de;
}
.bg-sixth:not(.textElement) button.fill-p144c,
.bg-sixth:not(.textElement) a.button.fill-p144c {
  background: white;
  color: #c9e6de;
}
.sixth button.fill-p7438c,
.sixth a.button.fill-p7438c {
  background: #c9e6de;
}
.bg-sixth:not(.textElement) button.fill-p7438c,
.bg-sixth:not(.textElement) a.button.fill-p7438c {
  background: white;
  color: #c9e6de;
}
.sixth button.fill-p7738c,
.sixth a.button.fill-p7738c {
  background: #c9e6de;
}
.bg-sixth:not(.textElement) button.fill-p7738c,
.bg-sixth:not(.textElement) a.button.fill-p7738c {
  background: white;
  color: #c9e6de;
}
.sixth button.fill-p4012c,
.sixth a.button.fill-p4012c {
  background: #c9e6de;
}
.bg-sixth:not(.textElement) button.fill-p4012c,
.bg-sixth:not(.textElement) a.button.fill-p4012c {
  background: white;
  color: #c9e6de;
}
.sixth button.fill-p2040c,
.sixth a.button.fill-p2040c {
  background: #c9e6de;
}
.bg-sixth:not(.textElement) button.fill-p2040c,
.bg-sixth:not(.textElement) a.button.fill-p2040c {
  background: white;
  color: #c9e6de;
}
.sixth button.fill-p128c,
.sixth a.button.fill-p128c {
  background: #c9e6de;
}
.bg-sixth:not(.textElement) button.fill-p128c,
.bg-sixth:not(.textElement) a.button.fill-p128c {
  background: white;
  color: #c9e6de;
}
.sixth button.fill-p2557c,
.sixth a.button.fill-p2557c {
  background: #c9e6de;
}
.bg-sixth:not(.textElement) button.fill-p2557c,
.bg-sixth:not(.textElement) a.button.fill-p2557c {
  background: white;
  color: #c9e6de;
}
button.fill-seventh,
a.button.fill-seventh {
  background: #c0d6d6;
  color: white;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
.seventh button.fill,
.seventh a.button.fill {
  background: #c0d6d6;
  color: white;
}
.bg-seventh:not(.textElement) button.fill,
.bg-seventh:not(.textElement) a.button.fill {
  background: white;
  color: #c0d6d6;
}
.seventh button.fill-bg,
.seventh a.button.fill-bg {
  background: #c0d6d6;
}
.bg-seventh:not(.textElement) button.fill-bg,
.bg-seventh:not(.textElement) a.button.fill-bg {
  background: white;
  color: #c0d6d6;
}
.seventh button.fill-first,
.seventh a.button.fill-first {
  background: #c0d6d6;
}
.bg-seventh:not(.textElement) button.fill-first,
.bg-seventh:not(.textElement) a.button.fill-first {
  background: white;
  color: #c0d6d6;
}
.seventh button.fill-second,
.seventh a.button.fill-second {
  background: #c0d6d6;
}
.bg-seventh:not(.textElement) button.fill-second,
.bg-seventh:not(.textElement) a.button.fill-second {
  background: white;
  color: #c0d6d6;
}
.seventh button.fill-third,
.seventh a.button.fill-third {
  background: #c0d6d6;
}
.bg-seventh:not(.textElement) button.fill-third,
.bg-seventh:not(.textElement) a.button.fill-third {
  background: white;
  color: #c0d6d6;
}
.seventh button.fill-fourth,
.seventh a.button.fill-fourth {
  background: #c0d6d6;
}
.bg-seventh:not(.textElement) button.fill-fourth,
.bg-seventh:not(.textElement) a.button.fill-fourth {
  background: white;
  color: #c0d6d6;
}
.seventh button.fill-fifth,
.seventh a.button.fill-fifth {
  background: #c0d6d6;
}
.bg-seventh:not(.textElement) button.fill-fifth,
.bg-seventh:not(.textElement) a.button.fill-fifth {
  background: white;
  color: #c0d6d6;
}
.seventh button.fill-sixth,
.seventh a.button.fill-sixth {
  background: #c0d6d6;
}
.bg-seventh:not(.textElement) button.fill-sixth,
.bg-seventh:not(.textElement) a.button.fill-sixth {
  background: white;
  color: #c0d6d6;
}
.seventh button.fill-seventh,
.seventh a.button.fill-seventh {
  background: #c0d6d6;
}
.bg-seventh:not(.textElement) button.fill-seventh,
.bg-seventh:not(.textElement) a.button.fill-seventh {
  background: white;
  color: #c0d6d6;
}
.seventh button.fill-otofren,
.seventh a.button.fill-otofren {
  background: #c0d6d6;
}
.bg-seventh:not(.textElement) button.fill-otofren,
.bg-seventh:not(.textElement) a.button.fill-otofren {
  background: white;
  color: #c0d6d6;
}
.seventh button.fill-otofren2,
.seventh a.button.fill-otofren2 {
  background: #c0d6d6;
}
.bg-seventh:not(.textElement) button.fill-otofren2,
.bg-seventh:not(.textElement) a.button.fill-otofren2 {
  background: white;
  color: #c0d6d6;
}
.seventh button.fill-hypericum,
.seventh a.button.fill-hypericum {
  background: #c0d6d6;
}
.bg-seventh:not(.textElement) button.fill-hypericum,
.bg-seventh:not(.textElement) a.button.fill-hypericum {
  background: white;
  color: #c0d6d6;
}
.seventh button.fill-chamomilla,
.seventh a.button.fill-chamomilla {
  background: #c0d6d6;
}
.bg-seventh:not(.textElement) button.fill-chamomilla,
.bg-seventh:not(.textElement) a.button.fill-chamomilla {
  background: white;
  color: #c0d6d6;
}
.seventh button.fill-bryonia,
.seventh a.button.fill-bryonia {
  background: #c0d6d6;
}
.bg-seventh:not(.textElement) button.fill-bryonia,
.bg-seventh:not(.textElement) a.button.fill-bryonia {
  background: white;
  color: #c0d6d6;
}
.seventh button.fill-aconitum,
.seventh a.button.fill-aconitum {
  background: #c0d6d6;
}
.bg-seventh:not(.textElement) button.fill-aconitum,
.bg-seventh:not(.textElement) a.button.fill-aconitum {
  background: white;
  color: #c0d6d6;
}
.seventh button.fill-thuja,
.seventh a.button.fill-thuja {
  background: #c0d6d6;
}
.bg-seventh:not(.textElement) button.fill-thuja,
.bg-seventh:not(.textElement) a.button.fill-thuja {
  background: white;
  color: #c0d6d6;
}
.seventh button.fill-apis,
.seventh a.button.fill-apis {
  background: #c0d6d6;
}
.bg-seventh:not(.textElement) button.fill-apis,
.bg-seventh:not(.textElement) a.button.fill-apis {
  background: white;
  color: #c0d6d6;
}
.seventh button.fill-arnica,
.seventh a.button.fill-arnica {
  background: #c0d6d6;
}
.bg-seventh:not(.textElement) button.fill-arnica,
.bg-seventh:not(.textElement) a.button.fill-arnica {
  background: white;
  color: #c0d6d6;
}
.seventh button.fill-belladonna,
.seventh a.button.fill-belladonna {
  background: #c0d6d6;
}
.bg-seventh:not(.textElement) button.fill-belladonna,
.bg-seventh:not(.textElement) a.button.fill-belladonna {
  background: white;
  color: #c0d6d6;
}
.seventh button.fill-nervo1,
.seventh a.button.fill-nervo1 {
  background: #c0d6d6;
}
.bg-seventh:not(.textElement) button.fill-nervo1,
.bg-seventh:not(.textElement) a.button.fill-nervo1 {
  background: white;
  color: #c0d6d6;
}
.seventh button.fill-nervo2,
.seventh a.button.fill-nervo2 {
  background: #c0d6d6;
}
.bg-seventh:not(.textElement) button.fill-nervo2,
.bg-seventh:not(.textElement) a.button.fill-nervo2 {
  background: white;
  color: #c0d6d6;
}
.seventh button.fill-nervo3,
.seventh a.button.fill-nervo3 {
  background: #c0d6d6;
}
.bg-seventh:not(.textElement) button.fill-nervo3,
.bg-seventh:not(.textElement) a.button.fill-nervo3 {
  background: white;
  color: #c0d6d6;
}
.seventh button.fill-trans1,
.seventh a.button.fill-trans1 {
  background: #c0d6d6;
}
.bg-seventh:not(.textElement) button.fill-trans1,
.bg-seventh:not(.textElement) a.button.fill-trans1 {
  background: white;
  color: #c0d6d6;
}
.seventh button.fill-trans2,
.seventh a.button.fill-trans2 {
  background: #c0d6d6;
}
.bg-seventh:not(.textElement) button.fill-trans2,
.bg-seventh:not(.textElement) a.button.fill-trans2 {
  background: white;
  color: #c0d6d6;
}
.seventh button.fill-trans3,
.seventh a.button.fill-trans3 {
  background: #c0d6d6;
}
.bg-seventh:not(.textElement) button.fill-trans3,
.bg-seventh:not(.textElement) a.button.fill-trans3 {
  background: white;
  color: #c0d6d6;
}
.seventh button.fill-p542c,
.seventh a.button.fill-p542c {
  background: #c0d6d6;
}
.bg-seventh:not(.textElement) button.fill-p542c,
.bg-seventh:not(.textElement) a.button.fill-p542c {
  background: white;
  color: #c0d6d6;
}
.seventh button.fill-p144c,
.seventh a.button.fill-p144c {
  background: #c0d6d6;
}
.bg-seventh:not(.textElement) button.fill-p144c,
.bg-seventh:not(.textElement) a.button.fill-p144c {
  background: white;
  color: #c0d6d6;
}
.seventh button.fill-p7438c,
.seventh a.button.fill-p7438c {
  background: #c0d6d6;
}
.bg-seventh:not(.textElement) button.fill-p7438c,
.bg-seventh:not(.textElement) a.button.fill-p7438c {
  background: white;
  color: #c0d6d6;
}
.seventh button.fill-p7738c,
.seventh a.button.fill-p7738c {
  background: #c0d6d6;
}
.bg-seventh:not(.textElement) button.fill-p7738c,
.bg-seventh:not(.textElement) a.button.fill-p7738c {
  background: white;
  color: #c0d6d6;
}
.seventh button.fill-p4012c,
.seventh a.button.fill-p4012c {
  background: #c0d6d6;
}
.bg-seventh:not(.textElement) button.fill-p4012c,
.bg-seventh:not(.textElement) a.button.fill-p4012c {
  background: white;
  color: #c0d6d6;
}
.seventh button.fill-p2040c,
.seventh a.button.fill-p2040c {
  background: #c0d6d6;
}
.bg-seventh:not(.textElement) button.fill-p2040c,
.bg-seventh:not(.textElement) a.button.fill-p2040c {
  background: white;
  color: #c0d6d6;
}
.seventh button.fill-p128c,
.seventh a.button.fill-p128c {
  background: #c0d6d6;
}
.bg-seventh:not(.textElement) button.fill-p128c,
.bg-seventh:not(.textElement) a.button.fill-p128c {
  background: white;
  color: #c0d6d6;
}
.seventh button.fill-p2557c,
.seventh a.button.fill-p2557c {
  background: #c0d6d6;
}
.bg-seventh:not(.textElement) button.fill-p2557c,
.bg-seventh:not(.textElement) a.button.fill-p2557c {
  background: white;
  color: #c0d6d6;
}
button.fill-otofren,
a.button.fill-otofren {
  background: #5BC5F2;
  color: white;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
.otofren button.fill,
.otofren a.button.fill {
  background: #5BC5F2;
  color: white;
}
.bg-otofren:not(.textElement) button.fill,
.bg-otofren:not(.textElement) a.button.fill {
  background: white;
  color: #5BC5F2;
}
.otofren button.fill-bg,
.otofren a.button.fill-bg {
  background: #5BC5F2;
}
.bg-otofren:not(.textElement) button.fill-bg,
.bg-otofren:not(.textElement) a.button.fill-bg {
  background: white;
  color: #5BC5F2;
}
.otofren button.fill-first,
.otofren a.button.fill-first {
  background: #5BC5F2;
}
.bg-otofren:not(.textElement) button.fill-first,
.bg-otofren:not(.textElement) a.button.fill-first {
  background: white;
  color: #5BC5F2;
}
.otofren button.fill-second,
.otofren a.button.fill-second {
  background: #5BC5F2;
}
.bg-otofren:not(.textElement) button.fill-second,
.bg-otofren:not(.textElement) a.button.fill-second {
  background: white;
  color: #5BC5F2;
}
.otofren button.fill-third,
.otofren a.button.fill-third {
  background: #5BC5F2;
}
.bg-otofren:not(.textElement) button.fill-third,
.bg-otofren:not(.textElement) a.button.fill-third {
  background: white;
  color: #5BC5F2;
}
.otofren button.fill-fourth,
.otofren a.button.fill-fourth {
  background: #5BC5F2;
}
.bg-otofren:not(.textElement) button.fill-fourth,
.bg-otofren:not(.textElement) a.button.fill-fourth {
  background: white;
  color: #5BC5F2;
}
.otofren button.fill-fifth,
.otofren a.button.fill-fifth {
  background: #5BC5F2;
}
.bg-otofren:not(.textElement) button.fill-fifth,
.bg-otofren:not(.textElement) a.button.fill-fifth {
  background: white;
  color: #5BC5F2;
}
.otofren button.fill-sixth,
.otofren a.button.fill-sixth {
  background: #5BC5F2;
}
.bg-otofren:not(.textElement) button.fill-sixth,
.bg-otofren:not(.textElement) a.button.fill-sixth {
  background: white;
  color: #5BC5F2;
}
.otofren button.fill-seventh,
.otofren a.button.fill-seventh {
  background: #5BC5F2;
}
.bg-otofren:not(.textElement) button.fill-seventh,
.bg-otofren:not(.textElement) a.button.fill-seventh {
  background: white;
  color: #5BC5F2;
}
.otofren button.fill-otofren,
.otofren a.button.fill-otofren {
  background: #5BC5F2;
}
.bg-otofren:not(.textElement) button.fill-otofren,
.bg-otofren:not(.textElement) a.button.fill-otofren {
  background: white;
  color: #5BC5F2;
}
.otofren button.fill-otofren2,
.otofren a.button.fill-otofren2 {
  background: #5BC5F2;
}
.bg-otofren:not(.textElement) button.fill-otofren2,
.bg-otofren:not(.textElement) a.button.fill-otofren2 {
  background: white;
  color: #5BC5F2;
}
.otofren button.fill-hypericum,
.otofren a.button.fill-hypericum {
  background: #5BC5F2;
}
.bg-otofren:not(.textElement) button.fill-hypericum,
.bg-otofren:not(.textElement) a.button.fill-hypericum {
  background: white;
  color: #5BC5F2;
}
.otofren button.fill-chamomilla,
.otofren a.button.fill-chamomilla {
  background: #5BC5F2;
}
.bg-otofren:not(.textElement) button.fill-chamomilla,
.bg-otofren:not(.textElement) a.button.fill-chamomilla {
  background: white;
  color: #5BC5F2;
}
.otofren button.fill-bryonia,
.otofren a.button.fill-bryonia {
  background: #5BC5F2;
}
.bg-otofren:not(.textElement) button.fill-bryonia,
.bg-otofren:not(.textElement) a.button.fill-bryonia {
  background: white;
  color: #5BC5F2;
}
.otofren button.fill-aconitum,
.otofren a.button.fill-aconitum {
  background: #5BC5F2;
}
.bg-otofren:not(.textElement) button.fill-aconitum,
.bg-otofren:not(.textElement) a.button.fill-aconitum {
  background: white;
  color: #5BC5F2;
}
.otofren button.fill-thuja,
.otofren a.button.fill-thuja {
  background: #5BC5F2;
}
.bg-otofren:not(.textElement) button.fill-thuja,
.bg-otofren:not(.textElement) a.button.fill-thuja {
  background: white;
  color: #5BC5F2;
}
.otofren button.fill-apis,
.otofren a.button.fill-apis {
  background: #5BC5F2;
}
.bg-otofren:not(.textElement) button.fill-apis,
.bg-otofren:not(.textElement) a.button.fill-apis {
  background: white;
  color: #5BC5F2;
}
.otofren button.fill-arnica,
.otofren a.button.fill-arnica {
  background: #5BC5F2;
}
.bg-otofren:not(.textElement) button.fill-arnica,
.bg-otofren:not(.textElement) a.button.fill-arnica {
  background: white;
  color: #5BC5F2;
}
.otofren button.fill-belladonna,
.otofren a.button.fill-belladonna {
  background: #5BC5F2;
}
.bg-otofren:not(.textElement) button.fill-belladonna,
.bg-otofren:not(.textElement) a.button.fill-belladonna {
  background: white;
  color: #5BC5F2;
}
.otofren button.fill-nervo1,
.otofren a.button.fill-nervo1 {
  background: #5BC5F2;
}
.bg-otofren:not(.textElement) button.fill-nervo1,
.bg-otofren:not(.textElement) a.button.fill-nervo1 {
  background: white;
  color: #5BC5F2;
}
.otofren button.fill-nervo2,
.otofren a.button.fill-nervo2 {
  background: #5BC5F2;
}
.bg-otofren:not(.textElement) button.fill-nervo2,
.bg-otofren:not(.textElement) a.button.fill-nervo2 {
  background: white;
  color: #5BC5F2;
}
.otofren button.fill-nervo3,
.otofren a.button.fill-nervo3 {
  background: #5BC5F2;
}
.bg-otofren:not(.textElement) button.fill-nervo3,
.bg-otofren:not(.textElement) a.button.fill-nervo3 {
  background: white;
  color: #5BC5F2;
}
.otofren button.fill-trans1,
.otofren a.button.fill-trans1 {
  background: #5BC5F2;
}
.bg-otofren:not(.textElement) button.fill-trans1,
.bg-otofren:not(.textElement) a.button.fill-trans1 {
  background: white;
  color: #5BC5F2;
}
.otofren button.fill-trans2,
.otofren a.button.fill-trans2 {
  background: #5BC5F2;
}
.bg-otofren:not(.textElement) button.fill-trans2,
.bg-otofren:not(.textElement) a.button.fill-trans2 {
  background: white;
  color: #5BC5F2;
}
.otofren button.fill-trans3,
.otofren a.button.fill-trans3 {
  background: #5BC5F2;
}
.bg-otofren:not(.textElement) button.fill-trans3,
.bg-otofren:not(.textElement) a.button.fill-trans3 {
  background: white;
  color: #5BC5F2;
}
.otofren button.fill-p542c,
.otofren a.button.fill-p542c {
  background: #5BC5F2;
}
.bg-otofren:not(.textElement) button.fill-p542c,
.bg-otofren:not(.textElement) a.button.fill-p542c {
  background: white;
  color: #5BC5F2;
}
.otofren button.fill-p144c,
.otofren a.button.fill-p144c {
  background: #5BC5F2;
}
.bg-otofren:not(.textElement) button.fill-p144c,
.bg-otofren:not(.textElement) a.button.fill-p144c {
  background: white;
  color: #5BC5F2;
}
.otofren button.fill-p7438c,
.otofren a.button.fill-p7438c {
  background: #5BC5F2;
}
.bg-otofren:not(.textElement) button.fill-p7438c,
.bg-otofren:not(.textElement) a.button.fill-p7438c {
  background: white;
  color: #5BC5F2;
}
.otofren button.fill-p7738c,
.otofren a.button.fill-p7738c {
  background: #5BC5F2;
}
.bg-otofren:not(.textElement) button.fill-p7738c,
.bg-otofren:not(.textElement) a.button.fill-p7738c {
  background: white;
  color: #5BC5F2;
}
.otofren button.fill-p4012c,
.otofren a.button.fill-p4012c {
  background: #5BC5F2;
}
.bg-otofren:not(.textElement) button.fill-p4012c,
.bg-otofren:not(.textElement) a.button.fill-p4012c {
  background: white;
  color: #5BC5F2;
}
.otofren button.fill-p2040c,
.otofren a.button.fill-p2040c {
  background: #5BC5F2;
}
.bg-otofren:not(.textElement) button.fill-p2040c,
.bg-otofren:not(.textElement) a.button.fill-p2040c {
  background: white;
  color: #5BC5F2;
}
.otofren button.fill-p128c,
.otofren a.button.fill-p128c {
  background: #5BC5F2;
}
.bg-otofren:not(.textElement) button.fill-p128c,
.bg-otofren:not(.textElement) a.button.fill-p128c {
  background: white;
  color: #5BC5F2;
}
.otofren button.fill-p2557c,
.otofren a.button.fill-p2557c {
  background: #5BC5F2;
}
.bg-otofren:not(.textElement) button.fill-p2557c,
.bg-otofren:not(.textElement) a.button.fill-p2557c {
  background: white;
  color: #5BC5F2;
}
button.fill-otofren2,
a.button.fill-otofren2 {
  background: #FADC53;
  color: white;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
.otofren2 button.fill,
.otofren2 a.button.fill {
  background: #FADC53;
  color: white;
}
.bg-otofren2:not(.textElement) button.fill,
.bg-otofren2:not(.textElement) a.button.fill {
  background: white;
  color: #FADC53;
}
.otofren2 button.fill-bg,
.otofren2 a.button.fill-bg {
  background: #FADC53;
}
.bg-otofren2:not(.textElement) button.fill-bg,
.bg-otofren2:not(.textElement) a.button.fill-bg {
  background: white;
  color: #FADC53;
}
.otofren2 button.fill-first,
.otofren2 a.button.fill-first {
  background: #FADC53;
}
.bg-otofren2:not(.textElement) button.fill-first,
.bg-otofren2:not(.textElement) a.button.fill-first {
  background: white;
  color: #FADC53;
}
.otofren2 button.fill-second,
.otofren2 a.button.fill-second {
  background: #FADC53;
}
.bg-otofren2:not(.textElement) button.fill-second,
.bg-otofren2:not(.textElement) a.button.fill-second {
  background: white;
  color: #FADC53;
}
.otofren2 button.fill-third,
.otofren2 a.button.fill-third {
  background: #FADC53;
}
.bg-otofren2:not(.textElement) button.fill-third,
.bg-otofren2:not(.textElement) a.button.fill-third {
  background: white;
  color: #FADC53;
}
.otofren2 button.fill-fourth,
.otofren2 a.button.fill-fourth {
  background: #FADC53;
}
.bg-otofren2:not(.textElement) button.fill-fourth,
.bg-otofren2:not(.textElement) a.button.fill-fourth {
  background: white;
  color: #FADC53;
}
.otofren2 button.fill-fifth,
.otofren2 a.button.fill-fifth {
  background: #FADC53;
}
.bg-otofren2:not(.textElement) button.fill-fifth,
.bg-otofren2:not(.textElement) a.button.fill-fifth {
  background: white;
  color: #FADC53;
}
.otofren2 button.fill-sixth,
.otofren2 a.button.fill-sixth {
  background: #FADC53;
}
.bg-otofren2:not(.textElement) button.fill-sixth,
.bg-otofren2:not(.textElement) a.button.fill-sixth {
  background: white;
  color: #FADC53;
}
.otofren2 button.fill-seventh,
.otofren2 a.button.fill-seventh {
  background: #FADC53;
}
.bg-otofren2:not(.textElement) button.fill-seventh,
.bg-otofren2:not(.textElement) a.button.fill-seventh {
  background: white;
  color: #FADC53;
}
.otofren2 button.fill-otofren,
.otofren2 a.button.fill-otofren {
  background: #FADC53;
}
.bg-otofren2:not(.textElement) button.fill-otofren,
.bg-otofren2:not(.textElement) a.button.fill-otofren {
  background: white;
  color: #FADC53;
}
.otofren2 button.fill-otofren2,
.otofren2 a.button.fill-otofren2 {
  background: #FADC53;
}
.bg-otofren2:not(.textElement) button.fill-otofren2,
.bg-otofren2:not(.textElement) a.button.fill-otofren2 {
  background: white;
  color: #FADC53;
}
.otofren2 button.fill-hypericum,
.otofren2 a.button.fill-hypericum {
  background: #FADC53;
}
.bg-otofren2:not(.textElement) button.fill-hypericum,
.bg-otofren2:not(.textElement) a.button.fill-hypericum {
  background: white;
  color: #FADC53;
}
.otofren2 button.fill-chamomilla,
.otofren2 a.button.fill-chamomilla {
  background: #FADC53;
}
.bg-otofren2:not(.textElement) button.fill-chamomilla,
.bg-otofren2:not(.textElement) a.button.fill-chamomilla {
  background: white;
  color: #FADC53;
}
.otofren2 button.fill-bryonia,
.otofren2 a.button.fill-bryonia {
  background: #FADC53;
}
.bg-otofren2:not(.textElement) button.fill-bryonia,
.bg-otofren2:not(.textElement) a.button.fill-bryonia {
  background: white;
  color: #FADC53;
}
.otofren2 button.fill-aconitum,
.otofren2 a.button.fill-aconitum {
  background: #FADC53;
}
.bg-otofren2:not(.textElement) button.fill-aconitum,
.bg-otofren2:not(.textElement) a.button.fill-aconitum {
  background: white;
  color: #FADC53;
}
.otofren2 button.fill-thuja,
.otofren2 a.button.fill-thuja {
  background: #FADC53;
}
.bg-otofren2:not(.textElement) button.fill-thuja,
.bg-otofren2:not(.textElement) a.button.fill-thuja {
  background: white;
  color: #FADC53;
}
.otofren2 button.fill-apis,
.otofren2 a.button.fill-apis {
  background: #FADC53;
}
.bg-otofren2:not(.textElement) button.fill-apis,
.bg-otofren2:not(.textElement) a.button.fill-apis {
  background: white;
  color: #FADC53;
}
.otofren2 button.fill-arnica,
.otofren2 a.button.fill-arnica {
  background: #FADC53;
}
.bg-otofren2:not(.textElement) button.fill-arnica,
.bg-otofren2:not(.textElement) a.button.fill-arnica {
  background: white;
  color: #FADC53;
}
.otofren2 button.fill-belladonna,
.otofren2 a.button.fill-belladonna {
  background: #FADC53;
}
.bg-otofren2:not(.textElement) button.fill-belladonna,
.bg-otofren2:not(.textElement) a.button.fill-belladonna {
  background: white;
  color: #FADC53;
}
.otofren2 button.fill-nervo1,
.otofren2 a.button.fill-nervo1 {
  background: #FADC53;
}
.bg-otofren2:not(.textElement) button.fill-nervo1,
.bg-otofren2:not(.textElement) a.button.fill-nervo1 {
  background: white;
  color: #FADC53;
}
.otofren2 button.fill-nervo2,
.otofren2 a.button.fill-nervo2 {
  background: #FADC53;
}
.bg-otofren2:not(.textElement) button.fill-nervo2,
.bg-otofren2:not(.textElement) a.button.fill-nervo2 {
  background: white;
  color: #FADC53;
}
.otofren2 button.fill-nervo3,
.otofren2 a.button.fill-nervo3 {
  background: #FADC53;
}
.bg-otofren2:not(.textElement) button.fill-nervo3,
.bg-otofren2:not(.textElement) a.button.fill-nervo3 {
  background: white;
  color: #FADC53;
}
.otofren2 button.fill-trans1,
.otofren2 a.button.fill-trans1 {
  background: #FADC53;
}
.bg-otofren2:not(.textElement) button.fill-trans1,
.bg-otofren2:not(.textElement) a.button.fill-trans1 {
  background: white;
  color: #FADC53;
}
.otofren2 button.fill-trans2,
.otofren2 a.button.fill-trans2 {
  background: #FADC53;
}
.bg-otofren2:not(.textElement) button.fill-trans2,
.bg-otofren2:not(.textElement) a.button.fill-trans2 {
  background: white;
  color: #FADC53;
}
.otofren2 button.fill-trans3,
.otofren2 a.button.fill-trans3 {
  background: #FADC53;
}
.bg-otofren2:not(.textElement) button.fill-trans3,
.bg-otofren2:not(.textElement) a.button.fill-trans3 {
  background: white;
  color: #FADC53;
}
.otofren2 button.fill-p542c,
.otofren2 a.button.fill-p542c {
  background: #FADC53;
}
.bg-otofren2:not(.textElement) button.fill-p542c,
.bg-otofren2:not(.textElement) a.button.fill-p542c {
  background: white;
  color: #FADC53;
}
.otofren2 button.fill-p144c,
.otofren2 a.button.fill-p144c {
  background: #FADC53;
}
.bg-otofren2:not(.textElement) button.fill-p144c,
.bg-otofren2:not(.textElement) a.button.fill-p144c {
  background: white;
  color: #FADC53;
}
.otofren2 button.fill-p7438c,
.otofren2 a.button.fill-p7438c {
  background: #FADC53;
}
.bg-otofren2:not(.textElement) button.fill-p7438c,
.bg-otofren2:not(.textElement) a.button.fill-p7438c {
  background: white;
  color: #FADC53;
}
.otofren2 button.fill-p7738c,
.otofren2 a.button.fill-p7738c {
  background: #FADC53;
}
.bg-otofren2:not(.textElement) button.fill-p7738c,
.bg-otofren2:not(.textElement) a.button.fill-p7738c {
  background: white;
  color: #FADC53;
}
.otofren2 button.fill-p4012c,
.otofren2 a.button.fill-p4012c {
  background: #FADC53;
}
.bg-otofren2:not(.textElement) button.fill-p4012c,
.bg-otofren2:not(.textElement) a.button.fill-p4012c {
  background: white;
  color: #FADC53;
}
.otofren2 button.fill-p2040c,
.otofren2 a.button.fill-p2040c {
  background: #FADC53;
}
.bg-otofren2:not(.textElement) button.fill-p2040c,
.bg-otofren2:not(.textElement) a.button.fill-p2040c {
  background: white;
  color: #FADC53;
}
.otofren2 button.fill-p128c,
.otofren2 a.button.fill-p128c {
  background: #FADC53;
}
.bg-otofren2:not(.textElement) button.fill-p128c,
.bg-otofren2:not(.textElement) a.button.fill-p128c {
  background: white;
  color: #FADC53;
}
.otofren2 button.fill-p2557c,
.otofren2 a.button.fill-p2557c {
  background: #FADC53;
}
.bg-otofren2:not(.textElement) button.fill-p2557c,
.bg-otofren2:not(.textElement) a.button.fill-p2557c {
  background: white;
  color: #FADC53;
}
button.fill-hypericum,
a.button.fill-hypericum {
  background: #b21827;
  color: white;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
.hypericum button.fill,
.hypericum a.button.fill {
  background: #b21827;
  color: white;
}
.bg-hypericum:not(.textElement) button.fill,
.bg-hypericum:not(.textElement) a.button.fill {
  background: white;
  color: #b21827;
}
.hypericum button.fill-bg,
.hypericum a.button.fill-bg {
  background: #b21827;
}
.bg-hypericum:not(.textElement) button.fill-bg,
.bg-hypericum:not(.textElement) a.button.fill-bg {
  background: white;
  color: #b21827;
}
.hypericum button.fill-first,
.hypericum a.button.fill-first {
  background: #b21827;
}
.bg-hypericum:not(.textElement) button.fill-first,
.bg-hypericum:not(.textElement) a.button.fill-first {
  background: white;
  color: #b21827;
}
.hypericum button.fill-second,
.hypericum a.button.fill-second {
  background: #b21827;
}
.bg-hypericum:not(.textElement) button.fill-second,
.bg-hypericum:not(.textElement) a.button.fill-second {
  background: white;
  color: #b21827;
}
.hypericum button.fill-third,
.hypericum a.button.fill-third {
  background: #b21827;
}
.bg-hypericum:not(.textElement) button.fill-third,
.bg-hypericum:not(.textElement) a.button.fill-third {
  background: white;
  color: #b21827;
}
.hypericum button.fill-fourth,
.hypericum a.button.fill-fourth {
  background: #b21827;
}
.bg-hypericum:not(.textElement) button.fill-fourth,
.bg-hypericum:not(.textElement) a.button.fill-fourth {
  background: white;
  color: #b21827;
}
.hypericum button.fill-fifth,
.hypericum a.button.fill-fifth {
  background: #b21827;
}
.bg-hypericum:not(.textElement) button.fill-fifth,
.bg-hypericum:not(.textElement) a.button.fill-fifth {
  background: white;
  color: #b21827;
}
.hypericum button.fill-sixth,
.hypericum a.button.fill-sixth {
  background: #b21827;
}
.bg-hypericum:not(.textElement) button.fill-sixth,
.bg-hypericum:not(.textElement) a.button.fill-sixth {
  background: white;
  color: #b21827;
}
.hypericum button.fill-seventh,
.hypericum a.button.fill-seventh {
  background: #b21827;
}
.bg-hypericum:not(.textElement) button.fill-seventh,
.bg-hypericum:not(.textElement) a.button.fill-seventh {
  background: white;
  color: #b21827;
}
.hypericum button.fill-otofren,
.hypericum a.button.fill-otofren {
  background: #b21827;
}
.bg-hypericum:not(.textElement) button.fill-otofren,
.bg-hypericum:not(.textElement) a.button.fill-otofren {
  background: white;
  color: #b21827;
}
.hypericum button.fill-otofren2,
.hypericum a.button.fill-otofren2 {
  background: #b21827;
}
.bg-hypericum:not(.textElement) button.fill-otofren2,
.bg-hypericum:not(.textElement) a.button.fill-otofren2 {
  background: white;
  color: #b21827;
}
.hypericum button.fill-hypericum,
.hypericum a.button.fill-hypericum {
  background: #b21827;
}
.bg-hypericum:not(.textElement) button.fill-hypericum,
.bg-hypericum:not(.textElement) a.button.fill-hypericum {
  background: white;
  color: #b21827;
}
.hypericum button.fill-chamomilla,
.hypericum a.button.fill-chamomilla {
  background: #b21827;
}
.bg-hypericum:not(.textElement) button.fill-chamomilla,
.bg-hypericum:not(.textElement) a.button.fill-chamomilla {
  background: white;
  color: #b21827;
}
.hypericum button.fill-bryonia,
.hypericum a.button.fill-bryonia {
  background: #b21827;
}
.bg-hypericum:not(.textElement) button.fill-bryonia,
.bg-hypericum:not(.textElement) a.button.fill-bryonia {
  background: white;
  color: #b21827;
}
.hypericum button.fill-aconitum,
.hypericum a.button.fill-aconitum {
  background: #b21827;
}
.bg-hypericum:not(.textElement) button.fill-aconitum,
.bg-hypericum:not(.textElement) a.button.fill-aconitum {
  background: white;
  color: #b21827;
}
.hypericum button.fill-thuja,
.hypericum a.button.fill-thuja {
  background: #b21827;
}
.bg-hypericum:not(.textElement) button.fill-thuja,
.bg-hypericum:not(.textElement) a.button.fill-thuja {
  background: white;
  color: #b21827;
}
.hypericum button.fill-apis,
.hypericum a.button.fill-apis {
  background: #b21827;
}
.bg-hypericum:not(.textElement) button.fill-apis,
.bg-hypericum:not(.textElement) a.button.fill-apis {
  background: white;
  color: #b21827;
}
.hypericum button.fill-arnica,
.hypericum a.button.fill-arnica {
  background: #b21827;
}
.bg-hypericum:not(.textElement) button.fill-arnica,
.bg-hypericum:not(.textElement) a.button.fill-arnica {
  background: white;
  color: #b21827;
}
.hypericum button.fill-belladonna,
.hypericum a.button.fill-belladonna {
  background: #b21827;
}
.bg-hypericum:not(.textElement) button.fill-belladonna,
.bg-hypericum:not(.textElement) a.button.fill-belladonna {
  background: white;
  color: #b21827;
}
.hypericum button.fill-nervo1,
.hypericum a.button.fill-nervo1 {
  background: #b21827;
}
.bg-hypericum:not(.textElement) button.fill-nervo1,
.bg-hypericum:not(.textElement) a.button.fill-nervo1 {
  background: white;
  color: #b21827;
}
.hypericum button.fill-nervo2,
.hypericum a.button.fill-nervo2 {
  background: #b21827;
}
.bg-hypericum:not(.textElement) button.fill-nervo2,
.bg-hypericum:not(.textElement) a.button.fill-nervo2 {
  background: white;
  color: #b21827;
}
.hypericum button.fill-nervo3,
.hypericum a.button.fill-nervo3 {
  background: #b21827;
}
.bg-hypericum:not(.textElement) button.fill-nervo3,
.bg-hypericum:not(.textElement) a.button.fill-nervo3 {
  background: white;
  color: #b21827;
}
.hypericum button.fill-trans1,
.hypericum a.button.fill-trans1 {
  background: #b21827;
}
.bg-hypericum:not(.textElement) button.fill-trans1,
.bg-hypericum:not(.textElement) a.button.fill-trans1 {
  background: white;
  color: #b21827;
}
.hypericum button.fill-trans2,
.hypericum a.button.fill-trans2 {
  background: #b21827;
}
.bg-hypericum:not(.textElement) button.fill-trans2,
.bg-hypericum:not(.textElement) a.button.fill-trans2 {
  background: white;
  color: #b21827;
}
.hypericum button.fill-trans3,
.hypericum a.button.fill-trans3 {
  background: #b21827;
}
.bg-hypericum:not(.textElement) button.fill-trans3,
.bg-hypericum:not(.textElement) a.button.fill-trans3 {
  background: white;
  color: #b21827;
}
.hypericum button.fill-p542c,
.hypericum a.button.fill-p542c {
  background: #b21827;
}
.bg-hypericum:not(.textElement) button.fill-p542c,
.bg-hypericum:not(.textElement) a.button.fill-p542c {
  background: white;
  color: #b21827;
}
.hypericum button.fill-p144c,
.hypericum a.button.fill-p144c {
  background: #b21827;
}
.bg-hypericum:not(.textElement) button.fill-p144c,
.bg-hypericum:not(.textElement) a.button.fill-p144c {
  background: white;
  color: #b21827;
}
.hypericum button.fill-p7438c,
.hypericum a.button.fill-p7438c {
  background: #b21827;
}
.bg-hypericum:not(.textElement) button.fill-p7438c,
.bg-hypericum:not(.textElement) a.button.fill-p7438c {
  background: white;
  color: #b21827;
}
.hypericum button.fill-p7738c,
.hypericum a.button.fill-p7738c {
  background: #b21827;
}
.bg-hypericum:not(.textElement) button.fill-p7738c,
.bg-hypericum:not(.textElement) a.button.fill-p7738c {
  background: white;
  color: #b21827;
}
.hypericum button.fill-p4012c,
.hypericum a.button.fill-p4012c {
  background: #b21827;
}
.bg-hypericum:not(.textElement) button.fill-p4012c,
.bg-hypericum:not(.textElement) a.button.fill-p4012c {
  background: white;
  color: #b21827;
}
.hypericum button.fill-p2040c,
.hypericum a.button.fill-p2040c {
  background: #b21827;
}
.bg-hypericum:not(.textElement) button.fill-p2040c,
.bg-hypericum:not(.textElement) a.button.fill-p2040c {
  background: white;
  color: #b21827;
}
.hypericum button.fill-p128c,
.hypericum a.button.fill-p128c {
  background: #b21827;
}
.bg-hypericum:not(.textElement) button.fill-p128c,
.bg-hypericum:not(.textElement) a.button.fill-p128c {
  background: white;
  color: #b21827;
}
.hypericum button.fill-p2557c,
.hypericum a.button.fill-p2557c {
  background: #b21827;
}
.bg-hypericum:not(.textElement) button.fill-p2557c,
.bg-hypericum:not(.textElement) a.button.fill-p2557c {
  background: white;
  color: #b21827;
}
button.fill-chamomilla,
a.button.fill-chamomilla {
  background: #f1ce00;
  color: white;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
.chamomilla button.fill,
.chamomilla a.button.fill {
  background: #f1ce00;
  color: white;
}
.bg-chamomilla:not(.textElement) button.fill,
.bg-chamomilla:not(.textElement) a.button.fill {
  background: white;
  color: #f1ce00;
}
.chamomilla button.fill-bg,
.chamomilla a.button.fill-bg {
  background: #f1ce00;
}
.bg-chamomilla:not(.textElement) button.fill-bg,
.bg-chamomilla:not(.textElement) a.button.fill-bg {
  background: white;
  color: #f1ce00;
}
.chamomilla button.fill-first,
.chamomilla a.button.fill-first {
  background: #f1ce00;
}
.bg-chamomilla:not(.textElement) button.fill-first,
.bg-chamomilla:not(.textElement) a.button.fill-first {
  background: white;
  color: #f1ce00;
}
.chamomilla button.fill-second,
.chamomilla a.button.fill-second {
  background: #f1ce00;
}
.bg-chamomilla:not(.textElement) button.fill-second,
.bg-chamomilla:not(.textElement) a.button.fill-second {
  background: white;
  color: #f1ce00;
}
.chamomilla button.fill-third,
.chamomilla a.button.fill-third {
  background: #f1ce00;
}
.bg-chamomilla:not(.textElement) button.fill-third,
.bg-chamomilla:not(.textElement) a.button.fill-third {
  background: white;
  color: #f1ce00;
}
.chamomilla button.fill-fourth,
.chamomilla a.button.fill-fourth {
  background: #f1ce00;
}
.bg-chamomilla:not(.textElement) button.fill-fourth,
.bg-chamomilla:not(.textElement) a.button.fill-fourth {
  background: white;
  color: #f1ce00;
}
.chamomilla button.fill-fifth,
.chamomilla a.button.fill-fifth {
  background: #f1ce00;
}
.bg-chamomilla:not(.textElement) button.fill-fifth,
.bg-chamomilla:not(.textElement) a.button.fill-fifth {
  background: white;
  color: #f1ce00;
}
.chamomilla button.fill-sixth,
.chamomilla a.button.fill-sixth {
  background: #f1ce00;
}
.bg-chamomilla:not(.textElement) button.fill-sixth,
.bg-chamomilla:not(.textElement) a.button.fill-sixth {
  background: white;
  color: #f1ce00;
}
.chamomilla button.fill-seventh,
.chamomilla a.button.fill-seventh {
  background: #f1ce00;
}
.bg-chamomilla:not(.textElement) button.fill-seventh,
.bg-chamomilla:not(.textElement) a.button.fill-seventh {
  background: white;
  color: #f1ce00;
}
.chamomilla button.fill-otofren,
.chamomilla a.button.fill-otofren {
  background: #f1ce00;
}
.bg-chamomilla:not(.textElement) button.fill-otofren,
.bg-chamomilla:not(.textElement) a.button.fill-otofren {
  background: white;
  color: #f1ce00;
}
.chamomilla button.fill-otofren2,
.chamomilla a.button.fill-otofren2 {
  background: #f1ce00;
}
.bg-chamomilla:not(.textElement) button.fill-otofren2,
.bg-chamomilla:not(.textElement) a.button.fill-otofren2 {
  background: white;
  color: #f1ce00;
}
.chamomilla button.fill-hypericum,
.chamomilla a.button.fill-hypericum {
  background: #f1ce00;
}
.bg-chamomilla:not(.textElement) button.fill-hypericum,
.bg-chamomilla:not(.textElement) a.button.fill-hypericum {
  background: white;
  color: #f1ce00;
}
.chamomilla button.fill-chamomilla,
.chamomilla a.button.fill-chamomilla {
  background: #f1ce00;
}
.bg-chamomilla:not(.textElement) button.fill-chamomilla,
.bg-chamomilla:not(.textElement) a.button.fill-chamomilla {
  background: white;
  color: #f1ce00;
}
.chamomilla button.fill-bryonia,
.chamomilla a.button.fill-bryonia {
  background: #f1ce00;
}
.bg-chamomilla:not(.textElement) button.fill-bryonia,
.bg-chamomilla:not(.textElement) a.button.fill-bryonia {
  background: white;
  color: #f1ce00;
}
.chamomilla button.fill-aconitum,
.chamomilla a.button.fill-aconitum {
  background: #f1ce00;
}
.bg-chamomilla:not(.textElement) button.fill-aconitum,
.bg-chamomilla:not(.textElement) a.button.fill-aconitum {
  background: white;
  color: #f1ce00;
}
.chamomilla button.fill-thuja,
.chamomilla a.button.fill-thuja {
  background: #f1ce00;
}
.bg-chamomilla:not(.textElement) button.fill-thuja,
.bg-chamomilla:not(.textElement) a.button.fill-thuja {
  background: white;
  color: #f1ce00;
}
.chamomilla button.fill-apis,
.chamomilla a.button.fill-apis {
  background: #f1ce00;
}
.bg-chamomilla:not(.textElement) button.fill-apis,
.bg-chamomilla:not(.textElement) a.button.fill-apis {
  background: white;
  color: #f1ce00;
}
.chamomilla button.fill-arnica,
.chamomilla a.button.fill-arnica {
  background: #f1ce00;
}
.bg-chamomilla:not(.textElement) button.fill-arnica,
.bg-chamomilla:not(.textElement) a.button.fill-arnica {
  background: white;
  color: #f1ce00;
}
.chamomilla button.fill-belladonna,
.chamomilla a.button.fill-belladonna {
  background: #f1ce00;
}
.bg-chamomilla:not(.textElement) button.fill-belladonna,
.bg-chamomilla:not(.textElement) a.button.fill-belladonna {
  background: white;
  color: #f1ce00;
}
.chamomilla button.fill-nervo1,
.chamomilla a.button.fill-nervo1 {
  background: #f1ce00;
}
.bg-chamomilla:not(.textElement) button.fill-nervo1,
.bg-chamomilla:not(.textElement) a.button.fill-nervo1 {
  background: white;
  color: #f1ce00;
}
.chamomilla button.fill-nervo2,
.chamomilla a.button.fill-nervo2 {
  background: #f1ce00;
}
.bg-chamomilla:not(.textElement) button.fill-nervo2,
.bg-chamomilla:not(.textElement) a.button.fill-nervo2 {
  background: white;
  color: #f1ce00;
}
.chamomilla button.fill-nervo3,
.chamomilla a.button.fill-nervo3 {
  background: #f1ce00;
}
.bg-chamomilla:not(.textElement) button.fill-nervo3,
.bg-chamomilla:not(.textElement) a.button.fill-nervo3 {
  background: white;
  color: #f1ce00;
}
.chamomilla button.fill-trans1,
.chamomilla a.button.fill-trans1 {
  background: #f1ce00;
}
.bg-chamomilla:not(.textElement) button.fill-trans1,
.bg-chamomilla:not(.textElement) a.button.fill-trans1 {
  background: white;
  color: #f1ce00;
}
.chamomilla button.fill-trans2,
.chamomilla a.button.fill-trans2 {
  background: #f1ce00;
}
.bg-chamomilla:not(.textElement) button.fill-trans2,
.bg-chamomilla:not(.textElement) a.button.fill-trans2 {
  background: white;
  color: #f1ce00;
}
.chamomilla button.fill-trans3,
.chamomilla a.button.fill-trans3 {
  background: #f1ce00;
}
.bg-chamomilla:not(.textElement) button.fill-trans3,
.bg-chamomilla:not(.textElement) a.button.fill-trans3 {
  background: white;
  color: #f1ce00;
}
.chamomilla button.fill-p542c,
.chamomilla a.button.fill-p542c {
  background: #f1ce00;
}
.bg-chamomilla:not(.textElement) button.fill-p542c,
.bg-chamomilla:not(.textElement) a.button.fill-p542c {
  background: white;
  color: #f1ce00;
}
.chamomilla button.fill-p144c,
.chamomilla a.button.fill-p144c {
  background: #f1ce00;
}
.bg-chamomilla:not(.textElement) button.fill-p144c,
.bg-chamomilla:not(.textElement) a.button.fill-p144c {
  background: white;
  color: #f1ce00;
}
.chamomilla button.fill-p7438c,
.chamomilla a.button.fill-p7438c {
  background: #f1ce00;
}
.bg-chamomilla:not(.textElement) button.fill-p7438c,
.bg-chamomilla:not(.textElement) a.button.fill-p7438c {
  background: white;
  color: #f1ce00;
}
.chamomilla button.fill-p7738c,
.chamomilla a.button.fill-p7738c {
  background: #f1ce00;
}
.bg-chamomilla:not(.textElement) button.fill-p7738c,
.bg-chamomilla:not(.textElement) a.button.fill-p7738c {
  background: white;
  color: #f1ce00;
}
.chamomilla button.fill-p4012c,
.chamomilla a.button.fill-p4012c {
  background: #f1ce00;
}
.bg-chamomilla:not(.textElement) button.fill-p4012c,
.bg-chamomilla:not(.textElement) a.button.fill-p4012c {
  background: white;
  color: #f1ce00;
}
.chamomilla button.fill-p2040c,
.chamomilla a.button.fill-p2040c {
  background: #f1ce00;
}
.bg-chamomilla:not(.textElement) button.fill-p2040c,
.bg-chamomilla:not(.textElement) a.button.fill-p2040c {
  background: white;
  color: #f1ce00;
}
.chamomilla button.fill-p128c,
.chamomilla a.button.fill-p128c {
  background: #f1ce00;
}
.bg-chamomilla:not(.textElement) button.fill-p128c,
.bg-chamomilla:not(.textElement) a.button.fill-p128c {
  background: white;
  color: #f1ce00;
}
.chamomilla button.fill-p2557c,
.chamomilla a.button.fill-p2557c {
  background: #f1ce00;
}
.bg-chamomilla:not(.textElement) button.fill-p2557c,
.bg-chamomilla:not(.textElement) a.button.fill-p2557c {
  background: white;
  color: #f1ce00;
}
button.fill-bryonia,
a.button.fill-bryonia {
  background: #e1231b;
  color: white;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
.bryonia button.fill,
.bryonia a.button.fill {
  background: #e1231b;
  color: white;
}
.bg-bryonia:not(.textElement) button.fill,
.bg-bryonia:not(.textElement) a.button.fill {
  background: white;
  color: #e1231b;
}
.bryonia button.fill-bg,
.bryonia a.button.fill-bg {
  background: #e1231b;
}
.bg-bryonia:not(.textElement) button.fill-bg,
.bg-bryonia:not(.textElement) a.button.fill-bg {
  background: white;
  color: #e1231b;
}
.bryonia button.fill-first,
.bryonia a.button.fill-first {
  background: #e1231b;
}
.bg-bryonia:not(.textElement) button.fill-first,
.bg-bryonia:not(.textElement) a.button.fill-first {
  background: white;
  color: #e1231b;
}
.bryonia button.fill-second,
.bryonia a.button.fill-second {
  background: #e1231b;
}
.bg-bryonia:not(.textElement) button.fill-second,
.bg-bryonia:not(.textElement) a.button.fill-second {
  background: white;
  color: #e1231b;
}
.bryonia button.fill-third,
.bryonia a.button.fill-third {
  background: #e1231b;
}
.bg-bryonia:not(.textElement) button.fill-third,
.bg-bryonia:not(.textElement) a.button.fill-third {
  background: white;
  color: #e1231b;
}
.bryonia button.fill-fourth,
.bryonia a.button.fill-fourth {
  background: #e1231b;
}
.bg-bryonia:not(.textElement) button.fill-fourth,
.bg-bryonia:not(.textElement) a.button.fill-fourth {
  background: white;
  color: #e1231b;
}
.bryonia button.fill-fifth,
.bryonia a.button.fill-fifth {
  background: #e1231b;
}
.bg-bryonia:not(.textElement) button.fill-fifth,
.bg-bryonia:not(.textElement) a.button.fill-fifth {
  background: white;
  color: #e1231b;
}
.bryonia button.fill-sixth,
.bryonia a.button.fill-sixth {
  background: #e1231b;
}
.bg-bryonia:not(.textElement) button.fill-sixth,
.bg-bryonia:not(.textElement) a.button.fill-sixth {
  background: white;
  color: #e1231b;
}
.bryonia button.fill-seventh,
.bryonia a.button.fill-seventh {
  background: #e1231b;
}
.bg-bryonia:not(.textElement) button.fill-seventh,
.bg-bryonia:not(.textElement) a.button.fill-seventh {
  background: white;
  color: #e1231b;
}
.bryonia button.fill-otofren,
.bryonia a.button.fill-otofren {
  background: #e1231b;
}
.bg-bryonia:not(.textElement) button.fill-otofren,
.bg-bryonia:not(.textElement) a.button.fill-otofren {
  background: white;
  color: #e1231b;
}
.bryonia button.fill-otofren2,
.bryonia a.button.fill-otofren2 {
  background: #e1231b;
}
.bg-bryonia:not(.textElement) button.fill-otofren2,
.bg-bryonia:not(.textElement) a.button.fill-otofren2 {
  background: white;
  color: #e1231b;
}
.bryonia button.fill-hypericum,
.bryonia a.button.fill-hypericum {
  background: #e1231b;
}
.bg-bryonia:not(.textElement) button.fill-hypericum,
.bg-bryonia:not(.textElement) a.button.fill-hypericum {
  background: white;
  color: #e1231b;
}
.bryonia button.fill-chamomilla,
.bryonia a.button.fill-chamomilla {
  background: #e1231b;
}
.bg-bryonia:not(.textElement) button.fill-chamomilla,
.bg-bryonia:not(.textElement) a.button.fill-chamomilla {
  background: white;
  color: #e1231b;
}
.bryonia button.fill-bryonia,
.bryonia a.button.fill-bryonia {
  background: #e1231b;
}
.bg-bryonia:not(.textElement) button.fill-bryonia,
.bg-bryonia:not(.textElement) a.button.fill-bryonia {
  background: white;
  color: #e1231b;
}
.bryonia button.fill-aconitum,
.bryonia a.button.fill-aconitum {
  background: #e1231b;
}
.bg-bryonia:not(.textElement) button.fill-aconitum,
.bg-bryonia:not(.textElement) a.button.fill-aconitum {
  background: white;
  color: #e1231b;
}
.bryonia button.fill-thuja,
.bryonia a.button.fill-thuja {
  background: #e1231b;
}
.bg-bryonia:not(.textElement) button.fill-thuja,
.bg-bryonia:not(.textElement) a.button.fill-thuja {
  background: white;
  color: #e1231b;
}
.bryonia button.fill-apis,
.bryonia a.button.fill-apis {
  background: #e1231b;
}
.bg-bryonia:not(.textElement) button.fill-apis,
.bg-bryonia:not(.textElement) a.button.fill-apis {
  background: white;
  color: #e1231b;
}
.bryonia button.fill-arnica,
.bryonia a.button.fill-arnica {
  background: #e1231b;
}
.bg-bryonia:not(.textElement) button.fill-arnica,
.bg-bryonia:not(.textElement) a.button.fill-arnica {
  background: white;
  color: #e1231b;
}
.bryonia button.fill-belladonna,
.bryonia a.button.fill-belladonna {
  background: #e1231b;
}
.bg-bryonia:not(.textElement) button.fill-belladonna,
.bg-bryonia:not(.textElement) a.button.fill-belladonna {
  background: white;
  color: #e1231b;
}
.bryonia button.fill-nervo1,
.bryonia a.button.fill-nervo1 {
  background: #e1231b;
}
.bg-bryonia:not(.textElement) button.fill-nervo1,
.bg-bryonia:not(.textElement) a.button.fill-nervo1 {
  background: white;
  color: #e1231b;
}
.bryonia button.fill-nervo2,
.bryonia a.button.fill-nervo2 {
  background: #e1231b;
}
.bg-bryonia:not(.textElement) button.fill-nervo2,
.bg-bryonia:not(.textElement) a.button.fill-nervo2 {
  background: white;
  color: #e1231b;
}
.bryonia button.fill-nervo3,
.bryonia a.button.fill-nervo3 {
  background: #e1231b;
}
.bg-bryonia:not(.textElement) button.fill-nervo3,
.bg-bryonia:not(.textElement) a.button.fill-nervo3 {
  background: white;
  color: #e1231b;
}
.bryonia button.fill-trans1,
.bryonia a.button.fill-trans1 {
  background: #e1231b;
}
.bg-bryonia:not(.textElement) button.fill-trans1,
.bg-bryonia:not(.textElement) a.button.fill-trans1 {
  background: white;
  color: #e1231b;
}
.bryonia button.fill-trans2,
.bryonia a.button.fill-trans2 {
  background: #e1231b;
}
.bg-bryonia:not(.textElement) button.fill-trans2,
.bg-bryonia:not(.textElement) a.button.fill-trans2 {
  background: white;
  color: #e1231b;
}
.bryonia button.fill-trans3,
.bryonia a.button.fill-trans3 {
  background: #e1231b;
}
.bg-bryonia:not(.textElement) button.fill-trans3,
.bg-bryonia:not(.textElement) a.button.fill-trans3 {
  background: white;
  color: #e1231b;
}
.bryonia button.fill-p542c,
.bryonia a.button.fill-p542c {
  background: #e1231b;
}
.bg-bryonia:not(.textElement) button.fill-p542c,
.bg-bryonia:not(.textElement) a.button.fill-p542c {
  background: white;
  color: #e1231b;
}
.bryonia button.fill-p144c,
.bryonia a.button.fill-p144c {
  background: #e1231b;
}
.bg-bryonia:not(.textElement) button.fill-p144c,
.bg-bryonia:not(.textElement) a.button.fill-p144c {
  background: white;
  color: #e1231b;
}
.bryonia button.fill-p7438c,
.bryonia a.button.fill-p7438c {
  background: #e1231b;
}
.bg-bryonia:not(.textElement) button.fill-p7438c,
.bg-bryonia:not(.textElement) a.button.fill-p7438c {
  background: white;
  color: #e1231b;
}
.bryonia button.fill-p7738c,
.bryonia a.button.fill-p7738c {
  background: #e1231b;
}
.bg-bryonia:not(.textElement) button.fill-p7738c,
.bg-bryonia:not(.textElement) a.button.fill-p7738c {
  background: white;
  color: #e1231b;
}
.bryonia button.fill-p4012c,
.bryonia a.button.fill-p4012c {
  background: #e1231b;
}
.bg-bryonia:not(.textElement) button.fill-p4012c,
.bg-bryonia:not(.textElement) a.button.fill-p4012c {
  background: white;
  color: #e1231b;
}
.bryonia button.fill-p2040c,
.bryonia a.button.fill-p2040c {
  background: #e1231b;
}
.bg-bryonia:not(.textElement) button.fill-p2040c,
.bg-bryonia:not(.textElement) a.button.fill-p2040c {
  background: white;
  color: #e1231b;
}
.bryonia button.fill-p128c,
.bryonia a.button.fill-p128c {
  background: #e1231b;
}
.bg-bryonia:not(.textElement) button.fill-p128c,
.bg-bryonia:not(.textElement) a.button.fill-p128c {
  background: white;
  color: #e1231b;
}
.bryonia button.fill-p2557c,
.bryonia a.button.fill-p2557c {
  background: #e1231b;
}
.bg-bryonia:not(.textElement) button.fill-p2557c,
.bg-bryonia:not(.textElement) a.button.fill-p2557c {
  background: white;
  color: #e1231b;
}
button.fill-aconitum,
a.button.fill-aconitum {
  background: #764896;
  color: white;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
.aconitum button.fill,
.aconitum a.button.fill {
  background: #764896;
  color: white;
}
.bg-aconitum:not(.textElement) button.fill,
.bg-aconitum:not(.textElement) a.button.fill {
  background: white;
  color: #764896;
}
.aconitum button.fill-bg,
.aconitum a.button.fill-bg {
  background: #764896;
}
.bg-aconitum:not(.textElement) button.fill-bg,
.bg-aconitum:not(.textElement) a.button.fill-bg {
  background: white;
  color: #764896;
}
.aconitum button.fill-first,
.aconitum a.button.fill-first {
  background: #764896;
}
.bg-aconitum:not(.textElement) button.fill-first,
.bg-aconitum:not(.textElement) a.button.fill-first {
  background: white;
  color: #764896;
}
.aconitum button.fill-second,
.aconitum a.button.fill-second {
  background: #764896;
}
.bg-aconitum:not(.textElement) button.fill-second,
.bg-aconitum:not(.textElement) a.button.fill-second {
  background: white;
  color: #764896;
}
.aconitum button.fill-third,
.aconitum a.button.fill-third {
  background: #764896;
}
.bg-aconitum:not(.textElement) button.fill-third,
.bg-aconitum:not(.textElement) a.button.fill-third {
  background: white;
  color: #764896;
}
.aconitum button.fill-fourth,
.aconitum a.button.fill-fourth {
  background: #764896;
}
.bg-aconitum:not(.textElement) button.fill-fourth,
.bg-aconitum:not(.textElement) a.button.fill-fourth {
  background: white;
  color: #764896;
}
.aconitum button.fill-fifth,
.aconitum a.button.fill-fifth {
  background: #764896;
}
.bg-aconitum:not(.textElement) button.fill-fifth,
.bg-aconitum:not(.textElement) a.button.fill-fifth {
  background: white;
  color: #764896;
}
.aconitum button.fill-sixth,
.aconitum a.button.fill-sixth {
  background: #764896;
}
.bg-aconitum:not(.textElement) button.fill-sixth,
.bg-aconitum:not(.textElement) a.button.fill-sixth {
  background: white;
  color: #764896;
}
.aconitum button.fill-seventh,
.aconitum a.button.fill-seventh {
  background: #764896;
}
.bg-aconitum:not(.textElement) button.fill-seventh,
.bg-aconitum:not(.textElement) a.button.fill-seventh {
  background: white;
  color: #764896;
}
.aconitum button.fill-otofren,
.aconitum a.button.fill-otofren {
  background: #764896;
}
.bg-aconitum:not(.textElement) button.fill-otofren,
.bg-aconitum:not(.textElement) a.button.fill-otofren {
  background: white;
  color: #764896;
}
.aconitum button.fill-otofren2,
.aconitum a.button.fill-otofren2 {
  background: #764896;
}
.bg-aconitum:not(.textElement) button.fill-otofren2,
.bg-aconitum:not(.textElement) a.button.fill-otofren2 {
  background: white;
  color: #764896;
}
.aconitum button.fill-hypericum,
.aconitum a.button.fill-hypericum {
  background: #764896;
}
.bg-aconitum:not(.textElement) button.fill-hypericum,
.bg-aconitum:not(.textElement) a.button.fill-hypericum {
  background: white;
  color: #764896;
}
.aconitum button.fill-chamomilla,
.aconitum a.button.fill-chamomilla {
  background: #764896;
}
.bg-aconitum:not(.textElement) button.fill-chamomilla,
.bg-aconitum:not(.textElement) a.button.fill-chamomilla {
  background: white;
  color: #764896;
}
.aconitum button.fill-bryonia,
.aconitum a.button.fill-bryonia {
  background: #764896;
}
.bg-aconitum:not(.textElement) button.fill-bryonia,
.bg-aconitum:not(.textElement) a.button.fill-bryonia {
  background: white;
  color: #764896;
}
.aconitum button.fill-aconitum,
.aconitum a.button.fill-aconitum {
  background: #764896;
}
.bg-aconitum:not(.textElement) button.fill-aconitum,
.bg-aconitum:not(.textElement) a.button.fill-aconitum {
  background: white;
  color: #764896;
}
.aconitum button.fill-thuja,
.aconitum a.button.fill-thuja {
  background: #764896;
}
.bg-aconitum:not(.textElement) button.fill-thuja,
.bg-aconitum:not(.textElement) a.button.fill-thuja {
  background: white;
  color: #764896;
}
.aconitum button.fill-apis,
.aconitum a.button.fill-apis {
  background: #764896;
}
.bg-aconitum:not(.textElement) button.fill-apis,
.bg-aconitum:not(.textElement) a.button.fill-apis {
  background: white;
  color: #764896;
}
.aconitum button.fill-arnica,
.aconitum a.button.fill-arnica {
  background: #764896;
}
.bg-aconitum:not(.textElement) button.fill-arnica,
.bg-aconitum:not(.textElement) a.button.fill-arnica {
  background: white;
  color: #764896;
}
.aconitum button.fill-belladonna,
.aconitum a.button.fill-belladonna {
  background: #764896;
}
.bg-aconitum:not(.textElement) button.fill-belladonna,
.bg-aconitum:not(.textElement) a.button.fill-belladonna {
  background: white;
  color: #764896;
}
.aconitum button.fill-nervo1,
.aconitum a.button.fill-nervo1 {
  background: #764896;
}
.bg-aconitum:not(.textElement) button.fill-nervo1,
.bg-aconitum:not(.textElement) a.button.fill-nervo1 {
  background: white;
  color: #764896;
}
.aconitum button.fill-nervo2,
.aconitum a.button.fill-nervo2 {
  background: #764896;
}
.bg-aconitum:not(.textElement) button.fill-nervo2,
.bg-aconitum:not(.textElement) a.button.fill-nervo2 {
  background: white;
  color: #764896;
}
.aconitum button.fill-nervo3,
.aconitum a.button.fill-nervo3 {
  background: #764896;
}
.bg-aconitum:not(.textElement) button.fill-nervo3,
.bg-aconitum:not(.textElement) a.button.fill-nervo3 {
  background: white;
  color: #764896;
}
.aconitum button.fill-trans1,
.aconitum a.button.fill-trans1 {
  background: #764896;
}
.bg-aconitum:not(.textElement) button.fill-trans1,
.bg-aconitum:not(.textElement) a.button.fill-trans1 {
  background: white;
  color: #764896;
}
.aconitum button.fill-trans2,
.aconitum a.button.fill-trans2 {
  background: #764896;
}
.bg-aconitum:not(.textElement) button.fill-trans2,
.bg-aconitum:not(.textElement) a.button.fill-trans2 {
  background: white;
  color: #764896;
}
.aconitum button.fill-trans3,
.aconitum a.button.fill-trans3 {
  background: #764896;
}
.bg-aconitum:not(.textElement) button.fill-trans3,
.bg-aconitum:not(.textElement) a.button.fill-trans3 {
  background: white;
  color: #764896;
}
.aconitum button.fill-p542c,
.aconitum a.button.fill-p542c {
  background: #764896;
}
.bg-aconitum:not(.textElement) button.fill-p542c,
.bg-aconitum:not(.textElement) a.button.fill-p542c {
  background: white;
  color: #764896;
}
.aconitum button.fill-p144c,
.aconitum a.button.fill-p144c {
  background: #764896;
}
.bg-aconitum:not(.textElement) button.fill-p144c,
.bg-aconitum:not(.textElement) a.button.fill-p144c {
  background: white;
  color: #764896;
}
.aconitum button.fill-p7438c,
.aconitum a.button.fill-p7438c {
  background: #764896;
}
.bg-aconitum:not(.textElement) button.fill-p7438c,
.bg-aconitum:not(.textElement) a.button.fill-p7438c {
  background: white;
  color: #764896;
}
.aconitum button.fill-p7738c,
.aconitum a.button.fill-p7738c {
  background: #764896;
}
.bg-aconitum:not(.textElement) button.fill-p7738c,
.bg-aconitum:not(.textElement) a.button.fill-p7738c {
  background: white;
  color: #764896;
}
.aconitum button.fill-p4012c,
.aconitum a.button.fill-p4012c {
  background: #764896;
}
.bg-aconitum:not(.textElement) button.fill-p4012c,
.bg-aconitum:not(.textElement) a.button.fill-p4012c {
  background: white;
  color: #764896;
}
.aconitum button.fill-p2040c,
.aconitum a.button.fill-p2040c {
  background: #764896;
}
.bg-aconitum:not(.textElement) button.fill-p2040c,
.bg-aconitum:not(.textElement) a.button.fill-p2040c {
  background: white;
  color: #764896;
}
.aconitum button.fill-p128c,
.aconitum a.button.fill-p128c {
  background: #764896;
}
.bg-aconitum:not(.textElement) button.fill-p128c,
.bg-aconitum:not(.textElement) a.button.fill-p128c {
  background: white;
  color: #764896;
}
.aconitum button.fill-p2557c,
.aconitum a.button.fill-p2557c {
  background: #764896;
}
.bg-aconitum:not(.textElement) button.fill-p2557c,
.bg-aconitum:not(.textElement) a.button.fill-p2557c {
  background: white;
  color: #764896;
}
button.fill-thuja,
a.button.fill-thuja {
  background: #a9c17d;
  color: white;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
.thuja button.fill,
.thuja a.button.fill {
  background: #a9c17d;
  color: white;
}
.bg-thuja:not(.textElement) button.fill,
.bg-thuja:not(.textElement) a.button.fill {
  background: white;
  color: #a9c17d;
}
.thuja button.fill-bg,
.thuja a.button.fill-bg {
  background: #a9c17d;
}
.bg-thuja:not(.textElement) button.fill-bg,
.bg-thuja:not(.textElement) a.button.fill-bg {
  background: white;
  color: #a9c17d;
}
.thuja button.fill-first,
.thuja a.button.fill-first {
  background: #a9c17d;
}
.bg-thuja:not(.textElement) button.fill-first,
.bg-thuja:not(.textElement) a.button.fill-first {
  background: white;
  color: #a9c17d;
}
.thuja button.fill-second,
.thuja a.button.fill-second {
  background: #a9c17d;
}
.bg-thuja:not(.textElement) button.fill-second,
.bg-thuja:not(.textElement) a.button.fill-second {
  background: white;
  color: #a9c17d;
}
.thuja button.fill-third,
.thuja a.button.fill-third {
  background: #a9c17d;
}
.bg-thuja:not(.textElement) button.fill-third,
.bg-thuja:not(.textElement) a.button.fill-third {
  background: white;
  color: #a9c17d;
}
.thuja button.fill-fourth,
.thuja a.button.fill-fourth {
  background: #a9c17d;
}
.bg-thuja:not(.textElement) button.fill-fourth,
.bg-thuja:not(.textElement) a.button.fill-fourth {
  background: white;
  color: #a9c17d;
}
.thuja button.fill-fifth,
.thuja a.button.fill-fifth {
  background: #a9c17d;
}
.bg-thuja:not(.textElement) button.fill-fifth,
.bg-thuja:not(.textElement) a.button.fill-fifth {
  background: white;
  color: #a9c17d;
}
.thuja button.fill-sixth,
.thuja a.button.fill-sixth {
  background: #a9c17d;
}
.bg-thuja:not(.textElement) button.fill-sixth,
.bg-thuja:not(.textElement) a.button.fill-sixth {
  background: white;
  color: #a9c17d;
}
.thuja button.fill-seventh,
.thuja a.button.fill-seventh {
  background: #a9c17d;
}
.bg-thuja:not(.textElement) button.fill-seventh,
.bg-thuja:not(.textElement) a.button.fill-seventh {
  background: white;
  color: #a9c17d;
}
.thuja button.fill-otofren,
.thuja a.button.fill-otofren {
  background: #a9c17d;
}
.bg-thuja:not(.textElement) button.fill-otofren,
.bg-thuja:not(.textElement) a.button.fill-otofren {
  background: white;
  color: #a9c17d;
}
.thuja button.fill-otofren2,
.thuja a.button.fill-otofren2 {
  background: #a9c17d;
}
.bg-thuja:not(.textElement) button.fill-otofren2,
.bg-thuja:not(.textElement) a.button.fill-otofren2 {
  background: white;
  color: #a9c17d;
}
.thuja button.fill-hypericum,
.thuja a.button.fill-hypericum {
  background: #a9c17d;
}
.bg-thuja:not(.textElement) button.fill-hypericum,
.bg-thuja:not(.textElement) a.button.fill-hypericum {
  background: white;
  color: #a9c17d;
}
.thuja button.fill-chamomilla,
.thuja a.button.fill-chamomilla {
  background: #a9c17d;
}
.bg-thuja:not(.textElement) button.fill-chamomilla,
.bg-thuja:not(.textElement) a.button.fill-chamomilla {
  background: white;
  color: #a9c17d;
}
.thuja button.fill-bryonia,
.thuja a.button.fill-bryonia {
  background: #a9c17d;
}
.bg-thuja:not(.textElement) button.fill-bryonia,
.bg-thuja:not(.textElement) a.button.fill-bryonia {
  background: white;
  color: #a9c17d;
}
.thuja button.fill-aconitum,
.thuja a.button.fill-aconitum {
  background: #a9c17d;
}
.bg-thuja:not(.textElement) button.fill-aconitum,
.bg-thuja:not(.textElement) a.button.fill-aconitum {
  background: white;
  color: #a9c17d;
}
.thuja button.fill-thuja,
.thuja a.button.fill-thuja {
  background: #a9c17d;
}
.bg-thuja:not(.textElement) button.fill-thuja,
.bg-thuja:not(.textElement) a.button.fill-thuja {
  background: white;
  color: #a9c17d;
}
.thuja button.fill-apis,
.thuja a.button.fill-apis {
  background: #a9c17d;
}
.bg-thuja:not(.textElement) button.fill-apis,
.bg-thuja:not(.textElement) a.button.fill-apis {
  background: white;
  color: #a9c17d;
}
.thuja button.fill-arnica,
.thuja a.button.fill-arnica {
  background: #a9c17d;
}
.bg-thuja:not(.textElement) button.fill-arnica,
.bg-thuja:not(.textElement) a.button.fill-arnica {
  background: white;
  color: #a9c17d;
}
.thuja button.fill-belladonna,
.thuja a.button.fill-belladonna {
  background: #a9c17d;
}
.bg-thuja:not(.textElement) button.fill-belladonna,
.bg-thuja:not(.textElement) a.button.fill-belladonna {
  background: white;
  color: #a9c17d;
}
.thuja button.fill-nervo1,
.thuja a.button.fill-nervo1 {
  background: #a9c17d;
}
.bg-thuja:not(.textElement) button.fill-nervo1,
.bg-thuja:not(.textElement) a.button.fill-nervo1 {
  background: white;
  color: #a9c17d;
}
.thuja button.fill-nervo2,
.thuja a.button.fill-nervo2 {
  background: #a9c17d;
}
.bg-thuja:not(.textElement) button.fill-nervo2,
.bg-thuja:not(.textElement) a.button.fill-nervo2 {
  background: white;
  color: #a9c17d;
}
.thuja button.fill-nervo3,
.thuja a.button.fill-nervo3 {
  background: #a9c17d;
}
.bg-thuja:not(.textElement) button.fill-nervo3,
.bg-thuja:not(.textElement) a.button.fill-nervo3 {
  background: white;
  color: #a9c17d;
}
.thuja button.fill-trans1,
.thuja a.button.fill-trans1 {
  background: #a9c17d;
}
.bg-thuja:not(.textElement) button.fill-trans1,
.bg-thuja:not(.textElement) a.button.fill-trans1 {
  background: white;
  color: #a9c17d;
}
.thuja button.fill-trans2,
.thuja a.button.fill-trans2 {
  background: #a9c17d;
}
.bg-thuja:not(.textElement) button.fill-trans2,
.bg-thuja:not(.textElement) a.button.fill-trans2 {
  background: white;
  color: #a9c17d;
}
.thuja button.fill-trans3,
.thuja a.button.fill-trans3 {
  background: #a9c17d;
}
.bg-thuja:not(.textElement) button.fill-trans3,
.bg-thuja:not(.textElement) a.button.fill-trans3 {
  background: white;
  color: #a9c17d;
}
.thuja button.fill-p542c,
.thuja a.button.fill-p542c {
  background: #a9c17d;
}
.bg-thuja:not(.textElement) button.fill-p542c,
.bg-thuja:not(.textElement) a.button.fill-p542c {
  background: white;
  color: #a9c17d;
}
.thuja button.fill-p144c,
.thuja a.button.fill-p144c {
  background: #a9c17d;
}
.bg-thuja:not(.textElement) button.fill-p144c,
.bg-thuja:not(.textElement) a.button.fill-p144c {
  background: white;
  color: #a9c17d;
}
.thuja button.fill-p7438c,
.thuja a.button.fill-p7438c {
  background: #a9c17d;
}
.bg-thuja:not(.textElement) button.fill-p7438c,
.bg-thuja:not(.textElement) a.button.fill-p7438c {
  background: white;
  color: #a9c17d;
}
.thuja button.fill-p7738c,
.thuja a.button.fill-p7738c {
  background: #a9c17d;
}
.bg-thuja:not(.textElement) button.fill-p7738c,
.bg-thuja:not(.textElement) a.button.fill-p7738c {
  background: white;
  color: #a9c17d;
}
.thuja button.fill-p4012c,
.thuja a.button.fill-p4012c {
  background: #a9c17d;
}
.bg-thuja:not(.textElement) button.fill-p4012c,
.bg-thuja:not(.textElement) a.button.fill-p4012c {
  background: white;
  color: #a9c17d;
}
.thuja button.fill-p2040c,
.thuja a.button.fill-p2040c {
  background: #a9c17d;
}
.bg-thuja:not(.textElement) button.fill-p2040c,
.bg-thuja:not(.textElement) a.button.fill-p2040c {
  background: white;
  color: #a9c17d;
}
.thuja button.fill-p128c,
.thuja a.button.fill-p128c {
  background: #a9c17d;
}
.bg-thuja:not(.textElement) button.fill-p128c,
.bg-thuja:not(.textElement) a.button.fill-p128c {
  background: white;
  color: #a9c17d;
}
.thuja button.fill-p2557c,
.thuja a.button.fill-p2557c {
  background: #a9c17d;
}
.bg-thuja:not(.textElement) button.fill-p2557c,
.bg-thuja:not(.textElement) a.button.fill-p2557c {
  background: white;
  color: #a9c17d;
}
button.fill-apis,
a.button.fill-apis {
  background: #f0ad00;
  color: white;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
.apis button.fill,
.apis a.button.fill {
  background: #f0ad00;
  color: white;
}
.bg-apis:not(.textElement) button.fill,
.bg-apis:not(.textElement) a.button.fill {
  background: white;
  color: #f0ad00;
}
.apis button.fill-bg,
.apis a.button.fill-bg {
  background: #f0ad00;
}
.bg-apis:not(.textElement) button.fill-bg,
.bg-apis:not(.textElement) a.button.fill-bg {
  background: white;
  color: #f0ad00;
}
.apis button.fill-first,
.apis a.button.fill-first {
  background: #f0ad00;
}
.bg-apis:not(.textElement) button.fill-first,
.bg-apis:not(.textElement) a.button.fill-first {
  background: white;
  color: #f0ad00;
}
.apis button.fill-second,
.apis a.button.fill-second {
  background: #f0ad00;
}
.bg-apis:not(.textElement) button.fill-second,
.bg-apis:not(.textElement) a.button.fill-second {
  background: white;
  color: #f0ad00;
}
.apis button.fill-third,
.apis a.button.fill-third {
  background: #f0ad00;
}
.bg-apis:not(.textElement) button.fill-third,
.bg-apis:not(.textElement) a.button.fill-third {
  background: white;
  color: #f0ad00;
}
.apis button.fill-fourth,
.apis a.button.fill-fourth {
  background: #f0ad00;
}
.bg-apis:not(.textElement) button.fill-fourth,
.bg-apis:not(.textElement) a.button.fill-fourth {
  background: white;
  color: #f0ad00;
}
.apis button.fill-fifth,
.apis a.button.fill-fifth {
  background: #f0ad00;
}
.bg-apis:not(.textElement) button.fill-fifth,
.bg-apis:not(.textElement) a.button.fill-fifth {
  background: white;
  color: #f0ad00;
}
.apis button.fill-sixth,
.apis a.button.fill-sixth {
  background: #f0ad00;
}
.bg-apis:not(.textElement) button.fill-sixth,
.bg-apis:not(.textElement) a.button.fill-sixth {
  background: white;
  color: #f0ad00;
}
.apis button.fill-seventh,
.apis a.button.fill-seventh {
  background: #f0ad00;
}
.bg-apis:not(.textElement) button.fill-seventh,
.bg-apis:not(.textElement) a.button.fill-seventh {
  background: white;
  color: #f0ad00;
}
.apis button.fill-otofren,
.apis a.button.fill-otofren {
  background: #f0ad00;
}
.bg-apis:not(.textElement) button.fill-otofren,
.bg-apis:not(.textElement) a.button.fill-otofren {
  background: white;
  color: #f0ad00;
}
.apis button.fill-otofren2,
.apis a.button.fill-otofren2 {
  background: #f0ad00;
}
.bg-apis:not(.textElement) button.fill-otofren2,
.bg-apis:not(.textElement) a.button.fill-otofren2 {
  background: white;
  color: #f0ad00;
}
.apis button.fill-hypericum,
.apis a.button.fill-hypericum {
  background: #f0ad00;
}
.bg-apis:not(.textElement) button.fill-hypericum,
.bg-apis:not(.textElement) a.button.fill-hypericum {
  background: white;
  color: #f0ad00;
}
.apis button.fill-chamomilla,
.apis a.button.fill-chamomilla {
  background: #f0ad00;
}
.bg-apis:not(.textElement) button.fill-chamomilla,
.bg-apis:not(.textElement) a.button.fill-chamomilla {
  background: white;
  color: #f0ad00;
}
.apis button.fill-bryonia,
.apis a.button.fill-bryonia {
  background: #f0ad00;
}
.bg-apis:not(.textElement) button.fill-bryonia,
.bg-apis:not(.textElement) a.button.fill-bryonia {
  background: white;
  color: #f0ad00;
}
.apis button.fill-aconitum,
.apis a.button.fill-aconitum {
  background: #f0ad00;
}
.bg-apis:not(.textElement) button.fill-aconitum,
.bg-apis:not(.textElement) a.button.fill-aconitum {
  background: white;
  color: #f0ad00;
}
.apis button.fill-thuja,
.apis a.button.fill-thuja {
  background: #f0ad00;
}
.bg-apis:not(.textElement) button.fill-thuja,
.bg-apis:not(.textElement) a.button.fill-thuja {
  background: white;
  color: #f0ad00;
}
.apis button.fill-apis,
.apis a.button.fill-apis {
  background: #f0ad00;
}
.bg-apis:not(.textElement) button.fill-apis,
.bg-apis:not(.textElement) a.button.fill-apis {
  background: white;
  color: #f0ad00;
}
.apis button.fill-arnica,
.apis a.button.fill-arnica {
  background: #f0ad00;
}
.bg-apis:not(.textElement) button.fill-arnica,
.bg-apis:not(.textElement) a.button.fill-arnica {
  background: white;
  color: #f0ad00;
}
.apis button.fill-belladonna,
.apis a.button.fill-belladonna {
  background: #f0ad00;
}
.bg-apis:not(.textElement) button.fill-belladonna,
.bg-apis:not(.textElement) a.button.fill-belladonna {
  background: white;
  color: #f0ad00;
}
.apis button.fill-nervo1,
.apis a.button.fill-nervo1 {
  background: #f0ad00;
}
.bg-apis:not(.textElement) button.fill-nervo1,
.bg-apis:not(.textElement) a.button.fill-nervo1 {
  background: white;
  color: #f0ad00;
}
.apis button.fill-nervo2,
.apis a.button.fill-nervo2 {
  background: #f0ad00;
}
.bg-apis:not(.textElement) button.fill-nervo2,
.bg-apis:not(.textElement) a.button.fill-nervo2 {
  background: white;
  color: #f0ad00;
}
.apis button.fill-nervo3,
.apis a.button.fill-nervo3 {
  background: #f0ad00;
}
.bg-apis:not(.textElement) button.fill-nervo3,
.bg-apis:not(.textElement) a.button.fill-nervo3 {
  background: white;
  color: #f0ad00;
}
.apis button.fill-trans1,
.apis a.button.fill-trans1 {
  background: #f0ad00;
}
.bg-apis:not(.textElement) button.fill-trans1,
.bg-apis:not(.textElement) a.button.fill-trans1 {
  background: white;
  color: #f0ad00;
}
.apis button.fill-trans2,
.apis a.button.fill-trans2 {
  background: #f0ad00;
}
.bg-apis:not(.textElement) button.fill-trans2,
.bg-apis:not(.textElement) a.button.fill-trans2 {
  background: white;
  color: #f0ad00;
}
.apis button.fill-trans3,
.apis a.button.fill-trans3 {
  background: #f0ad00;
}
.bg-apis:not(.textElement) button.fill-trans3,
.bg-apis:not(.textElement) a.button.fill-trans3 {
  background: white;
  color: #f0ad00;
}
.apis button.fill-p542c,
.apis a.button.fill-p542c {
  background: #f0ad00;
}
.bg-apis:not(.textElement) button.fill-p542c,
.bg-apis:not(.textElement) a.button.fill-p542c {
  background: white;
  color: #f0ad00;
}
.apis button.fill-p144c,
.apis a.button.fill-p144c {
  background: #f0ad00;
}
.bg-apis:not(.textElement) button.fill-p144c,
.bg-apis:not(.textElement) a.button.fill-p144c {
  background: white;
  color: #f0ad00;
}
.apis button.fill-p7438c,
.apis a.button.fill-p7438c {
  background: #f0ad00;
}
.bg-apis:not(.textElement) button.fill-p7438c,
.bg-apis:not(.textElement) a.button.fill-p7438c {
  background: white;
  color: #f0ad00;
}
.apis button.fill-p7738c,
.apis a.button.fill-p7738c {
  background: #f0ad00;
}
.bg-apis:not(.textElement) button.fill-p7738c,
.bg-apis:not(.textElement) a.button.fill-p7738c {
  background: white;
  color: #f0ad00;
}
.apis button.fill-p4012c,
.apis a.button.fill-p4012c {
  background: #f0ad00;
}
.bg-apis:not(.textElement) button.fill-p4012c,
.bg-apis:not(.textElement) a.button.fill-p4012c {
  background: white;
  color: #f0ad00;
}
.apis button.fill-p2040c,
.apis a.button.fill-p2040c {
  background: #f0ad00;
}
.bg-apis:not(.textElement) button.fill-p2040c,
.bg-apis:not(.textElement) a.button.fill-p2040c {
  background: white;
  color: #f0ad00;
}
.apis button.fill-p128c,
.apis a.button.fill-p128c {
  background: #f0ad00;
}
.bg-apis:not(.textElement) button.fill-p128c,
.bg-apis:not(.textElement) a.button.fill-p128c {
  background: white;
  color: #f0ad00;
}
.apis button.fill-p2557c,
.apis a.button.fill-p2557c {
  background: #f0ad00;
}
.bg-apis:not(.textElement) button.fill-p2557c,
.bg-apis:not(.textElement) a.button.fill-p2557c {
  background: white;
  color: #f0ad00;
}
button.fill-arnica,
a.button.fill-arnica {
  background: #eb7802;
  color: white;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
.arnica button.fill,
.arnica a.button.fill {
  background: #eb7802;
  color: white;
}
.bg-arnica:not(.textElement) button.fill,
.bg-arnica:not(.textElement) a.button.fill {
  background: white;
  color: #eb7802;
}
.arnica button.fill-bg,
.arnica a.button.fill-bg {
  background: #eb7802;
}
.bg-arnica:not(.textElement) button.fill-bg,
.bg-arnica:not(.textElement) a.button.fill-bg {
  background: white;
  color: #eb7802;
}
.arnica button.fill-first,
.arnica a.button.fill-first {
  background: #eb7802;
}
.bg-arnica:not(.textElement) button.fill-first,
.bg-arnica:not(.textElement) a.button.fill-first {
  background: white;
  color: #eb7802;
}
.arnica button.fill-second,
.arnica a.button.fill-second {
  background: #eb7802;
}
.bg-arnica:not(.textElement) button.fill-second,
.bg-arnica:not(.textElement) a.button.fill-second {
  background: white;
  color: #eb7802;
}
.arnica button.fill-third,
.arnica a.button.fill-third {
  background: #eb7802;
}
.bg-arnica:not(.textElement) button.fill-third,
.bg-arnica:not(.textElement) a.button.fill-third {
  background: white;
  color: #eb7802;
}
.arnica button.fill-fourth,
.arnica a.button.fill-fourth {
  background: #eb7802;
}
.bg-arnica:not(.textElement) button.fill-fourth,
.bg-arnica:not(.textElement) a.button.fill-fourth {
  background: white;
  color: #eb7802;
}
.arnica button.fill-fifth,
.arnica a.button.fill-fifth {
  background: #eb7802;
}
.bg-arnica:not(.textElement) button.fill-fifth,
.bg-arnica:not(.textElement) a.button.fill-fifth {
  background: white;
  color: #eb7802;
}
.arnica button.fill-sixth,
.arnica a.button.fill-sixth {
  background: #eb7802;
}
.bg-arnica:not(.textElement) button.fill-sixth,
.bg-arnica:not(.textElement) a.button.fill-sixth {
  background: white;
  color: #eb7802;
}
.arnica button.fill-seventh,
.arnica a.button.fill-seventh {
  background: #eb7802;
}
.bg-arnica:not(.textElement) button.fill-seventh,
.bg-arnica:not(.textElement) a.button.fill-seventh {
  background: white;
  color: #eb7802;
}
.arnica button.fill-otofren,
.arnica a.button.fill-otofren {
  background: #eb7802;
}
.bg-arnica:not(.textElement) button.fill-otofren,
.bg-arnica:not(.textElement) a.button.fill-otofren {
  background: white;
  color: #eb7802;
}
.arnica button.fill-otofren2,
.arnica a.button.fill-otofren2 {
  background: #eb7802;
}
.bg-arnica:not(.textElement) button.fill-otofren2,
.bg-arnica:not(.textElement) a.button.fill-otofren2 {
  background: white;
  color: #eb7802;
}
.arnica button.fill-hypericum,
.arnica a.button.fill-hypericum {
  background: #eb7802;
}
.bg-arnica:not(.textElement) button.fill-hypericum,
.bg-arnica:not(.textElement) a.button.fill-hypericum {
  background: white;
  color: #eb7802;
}
.arnica button.fill-chamomilla,
.arnica a.button.fill-chamomilla {
  background: #eb7802;
}
.bg-arnica:not(.textElement) button.fill-chamomilla,
.bg-arnica:not(.textElement) a.button.fill-chamomilla {
  background: white;
  color: #eb7802;
}
.arnica button.fill-bryonia,
.arnica a.button.fill-bryonia {
  background: #eb7802;
}
.bg-arnica:not(.textElement) button.fill-bryonia,
.bg-arnica:not(.textElement) a.button.fill-bryonia {
  background: white;
  color: #eb7802;
}
.arnica button.fill-aconitum,
.arnica a.button.fill-aconitum {
  background: #eb7802;
}
.bg-arnica:not(.textElement) button.fill-aconitum,
.bg-arnica:not(.textElement) a.button.fill-aconitum {
  background: white;
  color: #eb7802;
}
.arnica button.fill-thuja,
.arnica a.button.fill-thuja {
  background: #eb7802;
}
.bg-arnica:not(.textElement) button.fill-thuja,
.bg-arnica:not(.textElement) a.button.fill-thuja {
  background: white;
  color: #eb7802;
}
.arnica button.fill-apis,
.arnica a.button.fill-apis {
  background: #eb7802;
}
.bg-arnica:not(.textElement) button.fill-apis,
.bg-arnica:not(.textElement) a.button.fill-apis {
  background: white;
  color: #eb7802;
}
.arnica button.fill-arnica,
.arnica a.button.fill-arnica {
  background: #eb7802;
}
.bg-arnica:not(.textElement) button.fill-arnica,
.bg-arnica:not(.textElement) a.button.fill-arnica {
  background: white;
  color: #eb7802;
}
.arnica button.fill-belladonna,
.arnica a.button.fill-belladonna {
  background: #eb7802;
}
.bg-arnica:not(.textElement) button.fill-belladonna,
.bg-arnica:not(.textElement) a.button.fill-belladonna {
  background: white;
  color: #eb7802;
}
.arnica button.fill-nervo1,
.arnica a.button.fill-nervo1 {
  background: #eb7802;
}
.bg-arnica:not(.textElement) button.fill-nervo1,
.bg-arnica:not(.textElement) a.button.fill-nervo1 {
  background: white;
  color: #eb7802;
}
.arnica button.fill-nervo2,
.arnica a.button.fill-nervo2 {
  background: #eb7802;
}
.bg-arnica:not(.textElement) button.fill-nervo2,
.bg-arnica:not(.textElement) a.button.fill-nervo2 {
  background: white;
  color: #eb7802;
}
.arnica button.fill-nervo3,
.arnica a.button.fill-nervo3 {
  background: #eb7802;
}
.bg-arnica:not(.textElement) button.fill-nervo3,
.bg-arnica:not(.textElement) a.button.fill-nervo3 {
  background: white;
  color: #eb7802;
}
.arnica button.fill-trans1,
.arnica a.button.fill-trans1 {
  background: #eb7802;
}
.bg-arnica:not(.textElement) button.fill-trans1,
.bg-arnica:not(.textElement) a.button.fill-trans1 {
  background: white;
  color: #eb7802;
}
.arnica button.fill-trans2,
.arnica a.button.fill-trans2 {
  background: #eb7802;
}
.bg-arnica:not(.textElement) button.fill-trans2,
.bg-arnica:not(.textElement) a.button.fill-trans2 {
  background: white;
  color: #eb7802;
}
.arnica button.fill-trans3,
.arnica a.button.fill-trans3 {
  background: #eb7802;
}
.bg-arnica:not(.textElement) button.fill-trans3,
.bg-arnica:not(.textElement) a.button.fill-trans3 {
  background: white;
  color: #eb7802;
}
.arnica button.fill-p542c,
.arnica a.button.fill-p542c {
  background: #eb7802;
}
.bg-arnica:not(.textElement) button.fill-p542c,
.bg-arnica:not(.textElement) a.button.fill-p542c {
  background: white;
  color: #eb7802;
}
.arnica button.fill-p144c,
.arnica a.button.fill-p144c {
  background: #eb7802;
}
.bg-arnica:not(.textElement) button.fill-p144c,
.bg-arnica:not(.textElement) a.button.fill-p144c {
  background: white;
  color: #eb7802;
}
.arnica button.fill-p7438c,
.arnica a.button.fill-p7438c {
  background: #eb7802;
}
.bg-arnica:not(.textElement) button.fill-p7438c,
.bg-arnica:not(.textElement) a.button.fill-p7438c {
  background: white;
  color: #eb7802;
}
.arnica button.fill-p7738c,
.arnica a.button.fill-p7738c {
  background: #eb7802;
}
.bg-arnica:not(.textElement) button.fill-p7738c,
.bg-arnica:not(.textElement) a.button.fill-p7738c {
  background: white;
  color: #eb7802;
}
.arnica button.fill-p4012c,
.arnica a.button.fill-p4012c {
  background: #eb7802;
}
.bg-arnica:not(.textElement) button.fill-p4012c,
.bg-arnica:not(.textElement) a.button.fill-p4012c {
  background: white;
  color: #eb7802;
}
.arnica button.fill-p2040c,
.arnica a.button.fill-p2040c {
  background: #eb7802;
}
.bg-arnica:not(.textElement) button.fill-p2040c,
.bg-arnica:not(.textElement) a.button.fill-p2040c {
  background: white;
  color: #eb7802;
}
.arnica button.fill-p128c,
.arnica a.button.fill-p128c {
  background: #eb7802;
}
.bg-arnica:not(.textElement) button.fill-p128c,
.bg-arnica:not(.textElement) a.button.fill-p128c {
  background: white;
  color: #eb7802;
}
.arnica button.fill-p2557c,
.arnica a.button.fill-p2557c {
  background: #eb7802;
}
.bg-arnica:not(.textElement) button.fill-p2557c,
.bg-arnica:not(.textElement) a.button.fill-p2557c {
  background: white;
  color: #eb7802;
}
button.fill-belladonna,
a.button.fill-belladonna {
  background: #392050;
  color: white;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
.belladonna button.fill,
.belladonna a.button.fill {
  background: #392050;
  color: white;
}
.bg-belladonna:not(.textElement) button.fill,
.bg-belladonna:not(.textElement) a.button.fill {
  background: white;
  color: #392050;
}
.belladonna button.fill-bg,
.belladonna a.button.fill-bg {
  background: #392050;
}
.bg-belladonna:not(.textElement) button.fill-bg,
.bg-belladonna:not(.textElement) a.button.fill-bg {
  background: white;
  color: #392050;
}
.belladonna button.fill-first,
.belladonna a.button.fill-first {
  background: #392050;
}
.bg-belladonna:not(.textElement) button.fill-first,
.bg-belladonna:not(.textElement) a.button.fill-first {
  background: white;
  color: #392050;
}
.belladonna button.fill-second,
.belladonna a.button.fill-second {
  background: #392050;
}
.bg-belladonna:not(.textElement) button.fill-second,
.bg-belladonna:not(.textElement) a.button.fill-second {
  background: white;
  color: #392050;
}
.belladonna button.fill-third,
.belladonna a.button.fill-third {
  background: #392050;
}
.bg-belladonna:not(.textElement) button.fill-third,
.bg-belladonna:not(.textElement) a.button.fill-third {
  background: white;
  color: #392050;
}
.belladonna button.fill-fourth,
.belladonna a.button.fill-fourth {
  background: #392050;
}
.bg-belladonna:not(.textElement) button.fill-fourth,
.bg-belladonna:not(.textElement) a.button.fill-fourth {
  background: white;
  color: #392050;
}
.belladonna button.fill-fifth,
.belladonna a.button.fill-fifth {
  background: #392050;
}
.bg-belladonna:not(.textElement) button.fill-fifth,
.bg-belladonna:not(.textElement) a.button.fill-fifth {
  background: white;
  color: #392050;
}
.belladonna button.fill-sixth,
.belladonna a.button.fill-sixth {
  background: #392050;
}
.bg-belladonna:not(.textElement) button.fill-sixth,
.bg-belladonna:not(.textElement) a.button.fill-sixth {
  background: white;
  color: #392050;
}
.belladonna button.fill-seventh,
.belladonna a.button.fill-seventh {
  background: #392050;
}
.bg-belladonna:not(.textElement) button.fill-seventh,
.bg-belladonna:not(.textElement) a.button.fill-seventh {
  background: white;
  color: #392050;
}
.belladonna button.fill-otofren,
.belladonna a.button.fill-otofren {
  background: #392050;
}
.bg-belladonna:not(.textElement) button.fill-otofren,
.bg-belladonna:not(.textElement) a.button.fill-otofren {
  background: white;
  color: #392050;
}
.belladonna button.fill-otofren2,
.belladonna a.button.fill-otofren2 {
  background: #392050;
}
.bg-belladonna:not(.textElement) button.fill-otofren2,
.bg-belladonna:not(.textElement) a.button.fill-otofren2 {
  background: white;
  color: #392050;
}
.belladonna button.fill-hypericum,
.belladonna a.button.fill-hypericum {
  background: #392050;
}
.bg-belladonna:not(.textElement) button.fill-hypericum,
.bg-belladonna:not(.textElement) a.button.fill-hypericum {
  background: white;
  color: #392050;
}
.belladonna button.fill-chamomilla,
.belladonna a.button.fill-chamomilla {
  background: #392050;
}
.bg-belladonna:not(.textElement) button.fill-chamomilla,
.bg-belladonna:not(.textElement) a.button.fill-chamomilla {
  background: white;
  color: #392050;
}
.belladonna button.fill-bryonia,
.belladonna a.button.fill-bryonia {
  background: #392050;
}
.bg-belladonna:not(.textElement) button.fill-bryonia,
.bg-belladonna:not(.textElement) a.button.fill-bryonia {
  background: white;
  color: #392050;
}
.belladonna button.fill-aconitum,
.belladonna a.button.fill-aconitum {
  background: #392050;
}
.bg-belladonna:not(.textElement) button.fill-aconitum,
.bg-belladonna:not(.textElement) a.button.fill-aconitum {
  background: white;
  color: #392050;
}
.belladonna button.fill-thuja,
.belladonna a.button.fill-thuja {
  background: #392050;
}
.bg-belladonna:not(.textElement) button.fill-thuja,
.bg-belladonna:not(.textElement) a.button.fill-thuja {
  background: white;
  color: #392050;
}
.belladonna button.fill-apis,
.belladonna a.button.fill-apis {
  background: #392050;
}
.bg-belladonna:not(.textElement) button.fill-apis,
.bg-belladonna:not(.textElement) a.button.fill-apis {
  background: white;
  color: #392050;
}
.belladonna button.fill-arnica,
.belladonna a.button.fill-arnica {
  background: #392050;
}
.bg-belladonna:not(.textElement) button.fill-arnica,
.bg-belladonna:not(.textElement) a.button.fill-arnica {
  background: white;
  color: #392050;
}
.belladonna button.fill-belladonna,
.belladonna a.button.fill-belladonna {
  background: #392050;
}
.bg-belladonna:not(.textElement) button.fill-belladonna,
.bg-belladonna:not(.textElement) a.button.fill-belladonna {
  background: white;
  color: #392050;
}
.belladonna button.fill-nervo1,
.belladonna a.button.fill-nervo1 {
  background: #392050;
}
.bg-belladonna:not(.textElement) button.fill-nervo1,
.bg-belladonna:not(.textElement) a.button.fill-nervo1 {
  background: white;
  color: #392050;
}
.belladonna button.fill-nervo2,
.belladonna a.button.fill-nervo2 {
  background: #392050;
}
.bg-belladonna:not(.textElement) button.fill-nervo2,
.bg-belladonna:not(.textElement) a.button.fill-nervo2 {
  background: white;
  color: #392050;
}
.belladonna button.fill-nervo3,
.belladonna a.button.fill-nervo3 {
  background: #392050;
}
.bg-belladonna:not(.textElement) button.fill-nervo3,
.bg-belladonna:not(.textElement) a.button.fill-nervo3 {
  background: white;
  color: #392050;
}
.belladonna button.fill-trans1,
.belladonna a.button.fill-trans1 {
  background: #392050;
}
.bg-belladonna:not(.textElement) button.fill-trans1,
.bg-belladonna:not(.textElement) a.button.fill-trans1 {
  background: white;
  color: #392050;
}
.belladonna button.fill-trans2,
.belladonna a.button.fill-trans2 {
  background: #392050;
}
.bg-belladonna:not(.textElement) button.fill-trans2,
.bg-belladonna:not(.textElement) a.button.fill-trans2 {
  background: white;
  color: #392050;
}
.belladonna button.fill-trans3,
.belladonna a.button.fill-trans3 {
  background: #392050;
}
.bg-belladonna:not(.textElement) button.fill-trans3,
.bg-belladonna:not(.textElement) a.button.fill-trans3 {
  background: white;
  color: #392050;
}
.belladonna button.fill-p542c,
.belladonna a.button.fill-p542c {
  background: #392050;
}
.bg-belladonna:not(.textElement) button.fill-p542c,
.bg-belladonna:not(.textElement) a.button.fill-p542c {
  background: white;
  color: #392050;
}
.belladonna button.fill-p144c,
.belladonna a.button.fill-p144c {
  background: #392050;
}
.bg-belladonna:not(.textElement) button.fill-p144c,
.bg-belladonna:not(.textElement) a.button.fill-p144c {
  background: white;
  color: #392050;
}
.belladonna button.fill-p7438c,
.belladonna a.button.fill-p7438c {
  background: #392050;
}
.bg-belladonna:not(.textElement) button.fill-p7438c,
.bg-belladonna:not(.textElement) a.button.fill-p7438c {
  background: white;
  color: #392050;
}
.belladonna button.fill-p7738c,
.belladonna a.button.fill-p7738c {
  background: #392050;
}
.bg-belladonna:not(.textElement) button.fill-p7738c,
.bg-belladonna:not(.textElement) a.button.fill-p7738c {
  background: white;
  color: #392050;
}
.belladonna button.fill-p4012c,
.belladonna a.button.fill-p4012c {
  background: #392050;
}
.bg-belladonna:not(.textElement) button.fill-p4012c,
.bg-belladonna:not(.textElement) a.button.fill-p4012c {
  background: white;
  color: #392050;
}
.belladonna button.fill-p2040c,
.belladonna a.button.fill-p2040c {
  background: #392050;
}
.bg-belladonna:not(.textElement) button.fill-p2040c,
.bg-belladonna:not(.textElement) a.button.fill-p2040c {
  background: white;
  color: #392050;
}
.belladonna button.fill-p128c,
.belladonna a.button.fill-p128c {
  background: #392050;
}
.bg-belladonna:not(.textElement) button.fill-p128c,
.bg-belladonna:not(.textElement) a.button.fill-p128c {
  background: white;
  color: #392050;
}
.belladonna button.fill-p2557c,
.belladonna a.button.fill-p2557c {
  background: #392050;
}
.bg-belladonna:not(.textElement) button.fill-p2557c,
.bg-belladonna:not(.textElement) a.button.fill-p2557c {
  background: white;
  color: #392050;
}
button.fill-nervo1,
a.button.fill-nervo1 {
  background: #4c8d2b;
  color: white;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
.nervo1 button.fill,
.nervo1 a.button.fill {
  background: #4c8d2b;
  color: white;
}
.bg-nervo1:not(.textElement) button.fill,
.bg-nervo1:not(.textElement) a.button.fill {
  background: white;
  color: #4c8d2b;
}
.nervo1 button.fill-bg,
.nervo1 a.button.fill-bg {
  background: #4c8d2b;
}
.bg-nervo1:not(.textElement) button.fill-bg,
.bg-nervo1:not(.textElement) a.button.fill-bg {
  background: white;
  color: #4c8d2b;
}
.nervo1 button.fill-first,
.nervo1 a.button.fill-first {
  background: #4c8d2b;
}
.bg-nervo1:not(.textElement) button.fill-first,
.bg-nervo1:not(.textElement) a.button.fill-first {
  background: white;
  color: #4c8d2b;
}
.nervo1 button.fill-second,
.nervo1 a.button.fill-second {
  background: #4c8d2b;
}
.bg-nervo1:not(.textElement) button.fill-second,
.bg-nervo1:not(.textElement) a.button.fill-second {
  background: white;
  color: #4c8d2b;
}
.nervo1 button.fill-third,
.nervo1 a.button.fill-third {
  background: #4c8d2b;
}
.bg-nervo1:not(.textElement) button.fill-third,
.bg-nervo1:not(.textElement) a.button.fill-third {
  background: white;
  color: #4c8d2b;
}
.nervo1 button.fill-fourth,
.nervo1 a.button.fill-fourth {
  background: #4c8d2b;
}
.bg-nervo1:not(.textElement) button.fill-fourth,
.bg-nervo1:not(.textElement) a.button.fill-fourth {
  background: white;
  color: #4c8d2b;
}
.nervo1 button.fill-fifth,
.nervo1 a.button.fill-fifth {
  background: #4c8d2b;
}
.bg-nervo1:not(.textElement) button.fill-fifth,
.bg-nervo1:not(.textElement) a.button.fill-fifth {
  background: white;
  color: #4c8d2b;
}
.nervo1 button.fill-sixth,
.nervo1 a.button.fill-sixth {
  background: #4c8d2b;
}
.bg-nervo1:not(.textElement) button.fill-sixth,
.bg-nervo1:not(.textElement) a.button.fill-sixth {
  background: white;
  color: #4c8d2b;
}
.nervo1 button.fill-seventh,
.nervo1 a.button.fill-seventh {
  background: #4c8d2b;
}
.bg-nervo1:not(.textElement) button.fill-seventh,
.bg-nervo1:not(.textElement) a.button.fill-seventh {
  background: white;
  color: #4c8d2b;
}
.nervo1 button.fill-otofren,
.nervo1 a.button.fill-otofren {
  background: #4c8d2b;
}
.bg-nervo1:not(.textElement) button.fill-otofren,
.bg-nervo1:not(.textElement) a.button.fill-otofren {
  background: white;
  color: #4c8d2b;
}
.nervo1 button.fill-otofren2,
.nervo1 a.button.fill-otofren2 {
  background: #4c8d2b;
}
.bg-nervo1:not(.textElement) button.fill-otofren2,
.bg-nervo1:not(.textElement) a.button.fill-otofren2 {
  background: white;
  color: #4c8d2b;
}
.nervo1 button.fill-hypericum,
.nervo1 a.button.fill-hypericum {
  background: #4c8d2b;
}
.bg-nervo1:not(.textElement) button.fill-hypericum,
.bg-nervo1:not(.textElement) a.button.fill-hypericum {
  background: white;
  color: #4c8d2b;
}
.nervo1 button.fill-chamomilla,
.nervo1 a.button.fill-chamomilla {
  background: #4c8d2b;
}
.bg-nervo1:not(.textElement) button.fill-chamomilla,
.bg-nervo1:not(.textElement) a.button.fill-chamomilla {
  background: white;
  color: #4c8d2b;
}
.nervo1 button.fill-bryonia,
.nervo1 a.button.fill-bryonia {
  background: #4c8d2b;
}
.bg-nervo1:not(.textElement) button.fill-bryonia,
.bg-nervo1:not(.textElement) a.button.fill-bryonia {
  background: white;
  color: #4c8d2b;
}
.nervo1 button.fill-aconitum,
.nervo1 a.button.fill-aconitum {
  background: #4c8d2b;
}
.bg-nervo1:not(.textElement) button.fill-aconitum,
.bg-nervo1:not(.textElement) a.button.fill-aconitum {
  background: white;
  color: #4c8d2b;
}
.nervo1 button.fill-thuja,
.nervo1 a.button.fill-thuja {
  background: #4c8d2b;
}
.bg-nervo1:not(.textElement) button.fill-thuja,
.bg-nervo1:not(.textElement) a.button.fill-thuja {
  background: white;
  color: #4c8d2b;
}
.nervo1 button.fill-apis,
.nervo1 a.button.fill-apis {
  background: #4c8d2b;
}
.bg-nervo1:not(.textElement) button.fill-apis,
.bg-nervo1:not(.textElement) a.button.fill-apis {
  background: white;
  color: #4c8d2b;
}
.nervo1 button.fill-arnica,
.nervo1 a.button.fill-arnica {
  background: #4c8d2b;
}
.bg-nervo1:not(.textElement) button.fill-arnica,
.bg-nervo1:not(.textElement) a.button.fill-arnica {
  background: white;
  color: #4c8d2b;
}
.nervo1 button.fill-belladonna,
.nervo1 a.button.fill-belladonna {
  background: #4c8d2b;
}
.bg-nervo1:not(.textElement) button.fill-belladonna,
.bg-nervo1:not(.textElement) a.button.fill-belladonna {
  background: white;
  color: #4c8d2b;
}
.nervo1 button.fill-nervo1,
.nervo1 a.button.fill-nervo1 {
  background: #4c8d2b;
}
.bg-nervo1:not(.textElement) button.fill-nervo1,
.bg-nervo1:not(.textElement) a.button.fill-nervo1 {
  background: white;
  color: #4c8d2b;
}
.nervo1 button.fill-nervo2,
.nervo1 a.button.fill-nervo2 {
  background: #4c8d2b;
}
.bg-nervo1:not(.textElement) button.fill-nervo2,
.bg-nervo1:not(.textElement) a.button.fill-nervo2 {
  background: white;
  color: #4c8d2b;
}
.nervo1 button.fill-nervo3,
.nervo1 a.button.fill-nervo3 {
  background: #4c8d2b;
}
.bg-nervo1:not(.textElement) button.fill-nervo3,
.bg-nervo1:not(.textElement) a.button.fill-nervo3 {
  background: white;
  color: #4c8d2b;
}
.nervo1 button.fill-trans1,
.nervo1 a.button.fill-trans1 {
  background: #4c8d2b;
}
.bg-nervo1:not(.textElement) button.fill-trans1,
.bg-nervo1:not(.textElement) a.button.fill-trans1 {
  background: white;
  color: #4c8d2b;
}
.nervo1 button.fill-trans2,
.nervo1 a.button.fill-trans2 {
  background: #4c8d2b;
}
.bg-nervo1:not(.textElement) button.fill-trans2,
.bg-nervo1:not(.textElement) a.button.fill-trans2 {
  background: white;
  color: #4c8d2b;
}
.nervo1 button.fill-trans3,
.nervo1 a.button.fill-trans3 {
  background: #4c8d2b;
}
.bg-nervo1:not(.textElement) button.fill-trans3,
.bg-nervo1:not(.textElement) a.button.fill-trans3 {
  background: white;
  color: #4c8d2b;
}
.nervo1 button.fill-p542c,
.nervo1 a.button.fill-p542c {
  background: #4c8d2b;
}
.bg-nervo1:not(.textElement) button.fill-p542c,
.bg-nervo1:not(.textElement) a.button.fill-p542c {
  background: white;
  color: #4c8d2b;
}
.nervo1 button.fill-p144c,
.nervo1 a.button.fill-p144c {
  background: #4c8d2b;
}
.bg-nervo1:not(.textElement) button.fill-p144c,
.bg-nervo1:not(.textElement) a.button.fill-p144c {
  background: white;
  color: #4c8d2b;
}
.nervo1 button.fill-p7438c,
.nervo1 a.button.fill-p7438c {
  background: #4c8d2b;
}
.bg-nervo1:not(.textElement) button.fill-p7438c,
.bg-nervo1:not(.textElement) a.button.fill-p7438c {
  background: white;
  color: #4c8d2b;
}
.nervo1 button.fill-p7738c,
.nervo1 a.button.fill-p7738c {
  background: #4c8d2b;
}
.bg-nervo1:not(.textElement) button.fill-p7738c,
.bg-nervo1:not(.textElement) a.button.fill-p7738c {
  background: white;
  color: #4c8d2b;
}
.nervo1 button.fill-p4012c,
.nervo1 a.button.fill-p4012c {
  background: #4c8d2b;
}
.bg-nervo1:not(.textElement) button.fill-p4012c,
.bg-nervo1:not(.textElement) a.button.fill-p4012c {
  background: white;
  color: #4c8d2b;
}
.nervo1 button.fill-p2040c,
.nervo1 a.button.fill-p2040c {
  background: #4c8d2b;
}
.bg-nervo1:not(.textElement) button.fill-p2040c,
.bg-nervo1:not(.textElement) a.button.fill-p2040c {
  background: white;
  color: #4c8d2b;
}
.nervo1 button.fill-p128c,
.nervo1 a.button.fill-p128c {
  background: #4c8d2b;
}
.bg-nervo1:not(.textElement) button.fill-p128c,
.bg-nervo1:not(.textElement) a.button.fill-p128c {
  background: white;
  color: #4c8d2b;
}
.nervo1 button.fill-p2557c,
.nervo1 a.button.fill-p2557c {
  background: #4c8d2b;
}
.bg-nervo1:not(.textElement) button.fill-p2557c,
.bg-nervo1:not(.textElement) a.button.fill-p2557c {
  background: white;
  color: #4c8d2b;
}
button.fill-nervo2,
a.button.fill-nervo2 {
  background: #002f6c;
  color: white;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
.nervo2 button.fill,
.nervo2 a.button.fill {
  background: #002f6c;
  color: white;
}
.bg-nervo2:not(.textElement) button.fill,
.bg-nervo2:not(.textElement) a.button.fill {
  background: white;
  color: #002f6c;
}
.nervo2 button.fill-bg,
.nervo2 a.button.fill-bg {
  background: #002f6c;
}
.bg-nervo2:not(.textElement) button.fill-bg,
.bg-nervo2:not(.textElement) a.button.fill-bg {
  background: white;
  color: #002f6c;
}
.nervo2 button.fill-first,
.nervo2 a.button.fill-first {
  background: #002f6c;
}
.bg-nervo2:not(.textElement) button.fill-first,
.bg-nervo2:not(.textElement) a.button.fill-first {
  background: white;
  color: #002f6c;
}
.nervo2 button.fill-second,
.nervo2 a.button.fill-second {
  background: #002f6c;
}
.bg-nervo2:not(.textElement) button.fill-second,
.bg-nervo2:not(.textElement) a.button.fill-second {
  background: white;
  color: #002f6c;
}
.nervo2 button.fill-third,
.nervo2 a.button.fill-third {
  background: #002f6c;
}
.bg-nervo2:not(.textElement) button.fill-third,
.bg-nervo2:not(.textElement) a.button.fill-third {
  background: white;
  color: #002f6c;
}
.nervo2 button.fill-fourth,
.nervo2 a.button.fill-fourth {
  background: #002f6c;
}
.bg-nervo2:not(.textElement) button.fill-fourth,
.bg-nervo2:not(.textElement) a.button.fill-fourth {
  background: white;
  color: #002f6c;
}
.nervo2 button.fill-fifth,
.nervo2 a.button.fill-fifth {
  background: #002f6c;
}
.bg-nervo2:not(.textElement) button.fill-fifth,
.bg-nervo2:not(.textElement) a.button.fill-fifth {
  background: white;
  color: #002f6c;
}
.nervo2 button.fill-sixth,
.nervo2 a.button.fill-sixth {
  background: #002f6c;
}
.bg-nervo2:not(.textElement) button.fill-sixth,
.bg-nervo2:not(.textElement) a.button.fill-sixth {
  background: white;
  color: #002f6c;
}
.nervo2 button.fill-seventh,
.nervo2 a.button.fill-seventh {
  background: #002f6c;
}
.bg-nervo2:not(.textElement) button.fill-seventh,
.bg-nervo2:not(.textElement) a.button.fill-seventh {
  background: white;
  color: #002f6c;
}
.nervo2 button.fill-otofren,
.nervo2 a.button.fill-otofren {
  background: #002f6c;
}
.bg-nervo2:not(.textElement) button.fill-otofren,
.bg-nervo2:not(.textElement) a.button.fill-otofren {
  background: white;
  color: #002f6c;
}
.nervo2 button.fill-otofren2,
.nervo2 a.button.fill-otofren2 {
  background: #002f6c;
}
.bg-nervo2:not(.textElement) button.fill-otofren2,
.bg-nervo2:not(.textElement) a.button.fill-otofren2 {
  background: white;
  color: #002f6c;
}
.nervo2 button.fill-hypericum,
.nervo2 a.button.fill-hypericum {
  background: #002f6c;
}
.bg-nervo2:not(.textElement) button.fill-hypericum,
.bg-nervo2:not(.textElement) a.button.fill-hypericum {
  background: white;
  color: #002f6c;
}
.nervo2 button.fill-chamomilla,
.nervo2 a.button.fill-chamomilla {
  background: #002f6c;
}
.bg-nervo2:not(.textElement) button.fill-chamomilla,
.bg-nervo2:not(.textElement) a.button.fill-chamomilla {
  background: white;
  color: #002f6c;
}
.nervo2 button.fill-bryonia,
.nervo2 a.button.fill-bryonia {
  background: #002f6c;
}
.bg-nervo2:not(.textElement) button.fill-bryonia,
.bg-nervo2:not(.textElement) a.button.fill-bryonia {
  background: white;
  color: #002f6c;
}
.nervo2 button.fill-aconitum,
.nervo2 a.button.fill-aconitum {
  background: #002f6c;
}
.bg-nervo2:not(.textElement) button.fill-aconitum,
.bg-nervo2:not(.textElement) a.button.fill-aconitum {
  background: white;
  color: #002f6c;
}
.nervo2 button.fill-thuja,
.nervo2 a.button.fill-thuja {
  background: #002f6c;
}
.bg-nervo2:not(.textElement) button.fill-thuja,
.bg-nervo2:not(.textElement) a.button.fill-thuja {
  background: white;
  color: #002f6c;
}
.nervo2 button.fill-apis,
.nervo2 a.button.fill-apis {
  background: #002f6c;
}
.bg-nervo2:not(.textElement) button.fill-apis,
.bg-nervo2:not(.textElement) a.button.fill-apis {
  background: white;
  color: #002f6c;
}
.nervo2 button.fill-arnica,
.nervo2 a.button.fill-arnica {
  background: #002f6c;
}
.bg-nervo2:not(.textElement) button.fill-arnica,
.bg-nervo2:not(.textElement) a.button.fill-arnica {
  background: white;
  color: #002f6c;
}
.nervo2 button.fill-belladonna,
.nervo2 a.button.fill-belladonna {
  background: #002f6c;
}
.bg-nervo2:not(.textElement) button.fill-belladonna,
.bg-nervo2:not(.textElement) a.button.fill-belladonna {
  background: white;
  color: #002f6c;
}
.nervo2 button.fill-nervo1,
.nervo2 a.button.fill-nervo1 {
  background: #002f6c;
}
.bg-nervo2:not(.textElement) button.fill-nervo1,
.bg-nervo2:not(.textElement) a.button.fill-nervo1 {
  background: white;
  color: #002f6c;
}
.nervo2 button.fill-nervo2,
.nervo2 a.button.fill-nervo2 {
  background: #002f6c;
}
.bg-nervo2:not(.textElement) button.fill-nervo2,
.bg-nervo2:not(.textElement) a.button.fill-nervo2 {
  background: white;
  color: #002f6c;
}
.nervo2 button.fill-nervo3,
.nervo2 a.button.fill-nervo3 {
  background: #002f6c;
}
.bg-nervo2:not(.textElement) button.fill-nervo3,
.bg-nervo2:not(.textElement) a.button.fill-nervo3 {
  background: white;
  color: #002f6c;
}
.nervo2 button.fill-trans1,
.nervo2 a.button.fill-trans1 {
  background: #002f6c;
}
.bg-nervo2:not(.textElement) button.fill-trans1,
.bg-nervo2:not(.textElement) a.button.fill-trans1 {
  background: white;
  color: #002f6c;
}
.nervo2 button.fill-trans2,
.nervo2 a.button.fill-trans2 {
  background: #002f6c;
}
.bg-nervo2:not(.textElement) button.fill-trans2,
.bg-nervo2:not(.textElement) a.button.fill-trans2 {
  background: white;
  color: #002f6c;
}
.nervo2 button.fill-trans3,
.nervo2 a.button.fill-trans3 {
  background: #002f6c;
}
.bg-nervo2:not(.textElement) button.fill-trans3,
.bg-nervo2:not(.textElement) a.button.fill-trans3 {
  background: white;
  color: #002f6c;
}
.nervo2 button.fill-p542c,
.nervo2 a.button.fill-p542c {
  background: #002f6c;
}
.bg-nervo2:not(.textElement) button.fill-p542c,
.bg-nervo2:not(.textElement) a.button.fill-p542c {
  background: white;
  color: #002f6c;
}
.nervo2 button.fill-p144c,
.nervo2 a.button.fill-p144c {
  background: #002f6c;
}
.bg-nervo2:not(.textElement) button.fill-p144c,
.bg-nervo2:not(.textElement) a.button.fill-p144c {
  background: white;
  color: #002f6c;
}
.nervo2 button.fill-p7438c,
.nervo2 a.button.fill-p7438c {
  background: #002f6c;
}
.bg-nervo2:not(.textElement) button.fill-p7438c,
.bg-nervo2:not(.textElement) a.button.fill-p7438c {
  background: white;
  color: #002f6c;
}
.nervo2 button.fill-p7738c,
.nervo2 a.button.fill-p7738c {
  background: #002f6c;
}
.bg-nervo2:not(.textElement) button.fill-p7738c,
.bg-nervo2:not(.textElement) a.button.fill-p7738c {
  background: white;
  color: #002f6c;
}
.nervo2 button.fill-p4012c,
.nervo2 a.button.fill-p4012c {
  background: #002f6c;
}
.bg-nervo2:not(.textElement) button.fill-p4012c,
.bg-nervo2:not(.textElement) a.button.fill-p4012c {
  background: white;
  color: #002f6c;
}
.nervo2 button.fill-p2040c,
.nervo2 a.button.fill-p2040c {
  background: #002f6c;
}
.bg-nervo2:not(.textElement) button.fill-p2040c,
.bg-nervo2:not(.textElement) a.button.fill-p2040c {
  background: white;
  color: #002f6c;
}
.nervo2 button.fill-p128c,
.nervo2 a.button.fill-p128c {
  background: #002f6c;
}
.bg-nervo2:not(.textElement) button.fill-p128c,
.bg-nervo2:not(.textElement) a.button.fill-p128c {
  background: white;
  color: #002f6c;
}
.nervo2 button.fill-p2557c,
.nervo2 a.button.fill-p2557c {
  background: #002f6c;
}
.bg-nervo2:not(.textElement) button.fill-p2557c,
.bg-nervo2:not(.textElement) a.button.fill-p2557c {
  background: white;
  color: #002f6c;
}
button.fill-nervo3,
a.button.fill-nervo3 {
  background: #bfdad2;
  color: white;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
.nervo3 button.fill,
.nervo3 a.button.fill {
  background: #bfdad2;
  color: white;
}
.bg-nervo3:not(.textElement) button.fill,
.bg-nervo3:not(.textElement) a.button.fill {
  background: white;
  color: #bfdad2;
}
.nervo3 button.fill-bg,
.nervo3 a.button.fill-bg {
  background: #bfdad2;
}
.bg-nervo3:not(.textElement) button.fill-bg,
.bg-nervo3:not(.textElement) a.button.fill-bg {
  background: white;
  color: #bfdad2;
}
.nervo3 button.fill-first,
.nervo3 a.button.fill-first {
  background: #bfdad2;
}
.bg-nervo3:not(.textElement) button.fill-first,
.bg-nervo3:not(.textElement) a.button.fill-first {
  background: white;
  color: #bfdad2;
}
.nervo3 button.fill-second,
.nervo3 a.button.fill-second {
  background: #bfdad2;
}
.bg-nervo3:not(.textElement) button.fill-second,
.bg-nervo3:not(.textElement) a.button.fill-second {
  background: white;
  color: #bfdad2;
}
.nervo3 button.fill-third,
.nervo3 a.button.fill-third {
  background: #bfdad2;
}
.bg-nervo3:not(.textElement) button.fill-third,
.bg-nervo3:not(.textElement) a.button.fill-third {
  background: white;
  color: #bfdad2;
}
.nervo3 button.fill-fourth,
.nervo3 a.button.fill-fourth {
  background: #bfdad2;
}
.bg-nervo3:not(.textElement) button.fill-fourth,
.bg-nervo3:not(.textElement) a.button.fill-fourth {
  background: white;
  color: #bfdad2;
}
.nervo3 button.fill-fifth,
.nervo3 a.button.fill-fifth {
  background: #bfdad2;
}
.bg-nervo3:not(.textElement) button.fill-fifth,
.bg-nervo3:not(.textElement) a.button.fill-fifth {
  background: white;
  color: #bfdad2;
}
.nervo3 button.fill-sixth,
.nervo3 a.button.fill-sixth {
  background: #bfdad2;
}
.bg-nervo3:not(.textElement) button.fill-sixth,
.bg-nervo3:not(.textElement) a.button.fill-sixth {
  background: white;
  color: #bfdad2;
}
.nervo3 button.fill-seventh,
.nervo3 a.button.fill-seventh {
  background: #bfdad2;
}
.bg-nervo3:not(.textElement) button.fill-seventh,
.bg-nervo3:not(.textElement) a.button.fill-seventh {
  background: white;
  color: #bfdad2;
}
.nervo3 button.fill-otofren,
.nervo3 a.button.fill-otofren {
  background: #bfdad2;
}
.bg-nervo3:not(.textElement) button.fill-otofren,
.bg-nervo3:not(.textElement) a.button.fill-otofren {
  background: white;
  color: #bfdad2;
}
.nervo3 button.fill-otofren2,
.nervo3 a.button.fill-otofren2 {
  background: #bfdad2;
}
.bg-nervo3:not(.textElement) button.fill-otofren2,
.bg-nervo3:not(.textElement) a.button.fill-otofren2 {
  background: white;
  color: #bfdad2;
}
.nervo3 button.fill-hypericum,
.nervo3 a.button.fill-hypericum {
  background: #bfdad2;
}
.bg-nervo3:not(.textElement) button.fill-hypericum,
.bg-nervo3:not(.textElement) a.button.fill-hypericum {
  background: white;
  color: #bfdad2;
}
.nervo3 button.fill-chamomilla,
.nervo3 a.button.fill-chamomilla {
  background: #bfdad2;
}
.bg-nervo3:not(.textElement) button.fill-chamomilla,
.bg-nervo3:not(.textElement) a.button.fill-chamomilla {
  background: white;
  color: #bfdad2;
}
.nervo3 button.fill-bryonia,
.nervo3 a.button.fill-bryonia {
  background: #bfdad2;
}
.bg-nervo3:not(.textElement) button.fill-bryonia,
.bg-nervo3:not(.textElement) a.button.fill-bryonia {
  background: white;
  color: #bfdad2;
}
.nervo3 button.fill-aconitum,
.nervo3 a.button.fill-aconitum {
  background: #bfdad2;
}
.bg-nervo3:not(.textElement) button.fill-aconitum,
.bg-nervo3:not(.textElement) a.button.fill-aconitum {
  background: white;
  color: #bfdad2;
}
.nervo3 button.fill-thuja,
.nervo3 a.button.fill-thuja {
  background: #bfdad2;
}
.bg-nervo3:not(.textElement) button.fill-thuja,
.bg-nervo3:not(.textElement) a.button.fill-thuja {
  background: white;
  color: #bfdad2;
}
.nervo3 button.fill-apis,
.nervo3 a.button.fill-apis {
  background: #bfdad2;
}
.bg-nervo3:not(.textElement) button.fill-apis,
.bg-nervo3:not(.textElement) a.button.fill-apis {
  background: white;
  color: #bfdad2;
}
.nervo3 button.fill-arnica,
.nervo3 a.button.fill-arnica {
  background: #bfdad2;
}
.bg-nervo3:not(.textElement) button.fill-arnica,
.bg-nervo3:not(.textElement) a.button.fill-arnica {
  background: white;
  color: #bfdad2;
}
.nervo3 button.fill-belladonna,
.nervo3 a.button.fill-belladonna {
  background: #bfdad2;
}
.bg-nervo3:not(.textElement) button.fill-belladonna,
.bg-nervo3:not(.textElement) a.button.fill-belladonna {
  background: white;
  color: #bfdad2;
}
.nervo3 button.fill-nervo1,
.nervo3 a.button.fill-nervo1 {
  background: #bfdad2;
}
.bg-nervo3:not(.textElement) button.fill-nervo1,
.bg-nervo3:not(.textElement) a.button.fill-nervo1 {
  background: white;
  color: #bfdad2;
}
.nervo3 button.fill-nervo2,
.nervo3 a.button.fill-nervo2 {
  background: #bfdad2;
}
.bg-nervo3:not(.textElement) button.fill-nervo2,
.bg-nervo3:not(.textElement) a.button.fill-nervo2 {
  background: white;
  color: #bfdad2;
}
.nervo3 button.fill-nervo3,
.nervo3 a.button.fill-nervo3 {
  background: #bfdad2;
}
.bg-nervo3:not(.textElement) button.fill-nervo3,
.bg-nervo3:not(.textElement) a.button.fill-nervo3 {
  background: white;
  color: #bfdad2;
}
.nervo3 button.fill-trans1,
.nervo3 a.button.fill-trans1 {
  background: #bfdad2;
}
.bg-nervo3:not(.textElement) button.fill-trans1,
.bg-nervo3:not(.textElement) a.button.fill-trans1 {
  background: white;
  color: #bfdad2;
}
.nervo3 button.fill-trans2,
.nervo3 a.button.fill-trans2 {
  background: #bfdad2;
}
.bg-nervo3:not(.textElement) button.fill-trans2,
.bg-nervo3:not(.textElement) a.button.fill-trans2 {
  background: white;
  color: #bfdad2;
}
.nervo3 button.fill-trans3,
.nervo3 a.button.fill-trans3 {
  background: #bfdad2;
}
.bg-nervo3:not(.textElement) button.fill-trans3,
.bg-nervo3:not(.textElement) a.button.fill-trans3 {
  background: white;
  color: #bfdad2;
}
.nervo3 button.fill-p542c,
.nervo3 a.button.fill-p542c {
  background: #bfdad2;
}
.bg-nervo3:not(.textElement) button.fill-p542c,
.bg-nervo3:not(.textElement) a.button.fill-p542c {
  background: white;
  color: #bfdad2;
}
.nervo3 button.fill-p144c,
.nervo3 a.button.fill-p144c {
  background: #bfdad2;
}
.bg-nervo3:not(.textElement) button.fill-p144c,
.bg-nervo3:not(.textElement) a.button.fill-p144c {
  background: white;
  color: #bfdad2;
}
.nervo3 button.fill-p7438c,
.nervo3 a.button.fill-p7438c {
  background: #bfdad2;
}
.bg-nervo3:not(.textElement) button.fill-p7438c,
.bg-nervo3:not(.textElement) a.button.fill-p7438c {
  background: white;
  color: #bfdad2;
}
.nervo3 button.fill-p7738c,
.nervo3 a.button.fill-p7738c {
  background: #bfdad2;
}
.bg-nervo3:not(.textElement) button.fill-p7738c,
.bg-nervo3:not(.textElement) a.button.fill-p7738c {
  background: white;
  color: #bfdad2;
}
.nervo3 button.fill-p4012c,
.nervo3 a.button.fill-p4012c {
  background: #bfdad2;
}
.bg-nervo3:not(.textElement) button.fill-p4012c,
.bg-nervo3:not(.textElement) a.button.fill-p4012c {
  background: white;
  color: #bfdad2;
}
.nervo3 button.fill-p2040c,
.nervo3 a.button.fill-p2040c {
  background: #bfdad2;
}
.bg-nervo3:not(.textElement) button.fill-p2040c,
.bg-nervo3:not(.textElement) a.button.fill-p2040c {
  background: white;
  color: #bfdad2;
}
.nervo3 button.fill-p128c,
.nervo3 a.button.fill-p128c {
  background: #bfdad2;
}
.bg-nervo3:not(.textElement) button.fill-p128c,
.bg-nervo3:not(.textElement) a.button.fill-p128c {
  background: white;
  color: #bfdad2;
}
.nervo3 button.fill-p2557c,
.nervo3 a.button.fill-p2557c {
  background: #bfdad2;
}
.bg-nervo3:not(.textElement) button.fill-p2557c,
.bg-nervo3:not(.textElement) a.button.fill-p2557c {
  background: white;
  color: #bfdad2;
}
button.fill-trans1,
a.button.fill-trans1 {
  background: black;
  color: white;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
.trans1 button.fill,
.trans1 a.button.fill {
  background: black;
  color: white;
}
.bg-trans1:not(.textElement) button.fill,
.bg-trans1:not(.textElement) a.button.fill {
  background: white;
  color: black;
}
.trans1 button.fill-bg,
.trans1 a.button.fill-bg {
  background: black;
}
.bg-trans1:not(.textElement) button.fill-bg,
.bg-trans1:not(.textElement) a.button.fill-bg {
  background: white;
  color: black;
}
.trans1 button.fill-first,
.trans1 a.button.fill-first {
  background: black;
}
.bg-trans1:not(.textElement) button.fill-first,
.bg-trans1:not(.textElement) a.button.fill-first {
  background: white;
  color: black;
}
.trans1 button.fill-second,
.trans1 a.button.fill-second {
  background: black;
}
.bg-trans1:not(.textElement) button.fill-second,
.bg-trans1:not(.textElement) a.button.fill-second {
  background: white;
  color: black;
}
.trans1 button.fill-third,
.trans1 a.button.fill-third {
  background: black;
}
.bg-trans1:not(.textElement) button.fill-third,
.bg-trans1:not(.textElement) a.button.fill-third {
  background: white;
  color: black;
}
.trans1 button.fill-fourth,
.trans1 a.button.fill-fourth {
  background: black;
}
.bg-trans1:not(.textElement) button.fill-fourth,
.bg-trans1:not(.textElement) a.button.fill-fourth {
  background: white;
  color: black;
}
.trans1 button.fill-fifth,
.trans1 a.button.fill-fifth {
  background: black;
}
.bg-trans1:not(.textElement) button.fill-fifth,
.bg-trans1:not(.textElement) a.button.fill-fifth {
  background: white;
  color: black;
}
.trans1 button.fill-sixth,
.trans1 a.button.fill-sixth {
  background: black;
}
.bg-trans1:not(.textElement) button.fill-sixth,
.bg-trans1:not(.textElement) a.button.fill-sixth {
  background: white;
  color: black;
}
.trans1 button.fill-seventh,
.trans1 a.button.fill-seventh {
  background: black;
}
.bg-trans1:not(.textElement) button.fill-seventh,
.bg-trans1:not(.textElement) a.button.fill-seventh {
  background: white;
  color: black;
}
.trans1 button.fill-otofren,
.trans1 a.button.fill-otofren {
  background: black;
}
.bg-trans1:not(.textElement) button.fill-otofren,
.bg-trans1:not(.textElement) a.button.fill-otofren {
  background: white;
  color: black;
}
.trans1 button.fill-otofren2,
.trans1 a.button.fill-otofren2 {
  background: black;
}
.bg-trans1:not(.textElement) button.fill-otofren2,
.bg-trans1:not(.textElement) a.button.fill-otofren2 {
  background: white;
  color: black;
}
.trans1 button.fill-hypericum,
.trans1 a.button.fill-hypericum {
  background: black;
}
.bg-trans1:not(.textElement) button.fill-hypericum,
.bg-trans1:not(.textElement) a.button.fill-hypericum {
  background: white;
  color: black;
}
.trans1 button.fill-chamomilla,
.trans1 a.button.fill-chamomilla {
  background: black;
}
.bg-trans1:not(.textElement) button.fill-chamomilla,
.bg-trans1:not(.textElement) a.button.fill-chamomilla {
  background: white;
  color: black;
}
.trans1 button.fill-bryonia,
.trans1 a.button.fill-bryonia {
  background: black;
}
.bg-trans1:not(.textElement) button.fill-bryonia,
.bg-trans1:not(.textElement) a.button.fill-bryonia {
  background: white;
  color: black;
}
.trans1 button.fill-aconitum,
.trans1 a.button.fill-aconitum {
  background: black;
}
.bg-trans1:not(.textElement) button.fill-aconitum,
.bg-trans1:not(.textElement) a.button.fill-aconitum {
  background: white;
  color: black;
}
.trans1 button.fill-thuja,
.trans1 a.button.fill-thuja {
  background: black;
}
.bg-trans1:not(.textElement) button.fill-thuja,
.bg-trans1:not(.textElement) a.button.fill-thuja {
  background: white;
  color: black;
}
.trans1 button.fill-apis,
.trans1 a.button.fill-apis {
  background: black;
}
.bg-trans1:not(.textElement) button.fill-apis,
.bg-trans1:not(.textElement) a.button.fill-apis {
  background: white;
  color: black;
}
.trans1 button.fill-arnica,
.trans1 a.button.fill-arnica {
  background: black;
}
.bg-trans1:not(.textElement) button.fill-arnica,
.bg-trans1:not(.textElement) a.button.fill-arnica {
  background: white;
  color: black;
}
.trans1 button.fill-belladonna,
.trans1 a.button.fill-belladonna {
  background: black;
}
.bg-trans1:not(.textElement) button.fill-belladonna,
.bg-trans1:not(.textElement) a.button.fill-belladonna {
  background: white;
  color: black;
}
.trans1 button.fill-nervo1,
.trans1 a.button.fill-nervo1 {
  background: black;
}
.bg-trans1:not(.textElement) button.fill-nervo1,
.bg-trans1:not(.textElement) a.button.fill-nervo1 {
  background: white;
  color: black;
}
.trans1 button.fill-nervo2,
.trans1 a.button.fill-nervo2 {
  background: black;
}
.bg-trans1:not(.textElement) button.fill-nervo2,
.bg-trans1:not(.textElement) a.button.fill-nervo2 {
  background: white;
  color: black;
}
.trans1 button.fill-nervo3,
.trans1 a.button.fill-nervo3 {
  background: black;
}
.bg-trans1:not(.textElement) button.fill-nervo3,
.bg-trans1:not(.textElement) a.button.fill-nervo3 {
  background: white;
  color: black;
}
.trans1 button.fill-trans1,
.trans1 a.button.fill-trans1 {
  background: black;
}
.bg-trans1:not(.textElement) button.fill-trans1,
.bg-trans1:not(.textElement) a.button.fill-trans1 {
  background: white;
  color: black;
}
.trans1 button.fill-trans2,
.trans1 a.button.fill-trans2 {
  background: black;
}
.bg-trans1:not(.textElement) button.fill-trans2,
.bg-trans1:not(.textElement) a.button.fill-trans2 {
  background: white;
  color: black;
}
.trans1 button.fill-trans3,
.trans1 a.button.fill-trans3 {
  background: black;
}
.bg-trans1:not(.textElement) button.fill-trans3,
.bg-trans1:not(.textElement) a.button.fill-trans3 {
  background: white;
  color: black;
}
.trans1 button.fill-p542c,
.trans1 a.button.fill-p542c {
  background: black;
}
.bg-trans1:not(.textElement) button.fill-p542c,
.bg-trans1:not(.textElement) a.button.fill-p542c {
  background: white;
  color: black;
}
.trans1 button.fill-p144c,
.trans1 a.button.fill-p144c {
  background: black;
}
.bg-trans1:not(.textElement) button.fill-p144c,
.bg-trans1:not(.textElement) a.button.fill-p144c {
  background: white;
  color: black;
}
.trans1 button.fill-p7438c,
.trans1 a.button.fill-p7438c {
  background: black;
}
.bg-trans1:not(.textElement) button.fill-p7438c,
.bg-trans1:not(.textElement) a.button.fill-p7438c {
  background: white;
  color: black;
}
.trans1 button.fill-p7738c,
.trans1 a.button.fill-p7738c {
  background: black;
}
.bg-trans1:not(.textElement) button.fill-p7738c,
.bg-trans1:not(.textElement) a.button.fill-p7738c {
  background: white;
  color: black;
}
.trans1 button.fill-p4012c,
.trans1 a.button.fill-p4012c {
  background: black;
}
.bg-trans1:not(.textElement) button.fill-p4012c,
.bg-trans1:not(.textElement) a.button.fill-p4012c {
  background: white;
  color: black;
}
.trans1 button.fill-p2040c,
.trans1 a.button.fill-p2040c {
  background: black;
}
.bg-trans1:not(.textElement) button.fill-p2040c,
.bg-trans1:not(.textElement) a.button.fill-p2040c {
  background: white;
  color: black;
}
.trans1 button.fill-p128c,
.trans1 a.button.fill-p128c {
  background: black;
}
.bg-trans1:not(.textElement) button.fill-p128c,
.bg-trans1:not(.textElement) a.button.fill-p128c {
  background: white;
  color: black;
}
.trans1 button.fill-p2557c,
.trans1 a.button.fill-p2557c {
  background: black;
}
.bg-trans1:not(.textElement) button.fill-p2557c,
.bg-trans1:not(.textElement) a.button.fill-p2557c {
  background: white;
  color: black;
}
button.fill-trans2,
a.button.fill-trans2 {
  background: black;
  color: white;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
.trans2 button.fill,
.trans2 a.button.fill {
  background: black;
  color: white;
}
.bg-trans2:not(.textElement) button.fill,
.bg-trans2:not(.textElement) a.button.fill {
  background: white;
  color: black;
}
.trans2 button.fill-bg,
.trans2 a.button.fill-bg {
  background: black;
}
.bg-trans2:not(.textElement) button.fill-bg,
.bg-trans2:not(.textElement) a.button.fill-bg {
  background: white;
  color: black;
}
.trans2 button.fill-first,
.trans2 a.button.fill-first {
  background: black;
}
.bg-trans2:not(.textElement) button.fill-first,
.bg-trans2:not(.textElement) a.button.fill-first {
  background: white;
  color: black;
}
.trans2 button.fill-second,
.trans2 a.button.fill-second {
  background: black;
}
.bg-trans2:not(.textElement) button.fill-second,
.bg-trans2:not(.textElement) a.button.fill-second {
  background: white;
  color: black;
}
.trans2 button.fill-third,
.trans2 a.button.fill-third {
  background: black;
}
.bg-trans2:not(.textElement) button.fill-third,
.bg-trans2:not(.textElement) a.button.fill-third {
  background: white;
  color: black;
}
.trans2 button.fill-fourth,
.trans2 a.button.fill-fourth {
  background: black;
}
.bg-trans2:not(.textElement) button.fill-fourth,
.bg-trans2:not(.textElement) a.button.fill-fourth {
  background: white;
  color: black;
}
.trans2 button.fill-fifth,
.trans2 a.button.fill-fifth {
  background: black;
}
.bg-trans2:not(.textElement) button.fill-fifth,
.bg-trans2:not(.textElement) a.button.fill-fifth {
  background: white;
  color: black;
}
.trans2 button.fill-sixth,
.trans2 a.button.fill-sixth {
  background: black;
}
.bg-trans2:not(.textElement) button.fill-sixth,
.bg-trans2:not(.textElement) a.button.fill-sixth {
  background: white;
  color: black;
}
.trans2 button.fill-seventh,
.trans2 a.button.fill-seventh {
  background: black;
}
.bg-trans2:not(.textElement) button.fill-seventh,
.bg-trans2:not(.textElement) a.button.fill-seventh {
  background: white;
  color: black;
}
.trans2 button.fill-otofren,
.trans2 a.button.fill-otofren {
  background: black;
}
.bg-trans2:not(.textElement) button.fill-otofren,
.bg-trans2:not(.textElement) a.button.fill-otofren {
  background: white;
  color: black;
}
.trans2 button.fill-otofren2,
.trans2 a.button.fill-otofren2 {
  background: black;
}
.bg-trans2:not(.textElement) button.fill-otofren2,
.bg-trans2:not(.textElement) a.button.fill-otofren2 {
  background: white;
  color: black;
}
.trans2 button.fill-hypericum,
.trans2 a.button.fill-hypericum {
  background: black;
}
.bg-trans2:not(.textElement) button.fill-hypericum,
.bg-trans2:not(.textElement) a.button.fill-hypericum {
  background: white;
  color: black;
}
.trans2 button.fill-chamomilla,
.trans2 a.button.fill-chamomilla {
  background: black;
}
.bg-trans2:not(.textElement) button.fill-chamomilla,
.bg-trans2:not(.textElement) a.button.fill-chamomilla {
  background: white;
  color: black;
}
.trans2 button.fill-bryonia,
.trans2 a.button.fill-bryonia {
  background: black;
}
.bg-trans2:not(.textElement) button.fill-bryonia,
.bg-trans2:not(.textElement) a.button.fill-bryonia {
  background: white;
  color: black;
}
.trans2 button.fill-aconitum,
.trans2 a.button.fill-aconitum {
  background: black;
}
.bg-trans2:not(.textElement) button.fill-aconitum,
.bg-trans2:not(.textElement) a.button.fill-aconitum {
  background: white;
  color: black;
}
.trans2 button.fill-thuja,
.trans2 a.button.fill-thuja {
  background: black;
}
.bg-trans2:not(.textElement) button.fill-thuja,
.bg-trans2:not(.textElement) a.button.fill-thuja {
  background: white;
  color: black;
}
.trans2 button.fill-apis,
.trans2 a.button.fill-apis {
  background: black;
}
.bg-trans2:not(.textElement) button.fill-apis,
.bg-trans2:not(.textElement) a.button.fill-apis {
  background: white;
  color: black;
}
.trans2 button.fill-arnica,
.trans2 a.button.fill-arnica {
  background: black;
}
.bg-trans2:not(.textElement) button.fill-arnica,
.bg-trans2:not(.textElement) a.button.fill-arnica {
  background: white;
  color: black;
}
.trans2 button.fill-belladonna,
.trans2 a.button.fill-belladonna {
  background: black;
}
.bg-trans2:not(.textElement) button.fill-belladonna,
.bg-trans2:not(.textElement) a.button.fill-belladonna {
  background: white;
  color: black;
}
.trans2 button.fill-nervo1,
.trans2 a.button.fill-nervo1 {
  background: black;
}
.bg-trans2:not(.textElement) button.fill-nervo1,
.bg-trans2:not(.textElement) a.button.fill-nervo1 {
  background: white;
  color: black;
}
.trans2 button.fill-nervo2,
.trans2 a.button.fill-nervo2 {
  background: black;
}
.bg-trans2:not(.textElement) button.fill-nervo2,
.bg-trans2:not(.textElement) a.button.fill-nervo2 {
  background: white;
  color: black;
}
.trans2 button.fill-nervo3,
.trans2 a.button.fill-nervo3 {
  background: black;
}
.bg-trans2:not(.textElement) button.fill-nervo3,
.bg-trans2:not(.textElement) a.button.fill-nervo3 {
  background: white;
  color: black;
}
.trans2 button.fill-trans1,
.trans2 a.button.fill-trans1 {
  background: black;
}
.bg-trans2:not(.textElement) button.fill-trans1,
.bg-trans2:not(.textElement) a.button.fill-trans1 {
  background: white;
  color: black;
}
.trans2 button.fill-trans2,
.trans2 a.button.fill-trans2 {
  background: black;
}
.bg-trans2:not(.textElement) button.fill-trans2,
.bg-trans2:not(.textElement) a.button.fill-trans2 {
  background: white;
  color: black;
}
.trans2 button.fill-trans3,
.trans2 a.button.fill-trans3 {
  background: black;
}
.bg-trans2:not(.textElement) button.fill-trans3,
.bg-trans2:not(.textElement) a.button.fill-trans3 {
  background: white;
  color: black;
}
.trans2 button.fill-p542c,
.trans2 a.button.fill-p542c {
  background: black;
}
.bg-trans2:not(.textElement) button.fill-p542c,
.bg-trans2:not(.textElement) a.button.fill-p542c {
  background: white;
  color: black;
}
.trans2 button.fill-p144c,
.trans2 a.button.fill-p144c {
  background: black;
}
.bg-trans2:not(.textElement) button.fill-p144c,
.bg-trans2:not(.textElement) a.button.fill-p144c {
  background: white;
  color: black;
}
.trans2 button.fill-p7438c,
.trans2 a.button.fill-p7438c {
  background: black;
}
.bg-trans2:not(.textElement) button.fill-p7438c,
.bg-trans2:not(.textElement) a.button.fill-p7438c {
  background: white;
  color: black;
}
.trans2 button.fill-p7738c,
.trans2 a.button.fill-p7738c {
  background: black;
}
.bg-trans2:not(.textElement) button.fill-p7738c,
.bg-trans2:not(.textElement) a.button.fill-p7738c {
  background: white;
  color: black;
}
.trans2 button.fill-p4012c,
.trans2 a.button.fill-p4012c {
  background: black;
}
.bg-trans2:not(.textElement) button.fill-p4012c,
.bg-trans2:not(.textElement) a.button.fill-p4012c {
  background: white;
  color: black;
}
.trans2 button.fill-p2040c,
.trans2 a.button.fill-p2040c {
  background: black;
}
.bg-trans2:not(.textElement) button.fill-p2040c,
.bg-trans2:not(.textElement) a.button.fill-p2040c {
  background: white;
  color: black;
}
.trans2 button.fill-p128c,
.trans2 a.button.fill-p128c {
  background: black;
}
.bg-trans2:not(.textElement) button.fill-p128c,
.bg-trans2:not(.textElement) a.button.fill-p128c {
  background: white;
  color: black;
}
.trans2 button.fill-p2557c,
.trans2 a.button.fill-p2557c {
  background: black;
}
.bg-trans2:not(.textElement) button.fill-p2557c,
.bg-trans2:not(.textElement) a.button.fill-p2557c {
  background: white;
  color: black;
}
button.fill-trans3,
a.button.fill-trans3 {
  background: white;
  color: #636362;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
.trans3 button.fill,
.trans3 a.button.fill {
  background: white;
  color: #636362;
}
.bg-trans3:not(.textElement) button.fill,
.bg-trans3:not(.textElement) a.button.fill {
  background: #636362;
  color: white;
}
.trans3 button.fill-bg,
.trans3 a.button.fill-bg {
  background: white;
}
.bg-trans3:not(.textElement) button.fill-bg,
.bg-trans3:not(.textElement) a.button.fill-bg {
  background: #636362;
  color: white;
}
.trans3 button.fill-first,
.trans3 a.button.fill-first {
  background: white;
}
.bg-trans3:not(.textElement) button.fill-first,
.bg-trans3:not(.textElement) a.button.fill-first {
  background: #636362;
  color: white;
}
.trans3 button.fill-second,
.trans3 a.button.fill-second {
  background: white;
}
.bg-trans3:not(.textElement) button.fill-second,
.bg-trans3:not(.textElement) a.button.fill-second {
  background: #636362;
  color: white;
}
.trans3 button.fill-third,
.trans3 a.button.fill-third {
  background: white;
}
.bg-trans3:not(.textElement) button.fill-third,
.bg-trans3:not(.textElement) a.button.fill-third {
  background: #636362;
  color: white;
}
.trans3 button.fill-fourth,
.trans3 a.button.fill-fourth {
  background: white;
}
.bg-trans3:not(.textElement) button.fill-fourth,
.bg-trans3:not(.textElement) a.button.fill-fourth {
  background: #636362;
  color: white;
}
.trans3 button.fill-fifth,
.trans3 a.button.fill-fifth {
  background: white;
}
.bg-trans3:not(.textElement) button.fill-fifth,
.bg-trans3:not(.textElement) a.button.fill-fifth {
  background: #636362;
  color: white;
}
.trans3 button.fill-sixth,
.trans3 a.button.fill-sixth {
  background: white;
}
.bg-trans3:not(.textElement) button.fill-sixth,
.bg-trans3:not(.textElement) a.button.fill-sixth {
  background: #636362;
  color: white;
}
.trans3 button.fill-seventh,
.trans3 a.button.fill-seventh {
  background: white;
}
.bg-trans3:not(.textElement) button.fill-seventh,
.bg-trans3:not(.textElement) a.button.fill-seventh {
  background: #636362;
  color: white;
}
.trans3 button.fill-otofren,
.trans3 a.button.fill-otofren {
  background: white;
}
.bg-trans3:not(.textElement) button.fill-otofren,
.bg-trans3:not(.textElement) a.button.fill-otofren {
  background: #636362;
  color: white;
}
.trans3 button.fill-otofren2,
.trans3 a.button.fill-otofren2 {
  background: white;
}
.bg-trans3:not(.textElement) button.fill-otofren2,
.bg-trans3:not(.textElement) a.button.fill-otofren2 {
  background: #636362;
  color: white;
}
.trans3 button.fill-hypericum,
.trans3 a.button.fill-hypericum {
  background: white;
}
.bg-trans3:not(.textElement) button.fill-hypericum,
.bg-trans3:not(.textElement) a.button.fill-hypericum {
  background: #636362;
  color: white;
}
.trans3 button.fill-chamomilla,
.trans3 a.button.fill-chamomilla {
  background: white;
}
.bg-trans3:not(.textElement) button.fill-chamomilla,
.bg-trans3:not(.textElement) a.button.fill-chamomilla {
  background: #636362;
  color: white;
}
.trans3 button.fill-bryonia,
.trans3 a.button.fill-bryonia {
  background: white;
}
.bg-trans3:not(.textElement) button.fill-bryonia,
.bg-trans3:not(.textElement) a.button.fill-bryonia {
  background: #636362;
  color: white;
}
.trans3 button.fill-aconitum,
.trans3 a.button.fill-aconitum {
  background: white;
}
.bg-trans3:not(.textElement) button.fill-aconitum,
.bg-trans3:not(.textElement) a.button.fill-aconitum {
  background: #636362;
  color: white;
}
.trans3 button.fill-thuja,
.trans3 a.button.fill-thuja {
  background: white;
}
.bg-trans3:not(.textElement) button.fill-thuja,
.bg-trans3:not(.textElement) a.button.fill-thuja {
  background: #636362;
  color: white;
}
.trans3 button.fill-apis,
.trans3 a.button.fill-apis {
  background: white;
}
.bg-trans3:not(.textElement) button.fill-apis,
.bg-trans3:not(.textElement) a.button.fill-apis {
  background: #636362;
  color: white;
}
.trans3 button.fill-arnica,
.trans3 a.button.fill-arnica {
  background: white;
}
.bg-trans3:not(.textElement) button.fill-arnica,
.bg-trans3:not(.textElement) a.button.fill-arnica {
  background: #636362;
  color: white;
}
.trans3 button.fill-belladonna,
.trans3 a.button.fill-belladonna {
  background: white;
}
.bg-trans3:not(.textElement) button.fill-belladonna,
.bg-trans3:not(.textElement) a.button.fill-belladonna {
  background: #636362;
  color: white;
}
.trans3 button.fill-nervo1,
.trans3 a.button.fill-nervo1 {
  background: white;
}
.bg-trans3:not(.textElement) button.fill-nervo1,
.bg-trans3:not(.textElement) a.button.fill-nervo1 {
  background: #636362;
  color: white;
}
.trans3 button.fill-nervo2,
.trans3 a.button.fill-nervo2 {
  background: white;
}
.bg-trans3:not(.textElement) button.fill-nervo2,
.bg-trans3:not(.textElement) a.button.fill-nervo2 {
  background: #636362;
  color: white;
}
.trans3 button.fill-nervo3,
.trans3 a.button.fill-nervo3 {
  background: white;
}
.bg-trans3:not(.textElement) button.fill-nervo3,
.bg-trans3:not(.textElement) a.button.fill-nervo3 {
  background: #636362;
  color: white;
}
.trans3 button.fill-trans1,
.trans3 a.button.fill-trans1 {
  background: white;
}
.bg-trans3:not(.textElement) button.fill-trans1,
.bg-trans3:not(.textElement) a.button.fill-trans1 {
  background: #636362;
  color: white;
}
.trans3 button.fill-trans2,
.trans3 a.button.fill-trans2 {
  background: white;
}
.bg-trans3:not(.textElement) button.fill-trans2,
.bg-trans3:not(.textElement) a.button.fill-trans2 {
  background: #636362;
  color: white;
}
.trans3 button.fill-trans3,
.trans3 a.button.fill-trans3 {
  background: white;
}
.bg-trans3:not(.textElement) button.fill-trans3,
.bg-trans3:not(.textElement) a.button.fill-trans3 {
  background: #636362;
  color: white;
}
.trans3 button.fill-p542c,
.trans3 a.button.fill-p542c {
  background: white;
}
.bg-trans3:not(.textElement) button.fill-p542c,
.bg-trans3:not(.textElement) a.button.fill-p542c {
  background: #636362;
  color: white;
}
.trans3 button.fill-p144c,
.trans3 a.button.fill-p144c {
  background: white;
}
.bg-trans3:not(.textElement) button.fill-p144c,
.bg-trans3:not(.textElement) a.button.fill-p144c {
  background: #636362;
  color: white;
}
.trans3 button.fill-p7438c,
.trans3 a.button.fill-p7438c {
  background: white;
}
.bg-trans3:not(.textElement) button.fill-p7438c,
.bg-trans3:not(.textElement) a.button.fill-p7438c {
  background: #636362;
  color: white;
}
.trans3 button.fill-p7738c,
.trans3 a.button.fill-p7738c {
  background: white;
}
.bg-trans3:not(.textElement) button.fill-p7738c,
.bg-trans3:not(.textElement) a.button.fill-p7738c {
  background: #636362;
  color: white;
}
.trans3 button.fill-p4012c,
.trans3 a.button.fill-p4012c {
  background: white;
}
.bg-trans3:not(.textElement) button.fill-p4012c,
.bg-trans3:not(.textElement) a.button.fill-p4012c {
  background: #636362;
  color: white;
}
.trans3 button.fill-p2040c,
.trans3 a.button.fill-p2040c {
  background: white;
}
.bg-trans3:not(.textElement) button.fill-p2040c,
.bg-trans3:not(.textElement) a.button.fill-p2040c {
  background: #636362;
  color: white;
}
.trans3 button.fill-p128c,
.trans3 a.button.fill-p128c {
  background: white;
}
.bg-trans3:not(.textElement) button.fill-p128c,
.bg-trans3:not(.textElement) a.button.fill-p128c {
  background: #636362;
  color: white;
}
.trans3 button.fill-p2557c,
.trans3 a.button.fill-p2557c {
  background: white;
}
.bg-trans3:not(.textElement) button.fill-p2557c,
.bg-trans3:not(.textElement) a.button.fill-p2557c {
  background: #636362;
  color: white;
}
button.fill-p542c,
a.button.fill-p542c {
  background: #7cb1d5;
  color: white;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
.p542c button.fill,
.p542c a.button.fill {
  background: #7cb1d5;
  color: white;
}
.bg-p542c:not(.textElement) button.fill,
.bg-p542c:not(.textElement) a.button.fill {
  background: white;
  color: #7cb1d5;
}
.p542c button.fill-bg,
.p542c a.button.fill-bg {
  background: #7cb1d5;
}
.bg-p542c:not(.textElement) button.fill-bg,
.bg-p542c:not(.textElement) a.button.fill-bg {
  background: white;
  color: #7cb1d5;
}
.p542c button.fill-first,
.p542c a.button.fill-first {
  background: #7cb1d5;
}
.bg-p542c:not(.textElement) button.fill-first,
.bg-p542c:not(.textElement) a.button.fill-first {
  background: white;
  color: #7cb1d5;
}
.p542c button.fill-second,
.p542c a.button.fill-second {
  background: #7cb1d5;
}
.bg-p542c:not(.textElement) button.fill-second,
.bg-p542c:not(.textElement) a.button.fill-second {
  background: white;
  color: #7cb1d5;
}
.p542c button.fill-third,
.p542c a.button.fill-third {
  background: #7cb1d5;
}
.bg-p542c:not(.textElement) button.fill-third,
.bg-p542c:not(.textElement) a.button.fill-third {
  background: white;
  color: #7cb1d5;
}
.p542c button.fill-fourth,
.p542c a.button.fill-fourth {
  background: #7cb1d5;
}
.bg-p542c:not(.textElement) button.fill-fourth,
.bg-p542c:not(.textElement) a.button.fill-fourth {
  background: white;
  color: #7cb1d5;
}
.p542c button.fill-fifth,
.p542c a.button.fill-fifth {
  background: #7cb1d5;
}
.bg-p542c:not(.textElement) button.fill-fifth,
.bg-p542c:not(.textElement) a.button.fill-fifth {
  background: white;
  color: #7cb1d5;
}
.p542c button.fill-sixth,
.p542c a.button.fill-sixth {
  background: #7cb1d5;
}
.bg-p542c:not(.textElement) button.fill-sixth,
.bg-p542c:not(.textElement) a.button.fill-sixth {
  background: white;
  color: #7cb1d5;
}
.p542c button.fill-seventh,
.p542c a.button.fill-seventh {
  background: #7cb1d5;
}
.bg-p542c:not(.textElement) button.fill-seventh,
.bg-p542c:not(.textElement) a.button.fill-seventh {
  background: white;
  color: #7cb1d5;
}
.p542c button.fill-otofren,
.p542c a.button.fill-otofren {
  background: #7cb1d5;
}
.bg-p542c:not(.textElement) button.fill-otofren,
.bg-p542c:not(.textElement) a.button.fill-otofren {
  background: white;
  color: #7cb1d5;
}
.p542c button.fill-otofren2,
.p542c a.button.fill-otofren2 {
  background: #7cb1d5;
}
.bg-p542c:not(.textElement) button.fill-otofren2,
.bg-p542c:not(.textElement) a.button.fill-otofren2 {
  background: white;
  color: #7cb1d5;
}
.p542c button.fill-hypericum,
.p542c a.button.fill-hypericum {
  background: #7cb1d5;
}
.bg-p542c:not(.textElement) button.fill-hypericum,
.bg-p542c:not(.textElement) a.button.fill-hypericum {
  background: white;
  color: #7cb1d5;
}
.p542c button.fill-chamomilla,
.p542c a.button.fill-chamomilla {
  background: #7cb1d5;
}
.bg-p542c:not(.textElement) button.fill-chamomilla,
.bg-p542c:not(.textElement) a.button.fill-chamomilla {
  background: white;
  color: #7cb1d5;
}
.p542c button.fill-bryonia,
.p542c a.button.fill-bryonia {
  background: #7cb1d5;
}
.bg-p542c:not(.textElement) button.fill-bryonia,
.bg-p542c:not(.textElement) a.button.fill-bryonia {
  background: white;
  color: #7cb1d5;
}
.p542c button.fill-aconitum,
.p542c a.button.fill-aconitum {
  background: #7cb1d5;
}
.bg-p542c:not(.textElement) button.fill-aconitum,
.bg-p542c:not(.textElement) a.button.fill-aconitum {
  background: white;
  color: #7cb1d5;
}
.p542c button.fill-thuja,
.p542c a.button.fill-thuja {
  background: #7cb1d5;
}
.bg-p542c:not(.textElement) button.fill-thuja,
.bg-p542c:not(.textElement) a.button.fill-thuja {
  background: white;
  color: #7cb1d5;
}
.p542c button.fill-apis,
.p542c a.button.fill-apis {
  background: #7cb1d5;
}
.bg-p542c:not(.textElement) button.fill-apis,
.bg-p542c:not(.textElement) a.button.fill-apis {
  background: white;
  color: #7cb1d5;
}
.p542c button.fill-arnica,
.p542c a.button.fill-arnica {
  background: #7cb1d5;
}
.bg-p542c:not(.textElement) button.fill-arnica,
.bg-p542c:not(.textElement) a.button.fill-arnica {
  background: white;
  color: #7cb1d5;
}
.p542c button.fill-belladonna,
.p542c a.button.fill-belladonna {
  background: #7cb1d5;
}
.bg-p542c:not(.textElement) button.fill-belladonna,
.bg-p542c:not(.textElement) a.button.fill-belladonna {
  background: white;
  color: #7cb1d5;
}
.p542c button.fill-nervo1,
.p542c a.button.fill-nervo1 {
  background: #7cb1d5;
}
.bg-p542c:not(.textElement) button.fill-nervo1,
.bg-p542c:not(.textElement) a.button.fill-nervo1 {
  background: white;
  color: #7cb1d5;
}
.p542c button.fill-nervo2,
.p542c a.button.fill-nervo2 {
  background: #7cb1d5;
}
.bg-p542c:not(.textElement) button.fill-nervo2,
.bg-p542c:not(.textElement) a.button.fill-nervo2 {
  background: white;
  color: #7cb1d5;
}
.p542c button.fill-nervo3,
.p542c a.button.fill-nervo3 {
  background: #7cb1d5;
}
.bg-p542c:not(.textElement) button.fill-nervo3,
.bg-p542c:not(.textElement) a.button.fill-nervo3 {
  background: white;
  color: #7cb1d5;
}
.p542c button.fill-trans1,
.p542c a.button.fill-trans1 {
  background: #7cb1d5;
}
.bg-p542c:not(.textElement) button.fill-trans1,
.bg-p542c:not(.textElement) a.button.fill-trans1 {
  background: white;
  color: #7cb1d5;
}
.p542c button.fill-trans2,
.p542c a.button.fill-trans2 {
  background: #7cb1d5;
}
.bg-p542c:not(.textElement) button.fill-trans2,
.bg-p542c:not(.textElement) a.button.fill-trans2 {
  background: white;
  color: #7cb1d5;
}
.p542c button.fill-trans3,
.p542c a.button.fill-trans3 {
  background: #7cb1d5;
}
.bg-p542c:not(.textElement) button.fill-trans3,
.bg-p542c:not(.textElement) a.button.fill-trans3 {
  background: white;
  color: #7cb1d5;
}
.p542c button.fill-p542c,
.p542c a.button.fill-p542c {
  background: #7cb1d5;
}
.bg-p542c:not(.textElement) button.fill-p542c,
.bg-p542c:not(.textElement) a.button.fill-p542c {
  background: white;
  color: #7cb1d5;
}
.p542c button.fill-p144c,
.p542c a.button.fill-p144c {
  background: #7cb1d5;
}
.bg-p542c:not(.textElement) button.fill-p144c,
.bg-p542c:not(.textElement) a.button.fill-p144c {
  background: white;
  color: #7cb1d5;
}
.p542c button.fill-p7438c,
.p542c a.button.fill-p7438c {
  background: #7cb1d5;
}
.bg-p542c:not(.textElement) button.fill-p7438c,
.bg-p542c:not(.textElement) a.button.fill-p7438c {
  background: white;
  color: #7cb1d5;
}
.p542c button.fill-p7738c,
.p542c a.button.fill-p7738c {
  background: #7cb1d5;
}
.bg-p542c:not(.textElement) button.fill-p7738c,
.bg-p542c:not(.textElement) a.button.fill-p7738c {
  background: white;
  color: #7cb1d5;
}
.p542c button.fill-p4012c,
.p542c a.button.fill-p4012c {
  background: #7cb1d5;
}
.bg-p542c:not(.textElement) button.fill-p4012c,
.bg-p542c:not(.textElement) a.button.fill-p4012c {
  background: white;
  color: #7cb1d5;
}
.p542c button.fill-p2040c,
.p542c a.button.fill-p2040c {
  background: #7cb1d5;
}
.bg-p542c:not(.textElement) button.fill-p2040c,
.bg-p542c:not(.textElement) a.button.fill-p2040c {
  background: white;
  color: #7cb1d5;
}
.p542c button.fill-p128c,
.p542c a.button.fill-p128c {
  background: #7cb1d5;
}
.bg-p542c:not(.textElement) button.fill-p128c,
.bg-p542c:not(.textElement) a.button.fill-p128c {
  background: white;
  color: #7cb1d5;
}
.p542c button.fill-p2557c,
.p542c a.button.fill-p2557c {
  background: #7cb1d5;
}
.bg-p542c:not(.textElement) button.fill-p2557c,
.bg-p542c:not(.textElement) a.button.fill-p2557c {
  background: white;
  color: #7cb1d5;
}
button.fill-p144c,
a.button.fill-p144c {
  background: #f28c03;
  color: white;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
.p144c button.fill,
.p144c a.button.fill {
  background: #f28c03;
  color: white;
}
.bg-p144c:not(.textElement) button.fill,
.bg-p144c:not(.textElement) a.button.fill {
  background: white;
  color: #f28c03;
}
.p144c button.fill-bg,
.p144c a.button.fill-bg {
  background: #f28c03;
}
.bg-p144c:not(.textElement) button.fill-bg,
.bg-p144c:not(.textElement) a.button.fill-bg {
  background: white;
  color: #f28c03;
}
.p144c button.fill-first,
.p144c a.button.fill-first {
  background: #f28c03;
}
.bg-p144c:not(.textElement) button.fill-first,
.bg-p144c:not(.textElement) a.button.fill-first {
  background: white;
  color: #f28c03;
}
.p144c button.fill-second,
.p144c a.button.fill-second {
  background: #f28c03;
}
.bg-p144c:not(.textElement) button.fill-second,
.bg-p144c:not(.textElement) a.button.fill-second {
  background: white;
  color: #f28c03;
}
.p144c button.fill-third,
.p144c a.button.fill-third {
  background: #f28c03;
}
.bg-p144c:not(.textElement) button.fill-third,
.bg-p144c:not(.textElement) a.button.fill-third {
  background: white;
  color: #f28c03;
}
.p144c button.fill-fourth,
.p144c a.button.fill-fourth {
  background: #f28c03;
}
.bg-p144c:not(.textElement) button.fill-fourth,
.bg-p144c:not(.textElement) a.button.fill-fourth {
  background: white;
  color: #f28c03;
}
.p144c button.fill-fifth,
.p144c a.button.fill-fifth {
  background: #f28c03;
}
.bg-p144c:not(.textElement) button.fill-fifth,
.bg-p144c:not(.textElement) a.button.fill-fifth {
  background: white;
  color: #f28c03;
}
.p144c button.fill-sixth,
.p144c a.button.fill-sixth {
  background: #f28c03;
}
.bg-p144c:not(.textElement) button.fill-sixth,
.bg-p144c:not(.textElement) a.button.fill-sixth {
  background: white;
  color: #f28c03;
}
.p144c button.fill-seventh,
.p144c a.button.fill-seventh {
  background: #f28c03;
}
.bg-p144c:not(.textElement) button.fill-seventh,
.bg-p144c:not(.textElement) a.button.fill-seventh {
  background: white;
  color: #f28c03;
}
.p144c button.fill-otofren,
.p144c a.button.fill-otofren {
  background: #f28c03;
}
.bg-p144c:not(.textElement) button.fill-otofren,
.bg-p144c:not(.textElement) a.button.fill-otofren {
  background: white;
  color: #f28c03;
}
.p144c button.fill-otofren2,
.p144c a.button.fill-otofren2 {
  background: #f28c03;
}
.bg-p144c:not(.textElement) button.fill-otofren2,
.bg-p144c:not(.textElement) a.button.fill-otofren2 {
  background: white;
  color: #f28c03;
}
.p144c button.fill-hypericum,
.p144c a.button.fill-hypericum {
  background: #f28c03;
}
.bg-p144c:not(.textElement) button.fill-hypericum,
.bg-p144c:not(.textElement) a.button.fill-hypericum {
  background: white;
  color: #f28c03;
}
.p144c button.fill-chamomilla,
.p144c a.button.fill-chamomilla {
  background: #f28c03;
}
.bg-p144c:not(.textElement) button.fill-chamomilla,
.bg-p144c:not(.textElement) a.button.fill-chamomilla {
  background: white;
  color: #f28c03;
}
.p144c button.fill-bryonia,
.p144c a.button.fill-bryonia {
  background: #f28c03;
}
.bg-p144c:not(.textElement) button.fill-bryonia,
.bg-p144c:not(.textElement) a.button.fill-bryonia {
  background: white;
  color: #f28c03;
}
.p144c button.fill-aconitum,
.p144c a.button.fill-aconitum {
  background: #f28c03;
}
.bg-p144c:not(.textElement) button.fill-aconitum,
.bg-p144c:not(.textElement) a.button.fill-aconitum {
  background: white;
  color: #f28c03;
}
.p144c button.fill-thuja,
.p144c a.button.fill-thuja {
  background: #f28c03;
}
.bg-p144c:not(.textElement) button.fill-thuja,
.bg-p144c:not(.textElement) a.button.fill-thuja {
  background: white;
  color: #f28c03;
}
.p144c button.fill-apis,
.p144c a.button.fill-apis {
  background: #f28c03;
}
.bg-p144c:not(.textElement) button.fill-apis,
.bg-p144c:not(.textElement) a.button.fill-apis {
  background: white;
  color: #f28c03;
}
.p144c button.fill-arnica,
.p144c a.button.fill-arnica {
  background: #f28c03;
}
.bg-p144c:not(.textElement) button.fill-arnica,
.bg-p144c:not(.textElement) a.button.fill-arnica {
  background: white;
  color: #f28c03;
}
.p144c button.fill-belladonna,
.p144c a.button.fill-belladonna {
  background: #f28c03;
}
.bg-p144c:not(.textElement) button.fill-belladonna,
.bg-p144c:not(.textElement) a.button.fill-belladonna {
  background: white;
  color: #f28c03;
}
.p144c button.fill-nervo1,
.p144c a.button.fill-nervo1 {
  background: #f28c03;
}
.bg-p144c:not(.textElement) button.fill-nervo1,
.bg-p144c:not(.textElement) a.button.fill-nervo1 {
  background: white;
  color: #f28c03;
}
.p144c button.fill-nervo2,
.p144c a.button.fill-nervo2 {
  background: #f28c03;
}
.bg-p144c:not(.textElement) button.fill-nervo2,
.bg-p144c:not(.textElement) a.button.fill-nervo2 {
  background: white;
  color: #f28c03;
}
.p144c button.fill-nervo3,
.p144c a.button.fill-nervo3 {
  background: #f28c03;
}
.bg-p144c:not(.textElement) button.fill-nervo3,
.bg-p144c:not(.textElement) a.button.fill-nervo3 {
  background: white;
  color: #f28c03;
}
.p144c button.fill-trans1,
.p144c a.button.fill-trans1 {
  background: #f28c03;
}
.bg-p144c:not(.textElement) button.fill-trans1,
.bg-p144c:not(.textElement) a.button.fill-trans1 {
  background: white;
  color: #f28c03;
}
.p144c button.fill-trans2,
.p144c a.button.fill-trans2 {
  background: #f28c03;
}
.bg-p144c:not(.textElement) button.fill-trans2,
.bg-p144c:not(.textElement) a.button.fill-trans2 {
  background: white;
  color: #f28c03;
}
.p144c button.fill-trans3,
.p144c a.button.fill-trans3 {
  background: #f28c03;
}
.bg-p144c:not(.textElement) button.fill-trans3,
.bg-p144c:not(.textElement) a.button.fill-trans3 {
  background: white;
  color: #f28c03;
}
.p144c button.fill-p542c,
.p144c a.button.fill-p542c {
  background: #f28c03;
}
.bg-p144c:not(.textElement) button.fill-p542c,
.bg-p144c:not(.textElement) a.button.fill-p542c {
  background: white;
  color: #f28c03;
}
.p144c button.fill-p144c,
.p144c a.button.fill-p144c {
  background: #f28c03;
}
.bg-p144c:not(.textElement) button.fill-p144c,
.bg-p144c:not(.textElement) a.button.fill-p144c {
  background: white;
  color: #f28c03;
}
.p144c button.fill-p7438c,
.p144c a.button.fill-p7438c {
  background: #f28c03;
}
.bg-p144c:not(.textElement) button.fill-p7438c,
.bg-p144c:not(.textElement) a.button.fill-p7438c {
  background: white;
  color: #f28c03;
}
.p144c button.fill-p7738c,
.p144c a.button.fill-p7738c {
  background: #f28c03;
}
.bg-p144c:not(.textElement) button.fill-p7738c,
.bg-p144c:not(.textElement) a.button.fill-p7738c {
  background: white;
  color: #f28c03;
}
.p144c button.fill-p4012c,
.p144c a.button.fill-p4012c {
  background: #f28c03;
}
.bg-p144c:not(.textElement) button.fill-p4012c,
.bg-p144c:not(.textElement) a.button.fill-p4012c {
  background: white;
  color: #f28c03;
}
.p144c button.fill-p2040c,
.p144c a.button.fill-p2040c {
  background: #f28c03;
}
.bg-p144c:not(.textElement) button.fill-p2040c,
.bg-p144c:not(.textElement) a.button.fill-p2040c {
  background: white;
  color: #f28c03;
}
.p144c button.fill-p128c,
.p144c a.button.fill-p128c {
  background: #f28c03;
}
.bg-p144c:not(.textElement) button.fill-p128c,
.bg-p144c:not(.textElement) a.button.fill-p128c {
  background: white;
  color: #f28c03;
}
.p144c button.fill-p2557c,
.p144c a.button.fill-p2557c {
  background: #f28c03;
}
.bg-p144c:not(.textElement) button.fill-p2557c,
.bg-p144c:not(.textElement) a.button.fill-p2557c {
  background: white;
  color: #f28c03;
}
button.fill-p7438c,
a.button.fill-p7438c {
  background: #c89dc8;
  color: white;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
.p7438c button.fill,
.p7438c a.button.fill {
  background: #c89dc8;
  color: white;
}
.bg-p7438c:not(.textElement) button.fill,
.bg-p7438c:not(.textElement) a.button.fill {
  background: white;
  color: #c89dc8;
}
.p7438c button.fill-bg,
.p7438c a.button.fill-bg {
  background: #c89dc8;
}
.bg-p7438c:not(.textElement) button.fill-bg,
.bg-p7438c:not(.textElement) a.button.fill-bg {
  background: white;
  color: #c89dc8;
}
.p7438c button.fill-first,
.p7438c a.button.fill-first {
  background: #c89dc8;
}
.bg-p7438c:not(.textElement) button.fill-first,
.bg-p7438c:not(.textElement) a.button.fill-first {
  background: white;
  color: #c89dc8;
}
.p7438c button.fill-second,
.p7438c a.button.fill-second {
  background: #c89dc8;
}
.bg-p7438c:not(.textElement) button.fill-second,
.bg-p7438c:not(.textElement) a.button.fill-second {
  background: white;
  color: #c89dc8;
}
.p7438c button.fill-third,
.p7438c a.button.fill-third {
  background: #c89dc8;
}
.bg-p7438c:not(.textElement) button.fill-third,
.bg-p7438c:not(.textElement) a.button.fill-third {
  background: white;
  color: #c89dc8;
}
.p7438c button.fill-fourth,
.p7438c a.button.fill-fourth {
  background: #c89dc8;
}
.bg-p7438c:not(.textElement) button.fill-fourth,
.bg-p7438c:not(.textElement) a.button.fill-fourth {
  background: white;
  color: #c89dc8;
}
.p7438c button.fill-fifth,
.p7438c a.button.fill-fifth {
  background: #c89dc8;
}
.bg-p7438c:not(.textElement) button.fill-fifth,
.bg-p7438c:not(.textElement) a.button.fill-fifth {
  background: white;
  color: #c89dc8;
}
.p7438c button.fill-sixth,
.p7438c a.button.fill-sixth {
  background: #c89dc8;
}
.bg-p7438c:not(.textElement) button.fill-sixth,
.bg-p7438c:not(.textElement) a.button.fill-sixth {
  background: white;
  color: #c89dc8;
}
.p7438c button.fill-seventh,
.p7438c a.button.fill-seventh {
  background: #c89dc8;
}
.bg-p7438c:not(.textElement) button.fill-seventh,
.bg-p7438c:not(.textElement) a.button.fill-seventh {
  background: white;
  color: #c89dc8;
}
.p7438c button.fill-otofren,
.p7438c a.button.fill-otofren {
  background: #c89dc8;
}
.bg-p7438c:not(.textElement) button.fill-otofren,
.bg-p7438c:not(.textElement) a.button.fill-otofren {
  background: white;
  color: #c89dc8;
}
.p7438c button.fill-otofren2,
.p7438c a.button.fill-otofren2 {
  background: #c89dc8;
}
.bg-p7438c:not(.textElement) button.fill-otofren2,
.bg-p7438c:not(.textElement) a.button.fill-otofren2 {
  background: white;
  color: #c89dc8;
}
.p7438c button.fill-hypericum,
.p7438c a.button.fill-hypericum {
  background: #c89dc8;
}
.bg-p7438c:not(.textElement) button.fill-hypericum,
.bg-p7438c:not(.textElement) a.button.fill-hypericum {
  background: white;
  color: #c89dc8;
}
.p7438c button.fill-chamomilla,
.p7438c a.button.fill-chamomilla {
  background: #c89dc8;
}
.bg-p7438c:not(.textElement) button.fill-chamomilla,
.bg-p7438c:not(.textElement) a.button.fill-chamomilla {
  background: white;
  color: #c89dc8;
}
.p7438c button.fill-bryonia,
.p7438c a.button.fill-bryonia {
  background: #c89dc8;
}
.bg-p7438c:not(.textElement) button.fill-bryonia,
.bg-p7438c:not(.textElement) a.button.fill-bryonia {
  background: white;
  color: #c89dc8;
}
.p7438c button.fill-aconitum,
.p7438c a.button.fill-aconitum {
  background: #c89dc8;
}
.bg-p7438c:not(.textElement) button.fill-aconitum,
.bg-p7438c:not(.textElement) a.button.fill-aconitum {
  background: white;
  color: #c89dc8;
}
.p7438c button.fill-thuja,
.p7438c a.button.fill-thuja {
  background: #c89dc8;
}
.bg-p7438c:not(.textElement) button.fill-thuja,
.bg-p7438c:not(.textElement) a.button.fill-thuja {
  background: white;
  color: #c89dc8;
}
.p7438c button.fill-apis,
.p7438c a.button.fill-apis {
  background: #c89dc8;
}
.bg-p7438c:not(.textElement) button.fill-apis,
.bg-p7438c:not(.textElement) a.button.fill-apis {
  background: white;
  color: #c89dc8;
}
.p7438c button.fill-arnica,
.p7438c a.button.fill-arnica {
  background: #c89dc8;
}
.bg-p7438c:not(.textElement) button.fill-arnica,
.bg-p7438c:not(.textElement) a.button.fill-arnica {
  background: white;
  color: #c89dc8;
}
.p7438c button.fill-belladonna,
.p7438c a.button.fill-belladonna {
  background: #c89dc8;
}
.bg-p7438c:not(.textElement) button.fill-belladonna,
.bg-p7438c:not(.textElement) a.button.fill-belladonna {
  background: white;
  color: #c89dc8;
}
.p7438c button.fill-nervo1,
.p7438c a.button.fill-nervo1 {
  background: #c89dc8;
}
.bg-p7438c:not(.textElement) button.fill-nervo1,
.bg-p7438c:not(.textElement) a.button.fill-nervo1 {
  background: white;
  color: #c89dc8;
}
.p7438c button.fill-nervo2,
.p7438c a.button.fill-nervo2 {
  background: #c89dc8;
}
.bg-p7438c:not(.textElement) button.fill-nervo2,
.bg-p7438c:not(.textElement) a.button.fill-nervo2 {
  background: white;
  color: #c89dc8;
}
.p7438c button.fill-nervo3,
.p7438c a.button.fill-nervo3 {
  background: #c89dc8;
}
.bg-p7438c:not(.textElement) button.fill-nervo3,
.bg-p7438c:not(.textElement) a.button.fill-nervo3 {
  background: white;
  color: #c89dc8;
}
.p7438c button.fill-trans1,
.p7438c a.button.fill-trans1 {
  background: #c89dc8;
}
.bg-p7438c:not(.textElement) button.fill-trans1,
.bg-p7438c:not(.textElement) a.button.fill-trans1 {
  background: white;
  color: #c89dc8;
}
.p7438c button.fill-trans2,
.p7438c a.button.fill-trans2 {
  background: #c89dc8;
}
.bg-p7438c:not(.textElement) button.fill-trans2,
.bg-p7438c:not(.textElement) a.button.fill-trans2 {
  background: white;
  color: #c89dc8;
}
.p7438c button.fill-trans3,
.p7438c a.button.fill-trans3 {
  background: #c89dc8;
}
.bg-p7438c:not(.textElement) button.fill-trans3,
.bg-p7438c:not(.textElement) a.button.fill-trans3 {
  background: white;
  color: #c89dc8;
}
.p7438c button.fill-p542c,
.p7438c a.button.fill-p542c {
  background: #c89dc8;
}
.bg-p7438c:not(.textElement) button.fill-p542c,
.bg-p7438c:not(.textElement) a.button.fill-p542c {
  background: white;
  color: #c89dc8;
}
.p7438c button.fill-p144c,
.p7438c a.button.fill-p144c {
  background: #c89dc8;
}
.bg-p7438c:not(.textElement) button.fill-p144c,
.bg-p7438c:not(.textElement) a.button.fill-p144c {
  background: white;
  color: #c89dc8;
}
.p7438c button.fill-p7438c,
.p7438c a.button.fill-p7438c {
  background: #c89dc8;
}
.bg-p7438c:not(.textElement) button.fill-p7438c,
.bg-p7438c:not(.textElement) a.button.fill-p7438c {
  background: white;
  color: #c89dc8;
}
.p7438c button.fill-p7738c,
.p7438c a.button.fill-p7738c {
  background: #c89dc8;
}
.bg-p7438c:not(.textElement) button.fill-p7738c,
.bg-p7438c:not(.textElement) a.button.fill-p7738c {
  background: white;
  color: #c89dc8;
}
.p7438c button.fill-p4012c,
.p7438c a.button.fill-p4012c {
  background: #c89dc8;
}
.bg-p7438c:not(.textElement) button.fill-p4012c,
.bg-p7438c:not(.textElement) a.button.fill-p4012c {
  background: white;
  color: #c89dc8;
}
.p7438c button.fill-p2040c,
.p7438c a.button.fill-p2040c {
  background: #c89dc8;
}
.bg-p7438c:not(.textElement) button.fill-p2040c,
.bg-p7438c:not(.textElement) a.button.fill-p2040c {
  background: white;
  color: #c89dc8;
}
.p7438c button.fill-p128c,
.p7438c a.button.fill-p128c {
  background: #c89dc8;
}
.bg-p7438c:not(.textElement) button.fill-p128c,
.bg-p7438c:not(.textElement) a.button.fill-p128c {
  background: white;
  color: #c89dc8;
}
.p7438c button.fill-p2557c,
.p7438c a.button.fill-p2557c {
  background: #c89dc8;
}
.bg-p7438c:not(.textElement) button.fill-p2557c,
.bg-p7438c:not(.textElement) a.button.fill-p2557c {
  background: white;
  color: #c89dc8;
}
button.fill-p7738c,
a.button.fill-p7738c {
  background: #4fa444;
  color: white;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
.p7738c button.fill,
.p7738c a.button.fill {
  background: #4fa444;
  color: white;
}
.bg-p7738c:not(.textElement) button.fill,
.bg-p7738c:not(.textElement) a.button.fill {
  background: white;
  color: #4fa444;
}
.p7738c button.fill-bg,
.p7738c a.button.fill-bg {
  background: #4fa444;
}
.bg-p7738c:not(.textElement) button.fill-bg,
.bg-p7738c:not(.textElement) a.button.fill-bg {
  background: white;
  color: #4fa444;
}
.p7738c button.fill-first,
.p7738c a.button.fill-first {
  background: #4fa444;
}
.bg-p7738c:not(.textElement) button.fill-first,
.bg-p7738c:not(.textElement) a.button.fill-first {
  background: white;
  color: #4fa444;
}
.p7738c button.fill-second,
.p7738c a.button.fill-second {
  background: #4fa444;
}
.bg-p7738c:not(.textElement) button.fill-second,
.bg-p7738c:not(.textElement) a.button.fill-second {
  background: white;
  color: #4fa444;
}
.p7738c button.fill-third,
.p7738c a.button.fill-third {
  background: #4fa444;
}
.bg-p7738c:not(.textElement) button.fill-third,
.bg-p7738c:not(.textElement) a.button.fill-third {
  background: white;
  color: #4fa444;
}
.p7738c button.fill-fourth,
.p7738c a.button.fill-fourth {
  background: #4fa444;
}
.bg-p7738c:not(.textElement) button.fill-fourth,
.bg-p7738c:not(.textElement) a.button.fill-fourth {
  background: white;
  color: #4fa444;
}
.p7738c button.fill-fifth,
.p7738c a.button.fill-fifth {
  background: #4fa444;
}
.bg-p7738c:not(.textElement) button.fill-fifth,
.bg-p7738c:not(.textElement) a.button.fill-fifth {
  background: white;
  color: #4fa444;
}
.p7738c button.fill-sixth,
.p7738c a.button.fill-sixth {
  background: #4fa444;
}
.bg-p7738c:not(.textElement) button.fill-sixth,
.bg-p7738c:not(.textElement) a.button.fill-sixth {
  background: white;
  color: #4fa444;
}
.p7738c button.fill-seventh,
.p7738c a.button.fill-seventh {
  background: #4fa444;
}
.bg-p7738c:not(.textElement) button.fill-seventh,
.bg-p7738c:not(.textElement) a.button.fill-seventh {
  background: white;
  color: #4fa444;
}
.p7738c button.fill-otofren,
.p7738c a.button.fill-otofren {
  background: #4fa444;
}
.bg-p7738c:not(.textElement) button.fill-otofren,
.bg-p7738c:not(.textElement) a.button.fill-otofren {
  background: white;
  color: #4fa444;
}
.p7738c button.fill-otofren2,
.p7738c a.button.fill-otofren2 {
  background: #4fa444;
}
.bg-p7738c:not(.textElement) button.fill-otofren2,
.bg-p7738c:not(.textElement) a.button.fill-otofren2 {
  background: white;
  color: #4fa444;
}
.p7738c button.fill-hypericum,
.p7738c a.button.fill-hypericum {
  background: #4fa444;
}
.bg-p7738c:not(.textElement) button.fill-hypericum,
.bg-p7738c:not(.textElement) a.button.fill-hypericum {
  background: white;
  color: #4fa444;
}
.p7738c button.fill-chamomilla,
.p7738c a.button.fill-chamomilla {
  background: #4fa444;
}
.bg-p7738c:not(.textElement) button.fill-chamomilla,
.bg-p7738c:not(.textElement) a.button.fill-chamomilla {
  background: white;
  color: #4fa444;
}
.p7738c button.fill-bryonia,
.p7738c a.button.fill-bryonia {
  background: #4fa444;
}
.bg-p7738c:not(.textElement) button.fill-bryonia,
.bg-p7738c:not(.textElement) a.button.fill-bryonia {
  background: white;
  color: #4fa444;
}
.p7738c button.fill-aconitum,
.p7738c a.button.fill-aconitum {
  background: #4fa444;
}
.bg-p7738c:not(.textElement) button.fill-aconitum,
.bg-p7738c:not(.textElement) a.button.fill-aconitum {
  background: white;
  color: #4fa444;
}
.p7738c button.fill-thuja,
.p7738c a.button.fill-thuja {
  background: #4fa444;
}
.bg-p7738c:not(.textElement) button.fill-thuja,
.bg-p7738c:not(.textElement) a.button.fill-thuja {
  background: white;
  color: #4fa444;
}
.p7738c button.fill-apis,
.p7738c a.button.fill-apis {
  background: #4fa444;
}
.bg-p7738c:not(.textElement) button.fill-apis,
.bg-p7738c:not(.textElement) a.button.fill-apis {
  background: white;
  color: #4fa444;
}
.p7738c button.fill-arnica,
.p7738c a.button.fill-arnica {
  background: #4fa444;
}
.bg-p7738c:not(.textElement) button.fill-arnica,
.bg-p7738c:not(.textElement) a.button.fill-arnica {
  background: white;
  color: #4fa444;
}
.p7738c button.fill-belladonna,
.p7738c a.button.fill-belladonna {
  background: #4fa444;
}
.bg-p7738c:not(.textElement) button.fill-belladonna,
.bg-p7738c:not(.textElement) a.button.fill-belladonna {
  background: white;
  color: #4fa444;
}
.p7738c button.fill-nervo1,
.p7738c a.button.fill-nervo1 {
  background: #4fa444;
}
.bg-p7738c:not(.textElement) button.fill-nervo1,
.bg-p7738c:not(.textElement) a.button.fill-nervo1 {
  background: white;
  color: #4fa444;
}
.p7738c button.fill-nervo2,
.p7738c a.button.fill-nervo2 {
  background: #4fa444;
}
.bg-p7738c:not(.textElement) button.fill-nervo2,
.bg-p7738c:not(.textElement) a.button.fill-nervo2 {
  background: white;
  color: #4fa444;
}
.p7738c button.fill-nervo3,
.p7738c a.button.fill-nervo3 {
  background: #4fa444;
}
.bg-p7738c:not(.textElement) button.fill-nervo3,
.bg-p7738c:not(.textElement) a.button.fill-nervo3 {
  background: white;
  color: #4fa444;
}
.p7738c button.fill-trans1,
.p7738c a.button.fill-trans1 {
  background: #4fa444;
}
.bg-p7738c:not(.textElement) button.fill-trans1,
.bg-p7738c:not(.textElement) a.button.fill-trans1 {
  background: white;
  color: #4fa444;
}
.p7738c button.fill-trans2,
.p7738c a.button.fill-trans2 {
  background: #4fa444;
}
.bg-p7738c:not(.textElement) button.fill-trans2,
.bg-p7738c:not(.textElement) a.button.fill-trans2 {
  background: white;
  color: #4fa444;
}
.p7738c button.fill-trans3,
.p7738c a.button.fill-trans3 {
  background: #4fa444;
}
.bg-p7738c:not(.textElement) button.fill-trans3,
.bg-p7738c:not(.textElement) a.button.fill-trans3 {
  background: white;
  color: #4fa444;
}
.p7738c button.fill-p542c,
.p7738c a.button.fill-p542c {
  background: #4fa444;
}
.bg-p7738c:not(.textElement) button.fill-p542c,
.bg-p7738c:not(.textElement) a.button.fill-p542c {
  background: white;
  color: #4fa444;
}
.p7738c button.fill-p144c,
.p7738c a.button.fill-p144c {
  background: #4fa444;
}
.bg-p7738c:not(.textElement) button.fill-p144c,
.bg-p7738c:not(.textElement) a.button.fill-p144c {
  background: white;
  color: #4fa444;
}
.p7738c button.fill-p7438c,
.p7738c a.button.fill-p7438c {
  background: #4fa444;
}
.bg-p7738c:not(.textElement) button.fill-p7438c,
.bg-p7738c:not(.textElement) a.button.fill-p7438c {
  background: white;
  color: #4fa444;
}
.p7738c button.fill-p7738c,
.p7738c a.button.fill-p7738c {
  background: #4fa444;
}
.bg-p7738c:not(.textElement) button.fill-p7738c,
.bg-p7738c:not(.textElement) a.button.fill-p7738c {
  background: white;
  color: #4fa444;
}
.p7738c button.fill-p4012c,
.p7738c a.button.fill-p4012c {
  background: #4fa444;
}
.bg-p7738c:not(.textElement) button.fill-p4012c,
.bg-p7738c:not(.textElement) a.button.fill-p4012c {
  background: white;
  color: #4fa444;
}
.p7738c button.fill-p2040c,
.p7738c a.button.fill-p2040c {
  background: #4fa444;
}
.bg-p7738c:not(.textElement) button.fill-p2040c,
.bg-p7738c:not(.textElement) a.button.fill-p2040c {
  background: white;
  color: #4fa444;
}
.p7738c button.fill-p128c,
.p7738c a.button.fill-p128c {
  background: #4fa444;
}
.bg-p7738c:not(.textElement) button.fill-p128c,
.bg-p7738c:not(.textElement) a.button.fill-p128c {
  background: white;
  color: #4fa444;
}
.p7738c button.fill-p2557c,
.p7738c a.button.fill-p2557c {
  background: #4fa444;
}
.bg-p7738c:not(.textElement) button.fill-p2557c,
.bg-p7738c:not(.textElement) a.button.fill-p2557c {
  background: white;
  color: #4fa444;
}
button.fill-p4012c,
a.button.fill-p4012c {
  background: #decf59;
  color: white;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
.p4012c button.fill,
.p4012c a.button.fill {
  background: #decf59;
  color: white;
}
.bg-p4012c:not(.textElement) button.fill,
.bg-p4012c:not(.textElement) a.button.fill {
  background: white;
  color: #decf59;
}
.p4012c button.fill-bg,
.p4012c a.button.fill-bg {
  background: #decf59;
}
.bg-p4012c:not(.textElement) button.fill-bg,
.bg-p4012c:not(.textElement) a.button.fill-bg {
  background: white;
  color: #decf59;
}
.p4012c button.fill-first,
.p4012c a.button.fill-first {
  background: #decf59;
}
.bg-p4012c:not(.textElement) button.fill-first,
.bg-p4012c:not(.textElement) a.button.fill-first {
  background: white;
  color: #decf59;
}
.p4012c button.fill-second,
.p4012c a.button.fill-second {
  background: #decf59;
}
.bg-p4012c:not(.textElement) button.fill-second,
.bg-p4012c:not(.textElement) a.button.fill-second {
  background: white;
  color: #decf59;
}
.p4012c button.fill-third,
.p4012c a.button.fill-third {
  background: #decf59;
}
.bg-p4012c:not(.textElement) button.fill-third,
.bg-p4012c:not(.textElement) a.button.fill-third {
  background: white;
  color: #decf59;
}
.p4012c button.fill-fourth,
.p4012c a.button.fill-fourth {
  background: #decf59;
}
.bg-p4012c:not(.textElement) button.fill-fourth,
.bg-p4012c:not(.textElement) a.button.fill-fourth {
  background: white;
  color: #decf59;
}
.p4012c button.fill-fifth,
.p4012c a.button.fill-fifth {
  background: #decf59;
}
.bg-p4012c:not(.textElement) button.fill-fifth,
.bg-p4012c:not(.textElement) a.button.fill-fifth {
  background: white;
  color: #decf59;
}
.p4012c button.fill-sixth,
.p4012c a.button.fill-sixth {
  background: #decf59;
}
.bg-p4012c:not(.textElement) button.fill-sixth,
.bg-p4012c:not(.textElement) a.button.fill-sixth {
  background: white;
  color: #decf59;
}
.p4012c button.fill-seventh,
.p4012c a.button.fill-seventh {
  background: #decf59;
}
.bg-p4012c:not(.textElement) button.fill-seventh,
.bg-p4012c:not(.textElement) a.button.fill-seventh {
  background: white;
  color: #decf59;
}
.p4012c button.fill-otofren,
.p4012c a.button.fill-otofren {
  background: #decf59;
}
.bg-p4012c:not(.textElement) button.fill-otofren,
.bg-p4012c:not(.textElement) a.button.fill-otofren {
  background: white;
  color: #decf59;
}
.p4012c button.fill-otofren2,
.p4012c a.button.fill-otofren2 {
  background: #decf59;
}
.bg-p4012c:not(.textElement) button.fill-otofren2,
.bg-p4012c:not(.textElement) a.button.fill-otofren2 {
  background: white;
  color: #decf59;
}
.p4012c button.fill-hypericum,
.p4012c a.button.fill-hypericum {
  background: #decf59;
}
.bg-p4012c:not(.textElement) button.fill-hypericum,
.bg-p4012c:not(.textElement) a.button.fill-hypericum {
  background: white;
  color: #decf59;
}
.p4012c button.fill-chamomilla,
.p4012c a.button.fill-chamomilla {
  background: #decf59;
}
.bg-p4012c:not(.textElement) button.fill-chamomilla,
.bg-p4012c:not(.textElement) a.button.fill-chamomilla {
  background: white;
  color: #decf59;
}
.p4012c button.fill-bryonia,
.p4012c a.button.fill-bryonia {
  background: #decf59;
}
.bg-p4012c:not(.textElement) button.fill-bryonia,
.bg-p4012c:not(.textElement) a.button.fill-bryonia {
  background: white;
  color: #decf59;
}
.p4012c button.fill-aconitum,
.p4012c a.button.fill-aconitum {
  background: #decf59;
}
.bg-p4012c:not(.textElement) button.fill-aconitum,
.bg-p4012c:not(.textElement) a.button.fill-aconitum {
  background: white;
  color: #decf59;
}
.p4012c button.fill-thuja,
.p4012c a.button.fill-thuja {
  background: #decf59;
}
.bg-p4012c:not(.textElement) button.fill-thuja,
.bg-p4012c:not(.textElement) a.button.fill-thuja {
  background: white;
  color: #decf59;
}
.p4012c button.fill-apis,
.p4012c a.button.fill-apis {
  background: #decf59;
}
.bg-p4012c:not(.textElement) button.fill-apis,
.bg-p4012c:not(.textElement) a.button.fill-apis {
  background: white;
  color: #decf59;
}
.p4012c button.fill-arnica,
.p4012c a.button.fill-arnica {
  background: #decf59;
}
.bg-p4012c:not(.textElement) button.fill-arnica,
.bg-p4012c:not(.textElement) a.button.fill-arnica {
  background: white;
  color: #decf59;
}
.p4012c button.fill-belladonna,
.p4012c a.button.fill-belladonna {
  background: #decf59;
}
.bg-p4012c:not(.textElement) button.fill-belladonna,
.bg-p4012c:not(.textElement) a.button.fill-belladonna {
  background: white;
  color: #decf59;
}
.p4012c button.fill-nervo1,
.p4012c a.button.fill-nervo1 {
  background: #decf59;
}
.bg-p4012c:not(.textElement) button.fill-nervo1,
.bg-p4012c:not(.textElement) a.button.fill-nervo1 {
  background: white;
  color: #decf59;
}
.p4012c button.fill-nervo2,
.p4012c a.button.fill-nervo2 {
  background: #decf59;
}
.bg-p4012c:not(.textElement) button.fill-nervo2,
.bg-p4012c:not(.textElement) a.button.fill-nervo2 {
  background: white;
  color: #decf59;
}
.p4012c button.fill-nervo3,
.p4012c a.button.fill-nervo3 {
  background: #decf59;
}
.bg-p4012c:not(.textElement) button.fill-nervo3,
.bg-p4012c:not(.textElement) a.button.fill-nervo3 {
  background: white;
  color: #decf59;
}
.p4012c button.fill-trans1,
.p4012c a.button.fill-trans1 {
  background: #decf59;
}
.bg-p4012c:not(.textElement) button.fill-trans1,
.bg-p4012c:not(.textElement) a.button.fill-trans1 {
  background: white;
  color: #decf59;
}
.p4012c button.fill-trans2,
.p4012c a.button.fill-trans2 {
  background: #decf59;
}
.bg-p4012c:not(.textElement) button.fill-trans2,
.bg-p4012c:not(.textElement) a.button.fill-trans2 {
  background: white;
  color: #decf59;
}
.p4012c button.fill-trans3,
.p4012c a.button.fill-trans3 {
  background: #decf59;
}
.bg-p4012c:not(.textElement) button.fill-trans3,
.bg-p4012c:not(.textElement) a.button.fill-trans3 {
  background: white;
  color: #decf59;
}
.p4012c button.fill-p542c,
.p4012c a.button.fill-p542c {
  background: #decf59;
}
.bg-p4012c:not(.textElement) button.fill-p542c,
.bg-p4012c:not(.textElement) a.button.fill-p542c {
  background: white;
  color: #decf59;
}
.p4012c button.fill-p144c,
.p4012c a.button.fill-p144c {
  background: #decf59;
}
.bg-p4012c:not(.textElement) button.fill-p144c,
.bg-p4012c:not(.textElement) a.button.fill-p144c {
  background: white;
  color: #decf59;
}
.p4012c button.fill-p7438c,
.p4012c a.button.fill-p7438c {
  background: #decf59;
}
.bg-p4012c:not(.textElement) button.fill-p7438c,
.bg-p4012c:not(.textElement) a.button.fill-p7438c {
  background: white;
  color: #decf59;
}
.p4012c button.fill-p7738c,
.p4012c a.button.fill-p7738c {
  background: #decf59;
}
.bg-p4012c:not(.textElement) button.fill-p7738c,
.bg-p4012c:not(.textElement) a.button.fill-p7738c {
  background: white;
  color: #decf59;
}
.p4012c button.fill-p4012c,
.p4012c a.button.fill-p4012c {
  background: #decf59;
}
.bg-p4012c:not(.textElement) button.fill-p4012c,
.bg-p4012c:not(.textElement) a.button.fill-p4012c {
  background: white;
  color: #decf59;
}
.p4012c button.fill-p2040c,
.p4012c a.button.fill-p2040c {
  background: #decf59;
}
.bg-p4012c:not(.textElement) button.fill-p2040c,
.bg-p4012c:not(.textElement) a.button.fill-p2040c {
  background: white;
  color: #decf59;
}
.p4012c button.fill-p128c,
.p4012c a.button.fill-p128c {
  background: #decf59;
}
.bg-p4012c:not(.textElement) button.fill-p128c,
.bg-p4012c:not(.textElement) a.button.fill-p128c {
  background: white;
  color: #decf59;
}
.p4012c button.fill-p2557c,
.p4012c a.button.fill-p2557c {
  background: #decf59;
}
.bg-p4012c:not(.textElement) button.fill-p2557c,
.bg-p4012c:not(.textElement) a.button.fill-p2557c {
  background: white;
  color: #decf59;
}
button.fill-p2040c,
a.button.fill-p2040c {
  background: #dd085e;
  color: white;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
.p2040c button.fill,
.p2040c a.button.fill {
  background: #dd085e;
  color: white;
}
.bg-p2040c:not(.textElement) button.fill,
.bg-p2040c:not(.textElement) a.button.fill {
  background: white;
  color: #dd085e;
}
.p2040c button.fill-bg,
.p2040c a.button.fill-bg {
  background: #dd085e;
}
.bg-p2040c:not(.textElement) button.fill-bg,
.bg-p2040c:not(.textElement) a.button.fill-bg {
  background: white;
  color: #dd085e;
}
.p2040c button.fill-first,
.p2040c a.button.fill-first {
  background: #dd085e;
}
.bg-p2040c:not(.textElement) button.fill-first,
.bg-p2040c:not(.textElement) a.button.fill-first {
  background: white;
  color: #dd085e;
}
.p2040c button.fill-second,
.p2040c a.button.fill-second {
  background: #dd085e;
}
.bg-p2040c:not(.textElement) button.fill-second,
.bg-p2040c:not(.textElement) a.button.fill-second {
  background: white;
  color: #dd085e;
}
.p2040c button.fill-third,
.p2040c a.button.fill-third {
  background: #dd085e;
}
.bg-p2040c:not(.textElement) button.fill-third,
.bg-p2040c:not(.textElement) a.button.fill-third {
  background: white;
  color: #dd085e;
}
.p2040c button.fill-fourth,
.p2040c a.button.fill-fourth {
  background: #dd085e;
}
.bg-p2040c:not(.textElement) button.fill-fourth,
.bg-p2040c:not(.textElement) a.button.fill-fourth {
  background: white;
  color: #dd085e;
}
.p2040c button.fill-fifth,
.p2040c a.button.fill-fifth {
  background: #dd085e;
}
.bg-p2040c:not(.textElement) button.fill-fifth,
.bg-p2040c:not(.textElement) a.button.fill-fifth {
  background: white;
  color: #dd085e;
}
.p2040c button.fill-sixth,
.p2040c a.button.fill-sixth {
  background: #dd085e;
}
.bg-p2040c:not(.textElement) button.fill-sixth,
.bg-p2040c:not(.textElement) a.button.fill-sixth {
  background: white;
  color: #dd085e;
}
.p2040c button.fill-seventh,
.p2040c a.button.fill-seventh {
  background: #dd085e;
}
.bg-p2040c:not(.textElement) button.fill-seventh,
.bg-p2040c:not(.textElement) a.button.fill-seventh {
  background: white;
  color: #dd085e;
}
.p2040c button.fill-otofren,
.p2040c a.button.fill-otofren {
  background: #dd085e;
}
.bg-p2040c:not(.textElement) button.fill-otofren,
.bg-p2040c:not(.textElement) a.button.fill-otofren {
  background: white;
  color: #dd085e;
}
.p2040c button.fill-otofren2,
.p2040c a.button.fill-otofren2 {
  background: #dd085e;
}
.bg-p2040c:not(.textElement) button.fill-otofren2,
.bg-p2040c:not(.textElement) a.button.fill-otofren2 {
  background: white;
  color: #dd085e;
}
.p2040c button.fill-hypericum,
.p2040c a.button.fill-hypericum {
  background: #dd085e;
}
.bg-p2040c:not(.textElement) button.fill-hypericum,
.bg-p2040c:not(.textElement) a.button.fill-hypericum {
  background: white;
  color: #dd085e;
}
.p2040c button.fill-chamomilla,
.p2040c a.button.fill-chamomilla {
  background: #dd085e;
}
.bg-p2040c:not(.textElement) button.fill-chamomilla,
.bg-p2040c:not(.textElement) a.button.fill-chamomilla {
  background: white;
  color: #dd085e;
}
.p2040c button.fill-bryonia,
.p2040c a.button.fill-bryonia {
  background: #dd085e;
}
.bg-p2040c:not(.textElement) button.fill-bryonia,
.bg-p2040c:not(.textElement) a.button.fill-bryonia {
  background: white;
  color: #dd085e;
}
.p2040c button.fill-aconitum,
.p2040c a.button.fill-aconitum {
  background: #dd085e;
}
.bg-p2040c:not(.textElement) button.fill-aconitum,
.bg-p2040c:not(.textElement) a.button.fill-aconitum {
  background: white;
  color: #dd085e;
}
.p2040c button.fill-thuja,
.p2040c a.button.fill-thuja {
  background: #dd085e;
}
.bg-p2040c:not(.textElement) button.fill-thuja,
.bg-p2040c:not(.textElement) a.button.fill-thuja {
  background: white;
  color: #dd085e;
}
.p2040c button.fill-apis,
.p2040c a.button.fill-apis {
  background: #dd085e;
}
.bg-p2040c:not(.textElement) button.fill-apis,
.bg-p2040c:not(.textElement) a.button.fill-apis {
  background: white;
  color: #dd085e;
}
.p2040c button.fill-arnica,
.p2040c a.button.fill-arnica {
  background: #dd085e;
}
.bg-p2040c:not(.textElement) button.fill-arnica,
.bg-p2040c:not(.textElement) a.button.fill-arnica {
  background: white;
  color: #dd085e;
}
.p2040c button.fill-belladonna,
.p2040c a.button.fill-belladonna {
  background: #dd085e;
}
.bg-p2040c:not(.textElement) button.fill-belladonna,
.bg-p2040c:not(.textElement) a.button.fill-belladonna {
  background: white;
  color: #dd085e;
}
.p2040c button.fill-nervo1,
.p2040c a.button.fill-nervo1 {
  background: #dd085e;
}
.bg-p2040c:not(.textElement) button.fill-nervo1,
.bg-p2040c:not(.textElement) a.button.fill-nervo1 {
  background: white;
  color: #dd085e;
}
.p2040c button.fill-nervo2,
.p2040c a.button.fill-nervo2 {
  background: #dd085e;
}
.bg-p2040c:not(.textElement) button.fill-nervo2,
.bg-p2040c:not(.textElement) a.button.fill-nervo2 {
  background: white;
  color: #dd085e;
}
.p2040c button.fill-nervo3,
.p2040c a.button.fill-nervo3 {
  background: #dd085e;
}
.bg-p2040c:not(.textElement) button.fill-nervo3,
.bg-p2040c:not(.textElement) a.button.fill-nervo3 {
  background: white;
  color: #dd085e;
}
.p2040c button.fill-trans1,
.p2040c a.button.fill-trans1 {
  background: #dd085e;
}
.bg-p2040c:not(.textElement) button.fill-trans1,
.bg-p2040c:not(.textElement) a.button.fill-trans1 {
  background: white;
  color: #dd085e;
}
.p2040c button.fill-trans2,
.p2040c a.button.fill-trans2 {
  background: #dd085e;
}
.bg-p2040c:not(.textElement) button.fill-trans2,
.bg-p2040c:not(.textElement) a.button.fill-trans2 {
  background: white;
  color: #dd085e;
}
.p2040c button.fill-trans3,
.p2040c a.button.fill-trans3 {
  background: #dd085e;
}
.bg-p2040c:not(.textElement) button.fill-trans3,
.bg-p2040c:not(.textElement) a.button.fill-trans3 {
  background: white;
  color: #dd085e;
}
.p2040c button.fill-p542c,
.p2040c a.button.fill-p542c {
  background: #dd085e;
}
.bg-p2040c:not(.textElement) button.fill-p542c,
.bg-p2040c:not(.textElement) a.button.fill-p542c {
  background: white;
  color: #dd085e;
}
.p2040c button.fill-p144c,
.p2040c a.button.fill-p144c {
  background: #dd085e;
}
.bg-p2040c:not(.textElement) button.fill-p144c,
.bg-p2040c:not(.textElement) a.button.fill-p144c {
  background: white;
  color: #dd085e;
}
.p2040c button.fill-p7438c,
.p2040c a.button.fill-p7438c {
  background: #dd085e;
}
.bg-p2040c:not(.textElement) button.fill-p7438c,
.bg-p2040c:not(.textElement) a.button.fill-p7438c {
  background: white;
  color: #dd085e;
}
.p2040c button.fill-p7738c,
.p2040c a.button.fill-p7738c {
  background: #dd085e;
}
.bg-p2040c:not(.textElement) button.fill-p7738c,
.bg-p2040c:not(.textElement) a.button.fill-p7738c {
  background: white;
  color: #dd085e;
}
.p2040c button.fill-p4012c,
.p2040c a.button.fill-p4012c {
  background: #dd085e;
}
.bg-p2040c:not(.textElement) button.fill-p4012c,
.bg-p2040c:not(.textElement) a.button.fill-p4012c {
  background: white;
  color: #dd085e;
}
.p2040c button.fill-p2040c,
.p2040c a.button.fill-p2040c {
  background: #dd085e;
}
.bg-p2040c:not(.textElement) button.fill-p2040c,
.bg-p2040c:not(.textElement) a.button.fill-p2040c {
  background: white;
  color: #dd085e;
}
.p2040c button.fill-p128c,
.p2040c a.button.fill-p128c {
  background: #dd085e;
}
.bg-p2040c:not(.textElement) button.fill-p128c,
.bg-p2040c:not(.textElement) a.button.fill-p128c {
  background: white;
  color: #dd085e;
}
.p2040c button.fill-p2557c,
.p2040c a.button.fill-p2557c {
  background: #dd085e;
}
.bg-p2040c:not(.textElement) button.fill-p2557c,
.bg-p2040c:not(.textElement) a.button.fill-p2557c {
  background: white;
  color: #dd085e;
}
button.fill-p128c,
a.button.fill-p128c {
  background: #ffd503;
  color: white;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
.p128c button.fill,
.p128c a.button.fill {
  background: #ffd503;
  color: white;
}
.bg-p128c:not(.textElement) button.fill,
.bg-p128c:not(.textElement) a.button.fill {
  background: white;
  color: #ffd503;
}
.p128c button.fill-bg,
.p128c a.button.fill-bg {
  background: #ffd503;
}
.bg-p128c:not(.textElement) button.fill-bg,
.bg-p128c:not(.textElement) a.button.fill-bg {
  background: white;
  color: #ffd503;
}
.p128c button.fill-first,
.p128c a.button.fill-first {
  background: #ffd503;
}
.bg-p128c:not(.textElement) button.fill-first,
.bg-p128c:not(.textElement) a.button.fill-first {
  background: white;
  color: #ffd503;
}
.p128c button.fill-second,
.p128c a.button.fill-second {
  background: #ffd503;
}
.bg-p128c:not(.textElement) button.fill-second,
.bg-p128c:not(.textElement) a.button.fill-second {
  background: white;
  color: #ffd503;
}
.p128c button.fill-third,
.p128c a.button.fill-third {
  background: #ffd503;
}
.bg-p128c:not(.textElement) button.fill-third,
.bg-p128c:not(.textElement) a.button.fill-third {
  background: white;
  color: #ffd503;
}
.p128c button.fill-fourth,
.p128c a.button.fill-fourth {
  background: #ffd503;
}
.bg-p128c:not(.textElement) button.fill-fourth,
.bg-p128c:not(.textElement) a.button.fill-fourth {
  background: white;
  color: #ffd503;
}
.p128c button.fill-fifth,
.p128c a.button.fill-fifth {
  background: #ffd503;
}
.bg-p128c:not(.textElement) button.fill-fifth,
.bg-p128c:not(.textElement) a.button.fill-fifth {
  background: white;
  color: #ffd503;
}
.p128c button.fill-sixth,
.p128c a.button.fill-sixth {
  background: #ffd503;
}
.bg-p128c:not(.textElement) button.fill-sixth,
.bg-p128c:not(.textElement) a.button.fill-sixth {
  background: white;
  color: #ffd503;
}
.p128c button.fill-seventh,
.p128c a.button.fill-seventh {
  background: #ffd503;
}
.bg-p128c:not(.textElement) button.fill-seventh,
.bg-p128c:not(.textElement) a.button.fill-seventh {
  background: white;
  color: #ffd503;
}
.p128c button.fill-otofren,
.p128c a.button.fill-otofren {
  background: #ffd503;
}
.bg-p128c:not(.textElement) button.fill-otofren,
.bg-p128c:not(.textElement) a.button.fill-otofren {
  background: white;
  color: #ffd503;
}
.p128c button.fill-otofren2,
.p128c a.button.fill-otofren2 {
  background: #ffd503;
}
.bg-p128c:not(.textElement) button.fill-otofren2,
.bg-p128c:not(.textElement) a.button.fill-otofren2 {
  background: white;
  color: #ffd503;
}
.p128c button.fill-hypericum,
.p128c a.button.fill-hypericum {
  background: #ffd503;
}
.bg-p128c:not(.textElement) button.fill-hypericum,
.bg-p128c:not(.textElement) a.button.fill-hypericum {
  background: white;
  color: #ffd503;
}
.p128c button.fill-chamomilla,
.p128c a.button.fill-chamomilla {
  background: #ffd503;
}
.bg-p128c:not(.textElement) button.fill-chamomilla,
.bg-p128c:not(.textElement) a.button.fill-chamomilla {
  background: white;
  color: #ffd503;
}
.p128c button.fill-bryonia,
.p128c a.button.fill-bryonia {
  background: #ffd503;
}
.bg-p128c:not(.textElement) button.fill-bryonia,
.bg-p128c:not(.textElement) a.button.fill-bryonia {
  background: white;
  color: #ffd503;
}
.p128c button.fill-aconitum,
.p128c a.button.fill-aconitum {
  background: #ffd503;
}
.bg-p128c:not(.textElement) button.fill-aconitum,
.bg-p128c:not(.textElement) a.button.fill-aconitum {
  background: white;
  color: #ffd503;
}
.p128c button.fill-thuja,
.p128c a.button.fill-thuja {
  background: #ffd503;
}
.bg-p128c:not(.textElement) button.fill-thuja,
.bg-p128c:not(.textElement) a.button.fill-thuja {
  background: white;
  color: #ffd503;
}
.p128c button.fill-apis,
.p128c a.button.fill-apis {
  background: #ffd503;
}
.bg-p128c:not(.textElement) button.fill-apis,
.bg-p128c:not(.textElement) a.button.fill-apis {
  background: white;
  color: #ffd503;
}
.p128c button.fill-arnica,
.p128c a.button.fill-arnica {
  background: #ffd503;
}
.bg-p128c:not(.textElement) button.fill-arnica,
.bg-p128c:not(.textElement) a.button.fill-arnica {
  background: white;
  color: #ffd503;
}
.p128c button.fill-belladonna,
.p128c a.button.fill-belladonna {
  background: #ffd503;
}
.bg-p128c:not(.textElement) button.fill-belladonna,
.bg-p128c:not(.textElement) a.button.fill-belladonna {
  background: white;
  color: #ffd503;
}
.p128c button.fill-nervo1,
.p128c a.button.fill-nervo1 {
  background: #ffd503;
}
.bg-p128c:not(.textElement) button.fill-nervo1,
.bg-p128c:not(.textElement) a.button.fill-nervo1 {
  background: white;
  color: #ffd503;
}
.p128c button.fill-nervo2,
.p128c a.button.fill-nervo2 {
  background: #ffd503;
}
.bg-p128c:not(.textElement) button.fill-nervo2,
.bg-p128c:not(.textElement) a.button.fill-nervo2 {
  background: white;
  color: #ffd503;
}
.p128c button.fill-nervo3,
.p128c a.button.fill-nervo3 {
  background: #ffd503;
}
.bg-p128c:not(.textElement) button.fill-nervo3,
.bg-p128c:not(.textElement) a.button.fill-nervo3 {
  background: white;
  color: #ffd503;
}
.p128c button.fill-trans1,
.p128c a.button.fill-trans1 {
  background: #ffd503;
}
.bg-p128c:not(.textElement) button.fill-trans1,
.bg-p128c:not(.textElement) a.button.fill-trans1 {
  background: white;
  color: #ffd503;
}
.p128c button.fill-trans2,
.p128c a.button.fill-trans2 {
  background: #ffd503;
}
.bg-p128c:not(.textElement) button.fill-trans2,
.bg-p128c:not(.textElement) a.button.fill-trans2 {
  background: white;
  color: #ffd503;
}
.p128c button.fill-trans3,
.p128c a.button.fill-trans3 {
  background: #ffd503;
}
.bg-p128c:not(.textElement) button.fill-trans3,
.bg-p128c:not(.textElement) a.button.fill-trans3 {
  background: white;
  color: #ffd503;
}
.p128c button.fill-p542c,
.p128c a.button.fill-p542c {
  background: #ffd503;
}
.bg-p128c:not(.textElement) button.fill-p542c,
.bg-p128c:not(.textElement) a.button.fill-p542c {
  background: white;
  color: #ffd503;
}
.p128c button.fill-p144c,
.p128c a.button.fill-p144c {
  background: #ffd503;
}
.bg-p128c:not(.textElement) button.fill-p144c,
.bg-p128c:not(.textElement) a.button.fill-p144c {
  background: white;
  color: #ffd503;
}
.p128c button.fill-p7438c,
.p128c a.button.fill-p7438c {
  background: #ffd503;
}
.bg-p128c:not(.textElement) button.fill-p7438c,
.bg-p128c:not(.textElement) a.button.fill-p7438c {
  background: white;
  color: #ffd503;
}
.p128c button.fill-p7738c,
.p128c a.button.fill-p7738c {
  background: #ffd503;
}
.bg-p128c:not(.textElement) button.fill-p7738c,
.bg-p128c:not(.textElement) a.button.fill-p7738c {
  background: white;
  color: #ffd503;
}
.p128c button.fill-p4012c,
.p128c a.button.fill-p4012c {
  background: #ffd503;
}
.bg-p128c:not(.textElement) button.fill-p4012c,
.bg-p128c:not(.textElement) a.button.fill-p4012c {
  background: white;
  color: #ffd503;
}
.p128c button.fill-p2040c,
.p128c a.button.fill-p2040c {
  background: #ffd503;
}
.bg-p128c:not(.textElement) button.fill-p2040c,
.bg-p128c:not(.textElement) a.button.fill-p2040c {
  background: white;
  color: #ffd503;
}
.p128c button.fill-p128c,
.p128c a.button.fill-p128c {
  background: #ffd503;
}
.bg-p128c:not(.textElement) button.fill-p128c,
.bg-p128c:not(.textElement) a.button.fill-p128c {
  background: white;
  color: #ffd503;
}
.p128c button.fill-p2557c,
.p128c a.button.fill-p2557c {
  background: #ffd503;
}
.bg-p128c:not(.textElement) button.fill-p2557c,
.bg-p128c:not(.textElement) a.button.fill-p2557c {
  background: white;
  color: #ffd503;
}
button.fill-p2557c,
a.button.fill-p2557c {
  background: #9d7ab5;
  color: white;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
.p2557c button.fill,
.p2557c a.button.fill {
  background: #9d7ab5;
  color: white;
}
.bg-p2557c:not(.textElement) button.fill,
.bg-p2557c:not(.textElement) a.button.fill {
  background: white;
  color: #9d7ab5;
}
.p2557c button.fill-bg,
.p2557c a.button.fill-bg {
  background: #9d7ab5;
}
.bg-p2557c:not(.textElement) button.fill-bg,
.bg-p2557c:not(.textElement) a.button.fill-bg {
  background: white;
  color: #9d7ab5;
}
.p2557c button.fill-first,
.p2557c a.button.fill-first {
  background: #9d7ab5;
}
.bg-p2557c:not(.textElement) button.fill-first,
.bg-p2557c:not(.textElement) a.button.fill-first {
  background: white;
  color: #9d7ab5;
}
.p2557c button.fill-second,
.p2557c a.button.fill-second {
  background: #9d7ab5;
}
.bg-p2557c:not(.textElement) button.fill-second,
.bg-p2557c:not(.textElement) a.button.fill-second {
  background: white;
  color: #9d7ab5;
}
.p2557c button.fill-third,
.p2557c a.button.fill-third {
  background: #9d7ab5;
}
.bg-p2557c:not(.textElement) button.fill-third,
.bg-p2557c:not(.textElement) a.button.fill-third {
  background: white;
  color: #9d7ab5;
}
.p2557c button.fill-fourth,
.p2557c a.button.fill-fourth {
  background: #9d7ab5;
}
.bg-p2557c:not(.textElement) button.fill-fourth,
.bg-p2557c:not(.textElement) a.button.fill-fourth {
  background: white;
  color: #9d7ab5;
}
.p2557c button.fill-fifth,
.p2557c a.button.fill-fifth {
  background: #9d7ab5;
}
.bg-p2557c:not(.textElement) button.fill-fifth,
.bg-p2557c:not(.textElement) a.button.fill-fifth {
  background: white;
  color: #9d7ab5;
}
.p2557c button.fill-sixth,
.p2557c a.button.fill-sixth {
  background: #9d7ab5;
}
.bg-p2557c:not(.textElement) button.fill-sixth,
.bg-p2557c:not(.textElement) a.button.fill-sixth {
  background: white;
  color: #9d7ab5;
}
.p2557c button.fill-seventh,
.p2557c a.button.fill-seventh {
  background: #9d7ab5;
}
.bg-p2557c:not(.textElement) button.fill-seventh,
.bg-p2557c:not(.textElement) a.button.fill-seventh {
  background: white;
  color: #9d7ab5;
}
.p2557c button.fill-otofren,
.p2557c a.button.fill-otofren {
  background: #9d7ab5;
}
.bg-p2557c:not(.textElement) button.fill-otofren,
.bg-p2557c:not(.textElement) a.button.fill-otofren {
  background: white;
  color: #9d7ab5;
}
.p2557c button.fill-otofren2,
.p2557c a.button.fill-otofren2 {
  background: #9d7ab5;
}
.bg-p2557c:not(.textElement) button.fill-otofren2,
.bg-p2557c:not(.textElement) a.button.fill-otofren2 {
  background: white;
  color: #9d7ab5;
}
.p2557c button.fill-hypericum,
.p2557c a.button.fill-hypericum {
  background: #9d7ab5;
}
.bg-p2557c:not(.textElement) button.fill-hypericum,
.bg-p2557c:not(.textElement) a.button.fill-hypericum {
  background: white;
  color: #9d7ab5;
}
.p2557c button.fill-chamomilla,
.p2557c a.button.fill-chamomilla {
  background: #9d7ab5;
}
.bg-p2557c:not(.textElement) button.fill-chamomilla,
.bg-p2557c:not(.textElement) a.button.fill-chamomilla {
  background: white;
  color: #9d7ab5;
}
.p2557c button.fill-bryonia,
.p2557c a.button.fill-bryonia {
  background: #9d7ab5;
}
.bg-p2557c:not(.textElement) button.fill-bryonia,
.bg-p2557c:not(.textElement) a.button.fill-bryonia {
  background: white;
  color: #9d7ab5;
}
.p2557c button.fill-aconitum,
.p2557c a.button.fill-aconitum {
  background: #9d7ab5;
}
.bg-p2557c:not(.textElement) button.fill-aconitum,
.bg-p2557c:not(.textElement) a.button.fill-aconitum {
  background: white;
  color: #9d7ab5;
}
.p2557c button.fill-thuja,
.p2557c a.button.fill-thuja {
  background: #9d7ab5;
}
.bg-p2557c:not(.textElement) button.fill-thuja,
.bg-p2557c:not(.textElement) a.button.fill-thuja {
  background: white;
  color: #9d7ab5;
}
.p2557c button.fill-apis,
.p2557c a.button.fill-apis {
  background: #9d7ab5;
}
.bg-p2557c:not(.textElement) button.fill-apis,
.bg-p2557c:not(.textElement) a.button.fill-apis {
  background: white;
  color: #9d7ab5;
}
.p2557c button.fill-arnica,
.p2557c a.button.fill-arnica {
  background: #9d7ab5;
}
.bg-p2557c:not(.textElement) button.fill-arnica,
.bg-p2557c:not(.textElement) a.button.fill-arnica {
  background: white;
  color: #9d7ab5;
}
.p2557c button.fill-belladonna,
.p2557c a.button.fill-belladonna {
  background: #9d7ab5;
}
.bg-p2557c:not(.textElement) button.fill-belladonna,
.bg-p2557c:not(.textElement) a.button.fill-belladonna {
  background: white;
  color: #9d7ab5;
}
.p2557c button.fill-nervo1,
.p2557c a.button.fill-nervo1 {
  background: #9d7ab5;
}
.bg-p2557c:not(.textElement) button.fill-nervo1,
.bg-p2557c:not(.textElement) a.button.fill-nervo1 {
  background: white;
  color: #9d7ab5;
}
.p2557c button.fill-nervo2,
.p2557c a.button.fill-nervo2 {
  background: #9d7ab5;
}
.bg-p2557c:not(.textElement) button.fill-nervo2,
.bg-p2557c:not(.textElement) a.button.fill-nervo2 {
  background: white;
  color: #9d7ab5;
}
.p2557c button.fill-nervo3,
.p2557c a.button.fill-nervo3 {
  background: #9d7ab5;
}
.bg-p2557c:not(.textElement) button.fill-nervo3,
.bg-p2557c:not(.textElement) a.button.fill-nervo3 {
  background: white;
  color: #9d7ab5;
}
.p2557c button.fill-trans1,
.p2557c a.button.fill-trans1 {
  background: #9d7ab5;
}
.bg-p2557c:not(.textElement) button.fill-trans1,
.bg-p2557c:not(.textElement) a.button.fill-trans1 {
  background: white;
  color: #9d7ab5;
}
.p2557c button.fill-trans2,
.p2557c a.button.fill-trans2 {
  background: #9d7ab5;
}
.bg-p2557c:not(.textElement) button.fill-trans2,
.bg-p2557c:not(.textElement) a.button.fill-trans2 {
  background: white;
  color: #9d7ab5;
}
.p2557c button.fill-trans3,
.p2557c a.button.fill-trans3 {
  background: #9d7ab5;
}
.bg-p2557c:not(.textElement) button.fill-trans3,
.bg-p2557c:not(.textElement) a.button.fill-trans3 {
  background: white;
  color: #9d7ab5;
}
.p2557c button.fill-p542c,
.p2557c a.button.fill-p542c {
  background: #9d7ab5;
}
.bg-p2557c:not(.textElement) button.fill-p542c,
.bg-p2557c:not(.textElement) a.button.fill-p542c {
  background: white;
  color: #9d7ab5;
}
.p2557c button.fill-p144c,
.p2557c a.button.fill-p144c {
  background: #9d7ab5;
}
.bg-p2557c:not(.textElement) button.fill-p144c,
.bg-p2557c:not(.textElement) a.button.fill-p144c {
  background: white;
  color: #9d7ab5;
}
.p2557c button.fill-p7438c,
.p2557c a.button.fill-p7438c {
  background: #9d7ab5;
}
.bg-p2557c:not(.textElement) button.fill-p7438c,
.bg-p2557c:not(.textElement) a.button.fill-p7438c {
  background: white;
  color: #9d7ab5;
}
.p2557c button.fill-p7738c,
.p2557c a.button.fill-p7738c {
  background: #9d7ab5;
}
.bg-p2557c:not(.textElement) button.fill-p7738c,
.bg-p2557c:not(.textElement) a.button.fill-p7738c {
  background: white;
  color: #9d7ab5;
}
.p2557c button.fill-p4012c,
.p2557c a.button.fill-p4012c {
  background: #9d7ab5;
}
.bg-p2557c:not(.textElement) button.fill-p4012c,
.bg-p2557c:not(.textElement) a.button.fill-p4012c {
  background: white;
  color: #9d7ab5;
}
.p2557c button.fill-p2040c,
.p2557c a.button.fill-p2040c {
  background: #9d7ab5;
}
.bg-p2557c:not(.textElement) button.fill-p2040c,
.bg-p2557c:not(.textElement) a.button.fill-p2040c {
  background: white;
  color: #9d7ab5;
}
.p2557c button.fill-p128c,
.p2557c a.button.fill-p128c {
  background: #9d7ab5;
}
.bg-p2557c:not(.textElement) button.fill-p128c,
.bg-p2557c:not(.textElement) a.button.fill-p128c {
  background: white;
  color: #9d7ab5;
}
.p2557c button.fill-p2557c,
.p2557c a.button.fill-p2557c {
  background: #9d7ab5;
}
.bg-p2557c:not(.textElement) button.fill-p2557c,
.bg-p2557c:not(.textElement) a.button.fill-p2557c {
  background: white;
  color: #9d7ab5;
}
button.fill.green,
a.button.fill.green {
  background: #51982f;
  color: #fff;
}
@media (min-width: 1025px) {
  button.fill.green:hover,
  a.button.fill.green:hover {
    background: #636362 !important;
  }
}

/* element with defined .color class */
.bg h1,
.bg h2,
.bg h3,
.bg h4,
.bg div.headline {
  --light: 90;
  color: #333332;
}

.first h1,
.first h2,
.first h3,
.first h4,
.first div.headline {
  --light: 39;
  color: #51982f;
}

.second h1,
.second h2,
.second h3,
.second h4,
.second div.headline {
  --light: 45;
  color: #a04393;
}

.third h1,
.third h2,
.third h3,
.third h4,
.third div.headline {
  --light: 58;
  color: #69bfac;
}

.fourth h1,
.fourth h2,
.fourth h3,
.fourth h4,
.fourth div.headline {
  --light: 19;
  color: #00623c;
}

.fifth h1,
.fifth h2,
.fifth h3,
.fifth h4,
.fifth div.headline {
  --light: 41;
  color: #c8d300;
}

.sixth h1,
.sixth h2,
.sixth h3,
.sixth h4,
.sixth div.headline {
  --light: 85;
  color: #c9e6de;
}

.seventh h1,
.seventh h2,
.seventh h3,
.seventh h4,
.seventh div.headline {
  --light: 80;
  color: #c0d6d6;
}

.otofren h1,
.otofren h2,
.otofren h3,
.otofren h4,
.otofren div.headline {
  --light: 65;
  color: white;
}

.otofren2 h1,
.otofren2 h2,
.otofren2 h3,
.otofren2 h4,
.otofren2 div.headline {
  --light: 65;
  color: #FADC53;
}

.hypericum h1,
.hypericum h2,
.hypericum h3,
.hypericum h4,
.hypericum div.headline {
  --light: 40;
  color: white;
}

.chamomilla h1,
.chamomilla h2,
.chamomilla h3,
.chamomilla h4,
.chamomilla div.headline {
  --light: 47;
  color: white;
}

.bryonia h1,
.bryonia h2,
.bryonia h3,
.bryonia h4,
.bryonia div.headline {
  --light: 49;
  color: white;
}

.aconitum h1,
.aconitum h2,
.aconitum h3,
.aconitum h4,
.aconitum div.headline {
  --light: 44;
  color: white;
}

.thuja h1,
.thuja h2,
.thuja h3,
.thuja h4,
.thuja div.headline {
  --light: 62;
  color: white;
}

.apis h1,
.apis h2,
.apis h3,
.apis h4,
.apis div.headline {
  --light: 47;
  color: white;
}

.arnica h1,
.arnica h2,
.arnica h3,
.arnica h4,
.arnica div.headline {
  --light: 46;
  color: white;
}

.belladonna h1,
.belladonna h2,
.belladonna h3,
.belladonna h4,
.belladonna div.headline {
  --light: 22;
  color: white;
}

.nervo1 h1,
.nervo1 h2,
.nervo1 h3,
.nervo1 h4,
.nervo1 div.headline {
  --light: 36;
  color: #4c8d2b;
}

.nervo2 h1,
.nervo2 h2,
.nervo2 h3,
.nervo2 h4,
.nervo2 div.headline {
  --light: 21;
  color: #002f6c;
}

.nervo3 h1,
.nervo3 h2,
.nervo3 h3,
.nervo3 h4,
.nervo3 div.headline {
  --light: 80;
  color: #bfdad2;
}

.trans1 h1,
.trans1 h2,
.trans1 h3,
.trans1 h4,
.trans1 div.headline {
  --light: 0;
  color: black;
}

.trans2 h1,
.trans2 h2,
.trans2 h3,
.trans2 h4,
.trans2 div.headline {
  --light: 0;
  color: black;
}

.trans3 h1,
.trans3 h2,
.trans3 h3,
.trans3 h4,
.trans3 div.headline {
  --light: 100;
  color: #636362;
}

.p542c h1,
.p542c h2,
.p542c h3,
.p542c h4,
.p542c div.headline {
  --light: 66;
  color: #7cb1d5;
}

.p144c h1,
.p144c h2,
.p144c h3,
.p144c h4,
.p144c div.headline {
  --light: 48;
  color: #f28c03;
}

.p7438c h1,
.p7438c h2,
.p7438c h3,
.p7438c h4,
.p7438c div.headline {
  --light: 70;
  color: #c89dc8;
}

.p7738c h1,
.p7738c h2,
.p7738c h3,
.p7738c h4,
.p7738c div.headline {
  --light: 45;
  color: #4fa444;
}

.p4012c h1,
.p4012c h2,
.p4012c h3,
.p4012c h4,
.p4012c div.headline {
  --light: 61;
  color: #decf59;
}

.p2040c h1,
.p2040c h2,
.p2040c h3,
.p2040c h4,
.p2040c div.headline {
  --light: 45;
  color: #dd085e;
}

.p128c h1,
.p128c h2,
.p128c h3,
.p128c h4,
.p128c div.headline {
  --light: 51;
  color: #ffd503;
}

.p2557c h1,
.p2557c h2,
.p2557c h3,
.p2557c h4,
.p2557c div.headline {
  --light: 59;
  color: #9d7ab5;
}

/* element with defined .bg-color class */
/* stretch element to full-width */
.bg,
.bg-first,
.bg-second,
.bg-third,
.bg-fourth,
.bg-fifth,
.bg-sixth,
.bg-seventh,
.bg-nervo1,
.bg-nervo2,
.bg-nervo3,
.bg-trans1,
.bg-trans2,
.bg-trans3,
.bg-trans4 {
  padding-top: calc(4vw + 2rem);
  padding-bottom: calc(4vw + 2rem);
  margin-bottom: calc(4vw + 2rem);
  width: 100%;
  padding-left: 4%;
  padding-right: 4%;
}

/* grey */
.bg:not(.textElement):not(.boxElement) {
  background-color: #f3f4f5;
}
.bg:not(.textElement):not(.boxElement) a:not([class]) {
  background: white;
}

.bg-bg:not(.textElement):not(.boxElement) {
  --light: 90;
  --background-color: #e6e6e6;
  background-color: #e6e6e6;
}
@supports (--css: variables) {
  .bg-bg:not(.textElement):not(.boxElement) {
    background-color: var(--background-color);
  }
}
.bg-bg:not(.textElement):not(.boxElement) h1,
.bg-bg:not(.textElement):not(.boxElement) h2,
.bg-bg:not(.textElement):not(.boxElement) h3,
.bg-bg:not(.textElement):not(.boxElement) h4,
.bg-bg:not(.textElement):not(.boxElement) div.headline,
.bg-bg:not(.textElement):not(.boxElement) p,
.bg-bg:not(.textElement):not(.boxElement) sup,
.bg-bg:not(.textElement):not(.boxElement) li,
.bg-bg:not(.textElement):not(.boxElement) a,
.bg-bg:not(.textElement):not(.boxElement) blockquote,
.bg-bg:not(.textElement):not(.boxElement) strong,
.bg-bg:not(.textElement):not(.boxElement) span {
  color: white;
}
@supports (--css: variables) {
  .bg-bg:not(.textElement):not(.boxElement) h1,
  .bg-bg:not(.textElement):not(.boxElement) h2,
  .bg-bg:not(.textElement):not(.boxElement) h3,
  .bg-bg:not(.textElement):not(.boxElement) h4,
  .bg-bg:not(.textElement):not(.boxElement) div.headline,
  .bg-bg:not(.textElement):not(.boxElement) p,
  .bg-bg:not(.textElement):not(.boxElement) sup,
  .bg-bg:not(.textElement):not(.boxElement) li,
  .bg-bg:not(.textElement):not(.boxElement) a,
  .bg-bg:not(.textElement):not(.boxElement) blockquote,
  .bg-bg:not(.textElement):not(.boxElement) strong,
  .bg-bg:not(.textElement):not(.boxElement) span {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-bg:not(.textElement):not(.boxElement) h2::after,
.bg-bg:not(.textElement):not(.boxElement) h3::after,
.bg-bg:not(.textElement):not(.boxElement) h4::after {
  background: white;
  --switch: calc((var(--light) - 50) * -100%);
  background: hsl(0, 0%, var(--switch));
}
.bg-bg:not(.textElement):not(.boxElement) a:not([class]) {
  color: #e6e6e6;
}
@media (min-width: 1025px) {
  .bg-bg:not(.textElement):not(.boxElement) a:not([class]):hover {
    color: white;
  }
}
.bg-bg:not(.textElement):not(.boxElement) ul li::before {
  color: white;
}
@supports (--css: variables) {
  .bg-bg:not(.textElement):not(.boxElement) ul li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-bg:not(.textElement):not(.boxElement) ul.bullets li::before {
  color: #333332;
}
@supports (--css: variables) {
  .bg-bg:not(.textElement):not(.boxElement) ul.bullets li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-bg:not(.textElement):not(.boxElement) .transOverlay {
  background-color: #e6e6e6;
}

.bg-first:not(.textElement):not(.boxElement) {
  --light: 39;
  --background-color: #51982f;
  background-color: #51982f;
}
@supports (--css: variables) {
  .bg-first:not(.textElement):not(.boxElement) {
    background-color: var(--background-color);
  }
}
.bg-first:not(.textElement):not(.boxElement) h1,
.bg-first:not(.textElement):not(.boxElement) h2,
.bg-first:not(.textElement):not(.boxElement) h3,
.bg-first:not(.textElement):not(.boxElement) h4,
.bg-first:not(.textElement):not(.boxElement) div.headline,
.bg-first:not(.textElement):not(.boxElement) p,
.bg-first:not(.textElement):not(.boxElement) sup,
.bg-first:not(.textElement):not(.boxElement) li,
.bg-first:not(.textElement):not(.boxElement) a,
.bg-first:not(.textElement):not(.boxElement) blockquote,
.bg-first:not(.textElement):not(.boxElement) strong,
.bg-first:not(.textElement):not(.boxElement) span {
  color: white;
}
@supports (--css: variables) {
  .bg-first:not(.textElement):not(.boxElement) h1,
  .bg-first:not(.textElement):not(.boxElement) h2,
  .bg-first:not(.textElement):not(.boxElement) h3,
  .bg-first:not(.textElement):not(.boxElement) h4,
  .bg-first:not(.textElement):not(.boxElement) div.headline,
  .bg-first:not(.textElement):not(.boxElement) p,
  .bg-first:not(.textElement):not(.boxElement) sup,
  .bg-first:not(.textElement):not(.boxElement) li,
  .bg-first:not(.textElement):not(.boxElement) a,
  .bg-first:not(.textElement):not(.boxElement) blockquote,
  .bg-first:not(.textElement):not(.boxElement) strong,
  .bg-first:not(.textElement):not(.boxElement) span {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-first:not(.textElement):not(.boxElement) h2::after,
.bg-first:not(.textElement):not(.boxElement) h3::after,
.bg-first:not(.textElement):not(.boxElement) h4::after {
  background: white;
  --switch: calc((var(--light) - 50) * -100%);
  background: hsl(0, 0%, var(--switch));
}
.bg-first:not(.textElement):not(.boxElement) a:not([class]) {
  color: #51982f;
}
@media (min-width: 1025px) {
  .bg-first:not(.textElement):not(.boxElement) a:not([class]):hover {
    color: white;
  }
}
.bg-first:not(.textElement):not(.boxElement) ul li::before {
  color: white;
}
@supports (--css: variables) {
  .bg-first:not(.textElement):not(.boxElement) ul li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-first:not(.textElement):not(.boxElement) ul.bullets li::before {
  color: #51982f;
}
@supports (--css: variables) {
  .bg-first:not(.textElement):not(.boxElement) ul.bullets li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-first:not(.textElement):not(.boxElement) .transOverlay {
  background-color: #51982f;
}

.bg-second:not(.textElement):not(.boxElement) {
  --light: 45;
  --background-color: #a04393;
  background-color: #a04393;
}
@supports (--css: variables) {
  .bg-second:not(.textElement):not(.boxElement) {
    background-color: var(--background-color);
  }
}
.bg-second:not(.textElement):not(.boxElement) h1,
.bg-second:not(.textElement):not(.boxElement) h2,
.bg-second:not(.textElement):not(.boxElement) h3,
.bg-second:not(.textElement):not(.boxElement) h4,
.bg-second:not(.textElement):not(.boxElement) div.headline,
.bg-second:not(.textElement):not(.boxElement) p,
.bg-second:not(.textElement):not(.boxElement) sup,
.bg-second:not(.textElement):not(.boxElement) li,
.bg-second:not(.textElement):not(.boxElement) a,
.bg-second:not(.textElement):not(.boxElement) blockquote,
.bg-second:not(.textElement):not(.boxElement) strong,
.bg-second:not(.textElement):not(.boxElement) span {
  color: white;
}
@supports (--css: variables) {
  .bg-second:not(.textElement):not(.boxElement) h1,
  .bg-second:not(.textElement):not(.boxElement) h2,
  .bg-second:not(.textElement):not(.boxElement) h3,
  .bg-second:not(.textElement):not(.boxElement) h4,
  .bg-second:not(.textElement):not(.boxElement) div.headline,
  .bg-second:not(.textElement):not(.boxElement) p,
  .bg-second:not(.textElement):not(.boxElement) sup,
  .bg-second:not(.textElement):not(.boxElement) li,
  .bg-second:not(.textElement):not(.boxElement) a,
  .bg-second:not(.textElement):not(.boxElement) blockquote,
  .bg-second:not(.textElement):not(.boxElement) strong,
  .bg-second:not(.textElement):not(.boxElement) span {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-second:not(.textElement):not(.boxElement) h2::after,
.bg-second:not(.textElement):not(.boxElement) h3::after,
.bg-second:not(.textElement):not(.boxElement) h4::after {
  background: white;
  --switch: calc((var(--light) - 50) * -100%);
  background: hsl(0, 0%, var(--switch));
}
.bg-second:not(.textElement):not(.boxElement) a:not([class]) {
  color: #a04393;
}
@media (min-width: 1025px) {
  .bg-second:not(.textElement):not(.boxElement) a:not([class]):hover {
    color: white;
  }
}
.bg-second:not(.textElement):not(.boxElement) ul li::before {
  color: white;
}
@supports (--css: variables) {
  .bg-second:not(.textElement):not(.boxElement) ul li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-second:not(.textElement):not(.boxElement) ul.bullets li::before {
  color: #a04393;
}
@supports (--css: variables) {
  .bg-second:not(.textElement):not(.boxElement) ul.bullets li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-second:not(.textElement):not(.boxElement) .transOverlay {
  background-color: #a04393;
}

.bg-third:not(.textElement):not(.boxElement) {
  --light: 58;
  --background-color: #69bfac;
  background-color: #69bfac;
}
@supports (--css: variables) {
  .bg-third:not(.textElement):not(.boxElement) {
    background-color: var(--background-color);
  }
}
.bg-third:not(.textElement):not(.boxElement) h1,
.bg-third:not(.textElement):not(.boxElement) h2,
.bg-third:not(.textElement):not(.boxElement) h3,
.bg-third:not(.textElement):not(.boxElement) h4,
.bg-third:not(.textElement):not(.boxElement) div.headline,
.bg-third:not(.textElement):not(.boxElement) p,
.bg-third:not(.textElement):not(.boxElement) sup,
.bg-third:not(.textElement):not(.boxElement) li,
.bg-third:not(.textElement):not(.boxElement) a,
.bg-third:not(.textElement):not(.boxElement) blockquote,
.bg-third:not(.textElement):not(.boxElement) strong,
.bg-third:not(.textElement):not(.boxElement) span {
  color: white;
}
@supports (--css: variables) {
  .bg-third:not(.textElement):not(.boxElement) h1,
  .bg-third:not(.textElement):not(.boxElement) h2,
  .bg-third:not(.textElement):not(.boxElement) h3,
  .bg-third:not(.textElement):not(.boxElement) h4,
  .bg-third:not(.textElement):not(.boxElement) div.headline,
  .bg-third:not(.textElement):not(.boxElement) p,
  .bg-third:not(.textElement):not(.boxElement) sup,
  .bg-third:not(.textElement):not(.boxElement) li,
  .bg-third:not(.textElement):not(.boxElement) a,
  .bg-third:not(.textElement):not(.boxElement) blockquote,
  .bg-third:not(.textElement):not(.boxElement) strong,
  .bg-third:not(.textElement):not(.boxElement) span {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-third:not(.textElement):not(.boxElement) h2::after,
.bg-third:not(.textElement):not(.boxElement) h3::after,
.bg-third:not(.textElement):not(.boxElement) h4::after {
  background: white;
  --switch: calc((var(--light) - 50) * -100%);
  background: hsl(0, 0%, var(--switch));
}
.bg-third:not(.textElement):not(.boxElement) a:not([class]) {
  color: #69bfac;
}
@media (min-width: 1025px) {
  .bg-third:not(.textElement):not(.boxElement) a:not([class]):hover {
    color: white;
  }
}
.bg-third:not(.textElement):not(.boxElement) ul li::before {
  color: white;
}
@supports (--css: variables) {
  .bg-third:not(.textElement):not(.boxElement) ul li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-third:not(.textElement):not(.boxElement) ul.bullets li::before {
  color: #69bfac;
}
@supports (--css: variables) {
  .bg-third:not(.textElement):not(.boxElement) ul.bullets li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-third:not(.textElement):not(.boxElement) .transOverlay {
  background-color: #69bfac;
}

.bg-fourth:not(.textElement):not(.boxElement) {
  --light: 19;
  --background-color: #00623c;
  background-color: #00623c;
}
@supports (--css: variables) {
  .bg-fourth:not(.textElement):not(.boxElement) {
    background-color: var(--background-color);
  }
}
.bg-fourth:not(.textElement):not(.boxElement) h1,
.bg-fourth:not(.textElement):not(.boxElement) h2,
.bg-fourth:not(.textElement):not(.boxElement) h3,
.bg-fourth:not(.textElement):not(.boxElement) h4,
.bg-fourth:not(.textElement):not(.boxElement) div.headline,
.bg-fourth:not(.textElement):not(.boxElement) p,
.bg-fourth:not(.textElement):not(.boxElement) sup,
.bg-fourth:not(.textElement):not(.boxElement) li,
.bg-fourth:not(.textElement):not(.boxElement) a,
.bg-fourth:not(.textElement):not(.boxElement) blockquote,
.bg-fourth:not(.textElement):not(.boxElement) strong,
.bg-fourth:not(.textElement):not(.boxElement) span {
  color: white;
}
@supports (--css: variables) {
  .bg-fourth:not(.textElement):not(.boxElement) h1,
  .bg-fourth:not(.textElement):not(.boxElement) h2,
  .bg-fourth:not(.textElement):not(.boxElement) h3,
  .bg-fourth:not(.textElement):not(.boxElement) h4,
  .bg-fourth:not(.textElement):not(.boxElement) div.headline,
  .bg-fourth:not(.textElement):not(.boxElement) p,
  .bg-fourth:not(.textElement):not(.boxElement) sup,
  .bg-fourth:not(.textElement):not(.boxElement) li,
  .bg-fourth:not(.textElement):not(.boxElement) a,
  .bg-fourth:not(.textElement):not(.boxElement) blockquote,
  .bg-fourth:not(.textElement):not(.boxElement) strong,
  .bg-fourth:not(.textElement):not(.boxElement) span {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-fourth:not(.textElement):not(.boxElement) h2::after,
.bg-fourth:not(.textElement):not(.boxElement) h3::after,
.bg-fourth:not(.textElement):not(.boxElement) h4::after {
  background: white;
  --switch: calc((var(--light) - 50) * -100%);
  background: hsl(0, 0%, var(--switch));
}
.bg-fourth:not(.textElement):not(.boxElement) a:not([class]) {
  color: #00623c;
}
@media (min-width: 1025px) {
  .bg-fourth:not(.textElement):not(.boxElement) a:not([class]):hover {
    color: white;
  }
}
.bg-fourth:not(.textElement):not(.boxElement) ul li::before {
  color: white;
}
@supports (--css: variables) {
  .bg-fourth:not(.textElement):not(.boxElement) ul li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-fourth:not(.textElement):not(.boxElement) ul.bullets li::before {
  color: #00623c;
}
@supports (--css: variables) {
  .bg-fourth:not(.textElement):not(.boxElement) ul.bullets li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-fourth:not(.textElement):not(.boxElement) .transOverlay {
  background-color: #00623c;
}

.bg-fifth:not(.textElement):not(.boxElement) {
  --light: 41;
  --background-color: #c8d300;
  background-color: #c8d300;
}
@supports (--css: variables) {
  .bg-fifth:not(.textElement):not(.boxElement) {
    background-color: var(--background-color);
  }
}
.bg-fifth:not(.textElement):not(.boxElement) h1,
.bg-fifth:not(.textElement):not(.boxElement) h2,
.bg-fifth:not(.textElement):not(.boxElement) h3,
.bg-fifth:not(.textElement):not(.boxElement) h4,
.bg-fifth:not(.textElement):not(.boxElement) div.headline,
.bg-fifth:not(.textElement):not(.boxElement) p,
.bg-fifth:not(.textElement):not(.boxElement) sup,
.bg-fifth:not(.textElement):not(.boxElement) li,
.bg-fifth:not(.textElement):not(.boxElement) a,
.bg-fifth:not(.textElement):not(.boxElement) blockquote,
.bg-fifth:not(.textElement):not(.boxElement) strong,
.bg-fifth:not(.textElement):not(.boxElement) span {
  color: white;
}
@supports (--css: variables) {
  .bg-fifth:not(.textElement):not(.boxElement) h1,
  .bg-fifth:not(.textElement):not(.boxElement) h2,
  .bg-fifth:not(.textElement):not(.boxElement) h3,
  .bg-fifth:not(.textElement):not(.boxElement) h4,
  .bg-fifth:not(.textElement):not(.boxElement) div.headline,
  .bg-fifth:not(.textElement):not(.boxElement) p,
  .bg-fifth:not(.textElement):not(.boxElement) sup,
  .bg-fifth:not(.textElement):not(.boxElement) li,
  .bg-fifth:not(.textElement):not(.boxElement) a,
  .bg-fifth:not(.textElement):not(.boxElement) blockquote,
  .bg-fifth:not(.textElement):not(.boxElement) strong,
  .bg-fifth:not(.textElement):not(.boxElement) span {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-fifth:not(.textElement):not(.boxElement) h2::after,
.bg-fifth:not(.textElement):not(.boxElement) h3::after,
.bg-fifth:not(.textElement):not(.boxElement) h4::after {
  background: white;
  --switch: calc((var(--light) - 50) * -100%);
  background: hsl(0, 0%, var(--switch));
}
.bg-fifth:not(.textElement):not(.boxElement) a:not([class]) {
  color: #c8d300;
}
@media (min-width: 1025px) {
  .bg-fifth:not(.textElement):not(.boxElement) a:not([class]):hover {
    color: white;
  }
}
.bg-fifth:not(.textElement):not(.boxElement) ul li::before {
  color: white;
}
@supports (--css: variables) {
  .bg-fifth:not(.textElement):not(.boxElement) ul li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-fifth:not(.textElement):not(.boxElement) ul.bullets li::before {
  color: #c8d300;
}
@supports (--css: variables) {
  .bg-fifth:not(.textElement):not(.boxElement) ul.bullets li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-fifth:not(.textElement):not(.boxElement) .transOverlay {
  background-color: #c8d300;
}

.bg-sixth:not(.textElement):not(.boxElement) {
  --light: 85;
  --background-color: #c9e6de;
  background-color: #c9e6de;
}
@supports (--css: variables) {
  .bg-sixth:not(.textElement):not(.boxElement) {
    background-color: var(--background-color);
  }
}
.bg-sixth:not(.textElement):not(.boxElement) h1,
.bg-sixth:not(.textElement):not(.boxElement) h2,
.bg-sixth:not(.textElement):not(.boxElement) h3,
.bg-sixth:not(.textElement):not(.boxElement) h4,
.bg-sixth:not(.textElement):not(.boxElement) div.headline,
.bg-sixth:not(.textElement):not(.boxElement) p,
.bg-sixth:not(.textElement):not(.boxElement) sup,
.bg-sixth:not(.textElement):not(.boxElement) li,
.bg-sixth:not(.textElement):not(.boxElement) a,
.bg-sixth:not(.textElement):not(.boxElement) blockquote,
.bg-sixth:not(.textElement):not(.boxElement) strong,
.bg-sixth:not(.textElement):not(.boxElement) span {
  color: white;
}
@supports (--css: variables) {
  .bg-sixth:not(.textElement):not(.boxElement) h1,
  .bg-sixth:not(.textElement):not(.boxElement) h2,
  .bg-sixth:not(.textElement):not(.boxElement) h3,
  .bg-sixth:not(.textElement):not(.boxElement) h4,
  .bg-sixth:not(.textElement):not(.boxElement) div.headline,
  .bg-sixth:not(.textElement):not(.boxElement) p,
  .bg-sixth:not(.textElement):not(.boxElement) sup,
  .bg-sixth:not(.textElement):not(.boxElement) li,
  .bg-sixth:not(.textElement):not(.boxElement) a,
  .bg-sixth:not(.textElement):not(.boxElement) blockquote,
  .bg-sixth:not(.textElement):not(.boxElement) strong,
  .bg-sixth:not(.textElement):not(.boxElement) span {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-sixth:not(.textElement):not(.boxElement) h2::after,
.bg-sixth:not(.textElement):not(.boxElement) h3::after,
.bg-sixth:not(.textElement):not(.boxElement) h4::after {
  background: white;
  --switch: calc((var(--light) - 50) * -100%);
  background: hsl(0, 0%, var(--switch));
}
.bg-sixth:not(.textElement):not(.boxElement) a:not([class]) {
  color: #c9e6de;
}
@media (min-width: 1025px) {
  .bg-sixth:not(.textElement):not(.boxElement) a:not([class]):hover {
    color: white;
  }
}
.bg-sixth:not(.textElement):not(.boxElement) ul li::before {
  color: white;
}
@supports (--css: variables) {
  .bg-sixth:not(.textElement):not(.boxElement) ul li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-sixth:not(.textElement):not(.boxElement) ul.bullets li::before {
  color: #c9e6de;
}
@supports (--css: variables) {
  .bg-sixth:not(.textElement):not(.boxElement) ul.bullets li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-sixth:not(.textElement):not(.boxElement) .transOverlay {
  background-color: #c9e6de;
}

.bg-seventh:not(.textElement):not(.boxElement) {
  --light: 80;
  --background-color: #c0d6d6;
  background-color: #c0d6d6;
}
@supports (--css: variables) {
  .bg-seventh:not(.textElement):not(.boxElement) {
    background-color: var(--background-color);
  }
}
.bg-seventh:not(.textElement):not(.boxElement) h1,
.bg-seventh:not(.textElement):not(.boxElement) h2,
.bg-seventh:not(.textElement):not(.boxElement) h3,
.bg-seventh:not(.textElement):not(.boxElement) h4,
.bg-seventh:not(.textElement):not(.boxElement) div.headline,
.bg-seventh:not(.textElement):not(.boxElement) p,
.bg-seventh:not(.textElement):not(.boxElement) sup,
.bg-seventh:not(.textElement):not(.boxElement) li,
.bg-seventh:not(.textElement):not(.boxElement) a,
.bg-seventh:not(.textElement):not(.boxElement) blockquote,
.bg-seventh:not(.textElement):not(.boxElement) strong,
.bg-seventh:not(.textElement):not(.boxElement) span {
  color: white;
}
@supports (--css: variables) {
  .bg-seventh:not(.textElement):not(.boxElement) h1,
  .bg-seventh:not(.textElement):not(.boxElement) h2,
  .bg-seventh:not(.textElement):not(.boxElement) h3,
  .bg-seventh:not(.textElement):not(.boxElement) h4,
  .bg-seventh:not(.textElement):not(.boxElement) div.headline,
  .bg-seventh:not(.textElement):not(.boxElement) p,
  .bg-seventh:not(.textElement):not(.boxElement) sup,
  .bg-seventh:not(.textElement):not(.boxElement) li,
  .bg-seventh:not(.textElement):not(.boxElement) a,
  .bg-seventh:not(.textElement):not(.boxElement) blockquote,
  .bg-seventh:not(.textElement):not(.boxElement) strong,
  .bg-seventh:not(.textElement):not(.boxElement) span {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-seventh:not(.textElement):not(.boxElement) h2::after,
.bg-seventh:not(.textElement):not(.boxElement) h3::after,
.bg-seventh:not(.textElement):not(.boxElement) h4::after {
  background: white;
  --switch: calc((var(--light) - 50) * -100%);
  background: hsl(0, 0%, var(--switch));
}
.bg-seventh:not(.textElement):not(.boxElement) a:not([class]) {
  color: #c0d6d6;
}
@media (min-width: 1025px) {
  .bg-seventh:not(.textElement):not(.boxElement) a:not([class]):hover {
    color: white;
  }
}
.bg-seventh:not(.textElement):not(.boxElement) ul li::before {
  color: white;
}
@supports (--css: variables) {
  .bg-seventh:not(.textElement):not(.boxElement) ul li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-seventh:not(.textElement):not(.boxElement) ul.bullets li::before {
  color: #c0d6d6;
}
@supports (--css: variables) {
  .bg-seventh:not(.textElement):not(.boxElement) ul.bullets li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-seventh:not(.textElement):not(.boxElement) .transOverlay {
  background-color: #c0d6d6;
}

.bg-otofren:not(.textElement):not(.boxElement) {
  --light: 65;
  --background-color: #5BC5F2;
  background-color: #5BC5F2;
}
@supports (--css: variables) {
  .bg-otofren:not(.textElement):not(.boxElement) {
    background-color: var(--background-color);
  }
}
.bg-otofren:not(.textElement):not(.boxElement) h1,
.bg-otofren:not(.textElement):not(.boxElement) h2,
.bg-otofren:not(.textElement):not(.boxElement) h3,
.bg-otofren:not(.textElement):not(.boxElement) h4,
.bg-otofren:not(.textElement):not(.boxElement) div.headline,
.bg-otofren:not(.textElement):not(.boxElement) p,
.bg-otofren:not(.textElement):not(.boxElement) sup,
.bg-otofren:not(.textElement):not(.boxElement) li,
.bg-otofren:not(.textElement):not(.boxElement) a,
.bg-otofren:not(.textElement):not(.boxElement) blockquote,
.bg-otofren:not(.textElement):not(.boxElement) strong,
.bg-otofren:not(.textElement):not(.boxElement) span {
  color: white;
}
@supports (--css: variables) {
  .bg-otofren:not(.textElement):not(.boxElement) h1,
  .bg-otofren:not(.textElement):not(.boxElement) h2,
  .bg-otofren:not(.textElement):not(.boxElement) h3,
  .bg-otofren:not(.textElement):not(.boxElement) h4,
  .bg-otofren:not(.textElement):not(.boxElement) div.headline,
  .bg-otofren:not(.textElement):not(.boxElement) p,
  .bg-otofren:not(.textElement):not(.boxElement) sup,
  .bg-otofren:not(.textElement):not(.boxElement) li,
  .bg-otofren:not(.textElement):not(.boxElement) a,
  .bg-otofren:not(.textElement):not(.boxElement) blockquote,
  .bg-otofren:not(.textElement):not(.boxElement) strong,
  .bg-otofren:not(.textElement):not(.boxElement) span {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-otofren:not(.textElement):not(.boxElement) h2::after,
.bg-otofren:not(.textElement):not(.boxElement) h3::after,
.bg-otofren:not(.textElement):not(.boxElement) h4::after {
  background: white;
  --switch: calc((var(--light) - 50) * -100%);
  background: hsl(0, 0%, var(--switch));
}
.bg-otofren:not(.textElement):not(.boxElement) a:not([class]) {
  color: #5BC5F2;
}
@media (min-width: 1025px) {
  .bg-otofren:not(.textElement):not(.boxElement) a:not([class]):hover {
    color: white;
  }
}
.bg-otofren:not(.textElement):not(.boxElement) ul li::before {
  color: white;
}
@supports (--css: variables) {
  .bg-otofren:not(.textElement):not(.boxElement) ul li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-otofren:not(.textElement):not(.boxElement) ul.bullets li::before {
  color: #5BC5F2;
}
@supports (--css: variables) {
  .bg-otofren:not(.textElement):not(.boxElement) ul.bullets li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-otofren:not(.textElement):not(.boxElement) .transOverlay {
  background-color: #5BC5F2;
}

.bg-otofren2:not(.textElement):not(.boxElement) {
  --light: 65;
  --background-color: #FADC53;
  background-color: #FADC53;
}
@supports (--css: variables) {
  .bg-otofren2:not(.textElement):not(.boxElement) {
    background-color: var(--background-color);
  }
}
.bg-otofren2:not(.textElement):not(.boxElement) h1,
.bg-otofren2:not(.textElement):not(.boxElement) h2,
.bg-otofren2:not(.textElement):not(.boxElement) h3,
.bg-otofren2:not(.textElement):not(.boxElement) h4,
.bg-otofren2:not(.textElement):not(.boxElement) div.headline,
.bg-otofren2:not(.textElement):not(.boxElement) p,
.bg-otofren2:not(.textElement):not(.boxElement) sup,
.bg-otofren2:not(.textElement):not(.boxElement) li,
.bg-otofren2:not(.textElement):not(.boxElement) a,
.bg-otofren2:not(.textElement):not(.boxElement) blockquote,
.bg-otofren2:not(.textElement):not(.boxElement) strong,
.bg-otofren2:not(.textElement):not(.boxElement) span {
  color: white;
}
@supports (--css: variables) {
  .bg-otofren2:not(.textElement):not(.boxElement) h1,
  .bg-otofren2:not(.textElement):not(.boxElement) h2,
  .bg-otofren2:not(.textElement):not(.boxElement) h3,
  .bg-otofren2:not(.textElement):not(.boxElement) h4,
  .bg-otofren2:not(.textElement):not(.boxElement) div.headline,
  .bg-otofren2:not(.textElement):not(.boxElement) p,
  .bg-otofren2:not(.textElement):not(.boxElement) sup,
  .bg-otofren2:not(.textElement):not(.boxElement) li,
  .bg-otofren2:not(.textElement):not(.boxElement) a,
  .bg-otofren2:not(.textElement):not(.boxElement) blockquote,
  .bg-otofren2:not(.textElement):not(.boxElement) strong,
  .bg-otofren2:not(.textElement):not(.boxElement) span {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-otofren2:not(.textElement):not(.boxElement) h2::after,
.bg-otofren2:not(.textElement):not(.boxElement) h3::after,
.bg-otofren2:not(.textElement):not(.boxElement) h4::after {
  background: white;
  --switch: calc((var(--light) - 50) * -100%);
  background: hsl(0, 0%, var(--switch));
}
.bg-otofren2:not(.textElement):not(.boxElement) a:not([class]) {
  color: #FADC53;
}
@media (min-width: 1025px) {
  .bg-otofren2:not(.textElement):not(.boxElement) a:not([class]):hover {
    color: white;
  }
}
.bg-otofren2:not(.textElement):not(.boxElement) ul li::before {
  color: white;
}
@supports (--css: variables) {
  .bg-otofren2:not(.textElement):not(.boxElement) ul li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-otofren2:not(.textElement):not(.boxElement) ul.bullets li::before {
  color: #FADC53;
}
@supports (--css: variables) {
  .bg-otofren2:not(.textElement):not(.boxElement) ul.bullets li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-otofren2:not(.textElement):not(.boxElement) .transOverlay {
  background-color: #FADC53;
}

.bg-hypericum:not(.textElement):not(.boxElement) {
  --light: 40;
  --background-color: #b21827;
  background-color: #b21827;
}
@supports (--css: variables) {
  .bg-hypericum:not(.textElement):not(.boxElement) {
    background-color: var(--background-color);
  }
}
.bg-hypericum:not(.textElement):not(.boxElement) h1,
.bg-hypericum:not(.textElement):not(.boxElement) h2,
.bg-hypericum:not(.textElement):not(.boxElement) h3,
.bg-hypericum:not(.textElement):not(.boxElement) h4,
.bg-hypericum:not(.textElement):not(.boxElement) div.headline,
.bg-hypericum:not(.textElement):not(.boxElement) p,
.bg-hypericum:not(.textElement):not(.boxElement) sup,
.bg-hypericum:not(.textElement):not(.boxElement) li,
.bg-hypericum:not(.textElement):not(.boxElement) a,
.bg-hypericum:not(.textElement):not(.boxElement) blockquote,
.bg-hypericum:not(.textElement):not(.boxElement) strong,
.bg-hypericum:not(.textElement):not(.boxElement) span {
  color: white;
}
@supports (--css: variables) {
  .bg-hypericum:not(.textElement):not(.boxElement) h1,
  .bg-hypericum:not(.textElement):not(.boxElement) h2,
  .bg-hypericum:not(.textElement):not(.boxElement) h3,
  .bg-hypericum:not(.textElement):not(.boxElement) h4,
  .bg-hypericum:not(.textElement):not(.boxElement) div.headline,
  .bg-hypericum:not(.textElement):not(.boxElement) p,
  .bg-hypericum:not(.textElement):not(.boxElement) sup,
  .bg-hypericum:not(.textElement):not(.boxElement) li,
  .bg-hypericum:not(.textElement):not(.boxElement) a,
  .bg-hypericum:not(.textElement):not(.boxElement) blockquote,
  .bg-hypericum:not(.textElement):not(.boxElement) strong,
  .bg-hypericum:not(.textElement):not(.boxElement) span {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-hypericum:not(.textElement):not(.boxElement) h2::after,
.bg-hypericum:not(.textElement):not(.boxElement) h3::after,
.bg-hypericum:not(.textElement):not(.boxElement) h4::after {
  background: white;
  --switch: calc((var(--light) - 50) * -100%);
  background: hsl(0, 0%, var(--switch));
}
.bg-hypericum:not(.textElement):not(.boxElement) a:not([class]) {
  color: #b21827;
}
@media (min-width: 1025px) {
  .bg-hypericum:not(.textElement):not(.boxElement) a:not([class]):hover {
    color: white;
  }
}
.bg-hypericum:not(.textElement):not(.boxElement) ul li::before {
  color: white;
}
@supports (--css: variables) {
  .bg-hypericum:not(.textElement):not(.boxElement) ul li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-hypericum:not(.textElement):not(.boxElement) ul.bullets li::before {
  color: #b21827;
}
@supports (--css: variables) {
  .bg-hypericum:not(.textElement):not(.boxElement) ul.bullets li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-hypericum:not(.textElement):not(.boxElement) .transOverlay {
  background-color: #b21827;
}

.bg-chamomilla:not(.textElement):not(.boxElement) {
  --light: 47;
  --background-color: #f1ce00;
  background-color: #f1ce00;
}
@supports (--css: variables) {
  .bg-chamomilla:not(.textElement):not(.boxElement) {
    background-color: var(--background-color);
  }
}
.bg-chamomilla:not(.textElement):not(.boxElement) h1,
.bg-chamomilla:not(.textElement):not(.boxElement) h2,
.bg-chamomilla:not(.textElement):not(.boxElement) h3,
.bg-chamomilla:not(.textElement):not(.boxElement) h4,
.bg-chamomilla:not(.textElement):not(.boxElement) div.headline,
.bg-chamomilla:not(.textElement):not(.boxElement) p,
.bg-chamomilla:not(.textElement):not(.boxElement) sup,
.bg-chamomilla:not(.textElement):not(.boxElement) li,
.bg-chamomilla:not(.textElement):not(.boxElement) a,
.bg-chamomilla:not(.textElement):not(.boxElement) blockquote,
.bg-chamomilla:not(.textElement):not(.boxElement) strong,
.bg-chamomilla:not(.textElement):not(.boxElement) span {
  color: white;
}
@supports (--css: variables) {
  .bg-chamomilla:not(.textElement):not(.boxElement) h1,
  .bg-chamomilla:not(.textElement):not(.boxElement) h2,
  .bg-chamomilla:not(.textElement):not(.boxElement) h3,
  .bg-chamomilla:not(.textElement):not(.boxElement) h4,
  .bg-chamomilla:not(.textElement):not(.boxElement) div.headline,
  .bg-chamomilla:not(.textElement):not(.boxElement) p,
  .bg-chamomilla:not(.textElement):not(.boxElement) sup,
  .bg-chamomilla:not(.textElement):not(.boxElement) li,
  .bg-chamomilla:not(.textElement):not(.boxElement) a,
  .bg-chamomilla:not(.textElement):not(.boxElement) blockquote,
  .bg-chamomilla:not(.textElement):not(.boxElement) strong,
  .bg-chamomilla:not(.textElement):not(.boxElement) span {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-chamomilla:not(.textElement):not(.boxElement) h2::after,
.bg-chamomilla:not(.textElement):not(.boxElement) h3::after,
.bg-chamomilla:not(.textElement):not(.boxElement) h4::after {
  background: white;
  --switch: calc((var(--light) - 50) * -100%);
  background: hsl(0, 0%, var(--switch));
}
.bg-chamomilla:not(.textElement):not(.boxElement) a:not([class]) {
  color: #f1ce00;
}
@media (min-width: 1025px) {
  .bg-chamomilla:not(.textElement):not(.boxElement) a:not([class]):hover {
    color: white;
  }
}
.bg-chamomilla:not(.textElement):not(.boxElement) ul li::before {
  color: white;
}
@supports (--css: variables) {
  .bg-chamomilla:not(.textElement):not(.boxElement) ul li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-chamomilla:not(.textElement):not(.boxElement) ul.bullets li::before {
  color: #f1ce00;
}
@supports (--css: variables) {
  .bg-chamomilla:not(.textElement):not(.boxElement) ul.bullets li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-chamomilla:not(.textElement):not(.boxElement) .transOverlay {
  background-color: #f1ce00;
}

.bg-bryonia:not(.textElement):not(.boxElement) {
  --light: 49;
  --background-color: #e1231b;
  background-color: #e1231b;
}
@supports (--css: variables) {
  .bg-bryonia:not(.textElement):not(.boxElement) {
    background-color: var(--background-color);
  }
}
.bg-bryonia:not(.textElement):not(.boxElement) h1,
.bg-bryonia:not(.textElement):not(.boxElement) h2,
.bg-bryonia:not(.textElement):not(.boxElement) h3,
.bg-bryonia:not(.textElement):not(.boxElement) h4,
.bg-bryonia:not(.textElement):not(.boxElement) div.headline,
.bg-bryonia:not(.textElement):not(.boxElement) p,
.bg-bryonia:not(.textElement):not(.boxElement) sup,
.bg-bryonia:not(.textElement):not(.boxElement) li,
.bg-bryonia:not(.textElement):not(.boxElement) a,
.bg-bryonia:not(.textElement):not(.boxElement) blockquote,
.bg-bryonia:not(.textElement):not(.boxElement) strong,
.bg-bryonia:not(.textElement):not(.boxElement) span {
  color: white;
}
@supports (--css: variables) {
  .bg-bryonia:not(.textElement):not(.boxElement) h1,
  .bg-bryonia:not(.textElement):not(.boxElement) h2,
  .bg-bryonia:not(.textElement):not(.boxElement) h3,
  .bg-bryonia:not(.textElement):not(.boxElement) h4,
  .bg-bryonia:not(.textElement):not(.boxElement) div.headline,
  .bg-bryonia:not(.textElement):not(.boxElement) p,
  .bg-bryonia:not(.textElement):not(.boxElement) sup,
  .bg-bryonia:not(.textElement):not(.boxElement) li,
  .bg-bryonia:not(.textElement):not(.boxElement) a,
  .bg-bryonia:not(.textElement):not(.boxElement) blockquote,
  .bg-bryonia:not(.textElement):not(.boxElement) strong,
  .bg-bryonia:not(.textElement):not(.boxElement) span {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-bryonia:not(.textElement):not(.boxElement) h2::after,
.bg-bryonia:not(.textElement):not(.boxElement) h3::after,
.bg-bryonia:not(.textElement):not(.boxElement) h4::after {
  background: white;
  --switch: calc((var(--light) - 50) * -100%);
  background: hsl(0, 0%, var(--switch));
}
.bg-bryonia:not(.textElement):not(.boxElement) a:not([class]) {
  color: #e1231b;
}
@media (min-width: 1025px) {
  .bg-bryonia:not(.textElement):not(.boxElement) a:not([class]):hover {
    color: white;
  }
}
.bg-bryonia:not(.textElement):not(.boxElement) ul li::before {
  color: white;
}
@supports (--css: variables) {
  .bg-bryonia:not(.textElement):not(.boxElement) ul li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-bryonia:not(.textElement):not(.boxElement) ul.bullets li::before {
  color: #e1231b;
}
@supports (--css: variables) {
  .bg-bryonia:not(.textElement):not(.boxElement) ul.bullets li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-bryonia:not(.textElement):not(.boxElement) .transOverlay {
  background-color: #e1231b;
}

.bg-aconitum:not(.textElement):not(.boxElement) {
  --light: 44;
  --background-color: #764896;
  background-color: #764896;
}
@supports (--css: variables) {
  .bg-aconitum:not(.textElement):not(.boxElement) {
    background-color: var(--background-color);
  }
}
.bg-aconitum:not(.textElement):not(.boxElement) h1,
.bg-aconitum:not(.textElement):not(.boxElement) h2,
.bg-aconitum:not(.textElement):not(.boxElement) h3,
.bg-aconitum:not(.textElement):not(.boxElement) h4,
.bg-aconitum:not(.textElement):not(.boxElement) div.headline,
.bg-aconitum:not(.textElement):not(.boxElement) p,
.bg-aconitum:not(.textElement):not(.boxElement) sup,
.bg-aconitum:not(.textElement):not(.boxElement) li,
.bg-aconitum:not(.textElement):not(.boxElement) a,
.bg-aconitum:not(.textElement):not(.boxElement) blockquote,
.bg-aconitum:not(.textElement):not(.boxElement) strong,
.bg-aconitum:not(.textElement):not(.boxElement) span {
  color: white;
}
@supports (--css: variables) {
  .bg-aconitum:not(.textElement):not(.boxElement) h1,
  .bg-aconitum:not(.textElement):not(.boxElement) h2,
  .bg-aconitum:not(.textElement):not(.boxElement) h3,
  .bg-aconitum:not(.textElement):not(.boxElement) h4,
  .bg-aconitum:not(.textElement):not(.boxElement) div.headline,
  .bg-aconitum:not(.textElement):not(.boxElement) p,
  .bg-aconitum:not(.textElement):not(.boxElement) sup,
  .bg-aconitum:not(.textElement):not(.boxElement) li,
  .bg-aconitum:not(.textElement):not(.boxElement) a,
  .bg-aconitum:not(.textElement):not(.boxElement) blockquote,
  .bg-aconitum:not(.textElement):not(.boxElement) strong,
  .bg-aconitum:not(.textElement):not(.boxElement) span {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-aconitum:not(.textElement):not(.boxElement) h2::after,
.bg-aconitum:not(.textElement):not(.boxElement) h3::after,
.bg-aconitum:not(.textElement):not(.boxElement) h4::after {
  background: white;
  --switch: calc((var(--light) - 50) * -100%);
  background: hsl(0, 0%, var(--switch));
}
.bg-aconitum:not(.textElement):not(.boxElement) a:not([class]) {
  color: #764896;
}
@media (min-width: 1025px) {
  .bg-aconitum:not(.textElement):not(.boxElement) a:not([class]):hover {
    color: white;
  }
}
.bg-aconitum:not(.textElement):not(.boxElement) ul li::before {
  color: white;
}
@supports (--css: variables) {
  .bg-aconitum:not(.textElement):not(.boxElement) ul li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-aconitum:not(.textElement):not(.boxElement) ul.bullets li::before {
  color: #764896;
}
@supports (--css: variables) {
  .bg-aconitum:not(.textElement):not(.boxElement) ul.bullets li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-aconitum:not(.textElement):not(.boxElement) .transOverlay {
  background-color: #764896;
}

.bg-thuja:not(.textElement):not(.boxElement) {
  --light: 62;
  --background-color: #a9c17d;
  background-color: #a9c17d;
}
@supports (--css: variables) {
  .bg-thuja:not(.textElement):not(.boxElement) {
    background-color: var(--background-color);
  }
}
.bg-thuja:not(.textElement):not(.boxElement) h1,
.bg-thuja:not(.textElement):not(.boxElement) h2,
.bg-thuja:not(.textElement):not(.boxElement) h3,
.bg-thuja:not(.textElement):not(.boxElement) h4,
.bg-thuja:not(.textElement):not(.boxElement) div.headline,
.bg-thuja:not(.textElement):not(.boxElement) p,
.bg-thuja:not(.textElement):not(.boxElement) sup,
.bg-thuja:not(.textElement):not(.boxElement) li,
.bg-thuja:not(.textElement):not(.boxElement) a,
.bg-thuja:not(.textElement):not(.boxElement) blockquote,
.bg-thuja:not(.textElement):not(.boxElement) strong,
.bg-thuja:not(.textElement):not(.boxElement) span {
  color: white;
}
@supports (--css: variables) {
  .bg-thuja:not(.textElement):not(.boxElement) h1,
  .bg-thuja:not(.textElement):not(.boxElement) h2,
  .bg-thuja:not(.textElement):not(.boxElement) h3,
  .bg-thuja:not(.textElement):not(.boxElement) h4,
  .bg-thuja:not(.textElement):not(.boxElement) div.headline,
  .bg-thuja:not(.textElement):not(.boxElement) p,
  .bg-thuja:not(.textElement):not(.boxElement) sup,
  .bg-thuja:not(.textElement):not(.boxElement) li,
  .bg-thuja:not(.textElement):not(.boxElement) a,
  .bg-thuja:not(.textElement):not(.boxElement) blockquote,
  .bg-thuja:not(.textElement):not(.boxElement) strong,
  .bg-thuja:not(.textElement):not(.boxElement) span {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-thuja:not(.textElement):not(.boxElement) h2::after,
.bg-thuja:not(.textElement):not(.boxElement) h3::after,
.bg-thuja:not(.textElement):not(.boxElement) h4::after {
  background: white;
  --switch: calc((var(--light) - 50) * -100%);
  background: hsl(0, 0%, var(--switch));
}
.bg-thuja:not(.textElement):not(.boxElement) a:not([class]) {
  color: #a9c17d;
}
@media (min-width: 1025px) {
  .bg-thuja:not(.textElement):not(.boxElement) a:not([class]):hover {
    color: white;
  }
}
.bg-thuja:not(.textElement):not(.boxElement) ul li::before {
  color: white;
}
@supports (--css: variables) {
  .bg-thuja:not(.textElement):not(.boxElement) ul li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-thuja:not(.textElement):not(.boxElement) ul.bullets li::before {
  color: #a9c17d;
}
@supports (--css: variables) {
  .bg-thuja:not(.textElement):not(.boxElement) ul.bullets li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-thuja:not(.textElement):not(.boxElement) .transOverlay {
  background-color: #a9c17d;
}

.bg-apis:not(.textElement):not(.boxElement) {
  --light: 47;
  --background-color: #f0ad00;
  background-color: #f0ad00;
}
@supports (--css: variables) {
  .bg-apis:not(.textElement):not(.boxElement) {
    background-color: var(--background-color);
  }
}
.bg-apis:not(.textElement):not(.boxElement) h1,
.bg-apis:not(.textElement):not(.boxElement) h2,
.bg-apis:not(.textElement):not(.boxElement) h3,
.bg-apis:not(.textElement):not(.boxElement) h4,
.bg-apis:not(.textElement):not(.boxElement) div.headline,
.bg-apis:not(.textElement):not(.boxElement) p,
.bg-apis:not(.textElement):not(.boxElement) sup,
.bg-apis:not(.textElement):not(.boxElement) li,
.bg-apis:not(.textElement):not(.boxElement) a,
.bg-apis:not(.textElement):not(.boxElement) blockquote,
.bg-apis:not(.textElement):not(.boxElement) strong,
.bg-apis:not(.textElement):not(.boxElement) span {
  color: white;
}
@supports (--css: variables) {
  .bg-apis:not(.textElement):not(.boxElement) h1,
  .bg-apis:not(.textElement):not(.boxElement) h2,
  .bg-apis:not(.textElement):not(.boxElement) h3,
  .bg-apis:not(.textElement):not(.boxElement) h4,
  .bg-apis:not(.textElement):not(.boxElement) div.headline,
  .bg-apis:not(.textElement):not(.boxElement) p,
  .bg-apis:not(.textElement):not(.boxElement) sup,
  .bg-apis:not(.textElement):not(.boxElement) li,
  .bg-apis:not(.textElement):not(.boxElement) a,
  .bg-apis:not(.textElement):not(.boxElement) blockquote,
  .bg-apis:not(.textElement):not(.boxElement) strong,
  .bg-apis:not(.textElement):not(.boxElement) span {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-apis:not(.textElement):not(.boxElement) h2::after,
.bg-apis:not(.textElement):not(.boxElement) h3::after,
.bg-apis:not(.textElement):not(.boxElement) h4::after {
  background: white;
  --switch: calc((var(--light) - 50) * -100%);
  background: hsl(0, 0%, var(--switch));
}
.bg-apis:not(.textElement):not(.boxElement) a:not([class]) {
  color: #f0ad00;
}
@media (min-width: 1025px) {
  .bg-apis:not(.textElement):not(.boxElement) a:not([class]):hover {
    color: white;
  }
}
.bg-apis:not(.textElement):not(.boxElement) ul li::before {
  color: white;
}
@supports (--css: variables) {
  .bg-apis:not(.textElement):not(.boxElement) ul li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-apis:not(.textElement):not(.boxElement) ul.bullets li::before {
  color: #f0ad00;
}
@supports (--css: variables) {
  .bg-apis:not(.textElement):not(.boxElement) ul.bullets li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-apis:not(.textElement):not(.boxElement) .transOverlay {
  background-color: #f0ad00;
}

.bg-arnica:not(.textElement):not(.boxElement) {
  --light: 46;
  --background-color: #eb7802;
  background-color: #eb7802;
}
@supports (--css: variables) {
  .bg-arnica:not(.textElement):not(.boxElement) {
    background-color: var(--background-color);
  }
}
.bg-arnica:not(.textElement):not(.boxElement) h1,
.bg-arnica:not(.textElement):not(.boxElement) h2,
.bg-arnica:not(.textElement):not(.boxElement) h3,
.bg-arnica:not(.textElement):not(.boxElement) h4,
.bg-arnica:not(.textElement):not(.boxElement) div.headline,
.bg-arnica:not(.textElement):not(.boxElement) p,
.bg-arnica:not(.textElement):not(.boxElement) sup,
.bg-arnica:not(.textElement):not(.boxElement) li,
.bg-arnica:not(.textElement):not(.boxElement) a,
.bg-arnica:not(.textElement):not(.boxElement) blockquote,
.bg-arnica:not(.textElement):not(.boxElement) strong,
.bg-arnica:not(.textElement):not(.boxElement) span {
  color: white;
}
@supports (--css: variables) {
  .bg-arnica:not(.textElement):not(.boxElement) h1,
  .bg-arnica:not(.textElement):not(.boxElement) h2,
  .bg-arnica:not(.textElement):not(.boxElement) h3,
  .bg-arnica:not(.textElement):not(.boxElement) h4,
  .bg-arnica:not(.textElement):not(.boxElement) div.headline,
  .bg-arnica:not(.textElement):not(.boxElement) p,
  .bg-arnica:not(.textElement):not(.boxElement) sup,
  .bg-arnica:not(.textElement):not(.boxElement) li,
  .bg-arnica:not(.textElement):not(.boxElement) a,
  .bg-arnica:not(.textElement):not(.boxElement) blockquote,
  .bg-arnica:not(.textElement):not(.boxElement) strong,
  .bg-arnica:not(.textElement):not(.boxElement) span {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-arnica:not(.textElement):not(.boxElement) h2::after,
.bg-arnica:not(.textElement):not(.boxElement) h3::after,
.bg-arnica:not(.textElement):not(.boxElement) h4::after {
  background: white;
  --switch: calc((var(--light) - 50) * -100%);
  background: hsl(0, 0%, var(--switch));
}
.bg-arnica:not(.textElement):not(.boxElement) a:not([class]) {
  color: #eb7802;
}
@media (min-width: 1025px) {
  .bg-arnica:not(.textElement):not(.boxElement) a:not([class]):hover {
    color: white;
  }
}
.bg-arnica:not(.textElement):not(.boxElement) ul li::before {
  color: white;
}
@supports (--css: variables) {
  .bg-arnica:not(.textElement):not(.boxElement) ul li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-arnica:not(.textElement):not(.boxElement) ul.bullets li::before {
  color: #eb7802;
}
@supports (--css: variables) {
  .bg-arnica:not(.textElement):not(.boxElement) ul.bullets li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-arnica:not(.textElement):not(.boxElement) .transOverlay {
  background-color: #eb7802;
}

.bg-belladonna:not(.textElement):not(.boxElement) {
  --light: 22;
  --background-color: #392050;
  background-color: #392050;
}
@supports (--css: variables) {
  .bg-belladonna:not(.textElement):not(.boxElement) {
    background-color: var(--background-color);
  }
}
.bg-belladonna:not(.textElement):not(.boxElement) h1,
.bg-belladonna:not(.textElement):not(.boxElement) h2,
.bg-belladonna:not(.textElement):not(.boxElement) h3,
.bg-belladonna:not(.textElement):not(.boxElement) h4,
.bg-belladonna:not(.textElement):not(.boxElement) div.headline,
.bg-belladonna:not(.textElement):not(.boxElement) p,
.bg-belladonna:not(.textElement):not(.boxElement) sup,
.bg-belladonna:not(.textElement):not(.boxElement) li,
.bg-belladonna:not(.textElement):not(.boxElement) a,
.bg-belladonna:not(.textElement):not(.boxElement) blockquote,
.bg-belladonna:not(.textElement):not(.boxElement) strong,
.bg-belladonna:not(.textElement):not(.boxElement) span {
  color: white;
}
@supports (--css: variables) {
  .bg-belladonna:not(.textElement):not(.boxElement) h1,
  .bg-belladonna:not(.textElement):not(.boxElement) h2,
  .bg-belladonna:not(.textElement):not(.boxElement) h3,
  .bg-belladonna:not(.textElement):not(.boxElement) h4,
  .bg-belladonna:not(.textElement):not(.boxElement) div.headline,
  .bg-belladonna:not(.textElement):not(.boxElement) p,
  .bg-belladonna:not(.textElement):not(.boxElement) sup,
  .bg-belladonna:not(.textElement):not(.boxElement) li,
  .bg-belladonna:not(.textElement):not(.boxElement) a,
  .bg-belladonna:not(.textElement):not(.boxElement) blockquote,
  .bg-belladonna:not(.textElement):not(.boxElement) strong,
  .bg-belladonna:not(.textElement):not(.boxElement) span {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-belladonna:not(.textElement):not(.boxElement) h2::after,
.bg-belladonna:not(.textElement):not(.boxElement) h3::after,
.bg-belladonna:not(.textElement):not(.boxElement) h4::after {
  background: white;
  --switch: calc((var(--light) - 50) * -100%);
  background: hsl(0, 0%, var(--switch));
}
.bg-belladonna:not(.textElement):not(.boxElement) a:not([class]) {
  color: #392050;
}
@media (min-width: 1025px) {
  .bg-belladonna:not(.textElement):not(.boxElement) a:not([class]):hover {
    color: white;
  }
}
.bg-belladonna:not(.textElement):not(.boxElement) ul li::before {
  color: white;
}
@supports (--css: variables) {
  .bg-belladonna:not(.textElement):not(.boxElement) ul li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-belladonna:not(.textElement):not(.boxElement) ul.bullets li::before {
  color: #392050;
}
@supports (--css: variables) {
  .bg-belladonna:not(.textElement):not(.boxElement) ul.bullets li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-belladonna:not(.textElement):not(.boxElement) .transOverlay {
  background-color: #392050;
}

.bg-nervo1:not(.textElement):not(.boxElement) {
  --light: 36;
  --background-color: #4c8d2b;
  background-color: #4c8d2b;
}
@supports (--css: variables) {
  .bg-nervo1:not(.textElement):not(.boxElement) {
    background-color: var(--background-color);
  }
}
.bg-nervo1:not(.textElement):not(.boxElement) h1,
.bg-nervo1:not(.textElement):not(.boxElement) h2,
.bg-nervo1:not(.textElement):not(.boxElement) h3,
.bg-nervo1:not(.textElement):not(.boxElement) h4,
.bg-nervo1:not(.textElement):not(.boxElement) div.headline,
.bg-nervo1:not(.textElement):not(.boxElement) p,
.bg-nervo1:not(.textElement):not(.boxElement) sup,
.bg-nervo1:not(.textElement):not(.boxElement) li,
.bg-nervo1:not(.textElement):not(.boxElement) a,
.bg-nervo1:not(.textElement):not(.boxElement) blockquote,
.bg-nervo1:not(.textElement):not(.boxElement) strong,
.bg-nervo1:not(.textElement):not(.boxElement) span {
  color: white;
}
@supports (--css: variables) {
  .bg-nervo1:not(.textElement):not(.boxElement) h1,
  .bg-nervo1:not(.textElement):not(.boxElement) h2,
  .bg-nervo1:not(.textElement):not(.boxElement) h3,
  .bg-nervo1:not(.textElement):not(.boxElement) h4,
  .bg-nervo1:not(.textElement):not(.boxElement) div.headline,
  .bg-nervo1:not(.textElement):not(.boxElement) p,
  .bg-nervo1:not(.textElement):not(.boxElement) sup,
  .bg-nervo1:not(.textElement):not(.boxElement) li,
  .bg-nervo1:not(.textElement):not(.boxElement) a,
  .bg-nervo1:not(.textElement):not(.boxElement) blockquote,
  .bg-nervo1:not(.textElement):not(.boxElement) strong,
  .bg-nervo1:not(.textElement):not(.boxElement) span {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-nervo1:not(.textElement):not(.boxElement) h2::after,
.bg-nervo1:not(.textElement):not(.boxElement) h3::after,
.bg-nervo1:not(.textElement):not(.boxElement) h4::after {
  background: white;
  --switch: calc((var(--light) - 50) * -100%);
  background: hsl(0, 0%, var(--switch));
}
.bg-nervo1:not(.textElement):not(.boxElement) a:not([class]) {
  color: #4c8d2b;
}
@media (min-width: 1025px) {
  .bg-nervo1:not(.textElement):not(.boxElement) a:not([class]):hover {
    color: white;
  }
}
.bg-nervo1:not(.textElement):not(.boxElement) ul li::before {
  color: white;
}
@supports (--css: variables) {
  .bg-nervo1:not(.textElement):not(.boxElement) ul li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-nervo1:not(.textElement):not(.boxElement) ul.bullets li::before {
  color: #4c8d2b;
}
@supports (--css: variables) {
  .bg-nervo1:not(.textElement):not(.boxElement) ul.bullets li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-nervo1:not(.textElement):not(.boxElement) .transOverlay {
  background-color: #4c8d2b;
}

.bg-nervo2:not(.textElement):not(.boxElement) {
  --light: 21;
  --background-color: #002f6c;
  background-color: #002f6c;
}
@supports (--css: variables) {
  .bg-nervo2:not(.textElement):not(.boxElement) {
    background-color: var(--background-color);
  }
}
.bg-nervo2:not(.textElement):not(.boxElement) h1,
.bg-nervo2:not(.textElement):not(.boxElement) h2,
.bg-nervo2:not(.textElement):not(.boxElement) h3,
.bg-nervo2:not(.textElement):not(.boxElement) h4,
.bg-nervo2:not(.textElement):not(.boxElement) div.headline,
.bg-nervo2:not(.textElement):not(.boxElement) p,
.bg-nervo2:not(.textElement):not(.boxElement) sup,
.bg-nervo2:not(.textElement):not(.boxElement) li,
.bg-nervo2:not(.textElement):not(.boxElement) a,
.bg-nervo2:not(.textElement):not(.boxElement) blockquote,
.bg-nervo2:not(.textElement):not(.boxElement) strong,
.bg-nervo2:not(.textElement):not(.boxElement) span {
  color: white;
}
@supports (--css: variables) {
  .bg-nervo2:not(.textElement):not(.boxElement) h1,
  .bg-nervo2:not(.textElement):not(.boxElement) h2,
  .bg-nervo2:not(.textElement):not(.boxElement) h3,
  .bg-nervo2:not(.textElement):not(.boxElement) h4,
  .bg-nervo2:not(.textElement):not(.boxElement) div.headline,
  .bg-nervo2:not(.textElement):not(.boxElement) p,
  .bg-nervo2:not(.textElement):not(.boxElement) sup,
  .bg-nervo2:not(.textElement):not(.boxElement) li,
  .bg-nervo2:not(.textElement):not(.boxElement) a,
  .bg-nervo2:not(.textElement):not(.boxElement) blockquote,
  .bg-nervo2:not(.textElement):not(.boxElement) strong,
  .bg-nervo2:not(.textElement):not(.boxElement) span {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-nervo2:not(.textElement):not(.boxElement) h2::after,
.bg-nervo2:not(.textElement):not(.boxElement) h3::after,
.bg-nervo2:not(.textElement):not(.boxElement) h4::after {
  background: white;
  --switch: calc((var(--light) - 50) * -100%);
  background: hsl(0, 0%, var(--switch));
}
.bg-nervo2:not(.textElement):not(.boxElement) a:not([class]) {
  color: #002f6c;
}
@media (min-width: 1025px) {
  .bg-nervo2:not(.textElement):not(.boxElement) a:not([class]):hover {
    color: white;
  }
}
.bg-nervo2:not(.textElement):not(.boxElement) ul li::before {
  color: white;
}
@supports (--css: variables) {
  .bg-nervo2:not(.textElement):not(.boxElement) ul li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-nervo2:not(.textElement):not(.boxElement) ul.bullets li::before {
  color: #002f6c;
}
@supports (--css: variables) {
  .bg-nervo2:not(.textElement):not(.boxElement) ul.bullets li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-nervo2:not(.textElement):not(.boxElement) .transOverlay {
  background-color: #002f6c;
}

.bg-nervo3:not(.textElement):not(.boxElement) {
  --light: 80;
  --background-color: #bfdad2;
  background-color: #bfdad2;
}
@supports (--css: variables) {
  .bg-nervo3:not(.textElement):not(.boxElement) {
    background-color: var(--background-color);
  }
}
.bg-nervo3:not(.textElement):not(.boxElement) h1,
.bg-nervo3:not(.textElement):not(.boxElement) h2,
.bg-nervo3:not(.textElement):not(.boxElement) h3,
.bg-nervo3:not(.textElement):not(.boxElement) h4,
.bg-nervo3:not(.textElement):not(.boxElement) div.headline,
.bg-nervo3:not(.textElement):not(.boxElement) p,
.bg-nervo3:not(.textElement):not(.boxElement) sup,
.bg-nervo3:not(.textElement):not(.boxElement) li,
.bg-nervo3:not(.textElement):not(.boxElement) a,
.bg-nervo3:not(.textElement):not(.boxElement) blockquote,
.bg-nervo3:not(.textElement):not(.boxElement) strong,
.bg-nervo3:not(.textElement):not(.boxElement) span {
  color: #4b4b4a;
}
@supports (--css: variables) {
  .bg-nervo3:not(.textElement):not(.boxElement) h1,
  .bg-nervo3:not(.textElement):not(.boxElement) h2,
  .bg-nervo3:not(.textElement):not(.boxElement) h3,
  .bg-nervo3:not(.textElement):not(.boxElement) h4,
  .bg-nervo3:not(.textElement):not(.boxElement) div.headline,
  .bg-nervo3:not(.textElement):not(.boxElement) p,
  .bg-nervo3:not(.textElement):not(.boxElement) sup,
  .bg-nervo3:not(.textElement):not(.boxElement) li,
  .bg-nervo3:not(.textElement):not(.boxElement) a,
  .bg-nervo3:not(.textElement):not(.boxElement) blockquote,
  .bg-nervo3:not(.textElement):not(.boxElement) strong,
  .bg-nervo3:not(.textElement):not(.boxElement) span {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-nervo3:not(.textElement):not(.boxElement) h2::after,
.bg-nervo3:not(.textElement):not(.boxElement) h3::after,
.bg-nervo3:not(.textElement):not(.boxElement) h4::after {
  background: #4b4b4a;
  --switch: calc((var(--light) - 50) * -100%);
  background: hsl(0, 0%, var(--switch));
}
.bg-nervo3:not(.textElement):not(.boxElement) a:not([class]) {
  color: #4b4b4a;
}
@media (min-width: 1025px) {
  .bg-nervo3:not(.textElement):not(.boxElement) a:not([class]):hover {
    color: #4b4b4a;
  }
}
.bg-nervo3:not(.textElement):not(.boxElement) ul li::before {
  color: white;
}
@supports (--css: variables) {
  .bg-nervo3:not(.textElement):not(.boxElement) ul li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-nervo3:not(.textElement):not(.boxElement) ul.bullets li::before {
  color: #bfdad2;
}
@supports (--css: variables) {
  .bg-nervo3:not(.textElement):not(.boxElement) ul.bullets li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-nervo3:not(.textElement):not(.boxElement) .transOverlay {
  background-color: #bfdad2;
}

.bg-trans1:not(.textElement):not(.boxElement) {
  --light: 0;
  --background-color: black;
  background-color: black;
}
@supports (--css: variables) {
  .bg-trans1:not(.textElement):not(.boxElement) {
    background-color: var(--background-color);
  }
}
.bg-trans1:not(.textElement):not(.boxElement) h1,
.bg-trans1:not(.textElement):not(.boxElement) h2,
.bg-trans1:not(.textElement):not(.boxElement) h3,
.bg-trans1:not(.textElement):not(.boxElement) h4,
.bg-trans1:not(.textElement):not(.boxElement) div.headline,
.bg-trans1:not(.textElement):not(.boxElement) p,
.bg-trans1:not(.textElement):not(.boxElement) sup,
.bg-trans1:not(.textElement):not(.boxElement) li,
.bg-trans1:not(.textElement):not(.boxElement) a,
.bg-trans1:not(.textElement):not(.boxElement) blockquote,
.bg-trans1:not(.textElement):not(.boxElement) strong,
.bg-trans1:not(.textElement):not(.boxElement) span {
  color: white;
}
@supports (--css: variables) {
  .bg-trans1:not(.textElement):not(.boxElement) h1,
  .bg-trans1:not(.textElement):not(.boxElement) h2,
  .bg-trans1:not(.textElement):not(.boxElement) h3,
  .bg-trans1:not(.textElement):not(.boxElement) h4,
  .bg-trans1:not(.textElement):not(.boxElement) div.headline,
  .bg-trans1:not(.textElement):not(.boxElement) p,
  .bg-trans1:not(.textElement):not(.boxElement) sup,
  .bg-trans1:not(.textElement):not(.boxElement) li,
  .bg-trans1:not(.textElement):not(.boxElement) a,
  .bg-trans1:not(.textElement):not(.boxElement) blockquote,
  .bg-trans1:not(.textElement):not(.boxElement) strong,
  .bg-trans1:not(.textElement):not(.boxElement) span {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-trans1:not(.textElement):not(.boxElement) h2::after,
.bg-trans1:not(.textElement):not(.boxElement) h3::after,
.bg-trans1:not(.textElement):not(.boxElement) h4::after {
  background: white;
  --switch: calc((var(--light) - 50) * -100%);
  background: hsl(0, 0%, var(--switch));
}
.bg-trans1:not(.textElement):not(.boxElement) a:not([class]) {
  color: black;
}
@media (min-width: 1025px) {
  .bg-trans1:not(.textElement):not(.boxElement) a:not([class]):hover {
    color: white;
  }
}
.bg-trans1:not(.textElement):not(.boxElement) ul li::before {
  color: white;
}
@supports (--css: variables) {
  .bg-trans1:not(.textElement):not(.boxElement) ul li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-trans1:not(.textElement):not(.boxElement) ul.bullets li::before {
  color: black;
}
@supports (--css: variables) {
  .bg-trans1:not(.textElement):not(.boxElement) ul.bullets li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-trans1:not(.textElement):not(.boxElement) .transOverlay {
  background-color: black;
  opacity: 0.2;
}

.bg-trans2:not(.textElement):not(.boxElement) {
  --light: 0;
  --background-color: black;
  background-color: black;
}
@supports (--css: variables) {
  .bg-trans2:not(.textElement):not(.boxElement) {
    background-color: var(--background-color);
  }
}
.bg-trans2:not(.textElement):not(.boxElement) h1,
.bg-trans2:not(.textElement):not(.boxElement) h2,
.bg-trans2:not(.textElement):not(.boxElement) h3,
.bg-trans2:not(.textElement):not(.boxElement) h4,
.bg-trans2:not(.textElement):not(.boxElement) div.headline,
.bg-trans2:not(.textElement):not(.boxElement) p,
.bg-trans2:not(.textElement):not(.boxElement) sup,
.bg-trans2:not(.textElement):not(.boxElement) li,
.bg-trans2:not(.textElement):not(.boxElement) a,
.bg-trans2:not(.textElement):not(.boxElement) blockquote,
.bg-trans2:not(.textElement):not(.boxElement) strong,
.bg-trans2:not(.textElement):not(.boxElement) span {
  color: white;
}
@supports (--css: variables) {
  .bg-trans2:not(.textElement):not(.boxElement) h1,
  .bg-trans2:not(.textElement):not(.boxElement) h2,
  .bg-trans2:not(.textElement):not(.boxElement) h3,
  .bg-trans2:not(.textElement):not(.boxElement) h4,
  .bg-trans2:not(.textElement):not(.boxElement) div.headline,
  .bg-trans2:not(.textElement):not(.boxElement) p,
  .bg-trans2:not(.textElement):not(.boxElement) sup,
  .bg-trans2:not(.textElement):not(.boxElement) li,
  .bg-trans2:not(.textElement):not(.boxElement) a,
  .bg-trans2:not(.textElement):not(.boxElement) blockquote,
  .bg-trans2:not(.textElement):not(.boxElement) strong,
  .bg-trans2:not(.textElement):not(.boxElement) span {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-trans2:not(.textElement):not(.boxElement) h2::after,
.bg-trans2:not(.textElement):not(.boxElement) h3::after,
.bg-trans2:not(.textElement):not(.boxElement) h4::after {
  background: white;
  --switch: calc((var(--light) - 50) * -100%);
  background: hsl(0, 0%, var(--switch));
}
.bg-trans2:not(.textElement):not(.boxElement) a:not([class]) {
  color: black;
}
@media (min-width: 1025px) {
  .bg-trans2:not(.textElement):not(.boxElement) a:not([class]):hover {
    color: white;
  }
}
.bg-trans2:not(.textElement):not(.boxElement) ul li::before {
  color: white;
}
@supports (--css: variables) {
  .bg-trans2:not(.textElement):not(.boxElement) ul li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-trans2:not(.textElement):not(.boxElement) ul.bullets li::before {
  color: black;
}
@supports (--css: variables) {
  .bg-trans2:not(.textElement):not(.boxElement) ul.bullets li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-trans2:not(.textElement):not(.boxElement) .transOverlay {
  background-color: black;
  opacity: 0.7;
}

.bg-trans3:not(.textElement):not(.boxElement) {
  --light: 100;
  --background-color: white;
  background-color: white;
}
@supports (--css: variables) {
  .bg-trans3:not(.textElement):not(.boxElement) {
    background-color: var(--background-color);
  }
}
.bg-trans3:not(.textElement):not(.boxElement) h1,
.bg-trans3:not(.textElement):not(.boxElement) h2,
.bg-trans3:not(.textElement):not(.boxElement) h3,
.bg-trans3:not(.textElement):not(.boxElement) h4,
.bg-trans3:not(.textElement):not(.boxElement) div.headline,
.bg-trans3:not(.textElement):not(.boxElement) p,
.bg-trans3:not(.textElement):not(.boxElement) sup,
.bg-trans3:not(.textElement):not(.boxElement) li,
.bg-trans3:not(.textElement):not(.boxElement) a,
.bg-trans3:not(.textElement):not(.boxElement) blockquote,
.bg-trans3:not(.textElement):not(.boxElement) strong,
.bg-trans3:not(.textElement):not(.boxElement) span {
  color: #636362;
}
@supports (--css: variables) {
  .bg-trans3:not(.textElement):not(.boxElement) h1,
  .bg-trans3:not(.textElement):not(.boxElement) h2,
  .bg-trans3:not(.textElement):not(.boxElement) h3,
  .bg-trans3:not(.textElement):not(.boxElement) h4,
  .bg-trans3:not(.textElement):not(.boxElement) div.headline,
  .bg-trans3:not(.textElement):not(.boxElement) p,
  .bg-trans3:not(.textElement):not(.boxElement) sup,
  .bg-trans3:not(.textElement):not(.boxElement) li,
  .bg-trans3:not(.textElement):not(.boxElement) a,
  .bg-trans3:not(.textElement):not(.boxElement) blockquote,
  .bg-trans3:not(.textElement):not(.boxElement) strong,
  .bg-trans3:not(.textElement):not(.boxElement) span {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-trans3:not(.textElement):not(.boxElement) h2::after,
.bg-trans3:not(.textElement):not(.boxElement) h3::after,
.bg-trans3:not(.textElement):not(.boxElement) h4::after {
  background: #636362;
  --switch: calc((var(--light) - 50) * -100%);
  background: hsl(0, 0%, var(--switch));
}
.bg-trans3:not(.textElement):not(.boxElement) a:not([class]) {
  color: white;
}
@media (min-width: 1025px) {
  .bg-trans3:not(.textElement):not(.boxElement) a:not([class]):hover {
    color: #636362;
  }
}
.bg-trans3:not(.textElement):not(.boxElement) ul li::before {
  color: white;
}
@supports (--css: variables) {
  .bg-trans3:not(.textElement):not(.boxElement) ul li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-trans3:not(.textElement):not(.boxElement) ul.bullets li::before {
  color: white;
}
@supports (--css: variables) {
  .bg-trans3:not(.textElement):not(.boxElement) ul.bullets li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-trans3:not(.textElement):not(.boxElement) .transOverlay {
  background-color: white;
  opacity: 0.7;
}

.bg-p542c:not(.textElement):not(.boxElement) {
  --light: 66;
  --background-color: #7cb1d5;
  background-color: #7cb1d5;
}
@supports (--css: variables) {
  .bg-p542c:not(.textElement):not(.boxElement) {
    background-color: var(--background-color);
  }
}
.bg-p542c:not(.textElement):not(.boxElement) h1,
.bg-p542c:not(.textElement):not(.boxElement) h2,
.bg-p542c:not(.textElement):not(.boxElement) h3,
.bg-p542c:not(.textElement):not(.boxElement) h4,
.bg-p542c:not(.textElement):not(.boxElement) div.headline,
.bg-p542c:not(.textElement):not(.boxElement) p,
.bg-p542c:not(.textElement):not(.boxElement) sup,
.bg-p542c:not(.textElement):not(.boxElement) li,
.bg-p542c:not(.textElement):not(.boxElement) a,
.bg-p542c:not(.textElement):not(.boxElement) blockquote,
.bg-p542c:not(.textElement):not(.boxElement) strong,
.bg-p542c:not(.textElement):not(.boxElement) span {
  color: white;
}
@supports (--css: variables) {
  .bg-p542c:not(.textElement):not(.boxElement) h1,
  .bg-p542c:not(.textElement):not(.boxElement) h2,
  .bg-p542c:not(.textElement):not(.boxElement) h3,
  .bg-p542c:not(.textElement):not(.boxElement) h4,
  .bg-p542c:not(.textElement):not(.boxElement) div.headline,
  .bg-p542c:not(.textElement):not(.boxElement) p,
  .bg-p542c:not(.textElement):not(.boxElement) sup,
  .bg-p542c:not(.textElement):not(.boxElement) li,
  .bg-p542c:not(.textElement):not(.boxElement) a,
  .bg-p542c:not(.textElement):not(.boxElement) blockquote,
  .bg-p542c:not(.textElement):not(.boxElement) strong,
  .bg-p542c:not(.textElement):not(.boxElement) span {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-p542c:not(.textElement):not(.boxElement) h2::after,
.bg-p542c:not(.textElement):not(.boxElement) h3::after,
.bg-p542c:not(.textElement):not(.boxElement) h4::after {
  background: white;
  --switch: calc((var(--light) - 50) * -100%);
  background: hsl(0, 0%, var(--switch));
}
.bg-p542c:not(.textElement):not(.boxElement) a:not([class]) {
  color: #7cb1d5;
}
@media (min-width: 1025px) {
  .bg-p542c:not(.textElement):not(.boxElement) a:not([class]):hover {
    color: white;
  }
}
.bg-p542c:not(.textElement):not(.boxElement) ul li::before {
  color: white;
}
@supports (--css: variables) {
  .bg-p542c:not(.textElement):not(.boxElement) ul li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-p542c:not(.textElement):not(.boxElement) ul.bullets li::before {
  color: #7cb1d5;
}
@supports (--css: variables) {
  .bg-p542c:not(.textElement):not(.boxElement) ul.bullets li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-p542c:not(.textElement):not(.boxElement) .transOverlay {
  background-color: #7cb1d5;
}

.bg-p144c:not(.textElement):not(.boxElement) {
  --light: 48;
  --background-color: #f28c03;
  background-color: #f28c03;
}
@supports (--css: variables) {
  .bg-p144c:not(.textElement):not(.boxElement) {
    background-color: var(--background-color);
  }
}
.bg-p144c:not(.textElement):not(.boxElement) h1,
.bg-p144c:not(.textElement):not(.boxElement) h2,
.bg-p144c:not(.textElement):not(.boxElement) h3,
.bg-p144c:not(.textElement):not(.boxElement) h4,
.bg-p144c:not(.textElement):not(.boxElement) div.headline,
.bg-p144c:not(.textElement):not(.boxElement) p,
.bg-p144c:not(.textElement):not(.boxElement) sup,
.bg-p144c:not(.textElement):not(.boxElement) li,
.bg-p144c:not(.textElement):not(.boxElement) a,
.bg-p144c:not(.textElement):not(.boxElement) blockquote,
.bg-p144c:not(.textElement):not(.boxElement) strong,
.bg-p144c:not(.textElement):not(.boxElement) span {
  color: white;
}
@supports (--css: variables) {
  .bg-p144c:not(.textElement):not(.boxElement) h1,
  .bg-p144c:not(.textElement):not(.boxElement) h2,
  .bg-p144c:not(.textElement):not(.boxElement) h3,
  .bg-p144c:not(.textElement):not(.boxElement) h4,
  .bg-p144c:not(.textElement):not(.boxElement) div.headline,
  .bg-p144c:not(.textElement):not(.boxElement) p,
  .bg-p144c:not(.textElement):not(.boxElement) sup,
  .bg-p144c:not(.textElement):not(.boxElement) li,
  .bg-p144c:not(.textElement):not(.boxElement) a,
  .bg-p144c:not(.textElement):not(.boxElement) blockquote,
  .bg-p144c:not(.textElement):not(.boxElement) strong,
  .bg-p144c:not(.textElement):not(.boxElement) span {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-p144c:not(.textElement):not(.boxElement) h2::after,
.bg-p144c:not(.textElement):not(.boxElement) h3::after,
.bg-p144c:not(.textElement):not(.boxElement) h4::after {
  background: white;
  --switch: calc((var(--light) - 50) * -100%);
  background: hsl(0, 0%, var(--switch));
}
.bg-p144c:not(.textElement):not(.boxElement) a:not([class]) {
  color: #f28c03;
}
@media (min-width: 1025px) {
  .bg-p144c:not(.textElement):not(.boxElement) a:not([class]):hover {
    color: white;
  }
}
.bg-p144c:not(.textElement):not(.boxElement) ul li::before {
  color: white;
}
@supports (--css: variables) {
  .bg-p144c:not(.textElement):not(.boxElement) ul li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-p144c:not(.textElement):not(.boxElement) ul.bullets li::before {
  color: #f28c03;
}
@supports (--css: variables) {
  .bg-p144c:not(.textElement):not(.boxElement) ul.bullets li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-p144c:not(.textElement):not(.boxElement) .transOverlay {
  background-color: #f28c03;
}

.bg-p7438c:not(.textElement):not(.boxElement) {
  --light: 70;
  --background-color: #c89dc8;
  background-color: #c89dc8;
}
@supports (--css: variables) {
  .bg-p7438c:not(.textElement):not(.boxElement) {
    background-color: var(--background-color);
  }
}
.bg-p7438c:not(.textElement):not(.boxElement) h1,
.bg-p7438c:not(.textElement):not(.boxElement) h2,
.bg-p7438c:not(.textElement):not(.boxElement) h3,
.bg-p7438c:not(.textElement):not(.boxElement) h4,
.bg-p7438c:not(.textElement):not(.boxElement) div.headline,
.bg-p7438c:not(.textElement):not(.boxElement) p,
.bg-p7438c:not(.textElement):not(.boxElement) sup,
.bg-p7438c:not(.textElement):not(.boxElement) li,
.bg-p7438c:not(.textElement):not(.boxElement) a,
.bg-p7438c:not(.textElement):not(.boxElement) blockquote,
.bg-p7438c:not(.textElement):not(.boxElement) strong,
.bg-p7438c:not(.textElement):not(.boxElement) span {
  color: white;
}
@supports (--css: variables) {
  .bg-p7438c:not(.textElement):not(.boxElement) h1,
  .bg-p7438c:not(.textElement):not(.boxElement) h2,
  .bg-p7438c:not(.textElement):not(.boxElement) h3,
  .bg-p7438c:not(.textElement):not(.boxElement) h4,
  .bg-p7438c:not(.textElement):not(.boxElement) div.headline,
  .bg-p7438c:not(.textElement):not(.boxElement) p,
  .bg-p7438c:not(.textElement):not(.boxElement) sup,
  .bg-p7438c:not(.textElement):not(.boxElement) li,
  .bg-p7438c:not(.textElement):not(.boxElement) a,
  .bg-p7438c:not(.textElement):not(.boxElement) blockquote,
  .bg-p7438c:not(.textElement):not(.boxElement) strong,
  .bg-p7438c:not(.textElement):not(.boxElement) span {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-p7438c:not(.textElement):not(.boxElement) h2::after,
.bg-p7438c:not(.textElement):not(.boxElement) h3::after,
.bg-p7438c:not(.textElement):not(.boxElement) h4::after {
  background: white;
  --switch: calc((var(--light) - 50) * -100%);
  background: hsl(0, 0%, var(--switch));
}
.bg-p7438c:not(.textElement):not(.boxElement) a:not([class]) {
  color: #c89dc8;
}
@media (min-width: 1025px) {
  .bg-p7438c:not(.textElement):not(.boxElement) a:not([class]):hover {
    color: white;
  }
}
.bg-p7438c:not(.textElement):not(.boxElement) ul li::before {
  color: white;
}
@supports (--css: variables) {
  .bg-p7438c:not(.textElement):not(.boxElement) ul li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-p7438c:not(.textElement):not(.boxElement) ul.bullets li::before {
  color: #c89dc8;
}
@supports (--css: variables) {
  .bg-p7438c:not(.textElement):not(.boxElement) ul.bullets li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-p7438c:not(.textElement):not(.boxElement) .transOverlay {
  background-color: #c89dc8;
}

.bg-p7738c:not(.textElement):not(.boxElement) {
  --light: 45;
  --background-color: #4fa444;
  background-color: #4fa444;
}
@supports (--css: variables) {
  .bg-p7738c:not(.textElement):not(.boxElement) {
    background-color: var(--background-color);
  }
}
.bg-p7738c:not(.textElement):not(.boxElement) h1,
.bg-p7738c:not(.textElement):not(.boxElement) h2,
.bg-p7738c:not(.textElement):not(.boxElement) h3,
.bg-p7738c:not(.textElement):not(.boxElement) h4,
.bg-p7738c:not(.textElement):not(.boxElement) div.headline,
.bg-p7738c:not(.textElement):not(.boxElement) p,
.bg-p7738c:not(.textElement):not(.boxElement) sup,
.bg-p7738c:not(.textElement):not(.boxElement) li,
.bg-p7738c:not(.textElement):not(.boxElement) a,
.bg-p7738c:not(.textElement):not(.boxElement) blockquote,
.bg-p7738c:not(.textElement):not(.boxElement) strong,
.bg-p7738c:not(.textElement):not(.boxElement) span {
  color: white;
}
@supports (--css: variables) {
  .bg-p7738c:not(.textElement):not(.boxElement) h1,
  .bg-p7738c:not(.textElement):not(.boxElement) h2,
  .bg-p7738c:not(.textElement):not(.boxElement) h3,
  .bg-p7738c:not(.textElement):not(.boxElement) h4,
  .bg-p7738c:not(.textElement):not(.boxElement) div.headline,
  .bg-p7738c:not(.textElement):not(.boxElement) p,
  .bg-p7738c:not(.textElement):not(.boxElement) sup,
  .bg-p7738c:not(.textElement):not(.boxElement) li,
  .bg-p7738c:not(.textElement):not(.boxElement) a,
  .bg-p7738c:not(.textElement):not(.boxElement) blockquote,
  .bg-p7738c:not(.textElement):not(.boxElement) strong,
  .bg-p7738c:not(.textElement):not(.boxElement) span {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-p7738c:not(.textElement):not(.boxElement) h2::after,
.bg-p7738c:not(.textElement):not(.boxElement) h3::after,
.bg-p7738c:not(.textElement):not(.boxElement) h4::after {
  background: white;
  --switch: calc((var(--light) - 50) * -100%);
  background: hsl(0, 0%, var(--switch));
}
.bg-p7738c:not(.textElement):not(.boxElement) a:not([class]) {
  color: #4fa444;
}
@media (min-width: 1025px) {
  .bg-p7738c:not(.textElement):not(.boxElement) a:not([class]):hover {
    color: white;
  }
}
.bg-p7738c:not(.textElement):not(.boxElement) ul li::before {
  color: white;
}
@supports (--css: variables) {
  .bg-p7738c:not(.textElement):not(.boxElement) ul li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-p7738c:not(.textElement):not(.boxElement) ul.bullets li::before {
  color: #4fa444;
}
@supports (--css: variables) {
  .bg-p7738c:not(.textElement):not(.boxElement) ul.bullets li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-p7738c:not(.textElement):not(.boxElement) .transOverlay {
  background-color: #4fa444;
}

.bg-p4012c:not(.textElement):not(.boxElement) {
  --light: 61;
  --background-color: #decf59;
  background-color: #decf59;
}
@supports (--css: variables) {
  .bg-p4012c:not(.textElement):not(.boxElement) {
    background-color: var(--background-color);
  }
}
.bg-p4012c:not(.textElement):not(.boxElement) h1,
.bg-p4012c:not(.textElement):not(.boxElement) h2,
.bg-p4012c:not(.textElement):not(.boxElement) h3,
.bg-p4012c:not(.textElement):not(.boxElement) h4,
.bg-p4012c:not(.textElement):not(.boxElement) div.headline,
.bg-p4012c:not(.textElement):not(.boxElement) p,
.bg-p4012c:not(.textElement):not(.boxElement) sup,
.bg-p4012c:not(.textElement):not(.boxElement) li,
.bg-p4012c:not(.textElement):not(.boxElement) a,
.bg-p4012c:not(.textElement):not(.boxElement) blockquote,
.bg-p4012c:not(.textElement):not(.boxElement) strong,
.bg-p4012c:not(.textElement):not(.boxElement) span {
  color: white;
}
@supports (--css: variables) {
  .bg-p4012c:not(.textElement):not(.boxElement) h1,
  .bg-p4012c:not(.textElement):not(.boxElement) h2,
  .bg-p4012c:not(.textElement):not(.boxElement) h3,
  .bg-p4012c:not(.textElement):not(.boxElement) h4,
  .bg-p4012c:not(.textElement):not(.boxElement) div.headline,
  .bg-p4012c:not(.textElement):not(.boxElement) p,
  .bg-p4012c:not(.textElement):not(.boxElement) sup,
  .bg-p4012c:not(.textElement):not(.boxElement) li,
  .bg-p4012c:not(.textElement):not(.boxElement) a,
  .bg-p4012c:not(.textElement):not(.boxElement) blockquote,
  .bg-p4012c:not(.textElement):not(.boxElement) strong,
  .bg-p4012c:not(.textElement):not(.boxElement) span {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-p4012c:not(.textElement):not(.boxElement) h2::after,
.bg-p4012c:not(.textElement):not(.boxElement) h3::after,
.bg-p4012c:not(.textElement):not(.boxElement) h4::after {
  background: white;
  --switch: calc((var(--light) - 50) * -100%);
  background: hsl(0, 0%, var(--switch));
}
.bg-p4012c:not(.textElement):not(.boxElement) a:not([class]) {
  color: #decf59;
}
@media (min-width: 1025px) {
  .bg-p4012c:not(.textElement):not(.boxElement) a:not([class]):hover {
    color: white;
  }
}
.bg-p4012c:not(.textElement):not(.boxElement) ul li::before {
  color: white;
}
@supports (--css: variables) {
  .bg-p4012c:not(.textElement):not(.boxElement) ul li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-p4012c:not(.textElement):not(.boxElement) ul.bullets li::before {
  color: #decf59;
}
@supports (--css: variables) {
  .bg-p4012c:not(.textElement):not(.boxElement) ul.bullets li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-p4012c:not(.textElement):not(.boxElement) .transOverlay {
  background-color: #decf59;
}

.bg-p2040c:not(.textElement):not(.boxElement) {
  --light: 45;
  --background-color: #dd085e;
  background-color: #dd085e;
}
@supports (--css: variables) {
  .bg-p2040c:not(.textElement):not(.boxElement) {
    background-color: var(--background-color);
  }
}
.bg-p2040c:not(.textElement):not(.boxElement) h1,
.bg-p2040c:not(.textElement):not(.boxElement) h2,
.bg-p2040c:not(.textElement):not(.boxElement) h3,
.bg-p2040c:not(.textElement):not(.boxElement) h4,
.bg-p2040c:not(.textElement):not(.boxElement) div.headline,
.bg-p2040c:not(.textElement):not(.boxElement) p,
.bg-p2040c:not(.textElement):not(.boxElement) sup,
.bg-p2040c:not(.textElement):not(.boxElement) li,
.bg-p2040c:not(.textElement):not(.boxElement) a,
.bg-p2040c:not(.textElement):not(.boxElement) blockquote,
.bg-p2040c:not(.textElement):not(.boxElement) strong,
.bg-p2040c:not(.textElement):not(.boxElement) span {
  color: white;
}
@supports (--css: variables) {
  .bg-p2040c:not(.textElement):not(.boxElement) h1,
  .bg-p2040c:not(.textElement):not(.boxElement) h2,
  .bg-p2040c:not(.textElement):not(.boxElement) h3,
  .bg-p2040c:not(.textElement):not(.boxElement) h4,
  .bg-p2040c:not(.textElement):not(.boxElement) div.headline,
  .bg-p2040c:not(.textElement):not(.boxElement) p,
  .bg-p2040c:not(.textElement):not(.boxElement) sup,
  .bg-p2040c:not(.textElement):not(.boxElement) li,
  .bg-p2040c:not(.textElement):not(.boxElement) a,
  .bg-p2040c:not(.textElement):not(.boxElement) blockquote,
  .bg-p2040c:not(.textElement):not(.boxElement) strong,
  .bg-p2040c:not(.textElement):not(.boxElement) span {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-p2040c:not(.textElement):not(.boxElement) h2::after,
.bg-p2040c:not(.textElement):not(.boxElement) h3::after,
.bg-p2040c:not(.textElement):not(.boxElement) h4::after {
  background: white;
  --switch: calc((var(--light) - 50) * -100%);
  background: hsl(0, 0%, var(--switch));
}
.bg-p2040c:not(.textElement):not(.boxElement) a:not([class]) {
  color: #dd085e;
}
@media (min-width: 1025px) {
  .bg-p2040c:not(.textElement):not(.boxElement) a:not([class]):hover {
    color: white;
  }
}
.bg-p2040c:not(.textElement):not(.boxElement) ul li::before {
  color: white;
}
@supports (--css: variables) {
  .bg-p2040c:not(.textElement):not(.boxElement) ul li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-p2040c:not(.textElement):not(.boxElement) ul.bullets li::before {
  color: #dd085e;
}
@supports (--css: variables) {
  .bg-p2040c:not(.textElement):not(.boxElement) ul.bullets li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-p2040c:not(.textElement):not(.boxElement) .transOverlay {
  background-color: #dd085e;
}

.bg-p128c:not(.textElement):not(.boxElement) {
  --light: 51;
  --background-color: #ffd503;
  background-color: #ffd503;
}
@supports (--css: variables) {
  .bg-p128c:not(.textElement):not(.boxElement) {
    background-color: var(--background-color);
  }
}
.bg-p128c:not(.textElement):not(.boxElement) h1,
.bg-p128c:not(.textElement):not(.boxElement) h2,
.bg-p128c:not(.textElement):not(.boxElement) h3,
.bg-p128c:not(.textElement):not(.boxElement) h4,
.bg-p128c:not(.textElement):not(.boxElement) div.headline,
.bg-p128c:not(.textElement):not(.boxElement) p,
.bg-p128c:not(.textElement):not(.boxElement) sup,
.bg-p128c:not(.textElement):not(.boxElement) li,
.bg-p128c:not(.textElement):not(.boxElement) a,
.bg-p128c:not(.textElement):not(.boxElement) blockquote,
.bg-p128c:not(.textElement):not(.boxElement) strong,
.bg-p128c:not(.textElement):not(.boxElement) span {
  color: white;
}
@supports (--css: variables) {
  .bg-p128c:not(.textElement):not(.boxElement) h1,
  .bg-p128c:not(.textElement):not(.boxElement) h2,
  .bg-p128c:not(.textElement):not(.boxElement) h3,
  .bg-p128c:not(.textElement):not(.boxElement) h4,
  .bg-p128c:not(.textElement):not(.boxElement) div.headline,
  .bg-p128c:not(.textElement):not(.boxElement) p,
  .bg-p128c:not(.textElement):not(.boxElement) sup,
  .bg-p128c:not(.textElement):not(.boxElement) li,
  .bg-p128c:not(.textElement):not(.boxElement) a,
  .bg-p128c:not(.textElement):not(.boxElement) blockquote,
  .bg-p128c:not(.textElement):not(.boxElement) strong,
  .bg-p128c:not(.textElement):not(.boxElement) span {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-p128c:not(.textElement):not(.boxElement) h2::after,
.bg-p128c:not(.textElement):not(.boxElement) h3::after,
.bg-p128c:not(.textElement):not(.boxElement) h4::after {
  background: white;
  --switch: calc((var(--light) - 50) * -100%);
  background: hsl(0, 0%, var(--switch));
}
.bg-p128c:not(.textElement):not(.boxElement) a:not([class]) {
  color: #ffd503;
}
@media (min-width: 1025px) {
  .bg-p128c:not(.textElement):not(.boxElement) a:not([class]):hover {
    color: white;
  }
}
.bg-p128c:not(.textElement):not(.boxElement) ul li::before {
  color: white;
}
@supports (--css: variables) {
  .bg-p128c:not(.textElement):not(.boxElement) ul li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-p128c:not(.textElement):not(.boxElement) ul.bullets li::before {
  color: #ffd503;
}
@supports (--css: variables) {
  .bg-p128c:not(.textElement):not(.boxElement) ul.bullets li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-p128c:not(.textElement):not(.boxElement) .transOverlay {
  background-color: #ffd503;
}

.bg-p2557c:not(.textElement):not(.boxElement) {
  --light: 59;
  --background-color: #9d7ab5;
  background-color: #9d7ab5;
}
@supports (--css: variables) {
  .bg-p2557c:not(.textElement):not(.boxElement) {
    background-color: var(--background-color);
  }
}
.bg-p2557c:not(.textElement):not(.boxElement) h1,
.bg-p2557c:not(.textElement):not(.boxElement) h2,
.bg-p2557c:not(.textElement):not(.boxElement) h3,
.bg-p2557c:not(.textElement):not(.boxElement) h4,
.bg-p2557c:not(.textElement):not(.boxElement) div.headline,
.bg-p2557c:not(.textElement):not(.boxElement) p,
.bg-p2557c:not(.textElement):not(.boxElement) sup,
.bg-p2557c:not(.textElement):not(.boxElement) li,
.bg-p2557c:not(.textElement):not(.boxElement) a,
.bg-p2557c:not(.textElement):not(.boxElement) blockquote,
.bg-p2557c:not(.textElement):not(.boxElement) strong,
.bg-p2557c:not(.textElement):not(.boxElement) span {
  color: white;
}
@supports (--css: variables) {
  .bg-p2557c:not(.textElement):not(.boxElement) h1,
  .bg-p2557c:not(.textElement):not(.boxElement) h2,
  .bg-p2557c:not(.textElement):not(.boxElement) h3,
  .bg-p2557c:not(.textElement):not(.boxElement) h4,
  .bg-p2557c:not(.textElement):not(.boxElement) div.headline,
  .bg-p2557c:not(.textElement):not(.boxElement) p,
  .bg-p2557c:not(.textElement):not(.boxElement) sup,
  .bg-p2557c:not(.textElement):not(.boxElement) li,
  .bg-p2557c:not(.textElement):not(.boxElement) a,
  .bg-p2557c:not(.textElement):not(.boxElement) blockquote,
  .bg-p2557c:not(.textElement):not(.boxElement) strong,
  .bg-p2557c:not(.textElement):not(.boxElement) span {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-p2557c:not(.textElement):not(.boxElement) h2::after,
.bg-p2557c:not(.textElement):not(.boxElement) h3::after,
.bg-p2557c:not(.textElement):not(.boxElement) h4::after {
  background: white;
  --switch: calc((var(--light) - 50) * -100%);
  background: hsl(0, 0%, var(--switch));
}
.bg-p2557c:not(.textElement):not(.boxElement) a:not([class]) {
  color: #9d7ab5;
}
@media (min-width: 1025px) {
  .bg-p2557c:not(.textElement):not(.boxElement) a:not([class]):hover {
    color: white;
  }
}
.bg-p2557c:not(.textElement):not(.boxElement) ul li::before {
  color: white;
}
@supports (--css: variables) {
  .bg-p2557c:not(.textElement):not(.boxElement) ul li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-p2557c:not(.textElement):not(.boxElement) ul.bullets li::before {
  color: #9d7ab5;
}
@supports (--css: variables) {
  .bg-p2557c:not(.textElement):not(.boxElement) ul.bullets li::before {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.bg-p2557c:not(.textElement):not(.boxElement) .transOverlay {
  background-color: #9d7ab5;
}

/* adding background colors for slider buttons refering to all bg classes */
.bg > .swiper-container > .swiper-button-next {
  background: #636362;
}

.bg > .swiper-container > .swiper-button-prev {
  background: #636362;
}

/*
.bg-first > .swiper-container > .swiper-button-next {
    background: #636362;
}

.bg-first > .swiper-container > .swiper-button-prev {
    background: #636362;
}

.bg-second > .swiper-container > .swiper-button-next {
    background: #636362;
}

.bg-second > .swiper-container > .swiper-button-prev {
    background: #636362;
}

.bg-third > .swiper-container > .swiper-button-next {
    background: #636362;
}

.bg-third > .swiper-container > .swiper-button-prev {
    background: #636362;
}

.bg-fourth > .swiper-container > .swiper-button-next {
    background: #636362;
}

.bg-fourth > .swiper-container > .swiper-button-prev {
    background: #636362;
}

.bg-fifth > .swiper-container > .swiper-button-next {
    background: #636362;
}

.bg-fifth > .swiper-container > .swiper-button-prev {
    background: #636362;
}

.bg-sixth > .swiper-container > .swiper-button-next {
    background: #636362;
}

.bg-sixth > .swiper-container > .swiper-button-prev {
    background: #636362;
}

.bg-seventh > .swiper-container > .swiper-button-next {
    background: #636362;
}

.bg-seventh > .swiper-container > .swiper-button-prev {
    background: #636362;
}
/*

/************************************************
* breakpoints
*************************************************/
@media (min-width: 768px) {
  .bg,
  .bg-first,
  .bg-second,
  .bg-third,
  .bg-fourth,
  .bg-fifth,
  .bg-sixth,
  .bg-seventh,
  .bg-nervo1,
  .bg-nervo2,
  .bg-nervo3,
  .bg-trans1,
  .bg-trans2,
  .bg-trans3,
  .bg-trans4 {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (min-width: 1025px) {
  /* adding hover styles */
  a.arrow:hover {
    color: #292929;
  }
  /* default button (ghost button or filled) */
  button,
  a.button {
    transition: all 200ms ease-out;
  }
  button:hover,
  a.button:hover {
    background-color: rgba(200, 200, 200, 0.25);
    position: relative;
    /* ghost button hover color variants */
  }
  button:hover::before,
  a.button:hover::before {
    opacity: 0;
    inset: -0.1em;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    animation: buttonHover 400ms ease-out;
    display: block;
    border: 0.01em solid;
    background-color: rgba(200, 200, 200, 0.25);
  }
  button.fill:hover,
  a.button.fill:hover {
    box-shadow: none;
    background: rgba(41, 41, 41, 0.8);
  }
}
@media (min-width: 2384px) {
  .bg,
  .bg-first,
  .bg-second,
  .bg-third,
  .bg-fourth,
  .bg-fifth,
  .bg-sixth,
  .bg-seventh,
  .bg-nervo1,
  .bg-nervo2,
  .bg-nervo3,
  .bg-trans1,
  .bg-trans2,
  .bg-trans3,
  .bg-trans4 {
    padding-left: calc((100% - 2240px) / 2);
    padding-right: calc((100% - 2240px) / 2);
  }
}
/************************************************
* ICONS (fontello.com)
*************************************************/
body > footer .lower .logoSlider .swiper-button-next:after,
body > footer .lower .logoSlider .swiper-button-prev:after, body > footer .upper ul.socialNav a:before, body > footer .upper a.arrow:before, .fancybox-slide--html .fancybox-close-small::after, .productSlider .swiper-button-next::after,
.productSlider .swiper-button-prev::after, .articleDetailHeader a::before, .themeSlider .swiper-pagination-bullet::after, .themeSlider .swiper-button-next::after,
.themeSlider .swiper-button-prev::after, .grid .inner.hasDownload figure::after, .products .swiper-button-prev::after,
.products .swiper-button-next::after, .productInfo .productQuote .cite::before, .productInfo ul.info li::before, .topicFilter .image::after, .featureBoxes .featureBox.locked .text::after, .contentSlider .swiper-slide::after, .testimonial .text::before, .imageTextSlider .swiper-button-next::after,
.imageTextSlider .swiper-button-prev::after, .brandSlider .swiper-button-next::after,
.brandSlider .swiper-button-prev::after, .historySlider .swiper-button-prev::after,
.historySlider .swiper-button-next::after, .tabsImage dt::after, .informationCols li::before, .accordeon dt::after, .downloadList .hover::after, .quote::before, .boxElement.half.hasLink .text::before, .boxElement.half.hasLink .inner a::before, .scroll-up-icon:before, [class^=icon-]:before,
[class*=" icon-"]:before, main ul li::before, a.arrow::before {
  font-family: "pflueger-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
}

.icon-workshop:before {
  content: "\e800";
}

/* '' */
.icon-dot:before {
  content: "\e801";
}

/* '' */
.icon-guidance:before {
  content: "\e802";
}

/* '' */
.icon-parcel:before {
  content: "\e803";
}

/* '' */
.icon-specialists:before {
  content: "\e804";
}

/* '' */
.icon-arrow-down:before {
  content: "\e805";
}

/* '' */
.icon-arrow-left:before {
  content: "\e806";
}

/* '' */
.icon-arrow-right:before {
  content: "\e807";
}

/* '' */
.icon-arrow-up:before {
  content: "\e808";
}

/* '' */
.icon-arrow-small-down:before {
  content: "\e809";
}

/* '' */
.icon-arrow-small-left:before {
  content: "\e80a";
}

/* '' */
.icon-arrow-small-right:before {
  content: "\e80b";
}

/* '' */
.icon-arrow-small-up:before {
  content: "\e80c";
}

/* '' */
.icon-facebook:before {
  content: "\e80d";
}

/* '' */
.icon-pinterest:before {
  content: "\e80e";
}

/* '' */
.icon-instagram:before {
  content: "\e80f";
}

/* '' */
.icon-youtube:before {
  content: "\e810";
}

/* '' */
.icon-linkedin:before {
  content: "\e811";
}

/* '' */
.icon-xing:before {
  content: "\e812";
}

/* '' */
.icon-close:before {
  content: "\e813";
}

/* '' */
.icon-menu:before {
  content: "\e814";
}

/* '' */
.icon-medicine:before {
  content: "\e815";
}

/* '' */
.icon-plus:before {
  content: "\e816";
}

/* '' */
.icon-gluten-free:before {
  content: "\e817";
}

/* '' */
.icon-pill:before {
  content: "\e818";
}

/* '' */
.icon-no-alcohol:before {
  content: "\e819";
}

/* '' */
.icon-vegan:before {
  content: "\e81a";
}

/* '' */
.icon-quotation-mark:before {
  content: "\e81b";
}

/* '' */
.icon-minus:before {
  content: "\e81c";
}

/* '' */
.icon-info:before {
  content: "\e81d";
}

/* '' */
.icon-checkmark:before {
  content: "\e81e";
}

/* '' */
.icon-lock:before {
  content: "\e81f";
}

/* '' */
.icon-download:before {
  content: "\e820";
}

/* '' */
.icon-download-two:before {
  content: "\e821";
}

/* '' */
.icon-search:before {
  content: "\e822";
}

/* '' */
/************************************************
* natural box-sizing
*************************************************/
*,
*:after,
*:before {
  box-sizing: border-box;
}

/************************************************
* responsive images
*************************************************/
figure,
video {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

img,
iframe:not([title]) {
  max-width: 100%;
  height: auto;
}

/************************************************
* general CSS Stylings
*************************************************/
body {
  margin: 0;
}
@media screen and (max-device-width: 1024px) {
  body {
    -webkit-text-size-adjust: none;
  }
}

main,
aside {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main > div, main > a,
aside > div,
aside > a {
  width: 92%;
}

/************************************************
* Scroll up arrow
*************************************************/
#scroll-up-arrow {
  display: none;
  width: auto;
}

.scroll-up-icon {
  position: fixed;
  bottom: 0;
  left: 3%;
  height: 40px;
  width: 40px;
  background-color: black;
  opacity: 0.6;
  z-index: 99;
}

.scroll-up-icon:before {
  content: "\e807";
  font-weight: 600;
  text-decoration: none;
  color: white;
  position: absolute;
  top: 40%;
  left: 37%;
  transform: scale(2.8) rotate(270deg);
}

/************************************************
* Product banner
*************************************************/
.product-banner-link.hide .product-banner {
  transition: transform 400ms;
  transform: translateX(50px);
}
.product-banner-link .product-banner {
  position: fixed;
  padding: 1em 0 1em 0;
  top: 15vh;
  right: 0;
  z-index: 100;
  width: 50px;
  height: 210px;
  background: #51982f;
  color: #fff;
  border-radius: 8px 0px 0px 8px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  transition: transform 400ms;
  transform: translateX(0px);
}
@media screen and (max-width: 768px) {
  .product-banner-link .product-banner {
    top: 10vh;
    width: 28px;
    height: 125px;
    padding: 0.8em 0 1em 0;
  }
}
.product-banner-link .product-banner .product-banner-text {
  width: 100%;
  height: auto;
  text-align: center;
}
.product-banner-link .product-banner .product-banner-text img {
  filter: invert(100%) sepia(0%) saturate(7499%) hue-rotate(308deg) brightness(111%) contrast(100%);
}
@media screen and (max-width: 768px) {
  .product-banner-link .product-banner .product-banner-text img {
    max-width: 15px;
  }
}
.product-banner-link .product-banner .product-banner-icon {
  display: flex;
  position: relative;
  height: 50px;
  width: 50px;
}
@media screen and (max-width: 768px) {
  .product-banner-link .product-banner .product-banner-icon {
    height: 26px;
    width: 26px;
  }
}
.product-banner-link .product-banner .product-banner-icon img {
  filter: invert(100%) sepia(0%) saturate(7499%) hue-rotate(308deg) brightness(111%) contrast(100%);
}

.stickyActions {
  position: fixed;
  top: 32%;
  right: 0;
  z-index: 100;
  line-height: 1em;
  display: flex;
  flex-direction: column;
  text-transform: rotate(90deg);
}
.stickyActions.hide a {
  transform: translateX(88%);
}
.stickyActions.disable a {
  transform: translateX(150%);
}
.stickyActions a {
  background: #51982f;
  display: block;
  width: 7.5em;
  height: 7em;
  display: flex;
  flex-direction: column;
  color: #fff;
  margin-bottom: 1px;
  text-align: center;
  justify-content: center;
  padding: 0.7em;
  font-size: 1.2em;
  text-decoration: none;
  line-height: 1.2em;
  transition: transform 400ms;
  border-radius: 8px 0 0 8px;
  hyphens: auto;
}
.stickyActions a:hover {
  transform: inherit;
}
.stickyActions a.hint {
  animation: hint 2s;
}
.stickyActions a.bucket {
  position: relative;
}
.stickyActions a.bucket img {
  width: 1.9em;
  margin: 0 auto 0.3em;
}
.stickyActions a.bucket[title]:not([title=""])::before, .stickyActions a.bucket[title]:not([title=""])::after {
  animation: popIn 300ms ease-out;
  font-size: 1em;
  font-weight: bold;
}
.stickyActions a.bucket[title]:not([title=""])::before {
  content: attr(title);
  display: inline-block;
  position: absolute;
  left: -0.8em;
  top: -0.4em;
  background: #953b88;
  padding: 0.2em 0.6em;
}
.stickyActions a.bucket[title]:not([title=""])::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0.2em;
  top: calc(0.8em + 5px);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #953b88;
}
.stickyActions a.infos::before {
  content: "\e803";
  display: inline-block;
  font-family: pflueger-icons;
  color: #fff;
  padding: 0.2em 0;
  margin-bottom: 0.3em;
  font-size: 2.8em;
}
.stickyActions a#finder {
  position: relative;
}
.stickyActions a#finder::before {
  content: "produktsuche";
  display: inline-block;
  font-family: pflueger;
  color: #fff;
  padding: 0.2em 0;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
  font-size: 3.4em;
}
.stickyActions a#cartButton {
  position: relative;
}
.stickyActions a#cartButton::before {
  content: "warenkorb";
  display: inline-block;
  font-family: pflueger;
  color: #fff;
  padding: 0.2em;
  margin-bottom: 0.3em;
  font-size: 2.6em;
}
.stickyActions a#cartButton:not([title="0"]) {
  transition: transform 400ms;
}
.stickyActions a#cartButton:not([title="0"])::after {
  content: attr(title);
  display: inline-block;
  padding: 0.2em 0.4em;
  line-height: 1;
  background-color: #A04393;
  position: absolute;
  top: -0.2em;
  left: -0.4em;
}
.stickyActions a#cartButton[title="0"] {
  transform: translateX(110%);
}

@media screen and (max-width: 768px) {
  #scroll-up-arrow {
    visibility: hidden;
  }
}
/************************************************
* breakpoints
*************************************************/
@media (min-width: 768px) {
  main > div, main > a,
  aside > div,
  aside > a {
    width: 94%;
  }
  main > div.half, main > a.half,
  aside > div.half,
  aside > a.half {
    width: 50%;
  }
  main > div.half .inner, main > a.half .inner,
  aside > div.half .inner,
  aside > a.half .inner {
    padding: 0 10%;
  }
}
@media (min-width: 2240px) {
  main > div.half, main > a.half,
  aside > div.half,
  aside > a.half {
    width: 1120px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 2384px) {
  main > div, main > a,
  aside > div,
  aside > a {
    width: 2240px;
  }
}
@keyframes buttonHover {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.75;
    inset: -0.5em;
    width: calc(100% + 1em);
    height: calc(100% + 1em);
  }
  100% {
    opacity: 0.1;
    inset: 0em;
    width: calc(100% + 0.1em);
    height: calc(100% + 0.1em);
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes mask {
  0% {
    max-width: inherit;
    max-height: inherit;
    position: relative;
  }
  80% {
    opacity: 0;
    transform: scale(0.1);
    width: 0px;
    height: 0px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes maxHeight {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 80vh;
  }
}
@keyframes rotation {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(15%);
  }
  30% {
    transform: translateY(15%);
  }
  100% {
    transform: inherit;
  }
}
@keyframes popIn {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  80% {
    transform: scale(1.02);
    opacity: 1;
  }
  100% {
    transform: inherit;
    opacity: 1;
  }
}
.fadeIn {
  animation: fadeIn 250ms;
}

.maxHeight {
  animation: maxHeight 200ms;
}

/************************************************
* Library's (optional) activate needed js files in scripts.js
*************************************************/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.ss-main {
  position: relative;
  display: inline-block;
  user-select: none;
  color: #666;
  width: 100%;
}

.ss-main .ss-single-selected {
  display: flex;
  cursor: pointer;
  width: 100%;
  height: 30px;
  padding: 6px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  box-sizing: border-box;
  transition: background-color 0.2s;
}

.ss-main .ss-single-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed;
}

.ss-main .ss-single-selected.ss-open-above {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.ss-main .ss-single-selected.ss-open-below {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.ss-main .ss-single-selected .placeholder {
  display: flex;
  flex: 1 1 100%;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  width: calc(100% - 30px);
  line-height: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ss-main .ss-single-selected .placeholder * {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}

.ss-main .ss-single-selected .placeholder .ss-disabled {
  color: #333;
}

.ss-main .ss-single-selected .ss-deselect {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  margin: 0 6px 0 6px;
  font-weight: bold;
}

.ss-main .ss-single-selected .ss-deselect.ss-hide {
  display: none;
}

.ss-main .ss-single-selected .ss-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  margin: 0 6px 0 6px;
}

.ss-main .ss-single-selected .ss-arrow span {
  border: solid #666;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transition: transform 0.2s, margin 0.2s;
}

.ss-main .ss-single-selected .ss-arrow span.arrow-up {
  transform: rotate(-135deg);
  margin: 3px 0 0 0;
}

.ss-main .ss-single-selected .ss-arrow span.arrow-down {
  transform: rotate(45deg);
  margin: -3px 0 0 0;
}

.ss-main .ss-multi-selected {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  min-height: 30px;
  width: 100%;
  padding: 0 0 0 3px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  box-sizing: border-box;
  transition: background-color 0.2s;
}

.ss-main .ss-multi-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed;
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
  color: #666;
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed;
}

.ss-main .ss-multi-selected.ss-open-above {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.ss-main .ss-multi-selected.ss-open-below {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.ss-main .ss-multi-selected .ss-values {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex: 1 1 100%;
  width: calc(100% - 30px);
}

.ss-main .ss-multi-selected .ss-values .ss-disabled {
  display: flex;
  padding: 4px 5px;
  margin: 2px 0px;
  line-height: 1em;
  align-items: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@keyframes scaleIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
.ss-main .ss-multi-selected .ss-values .ss-value {
  display: flex;
  user-select: none;
  align-items: center;
  font-size: 12px;
  padding: 3px 5px;
  margin: 3px 5px 3px 0px;
  color: #fff;
  background-color: #5897fb;
  border-radius: 4px;
  animation-name: scaleIn;
  animation-duration: 0.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

.ss-main .ss-multi-selected .ss-values .ss-value.ss-out {
  animation-name: scaleOut;
  animation-duration: 0.2s;
  animation-timing-function: ease-out;
}

.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
  margin: 0 0 0 5px;
  cursor: pointer;
}

.ss-main .ss-multi-selected .ss-add {
  display: flex;
  flex: 0 1 3px;
  margin: 9px 12px 0 5px;
}

.ss-main .ss-multi-selected .ss-add .ss-plus {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #666;
  position: relative;
  height: 10px;
  width: 2px;
  transition: transform 0.2s;
}

.ss-main .ss-multi-selected .ss-add .ss-plus:after {
  background: #666;
  content: "";
  position: absolute;
  height: 2px;
  width: 10px;
  left: -4px;
  top: 4px;
}

.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross {
  transform: rotate(45deg);
}

.ss-content {
  position: absolute;
  width: 100%;
  margin: -1px 0 0 0;
  box-sizing: border-box;
  border: solid 1px #dcdee2;
  z-index: 1010;
  background-color: #fff;
  transform-origin: center top;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  transform: scaleY(0);
}

.ss-content.ss-open {
  display: block;
  opacity: 1;
  transform: scaleY(1);
}

.ss-content .ss-search {
  display: flex;
  flex-direction: row;
  padding: 8px 8px 6px 8px;
}

.ss-content .ss-search.ss-hide {
  height: 0px;
  opacity: 0;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.ss-content .ss-search.ss-hide input {
  height: 0px;
  opacity: 0;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.ss-content .ss-search input {
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0px;
  height: 30px;
  padding: 6px 8px;
  margin: 0;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: textfield;
}

.ss-content .ss-search input::placeholder {
  color: #8a8a8a;
  vertical-align: middle;
}

.ss-content .ss-search input:focus {
  box-shadow: 0 0 5px #5897fb;
}

.ss-content .ss-search .ss-addable {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  flex: 0 0 30px;
  height: 30px;
  margin: 0 0 0 8px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  box-sizing: border-box;
}

.ss-content .ss-addable {
  padding-top: 0px;
}

.ss-content .ss-list {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  padding: 6px 10px 6px 10px;
  font-weight: bold;
}

.ss-content .ss-list .ss-optgroup .ss-option {
  padding: 6px 6px 6px 25px;
}

.ss-content .ss-list .ss-optgroup-label-selectable {
  cursor: pointer;
}

.ss-content .ss-list .ss-optgroup-label-selectable:hover {
  color: #fff;
  background-color: #5897fb;
}

.ss-content .ss-list .ss-option {
  padding: 6px 10px 6px 10px;
  cursor: pointer;
  user-select: none;
}

.ss-content .ss-list .ss-option * {
  display: inline-block;
}

.ss-content .ss-list .ss-option:hover, .ss-content .ss-list .ss-option.ss-highlighted {
  color: #fff;
  background-color: #5897fb;
}

.ss-content .ss-list .ss-option.ss-disabled {
  cursor: not-allowed;
  background-color: #fff;
}

.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected {
  color: #666;
  background-color: rgba(88, 151, 251, 0.1);
}

.ss-content .ss-list .ss-option.ss-hide {
  display: none;
}

.ss-content .ss-list .ss-option .ss-search-highlight {
  background-color: #fffb8c;
}

/************************************************
* HEADER
*************************************************/
:root {
  --nav-pos-top: 3.4em;
}

nav.inlineNav {
  margin-bottom: calc(4vw + 2rem);
}
nav.inlineNav > ul > li:before {
  content: "";
}
nav span {
  font-size: 1em;
  display: inline-block;
}
@media (min-width: 320px) {
  nav span {
    font-size: 16px;
    font-size: calc(16px + 3 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  nav span {
    font-size: 19px;
  }
}
nav a {
  background-color: transparent;
  border-radius: 25px;
  display: inline-block;
  line-height: 1em;
  padding: 0.2em;
  transition: background 200ms;
}
@media only screen and (min-width: 1180px) {
  nav a {
    margin: 0 0.1em;
    letter-spacing: 0.05em;
  }
}
nav a:focus, nav a:focus-within {
  outline: none;
}
nav > ul > li > a span {
  text-transform: uppercase;
  white-space: nowrap;
}
@media only screen and (min-width: 769px) {
  nav > ul > li > a span {
    text-shadow: var(--text-shadow);
  }
}
nav li > span,
nav li > a > span {
  padding: 0.1em 0.2em;
}
nav li > span {
  opacity: 0.6;
  cursor: not-allowed;
}
nav ul ul {
  background-color: #fff;
  text-transform: uppercase;
}
nav ul ul a span {
  color: var(--menu-link-color);
}
nav a.current {
  background-color: rgba(255, 255, 255, 0.15);
}

@media only screen and (max-width: 768px) {
  #pageHeader .wrap {
    justify-content: center;
  }
  #main ul a:link {
    text-decoration: none;
  }
  #main {
    z-index: 100;
  }
  #main ul {
    background-color: #fff;
    bottom: 0;
    display: flex;
    flex: 1 0 auto;
    font-size: 1em;
    margin: 0;
    overflow: visible;
    padding: 4em 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 100ms ease-out;
    width: 85vw;
  }
  #main ul:not(.level2)::after,
  #main ul > li > a.active.has-children {
    position: absolute;
    bottom: 0;
    transform: rotate(-90deg);
    transform-origin: left bottom;
    height: 2.5em;
    text-align: right;
    padding: 0 5em 0 0;
    font-weight: bold;
    top: 400px;
    top: calc(399px - 2.5em);
    width: 400px;
    color: #ddd;
    text-transform: uppercase;
    line-height: 2em;
    background-color: #fff;
  }
  #main ul ul::before {
    content: "";
    position: absolute;
    left: -2.2em;
    top: 0;
    height: 101vh;
    width: 1px;
    box-shadow: 2px 0 2px rgba(0, 0, 0, 0.2);
  }
  #main ul:not(.level2)::after {
    content: attr(title);
    left: 2em;
    height: 2em;
    top: calc(399px - 2em);
    background-color: transparent;
  }
  #main ul > li > a.active.has-children {
    border-radius: 0;
    left: 4.5em;
  }
  #main ul > li > a.active.has-children span {
    padding: 0;
    color: #ddd;
    font-size: 1em;
  }
  #main ul > li > a.active.has-children::before {
    content: " ";
    position: absolute;
    right: 0;
    width: 1.05em;
    height: 1.05em;
    background-color: #eee;
    margin: 0.5em;
    border-radius: 50%;
  }
  #main ul > li > a.active.has-children::after {
    right: 1.4em;
    line-height: 4.1em;
    content: "\e80a";
    position: absolute;
    font-family: pflueger-icons;
    font-size: 0.5em;
    font-weight: normal;
    transform: rotate(90deg);
    display: inline-block;
    color: #666666;
  }
  #main ul.level1 {
    max-width: 90vw;
  }
  #main ul.level2 {
    width: calc(85vw - 4em);
    right: 0;
  }
  #main ul.level2 li {
    padding-left: 0;
  }
  #main ul.level2 li a.active.has-children {
    left: 2em;
  }
  #main ul.level3 {
    width: calc(85vw - 6em);
    right: 0;
  }
  #main ul.level3 li {
    padding-left: 0;
  }
  #main ul li {
    padding-left: 2.4em;
  }
  #main ul a span {
    font-size: 0.8em;
    padding: 0.8em 0;
    color: #404040;
  }
  #main a.active + ul {
    transform: inherit;
  }
  #main > a {
    transition: all 50ms;
  }
  #main > a:before {
    content: " ";
    position: absolute;
    background-color: #eee;
    width: 12em;
    height: 10em;
    top: -7em;
    right: -6em;
    border-radius: 50%;
    opacity: 0;
    transform: translateY(-10em);
    transition: all 150ms ease-in-out;
  }
  #main > a.active {
    font-size: 0.8em;
  }
  #main > a.active::before {
    opacity: 1;
    transform: inherit;
  }
  #main > a.active span::before, #main > a.active span::after {
    background-color: #666;
  }
  #main > a.active + span {
    position: absolute;
    width: 3em;
    height: 3em;
    right: 0;
    top: 0;
    z-index: -1;
  }
  #main > a.active + span::before {
    content: " ";
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(3px);
    position: fixed;
    left: 0;
    top: 0;
    width: 50vw;
    height: 100vh;
    z-index: -1;
  }
  #main > a.active + span + ul {
    transform: inherit;
    overflow: auto;
    box-shadow: 2px 0 8px #000;
  }
  #main > a.active + span + ul li {
    transition: inherit;
    opacity: 1;
  }
  .language {
    position: relative;
    width: 3em;
  }
  .language > li > a {
    display: block;
    height: 44px;
    width: 44px;
    z-index: 1;
    position: relative;
    left: -1em;
  }
  .static {
    position: bottom;
    display: flex;
    padding: 1em 0 0;
    justify-content: space-around;
  }
  body.hideNav #mobileTrigger::before {
    opacity: 1;
    transform: inherit;
    box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 769px) {
  header nav {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  header nav ul ul {
    background-color: #fff;
    left: 0;
    min-width: 100%;
    z-index: 10;
    width: 100%;
    padding: 0 0 0 12vw;
    max-height: 0px;
  }
  header nav ul ul li {
    margin: 0.4em 0;
  }
  header nav ul ul ul {
    background-color: transparent;
    max-width: 50vw;
    min-width: inherit;
    left: 35vw;
    padding: 0;
    transform: translateY(-2.4em);
  }
  header nav ul ul li a {
    position: relative;
    transform: translateX(2em);
    opacity: 0;
    transition: transform 200ms, opacity 200ms;
  }
  header nav ul.level2 {
    transform: translateY(2em);
    transition: transform 300ms ease-in-out, opacity 200ms;
  }
  header nav ul.level2 > li:first-child {
    padding-top: 1em;
  }
  header nav ul.level2 > li:last-child {
    margin-bottom: 11em;
  }
  header nav ul.level2 li:nth-of-type(1n) a {
    transition-delay: 55ms;
  }
  header nav ul.level2 li:nth-of-type(2n) a {
    transition-delay: 95ms;
  }
  header nav ul.level2 li:nth-of-type(3n) a {
    transition-delay: 135ms;
  }
  header nav ul.level2 li:nth-of-type(4n) a {
    transition-delay: 175ms;
  }
  header nav ul.level2 li:nth-of-type(5n) a {
    transition-delay: 215ms;
  }
  header nav ul.level2 li:nth-of-type(6n) a {
    transition-delay: 255ms;
  }
  header nav ul.level2 li:nth-of-type(7n) a {
    transition-delay: 295ms;
  }
  header nav ul.level2 li:nth-of-type(8n) a {
    transition-delay: 335ms;
  }
  header nav ul.level2 li:nth-of-type(9n) a {
    transition-delay: 375ms;
  }
  header nav ul.level2 li:nth-of-type(10n) a {
    transition-delay: 415ms;
  }
  header nav ul.level2 ul.level3 {
    top: var(--nav-pos-top);
  }
  header nav ul a.active + ul > li > a {
    transform: inherit;
    opacity: 1;
  }
  header nav a:hover,
  header nav a.active,
  header nav a:focus-within {
    background-color: #636362;
  }
  header nav a:hover span,
  header nav a.active span,
  header nav a:focus-within span {
    color: #fff;
    outline: none;
  }
  header nav a.childs::after {
    content: " >";
    text-decoration: none;
  }
  header nav a span {
    position: relative;
  }
  header nav a span[data-label]::before {
    content: attr(data-label);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
  }
  header nav a span {
    color: #fff;
    color: var(--menu-link-color);
  }
  #main {
    flex: 1;
  }
  #static {
    flex: 1 1 100%;
    align-self: flex-end;
    min-height: 1em;
    min-width: 1em;
  }
}
@media only screen and (max-width: 900px) {
  #mobileTrigger {
    background: none;
    width: 3em;
    height: 2em;
    position: fixed;
    top: 1em;
    right: 5%;
    border-radius: 0;
  }
  #mobileTrigger span,
  #mobileTrigger span::before,
  #mobileTrigger span::after {
    background: #333;
    background: var(--menu-link-color);
  }
}
@media only screen and (min-width: 901px) {
  #main {
    padding: 0 3vw;
    align-self: flex-start;
  }
  .static > a > span:after,
  .static > ul > li > a span:after {
    content: attr(title);
  }
}
@media only screen and (min-width: 1435px) {
  #main {
    flex-direction: column;
    align-items: flex-start;
  }
  nav a {
    padding: 0 0.5em;
  }
  header nav ul ul ul {
    max-width: 30vw;
  }
}
nav a.active + ul.level2,
nav a:focus ~ ul.level2,
nav a:focus-within ~ ul.level2,
nav ul.level2:focus-within {
  margin-top: 1.5rem;
  opacity: 1;
  transform: inherit;
}

/************************************************
* CONTENT
*************************************************/
/************************************************
* General CONTENT Stylings
*************************************************/
.text.center {
  text-align: center;
}
.text h1 {
  margin-bottom: 2rem;
}
.text h2 {
  margin-bottom: 2rem;
}
.text h3 + h2 {
  margin-top: 4rem;
}
.text h3 + h3 {
  margin-top: 3rem;
}
.text p {
  margin-bottom: 3rem;
}
.text p.text-center {
  text-align: center;
}
.text p + h2 {
  margin-top: 4rem;
}
.text p + h3 {
  margin-top: 3rem;
}
.text p + ol, .text p + ul {
  margin-top: 1.5rem;
}
.text p:last-of-type {
  margin-bottom: 0;
}
.text a:not([class]) {
  word-break: break-word;
}
.text ul, .text ol {
  margin-bottom: 3rem;
}
.text ul + h2, .text ol + h2 {
  margin-top: 4rem;
}
.text ul + h3, .text ol + h3 {
  margin-top: 3rem;
}

a.category {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #4b4b4a;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.5em;
  transition: color 0.3s ease;
}
@media (min-width: 320px) {
  a.category {
    font-size: 15px;
    font-size: calc(15px + 5 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  a.category {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  a.category:hover {
    color: #292929;
  }
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 750px) {
  .text h2 {
    margin-bottom: 3rem;
  }
  .text p {
    margin-bottom: 3.5rem;
  }
  .text p + h2 {
    margin-top: 5rem;
  }
  .text p + h3 {
    margin-top: 4rem;
  }
  .text h3 + h2 {
    margin-top: 5rem;
  }
  .text h3 + h3 {
    margin-top: 4rem;
  }
  .text ul, .text ol {
    margin-bottom: 3.5rem;
  }
  .text ul + h2, .text ol + h2 {
    margin-top: 5rem;
  }
  .text ul + h3, .text ol + h3 {
    margin-top: 4rem;
  }
  a.category {
    margin-bottom: 0.8em;
  }
}
@media (min-width: 1000px) {
  .text h2 {
    margin-bottom: 3rem;
  }
  .text h3 {
    margin-bottom: 2rem;
  }
  .text p + h2 {
    margin-top: 6rem;
  }
  .text p + h3 {
    margin-top: 5rem;
  }
  .text h3 + h2 {
    margin-top: 6rem;
  }
  .text h3 + h3 {
    margin-top: 5rem;
  }
  .text ul, .text ol {
    margin-bottom: 4.5rem;
  }
  .text ul + h2, .text ol + h2 {
    margin-top: 6rem;
  }
  .text ul + h3, .text ol + h3 {
    margin-top: 5rem;
  }
}
@media (min-width: 1200px) {
  a.category {
    margin-bottom: 1.2em;
  }
}
@media (min-width: 1500px) {
  .text h1 {
    margin-bottom: 2.5rem;
  }
  .text h2 {
    margin-bottom: 4rem;
  }
  .text h3 {
    margin-bottom: 2.5rem;
  }
  .text p + h2 {
    margin-top: 7rem;
  }
  .text p + h3 {
    margin-top: 6rem;
  }
  .text h3 + h2 {
    margin-top: 7rem;
  }
  .text h3 + h3 {
    margin-top: 6rem;
  }
  .text ul + h2, .text ol + h2 {
    margin-top: 7rem;
  }
  .text ul + h3, .text ol + h3 {
    margin-top: 6rem;
  }
}
@media (min-width: 1900px) {
  .text p + h2 {
    margin-top: 8rem;
  }
  .text p + h3 {
    margin-top: 7rem;
  }
  .text h3 + h2 {
    margin-top: 8rem;
  }
  .text h3 + h3 {
    margin-top: 7rem;
  }
  .text ul + h2, .text ol + h2 {
    margin-top: 8rem;
  }
  .text ul + h3, .text ol + h3 {
    margin-top: 7rem;
  }
  a.category {
    margin-bottom: 1.6em;
  }
}
/************************************************
* TEXTELEMENT
*************************************************/
.textElement {
  margin-bottom: calc(4vw + 2rem);
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.textElement figure {
  margin: 0 0 2rem 0;
}
.textElement figure img {
  display: block;
}
.textElement figure figcaption {
  line-height: 1.5;
  font-weight: 400;
  color: #4b4b4a;
  margin-top: 0.5rem;
}
@media (min-width: 320px) {
  .textElement figure figcaption {
    font-size: 17px;
    font-size: calc(17px + 3 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .textElement figure figcaption {
    font-size: 20px;
  }
}
.textElement figure figcaption p {
  font-size: calc(11px + 7 * (100vw - 320px) / 1600);
}
@media (max-width: 900px) {
  .textElement figure figcaption p {
    font-size: 14px;
  }
}
.textElement .text h4 {
  margin-bottom: 0.1em;
  color: color-adjust(#4b4b4a, -10%);
}
.textElement .text h4::after {
  content: none;
}
.textElement .text p.center {
  text-align: center;
}
.textElement.media.imageFull {
  margin-top: 0;
  padding: 0;
}
.textElement.media.imageFull figure {
  width: 100%;
}
.textElement.media.imageFull .text {
  margin-top: calc(2vw + 1rem);
}
.textElement.media + .noHeader {
  margin-top: calc((2vw + 2rem) * -1);
}
.textElement:not(.media).bg, .textElement:not(.media).bg-first, .textElement:not(.media).bg-second, .textElement:not(.media).bg-third, .textElement:not(.media).bg-fourth, .textElement:not(.media).bg-fifth, .textElement:not(.media).bg-sixth, .textElement:not(.media).bg-seventh, .textElement:not(.media).bg-nervo1, .textElement:not(.media).bg-nervo2, .textElement:not(.media).bg-nervo3 {
  max-width: 1600px;
}
.textElement:not(.media).bg-first p, .textElement:not(.media).bg-first h1, .textElement:not(.media).bg-first h2, .textElement:not(.media).bg-first h3, .textElement:not(.media).bg-first li, .textElement:not(.media).bg-first ul, .textElement:not(.media).bg-first li:before, .textElement:not(.media).bg-first strong, .textElement:not(.media).bg-second p, .textElement:not(.media).bg-second h1, .textElement:not(.media).bg-second h2, .textElement:not(.media).bg-second h3, .textElement:not(.media).bg-second li, .textElement:not(.media).bg-second ul, .textElement:not(.media).bg-second li:before, .textElement:not(.media).bg-second strong, .textElement:not(.media).bg-third p, .textElement:not(.media).bg-third h1, .textElement:not(.media).bg-third h2, .textElement:not(.media).bg-third h3, .textElement:not(.media).bg-third li, .textElement:not(.media).bg-third ul, .textElement:not(.media).bg-third li:before, .textElement:not(.media).bg-third strong, .textElement:not(.media).bg-fourth p, .textElement:not(.media).bg-fourth h1, .textElement:not(.media).bg-fourth h2, .textElement:not(.media).bg-fourth h3, .textElement:not(.media).bg-fourth li, .textElement:not(.media).bg-fourth ul, .textElement:not(.media).bg-fourth li:before, .textElement:not(.media).bg-fourth strong, .textElement:not(.media).bg-fifth p, .textElement:not(.media).bg-fifth h1, .textElement:not(.media).bg-fifth h2, .textElement:not(.media).bg-fifth h3, .textElement:not(.media).bg-fifth li, .textElement:not(.media).bg-fifth ul, .textElement:not(.media).bg-fifth li:before, .textElement:not(.media).bg-fifth strong {
  color: white;
}
.textElement:not(.media).bg-first a.button, .textElement:not(.media).bg-second a.button, .textElement:not(.media).bg-third a.button, .textElement:not(.media).bg-fourth a.button, .textElement:not(.media).bg-fifth a.button {
  color: white;
  border-color: white;
}
.textElement:not(.media).bg-first h2:after, .textElement:not(.media).bg-first h3:after, .textElement:not(.media).bg-second h2:after, .textElement:not(.media).bg-second h3:after, .textElement:not(.media).bg-third h2:after, .textElement:not(.media).bg-third h3:after, .textElement:not(.media).bg-fourth h2:after, .textElement:not(.media).bg-fourth h3:after, .textElement:not(.media).bg-fifth h2:after, .textElement:not(.media).bg-fifth h3:after {
  background-color: white;
}
.textElement:not(.media).bg {
  background: #e6e6e6;
}
.textElement:not(.media).bg-first {
  background: #51982f;
}
.textElement:not(.media).bg-second {
  background: #a04393;
}
.textElement:not(.media).bg-third {
  background: #69bfac;
}
.textElement:not(.media).bg-fourth {
  background: #00623c;
}
.textElement:not(.media).bg-fifth {
  background: #c8d300;
}
.textElement:not(.media).bg-sixth {
  background: #c9e6de;
}
.textElement:not(.media).bg-seventh {
  background: #c0d6d6;
}
.textElement.bg, .textElement.bg-first, .textElement.bg-second, .textElement.bg-third, .textElement.bg-fourth, .textElement.bg-fifth, .textElement.bg-sixth, .textElement.bg-seventh, .textElement.bg-nervo1, .textElement.bg-nervo2, .textElement.bg-nervo3 {
  background: none;
}
.textElement.default:not(.imageRight):not(.imageLeft) figure.image {
  width: 100%;
  display: flex;
  justify-content: center;
}
.textElement.default.bgimage {
  position: relative;
  overflow: hidden;
}
.textElement.default.bgimage figure.image {
  position: absolute;
}
.textElement.default.bgimage .text {
  z-index: 1;
}
.textElement.noHeader + .noHeader {
  margin-top: -2em;
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 400px) {
  .textElement figure figcaption {
    margin-top: 1rem;
  }
}
@media (min-width: 550px) {
  .textElement figure {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .textElement.media {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .textElement.media figure {
    margin-bottom: 0;
  }
  .textElement.media.imageLeft figure,
  .textElement.media.imageLeft .text, .textElement.media.imageRight figure,
  .textElement.media.imageRight .text {
    width: 48%;
  }
  .textElement.media.imageRight figure {
    order: 1;
  }
}
@media (min-width: 1024px) {
  .textElement.media.imageLeft figure,
  .textElement.media.imageLeft .text, .textElement.media.imageRight figure,
  .textElement.media.imageRight .text {
    width: 47%;
  }
  .textElement.noHeader + .noHeader {
    margin-top: -4em;
  }
}
@media (min-width: 1350px) {
  .textElement:not(.media) .text, .textElement.imageFull .text {
    max-width: 1260px;
    margin: 0 auto;
  }
  .textElement.media {
    max-width: 1600px;
  }
  .textElement figure figcaption {
    margin-top: 1.5rem;
  }
  .textElement.noHeader + .noHeader {
    margin-top: -6em;
  }
}
.productHeader + .textElement {
  margin-top: calc(4vw + 2rem);
}

@media (min-width: 2300px) {
  .textElement {
    /* prevent two elements side by side */
    margin-left: 90px;
    margin-right: 90px;
  }
}
@media (min-width: 2500px) {
  .textElement {
    max-width: 1300px;
    /* prevent two elements side by side */
    margin-left: 180px;
    margin-right: 180px;
  }
}
/************************************************
* BOXELEMENT
*************************************************/
.boxElement.half {
  width: 100%;
  margin-bottom: calc(4vw + 2rem);
  background: #f3f4f5;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 4%;
  padding-right: 4%;
}
@media (min-width: 320px) {
  .boxElement.half {
    font-size: 50px;
    font-size: calc(50px + 50 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .boxElement.half {
    font-size: 100px;
  }
}
.boxElement.half h2, .boxElement.half h3, .boxElement.half h4 {
  padding-bottom: 0;
}
.boxElement.half h2::after, .boxElement.half h3::after, .boxElement.half h4::after {
  content: none;
}
.boxElement.half.hasLink {
  padding-bottom: 1.6em;
  position: relative;
  overflow: hidden;
}
.boxElement.half.hasLink .inner a {
  display: block;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .boxElement.half.hasLink .inner a:hover .text::after {
    background: rgba(81, 152, 47, 0.4);
  }
  .boxElement.half.hasLink .inner a:hover .text::before {
    color: white;
  }
}
.boxElement.half.hasLink .inner a::after {
  content: "";
  position: absolute;
  background: rgba(81, 152, 47, 0.24);
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  right: -1.5em;
  bottom: -2.5em;
}
.boxElement.half.hasLink .inner a::before {
  content: "\e807";
  color: #51982f;
  position: absolute;
  font-size: 0.7em;
  bottom: 0.25em;
  right: 0.3em;
}
/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 400px) {
  .boxElement.half {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 500px) {
  .boxElement.half .text {
    padding: 0 5%;
  }
}
@media (min-width: 600px) {
  .boxElement.half {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .boxElement.half .text {
    padding: 0 7%;
  }
}
@media (min-width: 700px) {
  .boxElement.half {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .boxElement.half .text {
    padding: 0 10%;
  }
}
@media (min-width: 768px) {
  .boxElement.half {
    width: 50%;
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .boxElement.half .inner {
    padding: 0;
  }
  .boxElement.half .text {
    padding: 2.5rem 10% 2.5rem 10%;
    background: #f3f4f5;
  }
  .boxElement.half.hasLink .inner a::after, .boxElement.half.hasLink .inner a::before {
    content: none;
  }
  .boxElement.half.hasLink .text {
    padding: 2.5rem 10% 1.6em 10%;
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 320px) {
  .boxElement.half.hasLink .text {
    font-size: 40px;
    font-size: calc(40px + 40 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .boxElement.half.hasLink .text {
    font-size: 80px;
  }
}
@media (min-width: 768px) {
  .boxElement.half.hasLink .text::after {
    content: "";
    position: absolute;
    background: rgba(81, 152, 47, 0.24);
    width: 4.7em;
    height: 3.7em;
    border-radius: 50%;
    right: -2.2em;
    bottom: -2.4em;
    transition: background 0.3s ease;
  }
  .boxElement.half.hasLink .text::before {
    content: "\e807";
    color: #51982f;
    position: absolute;
    font-size: 0.6em;
    bottom: 0.45em;
    right: 0.6em;
    z-index: 5;
    transition: color 0.3s ease;
  }
}
@media (min-width: 1000px) {
  .boxElement.half .text {
    padding: 3rem 10% 3rem 10%;
  }
  .boxElement.half.hasLink .text {
    padding: 3rem 10% 1.6em 10%;
  }
}
@media (min-width: 1300px) {
  .boxElement.half .text {
    padding: 4.5rem 10% 4.5rem 10%;
  }
  .boxElement.half.hasLink .text {
    padding: 4.5rem 10% 1.6em 10%;
  }
}
@media (min-width: 1700px) {
  .boxElement.half .text {
    padding: 6rem 10% 6rem 10%;
    margin: 0 3% 0 3%;
  }
  .boxElement.half.hasLink .text {
    padding: 6rem 10% 1.6em 10%;
    margin: 0 3% 0 3%;
  }
}
@media (min-width: 2000px) {
  .boxElement.half .text {
    margin: 0 6% 0 3%;
  }
  .boxElement.half.hasLink .text {
    margin: 0 6% 0 3%;
  }
}
@media (min-width: 2240px) {
  .boxElement.half {
    width: 1120px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 2384px) {
  .boxElement.half .text, .boxElement.half.hasLink .text {
    margin: 0 8% 0 2.5%;
  }
}
@media (min-width: 2500px) {
  .boxElement.half .text, .boxElement.half.hasLink .text {
    margin: 0 8% 0 1.5%;
  }
}
/************************************************
* SIDEBYSIDE
*************************************************/
.sideBySide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin-bottom: calc(4vw + 2rem);
}
.sideBySide > a:not(:link) {
  position: absolute;
}
.sideBySide .text {
  flex: 1 1 100%;
}
.sideBySide figure {
  flex: 0 0 38.2%;
  max-width: 290px;
  order: -1;
  margin-bottom: calc(2vw + 1rem);
}
.sideBySide.right figure {
  padding-bottom: 2em;
}
.sideBySide.right .text {
  order: 2;
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 450px) {
  .sideBySide {
    flex-wrap: nowrap;
  }
  .sideBySide figure {
    flex: 0 0 25%;
    order: 0;
    margin-bottom: 0;
  }
  .sideBySide:not(.right) .text {
    margin-right: 3%;
  }
  .sideBySide.right .text {
    margin-left: 3%;
  }
}
@media (min-width: 768px) {
  .sideBySide.half {
    width: 47%; /* break specifity */
  }
  .sideBySide.right {
    margin-left: 0;
  }
}
@media (min-width: 2240px) {
  .sideBySide.half {
    width: 1052px;
  }
}
.sideBySideRounded {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin-bottom: calc(4vw + 2rem);
}
.sideBySideRounded > a:not(:link) {
  position: absolute;
}
.sideBySideRounded .text {
  flex: 1 1 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sideBySideRounded .text .cta.button {
  font-size: 1em;
  background: #51982f;
  color: white;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
.sideBySideRounded .text .cta.button:hover {
  box-shadow: none;
  background: rgba(81, 152, 47, 0.8);
}
.sideBySideRounded .text .cta.button:focus {
  outline: none;
  transform: scale(0.9);
}
.sideBySideRounded figure {
  flex: 0 0 38.2%;
  order: -1;
}
.sideBySideRounded figure img {
  border-radius: 50%;
}
.sideBySideRounded.right figure {
  padding-bottom: 2em;
}
.sideBySideRounded.right .text {
  order: 2;
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 450px) {
  .sideBySideRounded {
    flex-wrap: nowrap;
  }
  .sideBySideRounded figure {
    flex: 0 1 50%;
    order: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sideBySideRounded .text {
    flex: 0 1 50%;
    padding: 0 6%;
    margin: 0;
  }
}
.infoFeatureContainer .boxes {
  background: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: calc(2vw + 1rem) 6%;
  margin-bottom: 6%;
}
.infoFeatureContainer + .brandSlider {
  margin-top: calc((4vw + 5rem) * -1);
}

.infoFeatureContainer > .boxes::after {
  content: " ";
  flex: 1 0 300px;
  min-width: 40%;
  max-width: 90%;
}

.infoFeatureContainer .box,
.infoFeature {
  flex: 1 0 300px;
  min-width: 40%;
  max-width: 90%;
  display: flex;
  margin-bottom: calc(2vw + 1rem);
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .infoFeatureContainer .box,
  .infoFeature {
    flex-wrap: nowrap;
  }
}
.infoFeatureContainer .box figure,
.infoFeature figure {
  flex: 0 0 120px;
  margin-right: 2em;
}
@media screen and (max-width: 479px) {
  .infoFeatureContainer .box figure img,
  .infoFeature figure img {
    position: relative;
    width: 100%;
    min-height: 100%;
    max-height: 120px;
  }
}
.infoFeatureContainer .box .text,
.infoFeature .text {
  max-width: 45em;
  padding-top: 1em;
}
@media (min-width: 768px) {
  .infoFeatureContainer .box .text,
  .infoFeature .text {
    padding-top: 3em;
  }
}
.infoFeatureContainer .box header,
.infoFeature header {
  margin-bottom: 1.5em;
}
.infoFeatureContainer .box h1, .infoFeatureContainer .box h2, .infoFeatureContainer .box h3, .infoFeatureContainer .box h4,
.infoFeature h1,
.infoFeature h2,
.infoFeature h3,
.infoFeature h4 {
  color: #51982f;
  margin-bottom: 0;
  padding: 0;
}
.infoFeatureContainer .box h1::after, .infoFeatureContainer .box h2::after, .infoFeatureContainer .box h3::after, .infoFeatureContainer .box h4::after,
.infoFeature h1::after,
.infoFeature h2::after,
.infoFeature h3::after,
.infoFeature h4::after {
  content: none;
}
.infoFeatureContainer .box h1 + h2,
.infoFeatureContainer .box h2 + h3,
.infoFeatureContainer .box h3 + h4,
.infoFeature h1 + h2,
.infoFeature h2 + h3,
.infoFeature h3 + h4 {
  color: #292929;
}
@media (min-width: 320px) {
  .infoFeatureContainer .box h1 + h2,
  .infoFeatureContainer .box h2 + h3,
  .infoFeatureContainer .box h3 + h4,
  .infoFeature h1 + h2,
  .infoFeature h2 + h3,
  .infoFeature h3 + h4 {
    font-size: 17px;
    font-size: calc(17px + 7 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .infoFeatureContainer .box h1 + h2,
  .infoFeatureContainer .box h2 + h3,
  .infoFeatureContainer .box h3 + h4,
  .infoFeature h1 + h2,
  .infoFeature h2 + h3,
  .infoFeature h3 + h4 {
    font-size: 24px;
  }
}

.infoFeatureContainer > .boxes > .box > .text > h3.otofren-blau {
  color: #5bc5f2 !important;
}

main > .p542c ~ .infoFeatureContainer .box h3 {
  color: #7cb1d5;
}

main > .p144c ~ .infoFeatureContainer .box h3 {
  color: #f28c03;
}

main > .p7438c ~ .infoFeatureContainer .box h3 {
  color: #c89dc8;
}

main > .p7738c ~ .infoFeatureContainer .box h3 {
  color: #4fa444;
}

main > .p4012c ~ .infoFeatureContainer .box h3 {
  color: #decf59;
}

main > .p2040c ~ .infoFeatureContainer .box h3 {
  color: #dd085e;
}

main > .p128c ~ .infoFeatureContainer .box h3 {
  color: #ffd503;
}

main > .p2557c ~ .infoFeatureContainer .box h3 {
  color: #9d7ab5;
}

/* ---------------- MEDIA QUERIES ---------------- */
@media screen and (max-width: 479px) {
  .infoFeatureContainer .boxes {
    position: relative;
    min-width: 100%;
    height: auto;
  }
  .infoFeatureContainer .boxes .box + .box {
    margin-top: 3rem;
  }
  .infoFeatureContainer .boxes .box {
    text-align: center;
    position: relative;
    min-width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }
  .infoFeatureContainer .boxes .box figure {
    margin-right: 0;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
  }
  .infoFeatureContainer .boxes .box figure picture {
    position: relative;
    width: 100%;
    height: auto;
  }
  .infoFeatureContainer .boxes .box .text {
    position: relative;
    min-width: 100%;
    height: auto;
  }
}
.infoFeatureContainer .box h1, .infoFeatureContainer .box h2, .infoFeatureContainer .box h3, .infoFeatureContainer .box h4,
.infoFeature h1,
.infoFeature h2,
.infoFeature h3,
.infoFeature h4 {
  color: #292929;
}

/************************************************
* DIVIDER
*************************************************/
.divider {
  margin-bottom: calc(4vw + 2rem);
}
.divider .content {
  display: flex;
  justify-content: space-between;
}
.divider .col {
  width: 46%;
  display: flex;
  flex-direction: column;
}
.divider .col:first-child:last-child {
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
}
.divider .col:first-child:last-child .text {
  margin-bottom: 3rem;
}
.divider .col h2, .divider .col h3, .divider .col h4 {
  padding-bottom: 0;
}
.divider .col h2::after, .divider .col h3::after, .divider .col h4::after {
  content: none;
}
.divider .col .image {
  order: 0;
  margin-bottom: 1.5rem;
}
.divider .col .text {
  order: 1;
  margin-bottom: 1.5rem;
}
.divider .col .buttonWrapper {
  order: 2;
  display: flex;
  justify-content: center;
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 500px) {
  .divider .col .text {
    margin-bottom: 2rem;
  }
  .divider .col:first-child:last-child .image {
    margin-bottom: 2rem;
  }
  .divider .col:first-child:last-child .text {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 650px) {
  .divider .col {
    width: 47%;
  }
  .divider .col .text {
    margin-bottom: 3rem;
  }
}
@media (min-width: 900px) {
  .divider h2 {
    margin-bottom: 1.3em;
  }
  .divider .col {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .divider .col .text {
    order: 0;
    width: 47%;
    margin-bottom: 0;
  }
  .divider .col .image {
    order: 1;
    width: 47%;
    margin-bottom: 0;
  }
  .divider .col .buttonWrapper {
    width: 100%;
    margin-top: 3.5rem;
  }
  .divider .col:first-child:last-child {
    max-width: 80%;
  }
}
@media (min-width: 1000px) {
  .divider .col .buttonWrapper {
    margin-top: 4rem;
  }
  .divider .col:first-child:last-child {
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  .divider .col .buttonWrapper {
    margin-top: 6rem;
  }
  .divider .col:first-child:last-child {
    max-width: 65%;
  }
}
@media (min-width: 1400px) {
  .divider .col:first-child:last-child {
    max-width: 850px;
  }
}
@media (min-width: 1500px) {
  .divider h2 {
    margin-bottom: 1.8em;
  }
  .divider .col .text {
    width: 50%;
  }
  .divider .col .image {
    width: 45%;
  }
  .divider .col .buttonWrapper {
    margin-top: 8rem;
  }
}
@media (min-width: 2000px) {
  .divider .content {
    margin: 0 auto;
    max-width: 2000px;
  }
  .divider .col {
    width: 46%;
  }
  .divider .col .text {
    width: 49%;
  }
  .divider .col .image {
    width: 43%;
  }
}
@media (min-width: 2200px) {
  .divider h2 {
    margin-bottom: 2em;
  }
  .divider .col .buttonWrapper {
    margin-top: 9rem;
  }
}
/************************************************
* IMAGEELEMENT
*************************************************/
.imageElement {
  margin-bottom: calc(4vw + 2rem);
}
.imageElement .image {
  display: flex;
  justify-content: center;
}
.imageElement .image img {
  display: block;
  border-radius: 50%;
}

/************************************************
* RESPONSIVE
*************************************************/
/************************************************
* IMAGETEXT
*************************************************/
.imageText {
  margin-bottom: calc(4vw + 2rem);
}
.imageText .image {
  margin-bottom: 2rem;
}
.imageText .image img {
  display: block;
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 450px) {
  .imageText .image, .imageText .text {
    max-width: 414px;
    margin-left: auto;
    margin-right: auto;
  }
  .imageText .image {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .imageText {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .imageText .image {
    width: 35%;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .imageText .text {
    width: 55%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .imageText.switched .image {
    order: 1;
  }
  .imageText.switched .text {
    order: 0;
  }
}
@media (min-width: 1300px) {
  .imageText {
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media (min-width: 1900px) {
  .imageText {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (min-width: 2200px) {
  .imageText {
    padding-left: 12%;
    padding-right: 12%;
  }
}
/************************************************
* infoElement
*************************************************/
.infoElement {
  margin-bottom: calc(4vw + 2rem);
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.infoElement .inner {
  position: relative;
}
.infoElement .inner .bg-bg header h1 {
  color: #8b8b8a;
}
.infoElement .inner .bg-bg p {
  color: #8b8b8a;
}
.infoElement svg {
  position: absolute;
  top: 0;
  width: 30vw;
  max-width: 256px;
  height: auto;
}
.infoElement .text {
  padding: 18vw 4vw 4vw 7vw;
}
.infoElement .text h2::after, .infoElement .text h3::after, .infoElement .text h4::after {
  content: none;
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 940px) {
  .infoElement .text {
    padding-top: 17rem;
  }
}
@media (min-width: 1350px) {
  .infoElement .text {
    max-width: 1260px;
    margin: 0 auto;
  }
}
@media (min-width: 2300px) {
  .infoElement {
    /* prevent two elements side by side */
    margin-left: 90px;
    margin-right: 90px;
  }
}
@media (min-width: 2500px) {
  .infoElement {
    max-width: 1300px;
    /* prevent two elements side by side */
    margin-left: 180px;
    margin-right: 180px;
  }
}
/************************************************
* CALLTOACTION
*************************************************/
.callToAction {
  width: 100%;
  padding: 8% 0;
  position: relative;
  min-height: 33.2vw;
  background-color: #51982f;
}
.callToAction figure {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.callToAction figure img {
  display: block;
  width: 100vw;
  height: 100%;
  object-fit: cover;
}
.callToAction figure .transOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.callToAction .text {
  padding: 0 4%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.callToAction .text .headline {
  line-height: 1.3;
  font-weight: 600;
  color: white;
  margin: 0 0 1.5rem 0;
}
@media (min-width: 320px) {
  .callToAction .text .headline {
    font-size: 20px;
    font-size: calc(20px + 15 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .callToAction .text .headline {
    font-size: 35px;
  }
}
.callToAction .text p {
  line-height: 1.5;
  font-weight: 400;
  color: white;
  margin: 0 0 2rem 0;
}
@media (min-width: 320px) {
  .callToAction .text p {
    font-size: 17px;
    font-size: calc(17px + 13 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .callToAction .text p {
    font-size: 30px;
  }
}
.callToAction .text .button {
  border-color: white;
  color: white;
  box-shadow: inset 0 0 0 0 white;
  margin-top: 3rem;
}
@media (min-width: 1025px) {
  .callToAction .text .button:hover {
    color: #51982f;
    box-shadow: inset 0px 0px 0px 40px white;
  }
}
.callToAction .footNote {
  width: 100%;
  margin-top: 3rem;
  text-align: center;
  padding: 0 4%;
  color: white;
}
@media (min-width: 320px) {
  .callToAction .footNote {
    font-size: 15px;
    font-size: calc(15px + 5 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .callToAction .footNote {
    font-size: 20px;
  }
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 600px) {
  .callToAction {
    padding: 16% 0;
  }
  .callToAction .footNote {
    position: absolute;
    bottom: 1em;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .callToAction .text,
  .callToAction .footNote {
    padding: 0 3%;
  }
  .callToAction .footNote {
    bottom: 1.5em;
  }
}
@media (min-width: 1024px) {
  .callToAction {
    padding: 12% 0;
  }
  .callToAction .text .button {
    margin-top: 3vw;
  }
}
@media (min-width: 1700px) {
  .callToAction {
    padding: 6% 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .callToAction .footNote {
    bottom: 2.5em;
  }
}
/************************************************
* QUOTE
*************************************************/
.quote {
  padding: 5em 0 calc(4vw + 2rem) 0;
  margin-bottom: calc(4vw + 2rem);
  background: rgba(81, 152, 47, 0.25);
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 320px) {
  .quote {
    font-size: 20px;
    font-size: calc(20px + 15 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .quote {
    font-size: 35px;
  }
}
.quote::before {
  content: "\e81b";
  position: absolute;
  font-size: 4.5em;
  color: white;
  top: -0.18em;
  left: 4%;
}
.quote p {
  text-align: center;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 600;
}
.quote a:not([class]) {
  color: #4b4b4a;
  font-size: 1em;
}
.quote img {
  width: 75%;
  display: block;
}
.quote span {
  color: #292929;
  font-weight: 400;
}
@media (min-width: 320px) {
  .quote span {
    font-size: 17px;
    font-size: calc(17px + 13 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .quote span {
    font-size: 30px;
  }
}
.quote .text {
  padding: 0 4%;
}
.quote .quotation {
  margin-bottom: 2.5rem;
}
.quote .source {
  display: flex;
  justify-content: center;
  align-items: center;
}
.quote .source .image {
  max-width: 110px;
  margin-right: 1.5rem;
  display: flex;
  justify-content: flex-end;
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 768px) {
  .quote::before {
    left: 5%;
  }
  .quote .text {
    padding: 0 8%;
  }
  .quote .quotation {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1100px) {
  .quote .text {
    padding: 0 12%;
  }
  .quote .quotation {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 1100px) {
  .quote .text {
    padding: 0 15%;
  }
}
@media (min-width: 1500px) {
  .quote {
    padding: 5.5em 0 4em 0;
  }
  .quote::before {
    font-size: 5.3em;
    left: 6%;
  }
}
@media (min-width: 1700px) {
  .quote .text {
    padding: 0 17%;
  }
}
@media (min-width: 1800px) {
  .quote {
    padding: 6.5em 0 5em 0;
  }
  .quote::before {
    font-size: 6.5em;
    top: -0.2em;
  }
}
@media (min-width: 2000px) {
  .quote {
    padding: 7em 0 6em 0;
  }
  .quote::before {
    left: 7%;
  }
  .quote .text {
    max-width: 1320px;
    padding: 0;
    margin: 0 auto;
  }
}
@media (min-width: 2200px) {
  .quote::before {
    left: 9%;
  }
}
@media (min-width: 2450px) {
  .quote::before {
    left: 12%;
  }
}
/************************************************
* CONTACTTEASER
*************************************************/
.contactTeaser {
  margin-bottom: calc(4vw + 2rem);
}
.contactTeaser h2 {
  margin-bottom: 1.2em;
}
.contactTeaser .entry + .entry {
  margin-top: 3.5rem;
}
.contactTeaser .image {
  margin-bottom: 2rem;
}
.contactTeaser .image img {
  display: block;
}
.contactTeaser .name {
  line-height: 1.3;
  font-weight: 600;
  color: #292929;
  margin: 0 0 1rem 0;
}
@media (min-width: 320px) {
  .contactTeaser .name {
    font-size: 20px;
    font-size: calc(20px + 15 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .contactTeaser .name {
    font-size: 35px;
  }
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 370px) {
  .contactTeaser h2 {
    margin-bottom: 1.5em;
  }
  .contactTeaser .entry {
    max-width: 340px;
    margin: 0 auto 4.5rem auto;
  }
}
@media (min-width: 700px) {
  .contactTeaser .content {
    display: flex;
    justify-content: center;
  }
  .contactTeaser .entry {
    max-width: 100%;
    width: 46%;
    margin-bottom: 0;
  }
  .contactTeaser .entry:nth-of-type(2n) {
    margin-left: 4%;
  }
  .contactTeaser .entry + .entry {
    margin-top: 0;
  }
}
@media (min-width: 800px) {
  .contactTeaser .entry {
    width: 42%;
  }
}
@media (min-width: 900px) {
  .contactTeaser .entry {
    max-width: 35rem;
  }
}
@media (min-width: 1000px) {
  .contactTeaser .entry {
    display: flex;
    justify-content: space-between;
    max-width: 70rem;
    width: 48%;
    flex-grow: 1;
  }
  .contactTeaser .entry:nth-of-type(2n) {
    margin-left: 4%;
  }
  .contactTeaser .image {
    width: 35%;
    margin-bottom: 0;
  }
  .contactTeaser .text {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .contactTeaser .text {
    width: 57%;
  }
  .contactTeaser .entry {
    max-width: 80rem;
  }
}
@media (min-width: 1700px) {
  .contactTeaser h2 {
    margin-bottom: 1.8em;
  }
  .contactTeaser .entry {
    align-items: center;
    max-width: 90rem;
  }
  .contactTeaser .image {
    width: 42%;
  }
  .contactTeaser .text {
    width: 51%;
  }
}
@media (min-width: 2235px) {
  .contactTeaser .content {
    max-width: 2100px;
    margin: 0 auto;
  }
  .contactTeaser .image {
    width: 43%;
  }
}
/************************************************
* DOWNLOADLIST
*************************************************/
.downloadList {
  margin-bottom: calc(4vw + 2rem);
}
.downloadList h2 {
  margin-bottom: 1.2em;
}
.downloadList .download {
  display: block;
  text-decoration: none;
  margin-bottom: 4rem;
}
@media (min-width: 1025px) {
  .downloadList .download:hover .hover {
    opacity: 1;
  }
}
.downloadList .image {
  overflow: hidden;
  margin-bottom: 2rem;
  position: relative;
  height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: #f3f4f5;
}
.downloadList .image img {
  display: block;
  z-index: 2;
  max-height: 82%;
  max-width: 84%;
  margin-bottom: 10%;
}
.downloadList .image:not(.zip)::before {
  content: "";
  display: block;
  width: 100%;
  height: 19%;
  background: radial-gradient(circle, rgb(139, 139, 138) 0%, rgb(70, 70, 69) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.downloadList .image:not(.zip) img {
  background: white;
}
.downloadList .image.zip img {
  opacity: 0.25;
}
.downloadList .hover {
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.78);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: opacity 0.3s ease-in;
}
.downloadList .hover::before {
  content: "";
  width: 55em;
  height: 55em;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: -42em;
  left: 60%;
  transform: translateX(-50%);
}
.downloadList .hover::after {
  content: "";
  content: "\e821";
  color: white;
  font-size: 4.5em;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
}
.downloadList .text {
  text-align: center;
}
.downloadList .text h3 {
  line-height: 1.2;
  padding-bottom: 0;
  margin-bottom: 0.3em;
}
@media (min-width: 320px) {
  .downloadList .text h3 {
    font-size: 20px;
    font-size: calc(20px + 3 * (100vw - 320px) / 429);
  }
}
@media (min-width: 750px) {
  .downloadList .text h3 {
    font-size: 23px;
  }
}
.downloadList .text h3::after {
  content: none;
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 450px) {
  .downloadList .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .downloadList .download {
    width: 48%;
    margin-bottom: 3rem;
    margin-right: 4%;
  }
  .downloadList .download:nth-of-type(2n) {
    margin-right: 0;
  }
  .downloadList .image::before {
    height: 17%;
  }
}
@media (min-width: 750px) {
  .downloadList .download {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3.5rem;
  }
  .downloadList .download:nth-of-type(2n) {
    margin-right: 3.5%;
  }
  .downloadList .download:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 750px) {
  .downloadList .text h3 {
    font-size: 20px;
    font-size: calc(20px + 3 * (100vw - 750px) / 449);
  }
}
@media (min-width: 1200px) {
  .downloadList .text h3 {
    font-size: 23px;
  }
}
@media (min-width: 1000px) {
  .downloadList .image::before {
    height: 19%;
  }
}
@media (min-width: 1200px) {
  .downloadList .download {
    width: 22.5%;
    margin-right: 3.3333%;
    margin-bottom: 3.5rem;
  }
  .downloadList .download:nth-of-type(2n) {
    margin-right: 3.3333%;
  }
  .downloadList .download:nth-of-type(3n) {
    margin-right: 3.3333%;
  }
  .downloadList .download:nth-of-type(4n) {
    margin-right: 0;
  }
  .downloadList .image {
    height: 340px;
  }
  .downloadList .image::before {
    height: 21%;
  }
  .downloadList .image img {
    margin-bottom: 13%;
  }
}
@media (min-width: 1200px) {
  .downloadList .text h3 {
    font-size: 21px;
    font-size: calc(21px + 9 * (100vw - 1200px) / 720);
  }
}
@media (min-width: 1921px) {
  .downloadList .text h3 {
    font-size: 30px;
  }
}
@media (min-width: 1400px) {
  .downloadList h2 {
    margin-bottom: 1.5em;
  }
  .downloadList .download {
    margin-bottom: 5rem;
  }
  .downloadList .image {
    height: 380px;
  }
  .downloadList .image img {
    max-height: 78%;
    margin-bottom: 15%;
  }
  .downloadList .hover::before {
    bottom: -40em;
  }
}
@media (min-width: 1700px) {
  .downloadList h2 {
    margin-bottom: 1.7em;
  }
  .downloadList .download {
    margin-bottom: 6rem;
  }
  .downloadList .image {
    height: 420px;
  }
  .downloadList .image img {
    max-height: 76%;
  }
  .downloadList .hover::before {
    bottom: -42em;
    width: 60em;
    height: 60em;
  }
  .downloadList .hover::after {
    bottom: 14%;
  }
}
@media (min-width: 1900px) {
  .downloadList .image {
    height: 440px;
  }
  .downloadList .image img {
    max-height: 74%;
  }
  .downloadList .hover::before {
    bottom: -46em;
    width: 65em;
    height: 65em;
  }
  .downloadList .hover::after {
    font-size: 5em;
  }
}
@media (min-width: 2045px) {
  .downloadList .content {
    max-width: 1920px;
    margin: 0 auto;
  }
  .downloadList .download {
    margin-bottom: 8rem;
  }
  .downloadList .hover::after {
    font-size: 5.5em;
  }
}
/************************************************
* TEXTIMAGEBOX
*************************************************/
.textImageBox {
  margin-bottom: calc(4vw + 2rem);
  width: 100%;
}
.textImageBox .text {
  padding: 3rem 4% 4em 4%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin: 0;
}
@media (min-width: 320px) {
  .textImageBox .text {
    font-size: 28px;
    font-size: calc(28px + 28 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .textImageBox .text {
    font-size: 56px;
  }
}
.textImageBox .text:not(.default):not(.bg)::after {
  content: "";
  width: 25em;
  height: 25em;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  z-index: -1;
  right: -10em;
  bottom: -22em;
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 768px) {
  .textImageBox .text {
    padding: 4rem 3% 4.2em 3%;
  }
}
@media (min-width: 1000px) {
  .textImageBox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 39vw;
  }
  .textImageBox figure {
    width: 50%;
  }
  .textImageBox figure img {
    display: block;
    width: 100vw;
    height: 100%;
    object-fit: cover;
  }
  .textImageBox .text {
    width: 50%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 3% 4rem 3%;
  }
  .textImageBox.switched figure {
    order: 1;
  }
  .textImageBox.switched .text {
    order: 0;
  }
}
@media (min-width: 1500px) {
  .textImageBox .text {
    padding: 4rem 7% 4rem 5%;
  }
}
@media (min-width: 1800px) {
  .textImageBox .text {
    padding: 5rem 10% 5rem 7%;
  }
  .textImageBox .text:not(.default):not(.bg)::after {
    width: 35em;
    height: 35em;
    right: -15em;
    bottom: -31.5em;
  }
}
@media (min-width: 2000px) {
  .textImageBox .text {
    padding: 5rem 14% 5rem 7%;
  }
}
/************************************************
* TEXTOFFSET
*************************************************/
.textOffset {
  margin-bottom: calc(4vw + 2rem);
  width: 100%;
}
.textOffset > .text {
  padding: 0 4%;
  margin-bottom: 4rem;
}
.textOffset .colorBox {
  background: #F3F4F5;
  padding: 3rem 10%;
  margin-bottom: 0;
}
.textOffset .colorBox h2, .textOffset .colorBox h3, .textOffset .colorBox h4 {
  padding-bottom: 0;
}
.textOffset .colorBox h2::after, .textOffset .colorBox h3::after, .textOffset .colorBox h4::after {
  content: none;
}
.textOffset .colorBox.otofren {
  background-color: #5BC5F2;
}
.textOffset .colorBox.otofren p, .textOffset .colorBox.otofren h2, .textOffset .colorBox.otofren li {
  color: white;
}
.textOffset .colorBox.otofren2 {
  background-color: #FADC53;
}
.textOffset .colorBox.otofren2 p, .textOffset .colorBox.otofren2 h2, .textOffset .colorBox.otofren2 li {
  color: white;
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 370px) {
  .textOffset > .text {
    margin-bottom: 5rem;
  }
  .textOffset .colorBox {
    padding: 4rem 10%;
  }
}
@media (min-width: 500px) {
  .textOffset > .text {
    margin-bottom: 6rem;
  }
  .textOffset .colorBox {
    padding: 5rem 14%;
  }
}
@media (min-width: 650px) {
  .textOffset .colorBox {
    padding: 5rem 18%;
  }
}
@media (min-width: 750px) {
  .textOffset {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .textOffset > .text {
    width: 47%;
    padding-right: 0;
  }
  .textOffset .colorBox {
    position: relative;
    z-index: 1;
    width: 47%;
    padding: 2rem;
    margin-right: 3%;
  }
  .textOffset.switched > .text {
    padding-left: 0;
    padding-right: 3%;
  }
  .textOffset.switched .colorBox {
    margin-left: 3%;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .textOffset > .text {
    padding: 0 3%;
  }
}
@media (min-width: 900px) {
  .textOffset .colorBox {
    padding: 4rem;
  }
}
@media (min-width: 1000px) {
  .textOffset {
    /* box offset only in specific cases */
    /* boxleft/right position only in specific cases */
  }
  .textOffset > .text {
    width: 50%;
    padding-right: 3%;
    padding-left: 3%;
    margin: 0;
  }
  .textOffset .colorBox {
    width: 40%;
    margin-right: 5%;
    padding: 3rem;
  }
  .textImageBox + .textOffset .colorBox {
    margin-top: calc(-4vw - 10%);
  }
  .textImageBox:not(.switched) + .textOffset > .text {
    order: 1;
    padding-left: 3%;
  }
  .textImageBox:not(.switched) + .textOffset .colorBox {
    order: 0;
    margin-right: 0;
    margin-left: 5%;
  }
}
@media (min-width: 1300px) {
  .textOffset .colorBox {
    padding: 5rem;
  }
}
@media (min-width: 1500px) {
  .textOffset {
    /* box offset only in specific cases */
    /* boxleft/right position only in specific cases */
  }
  .textOffset > .text {
    padding-right: 7%;
    padding-left: 5%;
  }
  .textOffset .colorBox {
    padding: 5rem 6rem;
  }
  .textImageBox + .textOffset .colorBox {
    margin-top: calc(-4vw - 8%);
  }
  .textImageBox:not(.switched) + .textOffset > .text {
    padding-right: 7%;
    padding-left: 5%;
  }
}
@media (min-width: 1700px) {
  .textOffset .colorBox {
    padding: 6rem 9rem;
  }
}
@media (min-width: 1800px) {
  .textOffset {
    /* boxleft/right position only in specific cases */
  }
  .textOffset > .text {
    padding-right: 10%;
    padding-left: 7%;
  }
  .textImageBox:not(.switched) + .textOffset > .text {
    padding-right: 10%;
    padding-left: 7%;
  }
}
@media (min-width: 1900px) {
  .textOffset .colorBox {
    padding: 8rem 12rem;
  }
}
@media (min-width: 2000px) {
  .textOffset {
    /* boxleft/right position only in specific cases */
  }
  .textOffset > .text {
    padding-right: 14%;
    padding-left: 7%;
  }
  .textImageBox:not(.switched) + .textOffset > .text {
    padding-right: 14%;
    padding-left: 7%;
  }
}
@media (min-width: 2100px) {
  .textOffset .colorBox {
    padding: 8rem 13rem;
  }
}
@media (min-width: 2300px) {
  .textOffset .colorBox {
    max-width: 93rem;
    padding: 8rem 15.5rem;
  }
}
@media (min-width: 2400px) {
  .textOffset {
    /* boxleft/right position only in specific cases */
  }
  .textOffset .colorBox {
    margin-right: 6.5%;
  }
  .textImageBox:not(.switched) + .textOffset .colorBox {
    margin-left: 6.5%;
  }
}
/************************************************
* ACCORDEON
*************************************************/
.accordeon {
  margin-bottom: calc(4vw + 2rem);
  /* .color class variants */
  /* .accordeon.color dt */
  /* .accordeon.color dt */
  /* .accordeon.color dt */
  /* .accordeon.color dt */
  /* .accordeon.color dt */
  /* .accordeon.color dt */
  /* .accordeon.color dt */
  /* .accordeon.color dt */
  /* .accordeon.color dt */
  /* .accordeon.color dt */
  /* .accordeon.color dt */
  /* .accordeon.color dt */
  /* .accordeon.color dt */
  /* .accordeon.color dt */
  /* .accordeon.color dt */
  /* .accordeon.color dt */
  /* .accordeon.color dt */
  /* .accordeon.color dt */
  /* .accordeon.color dt */
  /* .accordeon.color dt */
  /* .accordeon.color dt */
  /* .accordeon.color dt */
  /* .accordeon.color dt */
  /* .accordeon.color dt */
  /* .accordeon.color dt */
  /* .accordeon.color dt */
  /* .accordeon.color dt */
  /* .accordeon.color dt */
  /* .accordeon.color dt */
  /* .accordeon.color dt */
  /* .accordeon.color dt */
  /* .accordeon.color dt */
}
.accordeon dl {
  margin: 0;
}
@media (min-width: 320px) {
  .accordeon dl {
    font-size: 20px;
    font-size: calc(20px + 15 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .accordeon dl {
    font-size: 35px;
  }
}
.accordeon dt {
  padding: 0.8em 2em 0.8em 0;
  position: relative;
  cursor: pointer;
  border-top: 2px solid #E9F1F1;
}
.accordeon dt::after {
  content: "\e816";
  position: absolute;
  font-size: 0.7em;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  color: #51982f;
}
.accordeon dt.expanded::after {
  content: "\e81c";
}
.accordeon dt h3 {
  padding-bottom: 0;
  margin: 0;
}
.accordeon dt h3::after {
  content: none;
}
.productDetail .accordeon dt::after {
  color: #69bfac;
}
.accordeon.bg dt::after {
  color: #e6e6e6;
}
.accordeon.first dt::after {
  color: #51982f;
}
.accordeon.second dt::after {
  color: #a04393;
}
.accordeon.third dt::after {
  color: #69bfac;
}
.accordeon.fourth dt::after {
  color: #00623c;
}
.accordeon.fifth dt::after {
  color: #c8d300;
}
.accordeon.sixth dt::after {
  color: #c9e6de;
}
.accordeon.seventh dt::after {
  color: #c0d6d6;
}
.accordeon.otofren dt::after {
  color: #5BC5F2;
}
.accordeon.otofren2 dt::after {
  color: #FADC53;
}
.accordeon.hypericum dt::after {
  color: #b21827;
}
.accordeon.chamomilla dt::after {
  color: #f1ce00;
}
.accordeon.bryonia dt::after {
  color: #e1231b;
}
.accordeon.aconitum dt::after {
  color: #764896;
}
.accordeon.thuja dt::after {
  color: #a9c17d;
}
.accordeon.apis dt::after {
  color: #f0ad00;
}
.accordeon.arnica dt::after {
  color: #eb7802;
}
.accordeon.belladonna dt::after {
  color: #392050;
}
.accordeon.nervo1 dt::after {
  color: #4c8d2b;
}
.accordeon.nervo2 dt::after {
  color: #002f6c;
}
.accordeon.nervo3 dt::after {
  color: #bfdad2;
}
.accordeon.trans1 dt::after {
  color: black;
}
.accordeon.trans2 dt::after {
  color: black;
}
.accordeon.trans3 dt::after {
  color: white;
}
.accordeon.p542c dt::after {
  color: #7cb1d5;
}
.accordeon.p144c dt::after {
  color: #f28c03;
}
.accordeon.p7438c dt::after {
  color: #c89dc8;
}
.accordeon.p7738c dt::after {
  color: #4fa444;
}
.accordeon.p4012c dt::after {
  color: #decf59;
}
.accordeon.p2040c dt::after {
  color: #dd085e;
}
.accordeon.p128c dt::after {
  color: #ffd503;
}
.accordeon.p2557c dt::after {
  color: #9d7ab5;
}
.accordeon[class*=bg-] dt::after {
  color: white;
}
.accordeon dd {
  margin: 0;
  overflow: hidden;
}
.accordeon dd:last-child {
  border-bottom: 2px solid #E9F1F1;
}
.accordeon .image {
  margin-bottom: 1.3em;
}
.accordeon .image img {
  display: block;
}
.accordeon .text {
  padding-bottom: 0.7em;
}
.accordeon.light dt {
  padding-left: 0;
  border-width: 5px 0 0 0;
}
.accordeon.light dt:first-child {
  border-top: 0;
}
.accordeon.light dt::after {
  color: #a1a1a0;
}
.accordeon.light .text {
  padding: 0.6em 0 1.8em 0;
}
.accordeon.light dt h2,
.accordeon.light dt h3,
.accordeon.light p {
  color: #a1a1a0;
}
.accordeon.light dd:last-child {
  border-bottom-width: 5px;
}
.accordeon.bigImage dd {
  flex-direction: column;
  align-items: center;
}
.accordeon.bigImage dd .image {
  margin: 0;
}
.accordeon.bigImage dd .image img {
  margin: auto;
}
.accordeon.bigImage dd .text {
  padding: 1em 0.7em 0.7em 0.7em;
}

main > .second + .accordeon dt::after {
  color: #a04393;
}

main > .third + .accordeon dt::after {
  color: #69bfac;
}

main > .fourth + .accordeon dt::after {
  color: #00623c;
}

main > .fifth + .accordeon dt::after {
  color: #c8d300;
}

main > .sixth + .accordeon dt::after {
  color: #c9e6de;
}

main > .seventh + .accordeon dt::after {
  color: #c0d6d6;
}

main > .otofren + .accordeon dt::after {
  color: #5BC5F2;
}

main > .otofren2 + .accordeon dt::after {
  color: #FADC53;
}

main > .hypericum + .accordeon dt::after {
  color: #b21827;
}

main > .chamomilla + .accordeon dt::after {
  color: #f1ce00;
}

main > .bryonia + .accordeon dt::after {
  color: #e1231b;
}

main > .aconitum + .accordeon dt::after {
  color: #764896;
}

main > .thuja + .accordeon dt::after {
  color: #a9c17d;
}

main > .apis + .accordeon dt::after {
  color: #f0ad00;
}

main > .arnica + .accordeon dt::after {
  color: #eb7802;
}

main > .belladonna + .accordeon dt::after {
  color: #392050;
}

main > .p542c ~ .accordeon dt::after {
  color: #7cb1d5;
}

main > .p144c ~ .accordeon dt::after {
  color: #f28c03;
}

main > .p7438c ~ .accordeon dt::after {
  color: #c89dc8;
}

main > .p7738c ~ .accordeon dt::after {
  color: #4fa444;
}

main > .p4012c ~ .accordeon dt::after {
  color: #decf59;
}

main > .p2040c ~ .accordeon dt::after {
  color: #dd085e;
}

main > .p128c ~ .accordeon dt::after {
  color: #ffd503;
}

main > .p2557c ~ .accordeon dt::after {
  color: #9d7ab5;
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 500px) {
  .accordeon dt {
    padding: 0.9em 3em 0.9em 0;
  }
  .accordeon dd {
    display: flex;
    justify-content: space-between;
  }
  .accordeon .image {
    width: 30%;
    margin-right: 5%;
  }
  .accordeon .text {
    width: 65%;
    flex-grow: 1;
  }
  .accordeon.bigImage .image {
    width: auto;
    max-width: 100%;
  }
  .accordeon.bigImage dd .text {
    width: auto;
  }
}
@media (min-width: 1000px) {
  .accordeon:not(.bigImage) .image {
    min-width: 320px;
    max-width: 50rem;
    margin-right: 4%;
  }
  .accordeon.bigImage dd .text {
    padding: 1.2em 1.2em 0 1.2em;
  }
}
@media (min-width: 1200px) {
  .accordeon dt {
    padding-left: 1em;
  }
  .accordeon .text {
    padding: 0.4em 6em 1.2em 1em;
  }
}
@media (min-width: 1500px) {
  .accordeon .text {
    padding: 0.6em 8em 1.8em 1em;
  }
}
@media (min-width: 2040px) {
  .accordeon header,
  .accordeon dl {
    max-width: 1920px;
    margin: 0 auto;
  }
}
/************************************************
* COMPONENTSLIST
*************************************************/
.componentsList .alphabet {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.componentsList .letter {
  position: relative;
  width: 30.6666666667vw;
  height: 30.6666666667vw;
  text-decoration: none;
}
@media (min-width: 320px) {
  .componentsList .letter {
    font-size: 40px;
    font-size: calc(40px + 20 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .componentsList .letter {
    font-size: 60px;
  }
}
.componentsList .letter span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1em;
  color: white;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  background: rgba(41, 41, 41, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.5s ease;
}
.componentsList .letter.active span {
  background: #51982f;
}
@media (min-width: 1025px) {
  .componentsList .letter:hover span {
    background: #51982f;
  }
}
.componentsList .letterBig {
  color: #51982f;
}
@media (min-width: 320px) {
  .componentsList .letterBig {
    font-size: 100px;
    font-size: calc(100px + 100 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .componentsList .letterBig {
    font-size: 200px;
  }
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 370px) {
  .componentsList .letter {
    width: 23vw;
    height: 23vw;
  }
  .componentsList .letter span {
    width: 1.8em;
    height: 1.8em;
  }
}
@media (min-width: 450px) {
  .componentsList .letter {
    width: 18.4vw;
    height: 18.4vw;
    margin-bottom: 0.1em;
  }
}
@media (min-width: 600px) {
  .componentsList .alphabet {
    margin-bottom: 3rem;
  }
  .componentsList .letter {
    width: 15.3333333333vw;
    height: 15.3333333333vw;
  }
}
@media (min-width: 768px) {
  .componentsList .letter {
    width: 13.4285714286vw;
    height: 13.4285714286vw;
    margin-bottom: 0;
  }
}
@media (min-width: 900px) {
  .componentsList .alphabet {
    margin-bottom: 4rem;
  }
  .componentsList .letter {
    width: 11.75vw;
    height: 11.75vw;
  }
}
@media (min-width: 1000px) {
  .componentsList .alphabet {
    margin-bottom: 5rem;
  }
  .componentsList .letter {
    width: 10.4444444444vw;
    height: 10.4444444444vw;
  }
}
@media (min-width: 1200px) {
  .componentsList .alphabet {
    margin-bottom: 7rem;
  }
  .componentsList .letter {
    width: 9.4vw;
    height: 9.4vw;
  }
}
@media (min-width: 1350px) {
  .componentsList .letter {
    width: 8.5454545455vw;
    height: 8.5454545455vw;
  }
}
@media (min-width: 1500px) {
  .componentsList .alphabet {
    margin-bottom: 8rem;
  }
  .componentsList .letter {
    width: 7.8333333333vw;
    height: 7.8333333333vw;
  }
}
@media (min-width: 1650px) {
  .componentsList .intro {
    margin-bottom: 6rem;
  }
  .componentsList .alphabet {
    margin-bottom: 10rem;
  }
  .componentsList .letter {
    width: 7.2307692308vw;
    height: 7.2307692308vw;
  }
}
@media (min-width: 2025px) {
  .componentsList .letter {
    width: 146.1538461538px;
    height: 146.1538461538px;
  }
  .componentsList .alphabet {
    max-width: 1900px;
    margin: 0 auto 10rem auto;
  }
  .componentsList .letterBig {
    max-width: 1900px;
    margin: 0 auto;
  }
}
/************************************************
* BANNER
*************************************************/
.banner {
  width: 100%;
  display: block;
  margin-bottom: calc(4vw + 2rem);
}
.banner img {
  display: block;
}

/************************************************
* RESPONSIVE
*************************************************/
/************************************************
* GRIDBANNER
*************************************************/
.gridBanner {
  width: 100%;
  margin-bottom: calc(4vw + 2rem);
}
.gridBanner a {
  display: block;
  margin-bottom: 2rem;
}
.gridBanner a img {
  display: block;
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 500px) {
  .gridBanner header {
    margin-bottom: 3rem;
  }
}
@media (min-width: 700px) {
  .gridBanner header {
    margin-bottom: 4rem;
  }
  .gridBanner a {
    margin-bottom: 3rem;
  }
}
@media (min-width: 900px) {
  .gridBanner {
    padding-left: 3%;
    padding-right: 3%;
  }
  .gridBanner .banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .gridBanner a {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 2.5rem;
  }
  .gridBanner a:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1100px) {
  .gridBanner header {
    margin-bottom: 5rem;
  }
  .gridBanner a {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1300px) {
  .gridBanner {
    padding: 0 8%;
  }
}
@media (min-width: 1500px) {
  .gridBanner header {
    margin-bottom: 6rem;
  }
  .gridBanner a {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1800px) {
  .gridBanner a {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1900px) {
  .gridBanner {
    padding: 0 10%;
  }
  .gridBanner header {
    margin-bottom: 7rem;
  }
}
@media (min-width: 2200px) {
  .gridBanner {
    padding: 0 12%;
  }
  .gridBanner header {
    margin-bottom: 8rem;
  }
  .gridBanner a {
    margin-bottom: 7rem;
  }
}
/************************************************
* INFORMATIONCOLS
*************************************************/
.informationCols {
  margin-bottom: calc(4vw + 2rem);
}
.informationCols .intro {
  max-width: 82vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 320px) {
  .informationCols .intro p {
    font-size: 20px;
    font-size: calc(20px + 8 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .informationCols .intro p {
    font-size: 28px;
  }
}
.informationCols .intro a:not([class]) {
  font-size: 1em;
}
.informationCols .intro:empty {
  display: none;
}
.informationCols .col {
  margin-bottom: 3rem;
}
.informationCols .number {
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 320px) {
  .informationCols .number {
    font-size: 70px;
    font-size: calc(70px + 50 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .informationCols .number {
    font-size: 120px;
  }
}
.informationCols[class*=bg-] {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.informationCols[class*=bg-] .number {
  color: white;
}
.informationCols li {
  padding-left: 1.8em;
}
.informationCols li::before {
  content: "\e81e";
  left: 0.1em;
}
.informationCols ul.bullets li::before {
  color: #51982f;
  background-color: #fff;
  border-radius: 50%;
  width: 1.2em;
  height: 1.2em;
  text-align: right;
  line-height: 1.2;
  top: 0.1em;
}
.informationCols .text {
  text-align: center;
}

main > .p542c ~ .informationCols h3,
main > .p542c ~ .informationCols h3 strong {
  color: #7cb1d5;
}

main > .p144c ~ .informationCols h3,
main > .p144c ~ .informationCols h3 strong {
  color: #f28c03;
}

main > .p7438c ~ .informationCols h3,
main > .p7438c ~ .informationCols h3 strong {
  color: #c89dc8;
}

main > .p7738c ~ .informationCols h3,
main > .p7738c ~ .informationCols h3 strong {
  color: #4fa444;
}

main > .p4012c ~ .informationCols h3,
main > .p4012c ~ .informationCols h3 strong {
  color: #decf59;
}

main > .p2040c ~ .informationCols h3,
main > .p2040c ~ .informationCols h3 strong {
  color: #dd085e;
}

main > .p128c ~ .informationCols h3,
main > .p128c ~ .informationCols h3 strong {
  color: #ffd503;
}

main > .p2557c ~ .informationCols h3,
main > .p2557c ~ .informationCols h3 strong {
  color: #9d7ab5;
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 370px) {
  .informationCols .col {
    margin-bottom: 4rem;
    max-width: 82vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 450px) {
  .informationCols .col {
    max-width: 415px;
    margin: 0 auto 4rem auto;
  }
}
@media (min-width: 700px) {
  .informationCols .cols {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .informationCols .col {
    width: 50%;
    padding: 0 2%;
    margin: 0 0 4rem 0;
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .informationCols .col {
    padding: 0 3%;
  }
}
@media (min-width: 1000px) {
  .informationCols .col {
    width: 33.3333%;
    max-width: 60rem;
    flex-grow: 1;
  }
}
@media (min-width: 1200px) {
  .informationCols .text {
    padding: 0 5%;
  }
}
@media (min-width: 1400px) {
  .informationCols .text {
    padding: 0 8%;
  }
  .informationCols .cols {
    margin-bottom: 2rem;
  }
  .informationCols .number {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1650px) {
  .informationCols .cols,
  .informationCols .text {
    max-width: 1550px;
    margin-left: auto;
    margin-right: auto;
  }
  .informationCols .cols {
    margin-bottom: 3rem;
  }
  .informationCols .col {
    padding: 0 3.5%;
  }
}
/************************************************
* TABSIMAGE
*************************************************/
.tabsImage {
  margin-bottom: calc(4vw + 2rem);
  /* .color class variants */
  /* .tabsImage.color */
  /* .tabsImage.color */
  /* .tabsImage.color */
  /* .tabsImage.color */
  /* .tabsImage.color */
  /* .tabsImage.color */
  /* .tabsImage.color */
  /* .tabsImage.color */
  /* .tabsImage.color */
  /* .tabsImage.color */
  /* .tabsImage.color */
  /* .tabsImage.color */
  /* .tabsImage.color */
  /* .tabsImage.color */
  /* .tabsImage.color */
  /* .tabsImage.color */
  /* .tabsImage.color */
  /* .tabsImage.color */
  /* .tabsImage.color */
  /* .tabsImage.color */
  /* .tabsImage.color */
  /* .tabsImage.color */
  /* .tabsImage.color */
  /* .tabsImage.color */
  /* .tabsImage.color */
  /* .tabsImage.color */
  /* .tabsImage.color */
  /* .tabsImage.color */
  /* .tabsImage.color */
  /* .tabsImage.color */
  /* .tabsImage.color */
  /* .tabsImage.color */
}
.tabsImage .image {
  margin-bottom: 2rem;
}
.tabsImage .image img {
  display: block;
}
.tabsImage dl {
  margin: 0;
}
@media (min-width: 320px) {
  .tabsImage dl {
    font-size: 20px;
    font-size: calc(20px + 15 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .tabsImage dl {
    font-size: 35px;
  }
}
.tabsImage dt {
  padding: 0.8em 2em 0.8em 0;
  position: relative;
  cursor: pointer;
  border-top: 2px solid #E9F1F1;
  line-height: 1.2;
  font-weight: 600;
  color: #292929;
}
@media (min-width: 320px) {
  .tabsImage dt {
    font-size: 20px;
    font-size: calc(20px + 15 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .tabsImage dt {
    font-size: 35px;
  }
}
.tabsImage dt:first-child {
  border-top: none;
}
.tabsImage dt::after {
  content: "\e816";
  position: absolute;
  font-size: 0.7em;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  color: #51982f;
}
.tabsImage dt.expanded::after {
  content: "\e81c";
}
.tabsImage dt h3 {
  padding-bottom: 0;
  margin: 0;
}
.tabsImage dt h3::after {
  content: none;
}
.tabsImage.bg dt::after {
  color: #e6e6e6;
}
.tabsImage.first dt::after {
  color: #51982f;
}
.tabsImage.second dt::after {
  color: #a04393;
}
.tabsImage.third dt::after {
  color: #69bfac;
}
.tabsImage.fourth dt::after {
  color: #00623c;
}
.tabsImage.fifth dt::after {
  color: #c8d300;
}
.tabsImage.sixth dt::after {
  color: #c9e6de;
}
.tabsImage.seventh dt::after {
  color: #c0d6d6;
}
.tabsImage.otofren dt::after {
  color: #5BC5F2;
}
.tabsImage.otofren2 dt::after {
  color: #FADC53;
}
.tabsImage.hypericum dt::after {
  color: #b21827;
}
.tabsImage.chamomilla dt::after {
  color: #f1ce00;
}
.tabsImage.bryonia dt::after {
  color: #e1231b;
}
.tabsImage.aconitum dt::after {
  color: #764896;
}
.tabsImage.thuja dt::after {
  color: #a9c17d;
}
.tabsImage.apis dt::after {
  color: #f0ad00;
}
.tabsImage.arnica dt::after {
  color: #eb7802;
}
.tabsImage.belladonna dt::after {
  color: #392050;
}
.tabsImage.nervo1 dt::after {
  color: #4c8d2b;
}
.tabsImage.nervo2 dt::after {
  color: #002f6c;
}
.tabsImage.nervo3 dt::after {
  color: #bfdad2;
}
.tabsImage.trans1 dt::after {
  color: black;
}
.tabsImage.trans2 dt::after {
  color: black;
}
.tabsImage.trans3 dt::after {
  color: white;
}
.tabsImage.p542c dt::after {
  color: #7cb1d5;
}
.tabsImage.p144c dt::after {
  color: #f28c03;
}
.tabsImage.p7438c dt::after {
  color: #c89dc8;
}
.tabsImage.p7738c dt::after {
  color: #4fa444;
}
.tabsImage.p4012c dt::after {
  color: #decf59;
}
.tabsImage.p2040c dt::after {
  color: #dd085e;
}
.tabsImage.p128c dt::after {
  color: #ffd503;
}
.tabsImage.p2557c dt::after {
  color: #9d7ab5;
}
.tabsImage dd {
  margin: 0;
  overflow: hidden;
}
.tabsImage dd:last-child {
  border-bottom: 2px solid #E9F1F1;
}
.tabsImage dd.is-hidden {
  display: none;
}
.tabsImage .text {
  padding-bottom: 0.7em;
}
.tabsImage .text p {
  line-height: 1.6;
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 500px) {
  .tabsImage .image {
    max-width: 415px;
    margin: 0 auto 2.5rem auto;
  }
  .tabsImage dt {
    padding: 0.9em 3em 0.9em 0;
  }
}
@media (min-width: 600px) {
  .tabsImage .image {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 750px) {
  .tabsImage .image {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 1000px) {
  .tabsImage {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    /* debug only */
  }
  .tabsImage .image {
    width: 40%;
    max-width: 100%;
    margin: 0;
  }
  .tabsImage .accordeon {
    width: 55%;
    margin: 0;
  }
  .tabsImage dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .tabsImage dl dt {
    order: -1;
    border: none;
    padding: 0;
    margin-right: 4%;
    text-transform: uppercase;
    margin-bottom: 2rem;
    color: rgba(75, 75, 74, 0.5);
    transition: color 0.3s ease;
  }
}
@media (min-width: 320px) {
  .tabsImage dl dt {
    font-size: 16px;
    font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .tabsImage dl dt {
    font-size: 20px;
  }
}
@media (min-width: 1000px) {
  .tabsImage dl dt:last-of-type {
    margin-right: 0;
  }
  .tabsImage dl dt::after {
    content: none;
  }
  .tabsImage dl dt.active {
    color: #292929;
  }
}
@media (min-width: 1000px) and (min-width: 1025px) {
  .tabsImage dl dt:hover {
    color: #292929;
  }
}
@media (min-width: 1000px) {
  .tabsImage dl dd {
    width: 100%;
  }
  .tabsImage dl dd:last-child {
    border-bottom: 0;
  }
  .tabsImage dl dd .text {
    padding: 0;
  }
  .tabsImage .hidden {
    display: none;
  }
}
@media (min-width: 1200px) {
  .tabsImage .accordeon {
    width: 50%;
  }
}
@media (min-width: 1700px) {
  .tabsImage .accordeon {
    width: 47%;
  }
  .tabsImage .image {
    width: 39%;
  }
}
@media (min-width: 2045px) {
  .tabsImage {
    max-width: 1920px;
    margin: 0 auto calc(4vw + 2rem) auto;
  }
}
/************************************************
* HISTORYSLIDER
*************************************************/
.historySlider {
  margin-bottom: calc(4vw + 2rem);
  width: 100%;
}
.historySlider .historyYears {
  margin-bottom: 4rem;
  position: relative;
}
.historySlider .historyYears::before {
  position: absolute;
  content: "";
  display: block;
  border-top: 2px solid #F3F4F5;
  top: 50%;
  z-index: 1;
  left: 5rem;
  right: 5rem;
}
.historySlider .historyYears .swiper-wrapper {
  display: flex;
  align-items: center;
}
.historySlider .historyYears .item {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.historySlider .historyYears .year {
  background-color: #51982f;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  font-weight: 400;
}
@media (min-width: 320px) {
  .historySlider .historyYears .year {
    font-size: 20px;
    font-size: calc(20px + 10 * (100vw - 320px) / 679);
  }
}
@media (min-width: 1000px) {
  .historySlider .historyYears .year {
    font-size: 30px;
  }
}
.historySlider .historyYears .swiper-slide-active .year {
  width: 4em;
  height: 4em;
  font-size: 0.8em;
  font-weight: 600;
}
@media (min-width: 320px) {
  .historySlider .historyYears .swiper-slide-active .year {
    font-size: 25px;
    font-size: calc(25px + 8 * (100vw - 320px) / 679);
  }
}
@media (min-width: 1000px) {
  .historySlider .historyYears .swiper-slide-active .year {
    font-size: 33px;
  }
}
.historySlider .swiper-button-prev,
.historySlider .swiper-button-next {
  position: absolute;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #f3f4f5;
  width: 10em;
  height: 10em;
  border-radius: 50%;
}
.historySlider .swiper-button-prev::after,
.historySlider .swiper-button-next::after {
  color: #4b4b4a;
  margin: 0;
  font-size: 2.2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.historySlider .swiper-button-prev.swiper-button-disabled,
.historySlider .swiper-button-next.swiper-button-disabled {
  background-color: #f3f4f5;
  opacity: 1;
}
.historySlider .swiper-button-prev {
  left: -5em;
}
.historySlider .swiper-button-prev::after {
  content: "\e806";
  right: 0.8em;
}
.historySlider .swiper-button-next {
  right: -5em;
}
.historySlider .swiper-button-next::after {
  content: "\e807";
  left: 0.8em;
}
.historySlider .group {
  padding: 0 4%;
}
.historySlider .group .historyImages {
  margin-bottom: 2.5rem;
}
.historySlider .group .historyImages img {
  display: block;
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 600px) {
  .historySlider .historyYears {
    padding: 0 4.5rem;
  }
}
@media (min-width: 700px) {
  .historySlider .historyYears {
    margin-bottom: 5rem;
  }
  .historySlider .group {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .historySlider .group .historyContents {
    width: 46%;
  }
  .historySlider .group .historyImages {
    width: 46%;
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  .historySlider .wrap > h2 {
    margin-bottom: 4.5rem;
  }
  .historySlider .historyYears {
    margin-bottom: 6.5rem;
  }
}
@media (min-width: 1000px) {
  .historySlider .historyYears .year {
    font-size: 25px;
    font-size: calc(25px + 10 * (100vw - 1000px) / 920);
  }
}
@media (min-width: 1921px) {
  .historySlider .historyYears .year {
    font-size: 35px;
  }
}
@media (min-width: 1000px) {
  .historySlider .historyYears .swiper-slide-active .year {
    width: 4.5em;
    height: 4.5em;
  }
}
@media (min-width: 1000px) {
  .historySlider .historyYears .swiper-slide-active .year {
    font-size: 32px;
    font-size: calc(32px + 8 * (100vw - 1000px) / 920);
  }
}
@media (min-width: 1921px) {
  .historySlider .historyYears .swiper-slide-active .year {
    font-size: 40px;
  }
}
@media (min-width: 1000px) {
  .historySlider .group .historyContents {
    width: 45%;
  }
  .historySlider .group .historyImages {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .historySlider .wrap > h2 {
    margin-bottom: 5.5rem;
  }
  .historySlider .historyYears {
    margin-bottom: 7.5rem;
  }
  .historySlider .swiper-button-prev,
  .historySlider .swiper-button-next {
    width: 12em;
    height: 12em;
  }
  .historySlider .swiper-button-prev::after,
  .historySlider .swiper-button-next::after {
    font-size: 2.4em;
  }
  .historySlider .swiper-button-prev {
    left: -6em;
  }
  .historySlider .swiper-button-prev::after {
    right: 1em;
  }
  .historySlider .swiper-button-next {
    right: -6em;
  }
  .historySlider .swiper-button-next::after {
    left: 1em;
  }
}
@media (min-width: 1500px) {
  .historySlider .wrap > h2 {
    margin-bottom: 7rem;
  }
  .historySlider .historyYears {
    margin-bottom: 10rem;
    padding: 0 6.5rem;
  }
  .historySlider .historyYears::before {
    left: 6.5rem;
    right: 6.5rem;
  }
  .historySlider .group .historyContents {
    width: 44%;
  }
  .historySlider .group .historyImages {
    width: 44%;
  }
  .historySlider .swiper-button-prev,
  .historySlider .swiper-button-next {
    width: 15em;
    height: 15em;
  }
  .historySlider .swiper-button-prev::after,
  .historySlider .swiper-button-next::after {
    font-size: 2.5em;
  }
  .historySlider .swiper-button-prev {
    left: -7.5em;
  }
  .historySlider .swiper-button-prev::after {
    right: 1.2em;
  }
  .historySlider .swiper-button-next {
    right: -7.5em;
  }
  .historySlider .swiper-button-next::after {
    left: 1.2em;
  }
}
@media (min-width: 1800px) {
  .historySlider .wrap > h2 {
    margin-bottom: 10rem;
  }
  .historySlider .inner {
    position: relative;
    margin-bottom: 15rem;
    overflow: hidden;
  }
  .historySlider .historyYears {
    padding: 0 7.5rem;
    position: static;
    max-width: 1650px;
    margin: 0 auto;
  }
  .historySlider .historyYears::before {
    left: 7.5rem;
    right: 7.5rem;
  }
  .historySlider .swiper-button-prev,
  .historySlider .swiper-button-next {
    width: 16em;
    height: 16em;
  }
  .historySlider .swiper-button-prev::after,
  .historySlider .swiper-button-next::after {
    font-size: 2.6em;
  }
  .historySlider .swiper-button-prev {
    left: -8em;
  }
  .historySlider .swiper-button-prev::after {
    right: 1.3em;
  }
  .historySlider .swiper-button-next {
    right: -8em;
  }
  .historySlider .swiper-button-next::after {
    left: 1.3em;
  }
  .historySlider .group .historyImages {
    width: 42%;
  }
  .historySlider .group .historyContents {
    width: 42%;
  }
}
@media (min-width: 2088px) {
  .historySlider .inner {
    margin-bottom: 17rem;
  }
  .historySlider .group {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
  }
}
/************************************************
* INTERACTIONFEATURE
*************************************************/
.interactionFeature {
  margin-bottom: calc(4vw + 2rem);
  background-size: cover;
  background-position: center;
}
.interactionFeature .features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 4rem;
}
.interactionFeature .feature {
  display: block;
  text-decoration: none;
  max-width: 275px;
}
.interactionFeature .feature:not(:first-child) {
  margin-top: 4rem;
}
@media (min-width: 1025px) {
  .interactionFeature .feature:hover .linkText {
    color: #51982f;
  }
}
.interactionFeature .image {
  width: 100%;
}
.interactionFeature .image img {
  margin: 0 auto;
  display: block;
}
.interactionFeature.default:not(.hasBackgroundImage) .image {
  background: #f3f4f5;
}
.interactionFeature:not(.hasBackgroundImage) .image {
  border-radius: 50%;
  background: white;
  padding: 20%;
}
.interactionFeature .linkText {
  width: 100%;
  line-height: 1.4;
  font-weight: 600;
  color: #292929;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.3s ease;
  margin-top: 2rem;
}
@media (min-width: 320px) {
  .interactionFeature .linkText {
    font-size: 17px;
    font-size: calc(17px + 3 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .interactionFeature .linkText {
    font-size: 20px;
  }
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 500px) {
  .interactionFeature .features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .interactionFeature .feature {
    width: 46%;
  }
  .interactionFeature .feature:not(:first-child) {
    margin-top: 0;
  }
  .interactionFeature .feature:not(:first-child):not(:nth-child(2)) {
    margin-top: 3rem;
  }
}
@media (min-width: 750px) {
  .interactionFeature .features {
    margin-top: 5rem;
  }
}
@media (min-width: 850px) {
  .interactionFeature .feature {
    width: 22%;
  }
  .interactionFeature .feature:not(:first-child):not(:nth-child(2)) {
    margin-top: 0;
  }
  .interactionFeature .feature:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
    margin-top: 3rem;
  }
}
@media (min-width: 1000px) {
  .interactionFeature .features {
    margin-top: 6rem;
  }
  .interactionFeature .feature {
    width: 20%;
  }
}
@media (min-width: 1250px) {
  .interactionFeature .features {
    margin-top: 7rem;
  }
  .interactionFeature .feature {
    width: 18%;
  }
}
@media (min-width: 1550px) {
  .interactionFeature .features {
    margin-top: 9rem;
  }
  .interactionFeature .feature {
    width: 15%;
  }
}
@media (min-width: 1920px) {
  .interactionFeature .features {
    margin-top: 11rem;
  }
}
@media (min-width: 2000px) {
  .interactionFeature .feature {
    width: 14%;
  }
}
@media (min-width: 2300px) {
  .interactionFeature .feature {
    width: 13%;
  }
}
/************************************************
* BRANDSLIDER
*************************************************/
.brandSlider {
  margin-bottom: calc(4vw + 2rem);
  background: #f3f4f5;
  padding: calc(4vw + 2rem) 0;
  width: 100%;
  /* there should no other colors possible */
  /* there should no other colors possible */
}
@media (min-width: 320px) {
  .brandSlider {
    font-size: 20px;
    font-size: calc(20px + 15 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .brandSlider {
    font-size: 35px;
  }
}
.brandSlider + .brandSlider {
  margin-top: calc((4vw + 5rem) * -1);
}
.brandSlider header {
  margin-top: calc(2vw + 1rem);
}
.brandSlider h1,
.brandSlider h2,
.brandSlider h3,
.brandSlider h4,
.brandSlider p {
  color: #292929;
}
.brandSlider h1::after,
.brandSlider h2::after,
.brandSlider h3::after,
.brandSlider h4::after,
.brandSlider p::after {
  background: #292929;
}
.brandSlider h2 + h3 {
  margin-bottom: 0;
}
.brandSlider a.button {
  color: #292929;
  border-color: #292929;
  box-shadow: inset 0px 0px 0px 0px #292929;
}
.brandSlider a.button:hover {
  color: white;
}
.brandSlider .swiper-container {
  padding-top: 3em;
  position: relative;
}
.brandSlider .swiper-button-next,
.brandSlider .swiper-button-prev {
  width: 3.8rem;
  height: 3.8rem;
  background: white;
  position: absolute;
  top: 1em;
}
.brandSlider .swiper-button-next::after,
.brandSlider .swiper-button-prev::after {
  color: #292929;
  font-size: 1.5rem;
  margin: 0;
}
.brandSlider .swiper-button-next {
  left: calc(4% + 4.7rem);
  right: auto;
}
.brandSlider .swiper-button-next::after {
  content: "\e80b";
}
.brandSlider .swiper-button-prev {
  left: 4%;
}
.brandSlider .swiper-button-prev::after {
  content: "\e80a";
}
.brandSlider .swiper-pagination {
  text-align: left;
  padding-left: 4%;
}
.brandSlider .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.8rem;
  border-radius: 0;
  width: 8%;
  height: 0.6rem;
  background: #fff;
}
.brandSlider .item {
  /* color - variants */
  /* .item.colorClass */
  /* .item.colorClass */
  /* .item.colorClass */
  /* .item.colorClass */
  /* .item.colorClass */
  /* .item.colorClass */
  /* .item.colorClass */
  /* .item.colorClass */
  /* .item.colorClass */
  /* .item.colorClass */
  /* .item.colorClass */
  /* .item.colorClass */
  /* .item.colorClass */
  /* .item.colorClass */
  /* .item.colorClass */
  /* .item.colorClass */
  /* .item.colorClass */
  /* .item.colorClass */
  /* .item.colorClass */
  /* .item.colorClass */
  /* .item.colorClass */
  /* .item.colorClass */
  /* .item.colorClass */
  /* .item.colorClass */
  /* .item.colorClass */
  /* .item.colorClass */
  /* .item.colorClass */
  /* .item.colorClass */
  /* .item.colorClass */
  /* .item.colorClass */
  /* .item.colorClass */
  /* .item.colorClass */
  /* Disable after element (color field) for certain devices */
}
.brandSlider .item.default .imageWrapper::after {
  content: none;
}
.brandSlider .item.bg .imageWrapper::after {
  background: #e6e6e6;
  z-index: -1;
}
.brandSlider .item.first .imageWrapper::after {
  background: #51982f;
  z-index: -1;
}
.brandSlider .item.second .imageWrapper::after {
  background: #a04393;
  z-index: -1;
}
.brandSlider .item.third .imageWrapper::after {
  background: #69bfac;
  z-index: -1;
}
.brandSlider .item.fourth .imageWrapper::after {
  background: #00623c;
  z-index: -1;
}
.brandSlider .item.fifth .imageWrapper::after {
  background: #c8d300;
  z-index: -1;
}
.brandSlider .item.sixth .imageWrapper::after {
  background: #c9e6de;
  z-index: -1;
}
.brandSlider .item.seventh .imageWrapper::after {
  background: #c0d6d6;
  z-index: -1;
}
.brandSlider .item.otofren .imageWrapper::after {
  background: #5BC5F2;
  z-index: -1;
}
.brandSlider .item.otofren2 .imageWrapper::after {
  background: #FADC53;
  z-index: -1;
}
.brandSlider .item.hypericum .imageWrapper::after {
  background: #b21827;
  z-index: -1;
}
.brandSlider .item.chamomilla .imageWrapper::after {
  background: #f1ce00;
  z-index: -1;
}
.brandSlider .item.bryonia .imageWrapper::after {
  background: #e1231b;
  z-index: -1;
}
.brandSlider .item.aconitum .imageWrapper::after {
  background: #764896;
  z-index: -1;
}
.brandSlider .item.thuja .imageWrapper::after {
  background: #a9c17d;
  z-index: -1;
}
.brandSlider .item.apis .imageWrapper::after {
  background: #f0ad00;
  z-index: -1;
}
.brandSlider .item.arnica .imageWrapper::after {
  background: #eb7802;
  z-index: -1;
}
.brandSlider .item.belladonna .imageWrapper::after {
  background: #392050;
  z-index: -1;
}
.brandSlider .item.nervo1 .imageWrapper::after {
  background: #4c8d2b;
  z-index: -1;
}
.brandSlider .item.nervo2 .imageWrapper::after {
  background: #002f6c;
  z-index: -1;
}
.brandSlider .item.nervo3 .imageWrapper::after {
  background: #bfdad2;
  z-index: -1;
}
.brandSlider .item.trans1 .imageWrapper::after {
  background: black;
  z-index: -1;
}
.brandSlider .item.trans2 .imageWrapper::after {
  background: black;
  z-index: -1;
}
.brandSlider .item.trans3 .imageWrapper::after {
  background: white;
  z-index: -1;
}
.brandSlider .item.p542c .imageWrapper::after {
  background: #7cb1d5;
  z-index: -1;
}
.brandSlider .item.p144c .imageWrapper::after {
  background: #f28c03;
  z-index: -1;
}
.brandSlider .item.p7438c .imageWrapper::after {
  background: #c89dc8;
  z-index: -1;
}
.brandSlider .item.p7738c .imageWrapper::after {
  background: #4fa444;
  z-index: -1;
}
.brandSlider .item.p4012c .imageWrapper::after {
  background: #decf59;
  z-index: -1;
}
.brandSlider .item.p2040c .imageWrapper::after {
  background: #dd085e;
  z-index: -1;
}
.brandSlider .item.p128c .imageWrapper::after {
  background: #ffd503;
  z-index: -1;
}
.brandSlider .item.p2557c .imageWrapper::after {
  background: #9d7ab5;
  z-index: -1;
}
@media screen and (min-width: 1000px) and (max-width: 1750px) {
  .brandSlider .item .imageWrapper::after {
    content: none;
    display: none;
  }
}
.brandSlider .item.white {
  background: #fff;
}
.brandSlider .item.switched .imageWrapper {
  padding: 0 4% 1.2em 1.2em;
}
.brandSlider .item.switched .imageWrapper::after {
  left: -7.5em;
}
.brandSlider .imageWrapper {
  padding: 0 1.2em 1.2em 4%;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.3em;
}
.brandSlider .imageWrapper::after {
  content: "";
  width: 22em;
  height: 22em;
  border-radius: 50%;
  position: absolute;
  bottom: -16em;
  right: -7.5em;
  z-index: 1;
}
.brandSlider .imageWrapper .swiper-button-prev,
.brandSlider .imageWrapper .swiper-button-next {
  bottom: 0.5em;
  right: 4%;
  left: inherit;
  top: inherit;
  z-index: 11;
}
.brandSlider .imageWrapper .swiper-button-prev {
  right: calc(4% + 1.4em);
}
.brandSlider .image {
  position: relative;
  z-index: 2;
}
.brandSlider .image img {
  display: block;
}
.brandSlider .text {
  padding: 0 4%;
}

.brandSlider:nth-of-type(even) {
  background: #f3f4f5;
}

.bg ~ .brandSlider:nth-of-type(even),
.bg-first ~ .brandSlider:nth-of-type(even),
.bg-second ~ .brandSlider:nth-of-type(even),
.bg-third ~ .brandSlider:nth-of-type(even),
.bg-fourth ~ .brandSlider:nth-of-type(even),
.bg-fifth ~ .brandSlider:nth-of-type(even),
.bg-sixth ~ .brandSlider:nth-of-type(even),
.bg-seventh ~ .brandSlider:nth-of-type(even),
.bg-nervo1 ~ .brandSlider:nth-of-type(even),
.bg-nervo2 ~ .brandSlider:nth-of-type(even),
.bg-nervo3 ~ .brandSlider:nth-of-type(even) {
  background: #fff;
}

/* Otofren blue */
.brandSlider .otofren-blau {
  color: #5bc5f2 !important;
}
.brandSlider .otofren-blau::after {
  background: #5bc5f2;
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 370px) {
  .brandSlider .imageWrapper::after {
    width: 26em;
    height: 26em;
    bottom: -19em;
    right: -8em;
  }
  .brandSlider .item.switched .imageWrapper::after {
    left: -8em;
  }
}
@media (min-width: 450px) {
  .brandSlider .imageWrapper {
    padding: 0 1.5em 1.5em 4%;
  }
  .brandSlider .imageWrapper::after {
    width: 30em;
    height: 30em;
    bottom: -23em;
    right: -8em;
  }
  .brandSlider .item.switched .imageWrapper {
    padding: 0 4% 1.5em 1.5em;
  }
}
@media (min-width: 550px) {
  .brandSlider .imageWrapper {
    padding: 0 2em 2em 4%;
  }
  .brandSlider .imageWrapper::after {
    width: 35em;
    height: 35em;
    bottom: -27em;
    right: -9em;
  }
  .brandSlider .item.switched .imageWrapper {
    padding: 0 4% 2em 2em;
  }
  .brandSlider .item.switched .imageWrapper::after {
    left: -9em;
  }
}
@media (min-width: 650px) {
  .brandSlider .imageWrapper {
    margin-bottom: 1.6em;
  }
  .brandSlider .imageWrapper::after {
    width: 42em;
    height: 42em;
    bottom: -32em;
    right: -12em;
  }
  .brandSlider .item.switched .imageWrapper::after {
    left: -12em;
  }
}
@media (min-width: 768px) {
  .brandSlider .swiper-button-next {
    left: calc(15% + 4.7rem);
    right: auto;
  }
  .brandSlider .swiper-button-prev {
    left: 15%;
  }
  .brandSlider .imageWrapper {
    padding-left: 15%;
    padding-right: 15%;
  }
  .brandSlider .imageWrapper::after {
    width: 40em;
    height: 40em;
    bottom: -32em;
    right: -10em;
  }
  .brandSlider .text {
    padding-left: 15%;
    padding-right: 15%;
  }
  .brandSlider .item.switched .imageWrapper {
    padding-left: 15%;
    padding-right: 15%;
  }
  .brandSlider .item.switched .imageWrapper::after {
    left: -10em;
  }
  .brandSlider .item.switched .swiper-button-next {
    left: auto;
    right: 15%;
  }
  .brandSlider .item.switched .swiper-button-prev {
    right: calc(15% + 4.7rem);
    left: auto;
  }
}
@media (min-width: 900px) {
  .brandSlider .imageWrapper::after {
    width: 45em;
    height: 45em;
    bottom: -35em;
    right: -12em;
  }
  .brandSlider .item.switched .imageWrapper::after {
    left: -12em;
  }
}
@media (max-width: 999px) {
  .brandSlider {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: calc(4vw + 2rem);
    margin-bottom: calc(8vw + 4rem);
  }
}
@media (min-width: 1000px) {
  .brandSlider {
    padding-top: 0;
    padding-bottom: 0;
  }
  .brandSlider .swiper-container {
    padding-top: 0;
  }
  .brandSlider > .swiper-container > .swiper-button-prev,
  .brandSlider > .swiper-container > .swiper-button-next {
    bottom: 2em;
    top: auto;
    left: auto;
  }
  .brandSlider .swiper-button-prev {
    right: calc(3% + 4.7rem);
  }
  .brandSlider .swiper-button-next {
    right: 3%;
  }
  .brandSlider .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .brandSlider .swiper-slide {
    overflow: hidden;
  }
  .brandSlider .imageWrapper {
    width: 48%;
    order: 1;
    margin: 0;
    position: static;
    overflow: hidden;
    margin-top: 2em;
    padding: 0 5.5em 2em 0;
    align-self: flex-start;
  }
  .brandSlider .imageWrapper::after {
    z-index: -1;
    width: 28em;
    height: 28em;
    bottom: -21em;
    right: -6.5em;
  }
  .brandSlider .image {
    position: static;
  }
  .brandSlider .text {
    padding: 2em 0 2em 3%;
    width: 48%;
    order: 0;
  }
  .brandSlider .item {
    padding-top: 2em;
    align-items: flex-start;
  }
  .brandSlider .item.switched .imageWrapper {
    padding: 0 0 2em 5.5em;
    margin-top: 0.25em;
    order: 0;
  }
  .brandSlider .item.switched .imageWrapper::after {
    left: -6.5em;
  }
  .brandSlider .item.switched .swiper-button-prev {
    left: 3%;
  }
  .brandSlider .item.switched .swiper-button-next {
    left: calc(3% + 4.7rem);
  }
  .brandSlider .item.switched .text {
    order: 1;
    padding: 0 3% 2em 0;
  }
  .brandSlider .item.switched .text header {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .brandSlider .imageWrapper {
    padding: 0 5.5em 2.5em 0;
  }
  .brandSlider .imageWrapper::after {
    width: 35em;
    height: 35em;
    bottom: -27em;
    right: -10.5em;
  }
  .brandSlider > .swiper-container > .swiper-button-prev,
  .brandSlider > .swiper-container > .swiper-button-next {
    bottom: 2.5em;
  }
  .brandSlider .text {
    padding: 2.5em 0 2.5em 3%;
  }
  .brandSlider .item {
    padding-top: 2em;
    align-items: flex-start;
  }
  .brandSlider .item.switched .imageWrapper {
    padding: 0 0 2.5em 5.5em;
    margin-top: 0.25em;
  }
  .brandSlider .item.switched .imageWrapper::after {
    left: -10.5em;
  }
  .brandSlider .item.switched .text {
    padding: 0 3% 2.5em 0;
  }
}
@media (min-width: 1550px) {
  .brandSlider .imageWrapper {
    padding: 0 6em 3em 0;
    width: 46%;
  }
  .brandSlider .imageWrapper::after {
    width: 40em;
    height: 40em;
    bottom: -31em;
    right: -12em;
  }
  .brandSlider > .swiper-container > .swiper-button-prev,
  .brandSlider > .swiper-container > .swiper-button-next {
    bottom: 3em;
  }
  .brandSlider .text {
    padding: 3em 0 3em 3%;
    min-height: 660px;
    width: 46%;
  }
  .brandSlider .item.switched .imageWrapper {
    padding: 0 0 3em 6em;
  }
  .brandSlider .item.switched .imageWrapper::after {
    left: -12em;
  }
  .brandSlider .item.switched .text {
    padding: 0 3% 3em 0;
  }
}
@media (min-width: 1750px) {
  .brandSlider .imageWrapper {
    padding: 0 4em calc(4vw + 2rem) 0;
    margin-top: 0;
    width: 48%;
  }
  .brandSlider .imageWrapper::after {
    width: 45em;
    height: 45em;
    bottom: -35em;
    right: -13em;
  }
  .brandSlider > .swiper-container > .swiper-button-prev,
  .brandSlider > .swiper-container > .swiper-button-next {
    bottom: calc(4vw + 2rem);
  }
  .brandSlider .text {
    padding: 1em 0 1em 3em;
    width: 43%;
    min-height: 610px;
  }
  .brandSlider .item.switched .imageWrapper {
    padding: 0 0 calc(4vw + 2rem) 7em;
  }
  .brandSlider .item.switched .imageWrapper::after {
    left: -13em;
  }
  .brandSlider .item.switched .text {
    padding: 0 3em calc(4vw + 2rem) 0;
  }
  .brandSlider .item.switched .text header {
    margin-top: 0;
  }
}
@media (min-width: 1900px) {
  .brandSlider .imageWrapper {
    padding: 0 8em calc(4vw + 2rem) 0;
  }
  .brandSlider .text {
    padding-left: 4.5em;
  }
  .brandSlider .item.switched .imageWrapper {
    padding: 0 0 calc(4vw + 2rem) 8em;
  }
  .brandSlider .item.switched .text {
    padding-right: 4.5em;
  }
}
@media (min-width: 2100px) {
  .brandSlider .imageWrapper {
    padding: 0 9em calc(4vw + 2rem) 0;
  }
  .brandSlider .imageWrapper::after {
    width: 50em;
    height: 50em;
    bottom: -40em;
    right: -15em;
  }
  .brandSlider .swiper-button-prev,
  .brandSlider .swiper-button-next {
    width: 4.4rem;
    height: 4.4rem;
  }
  .brandSlider .swiper-button-prev {
    right: calc(5% + 5.4rem);
  }
  .brandSlider .swiper-button-next {
    right: 5%;
  }
  .brandSlider .text {
    padding-left: 6em;
  }
  .brandSlider .item.switched .imageWrapper {
    padding: 0 0 calc(4vw + 2rem) 9em;
  }
  .brandSlider .item.switched .imageWrapper::after {
    left: -15em;
  }
  .brandSlider .item.switched .swiper-button-prev {
    left: 5%;
  }
  .brandSlider .item.switched .swiper-button-next {
    left: calc(5% + 5.4rem);
  }
}
@media (min-width: 2300px) {
  .brandSlider .imageWrapper::after {
    width: 55em;
    height: 55em;
    bottom: -44em;
    right: -16em;
  }
  .brandSlider .item.switched .imageWrapper::after {
    left: -16em;
  }
}
@media (min-width: 2560px) {
  .brandSlider .imageWrapper::after {
    width: 60em;
    height: 60em;
    bottom: -49em;
    right: -17em;
  }
  .brandSlider .item.switched .imageWrapper::after {
    left: -17em;
  }
}
/************************************************
* IMAGETEXTSLIDER
*************************************************/
.imageTextSlider {
  margin-bottom: calc(4vw + 2rem);
  /* color - variants */
  /* .imageTextSlider.colorClass */
  /* .imageTextSlider.colorClass */
  /* .imageTextSlider.colorClass */
  /* .imageTextSlider.colorClass */
  /* .imageTextSlider.colorClass */
  /* .imageTextSlider.colorClass */
  /* .imageTextSlider.colorClass */
  /* .imageTextSlider.colorClass */
  /* .imageTextSlider.colorClass */
  /* .imageTextSlider.colorClass */
  /* .imageTextSlider.colorClass */
  /* .imageTextSlider.colorClass */
  /* .imageTextSlider.colorClass */
  /* .imageTextSlider.colorClass */
  /* .imageTextSlider.colorClass */
  /* .imageTextSlider.colorClass */
  /* .imageTextSlider.colorClass */
  /* .imageTextSlider.colorClass */
  /* .imageTextSlider.colorClass */
  /* .imageTextSlider.colorClass */
  /* .imageTextSlider.colorClass */
  /* .imageTextSlider.colorClass */
  /* .imageTextSlider.colorClass */
  /* .imageTextSlider.colorClass */
  /* .imageTextSlider.colorClass */
  /* .imageTextSlider.colorClass */
  /* .imageTextSlider.colorClass */
  /* .imageTextSlider.colorClass */
  /* .imageTextSlider.colorClass */
  /* .imageTextSlider.colorClass */
  /* .imageTextSlider.colorClass */
  /* .imageTextSlider.colorClass */
}
@media (min-width: 320px) {
  .imageTextSlider {
    font-size: 20px;
    font-size: calc(20px + 15 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .imageTextSlider {
    font-size: 35px;
  }
}
.imageTextSlider .swiper-container {
  position: relative;
  padding-top: 3em;
}
.imageTextSlider .swiper-button-next,
.imageTextSlider .swiper-button-prev {
  width: 3.8rem;
  height: 3.8rem;
  position: absolute;
  top: 1em;
}
.imageTextSlider .swiper-button-next::after,
.imageTextSlider .swiper-button-prev::after {
  color: white;
  font-size: 1.5rem;
  margin: 0;
  text-shadow: 3px 0px 8px black;
}
.imageTextSlider .swiper-button-next {
  left: 4.7rem;
  right: auto;
}
.imageTextSlider .swiper-button-next::after {
  content: "\e80b";
}
.imageTextSlider .swiper-button-prev {
  left: 0;
}
.imageTextSlider .swiper-button-prev::after {
  content: "\e80a";
}
.imageTextSlider.default .swiper-button-next,
.imageTextSlider.default .swiper-button-prev {
  background: #292929;
}
.imageTextSlider.bg .swiper-button-next,
.imageTextSlider.bg .swiper-button-prev {
  background: #e6e6e6;
}
.imageTextSlider.first .swiper-button-next,
.imageTextSlider.first .swiper-button-prev {
  background: #51982f;
}
.imageTextSlider.second .swiper-button-next,
.imageTextSlider.second .swiper-button-prev {
  background: #a04393;
}
.imageTextSlider.third .swiper-button-next,
.imageTextSlider.third .swiper-button-prev {
  background: #69bfac;
}
.imageTextSlider.fourth .swiper-button-next,
.imageTextSlider.fourth .swiper-button-prev {
  background: #00623c;
}
.imageTextSlider.fifth .swiper-button-next,
.imageTextSlider.fifth .swiper-button-prev {
  background: #c8d300;
}
.imageTextSlider.sixth .swiper-button-next,
.imageTextSlider.sixth .swiper-button-prev {
  background: #c9e6de;
}
.imageTextSlider.seventh .swiper-button-next,
.imageTextSlider.seventh .swiper-button-prev {
  background: #c0d6d6;
}
.imageTextSlider.otofren .swiper-button-next,
.imageTextSlider.otofren .swiper-button-prev {
  background: #5BC5F2;
}
.imageTextSlider.otofren2 .swiper-button-next,
.imageTextSlider.otofren2 .swiper-button-prev {
  background: #FADC53;
}
.imageTextSlider.hypericum .swiper-button-next,
.imageTextSlider.hypericum .swiper-button-prev {
  background: #b21827;
}
.imageTextSlider.chamomilla .swiper-button-next,
.imageTextSlider.chamomilla .swiper-button-prev {
  background: #f1ce00;
}
.imageTextSlider.bryonia .swiper-button-next,
.imageTextSlider.bryonia .swiper-button-prev {
  background: #e1231b;
}
.imageTextSlider.aconitum .swiper-button-next,
.imageTextSlider.aconitum .swiper-button-prev {
  background: #764896;
}
.imageTextSlider.thuja .swiper-button-next,
.imageTextSlider.thuja .swiper-button-prev {
  background: #a9c17d;
}
.imageTextSlider.apis .swiper-button-next,
.imageTextSlider.apis .swiper-button-prev {
  background: #f0ad00;
}
.imageTextSlider.arnica .swiper-button-next,
.imageTextSlider.arnica .swiper-button-prev {
  background: #eb7802;
}
.imageTextSlider.belladonna .swiper-button-next,
.imageTextSlider.belladonna .swiper-button-prev {
  background: #392050;
}
.imageTextSlider.nervo1 .swiper-button-next,
.imageTextSlider.nervo1 .swiper-button-prev {
  background: #4c8d2b;
}
.imageTextSlider.nervo2 .swiper-button-next,
.imageTextSlider.nervo2 .swiper-button-prev {
  background: #002f6c;
}
.imageTextSlider.nervo3 .swiper-button-next,
.imageTextSlider.nervo3 .swiper-button-prev {
  background: #bfdad2;
}
.imageTextSlider.trans1 .swiper-button-next,
.imageTextSlider.trans1 .swiper-button-prev {
  background: black;
}
.imageTextSlider.trans2 .swiper-button-next,
.imageTextSlider.trans2 .swiper-button-prev {
  background: black;
}
.imageTextSlider.trans3 .swiper-button-next,
.imageTextSlider.trans3 .swiper-button-prev {
  background: white;
}
.imageTextSlider.p542c .swiper-button-next,
.imageTextSlider.p542c .swiper-button-prev {
  background: #7cb1d5;
}
.imageTextSlider.p144c .swiper-button-next,
.imageTextSlider.p144c .swiper-button-prev {
  background: #f28c03;
}
.imageTextSlider.p7438c .swiper-button-next,
.imageTextSlider.p7438c .swiper-button-prev {
  background: #c89dc8;
}
.imageTextSlider.p7738c .swiper-button-next,
.imageTextSlider.p7738c .swiper-button-prev {
  background: #4fa444;
}
.imageTextSlider.p4012c .swiper-button-next,
.imageTextSlider.p4012c .swiper-button-prev {
  background: #decf59;
}
.imageTextSlider.p2040c .swiper-button-next,
.imageTextSlider.p2040c .swiper-button-prev {
  background: #dd085e;
}
.imageTextSlider.p128c .swiper-button-next,
.imageTextSlider.p128c .swiper-button-prev {
  background: #ffd503;
}
.imageTextSlider.p2557c .swiper-button-next,
.imageTextSlider.p2557c .swiper-button-prev {
  background: #9d7ab5;
}
.imageTextSlider .imageWrapper {
  margin-bottom: 1.3em;
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 768px) {
  .imageTextSlider .imageWrapper {
    padding-left: 15%;
    padding-right: 15%;
  }
  .imageTextSlider .swiper-button-next {
    left: calc(15% + 4.7rem);
    right: auto;
  }
  .imageTextSlider .swiper-button-prev {
    left: 15%;
  }
  .imageTextSlider .text {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media (min-width: 1000px) {
  .imageTextSlider .swiper-container {
    padding-top: 0;
  }
  .imageTextSlider .swiper-wrapper {
    padding-bottom: 6rem;
  }
  .imageTextSlider .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .imageTextSlider .imageWrapper {
    width: 48%;
    order: 1;
    margin: 0;
    padding: 0;
  }
  .imageTextSlider .swiper-button-prev,
  .imageTextSlider .swiper-button-next {
    bottom: 0;
    top: auto;
    left: auto;
  }
  .imageTextSlider .swiper-button-prev {
    right: 4.7rem;
  }
  .imageTextSlider .swiper-button-next {
    right: 0;
  }
  .imageTextSlider .text {
    width: 48%;
    order: 0;
    padding: 0;
  }
}
@media (min-width: 1550px) {
  .imageTextSlider .imageWrapper {
    width: 46%;
  }
  .imageTextSlider .text {
    width: 46%;
  }
}
@media (min-width: 1750px) {
  .imageTextSlider .imageWrapper {
    padding-right: 5em;
  }
  .imageTextSlider .text {
    padding-left: 3em;
  }
}
@media (min-width: 2100px) {
  .imageTextSlider .text {
    padding-left: 5em;
  }
  .imageTextSlider .swiper-button-prev,
  .imageTextSlider .swiper-button-next {
    width: 4.4rem;
    height: 4.4rem;
  }
  .imageTextSlider .swiper-button-prev {
    right: 5.4rem;
  }
}
/************************************************
* TESTIMONIAL
*************************************************/
.testimonial {
  margin-bottom: calc(4vw + 2rem);
}
.testimonial h2 {
  margin-bottom: 1.2em;
}
.testimonial .entry {
  margin-bottom: 4.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.testimonial .entry:last-of-type {
  margin-bottom: 0;
}
.testimonial .image {
  width: 100%;
  margin-bottom: 2rem;
}
.testimonial .image img {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}
.testimonial .text {
  text-align: center;
  padding-top: 3em;
  position: relative;
}
@media (min-width: 320px) {
  .testimonial .text {
    font-size: 17px;
    font-size: calc(17px + 7 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .testimonial .text {
    font-size: 24px;
  }
}
.testimonial .text::before {
  content: "\e81b";
  position: absolute;
  font-size: 2.3em;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  color: #51982f;
}
.testimonial .text .name {
  margin-top: 1em;
}
.testimonial .text .name strong {
  color: #4b4b4a;
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 450px) {
  .testimonial .text {
    padding-top: 0;
    padding-left: 3.2em;
    text-align: left;
  }
  .testimonial .text::before {
    left: 0;
    transform: none;
  }
}
@media (min-width: 600px) {
  .testimonial .entry {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5rem;
  }
  .testimonial .image {
    width: 30%;
    max-width: 200px;
    margin-right: 5%;
    margin-bottom: 0;
  }
  .testimonial .text {
    width: 65%;
    flex-grow: 1;
  }
}
@media (min-width: 750px) {
  .testimonial .text {
    padding-left: 3.5em;
  }
}
@media (min-width: 850px) {
  .testimonial h2 {
    margin-bottom: 1.5em;
  }
  .testimonial .entry {
    max-width: 80rem;
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 1350px) {
  .testimonial {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .testimonial header {
    width: 100%;
  }
  .testimonial h2 {
    margin-bottom: 2em;
  }
  .testimonial .entry {
    width: 47%;
    margin: 0;
    max-width: 100%;
  }
}
@media (min-width: 1900px) {
  .testimonial {
    padding: 0 5%;
  }
  .testimonial .entry {
    width: 48%;
  }
}
@media (min-width: 2200px) {
  .testimonial {
    padding: 0 6.3%;
  }
  .testimonial h2 {
    margin-bottom: 2.3em;
  }
}
/************************************************
* MAP
*************************************************/
.map {
  margin-bottom: calc(4vw + 2rem);
  width: 100%;
}
.map .embed-container {
  position: relative;
  padding-bottom: 70%;
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.map .embed-container iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 450px) {
  .map .embed-container {
    padding-bottom: 60%;
  }
}
@media (min-width: 700px) {
  .map .embed-container {
    padding-bottom: 50%;
  }
}
@media (min-width: 1000px) {
  .map .embed-container {
    padding-bottom: 45%;
  }
}
@media (min-width: 1300px) {
  .map .embed-container {
    padding-bottom: 40%;
  }
}
@media (min-width: 1900px) {
  .map .embed-container {
    padding-bottom: 35%;
  }
}
@media (min-width: 2200px) {
  .map .embed-container {
    padding-bottom: 30%;
  }
}
/************************************************
* CONTENTSLIDER
*************************************************/
.contentSlider {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto calc(4vw + 2rem) auto;
}
.contentSlider .item {
  min-height: 80vw;
  display: flex;
  align-items: center;
  padding: 4rem 0;
  position: relative;
  margin-bottom: 0;
}
.contentSlider .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.contentSlider .image img {
  display: block;
  width: 100vw;
  height: 100%;
  object-fit: cover;
}
.contentSlider .text {
  padding: 4%;
}
.contentSlider .headline {
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 0.8em 0;
  word-break: break-word;
  color: white;
}
@media (min-width: 320px) {
  .contentSlider .headline {
    font-size: 24px;
    font-size: calc(24px + 32 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .contentSlider .headline {
    font-size: 56px;
  }
}
.contentSlider .button {
  background: transparent;
  border-color: white;
  color: white;
  box-shadow: inset 0 0 0 0 white;
}
@media (min-width: 1025px) {
  .contentSlider .button:hover {
    background: transparent;
    box-shadow: inset 0px 0px 0px 40px white;
    border-color: white;
    color: #4b4b4a;
  }
}
.contentSlider .swiper-pagination {
  text-align: left;
  padding-left: 4%;
}
.contentSlider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 1.5rem;
}
.contentSlider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.8rem;
  border-radius: 0;
  width: 12%;
  height: 0.5rem;
  background: #fff;
}
.contentSlider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.contentSlider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: white;
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 370px) {
  .contentSlider .item {
    min-height: 75vw;
    padding: 4.5rem 0;
  }
  .contentSlider .text {
    max-width: 80%;
  }
  .contentSlider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 1.8rem;
  }
}
@media (min-width: 450px) {
  .contentSlider .item {
    min-height: 65vw;
  }
  .contentSlider .swiper-slide {
    position: relative;
    overflow: hidden;
  }
  .contentSlider .swiper-slide::before {
    content: "";
    width: 28vw;
    height: 28vw;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    position: absolute;
    right: -12vw;
    bottom: -15vw;
    cursor: pointer;
    z-index: 1;
  }
  .contentSlider .swiper-slide::after {
    content: "\e807";
    position: absolute;
    right: 2vw;
    bottom: 3.5vw;
    color: white;
    cursor: pointer;
    z-index: 2;
  }
}
@media (min-width: 320px) {
  .contentSlider .swiper-slide::after {
    font-size: 20px;
    font-size: calc(20px + 35 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .contentSlider .swiper-slide::after {
    font-size: 55px;
  }
}
@media (min-width: 450px) {
  .contentSlider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 2.5rem;
  }
  .contentSlider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10%;
    height: 0.6rem;
  }
}
@media (min-width: 600px) {
  .contentSlider .item {
    min-height: 60vw;
    padding: 8% 0;
  }
  .contentSlider .text {
    max-width: 70%;
  }
}
@media (min-width: 700px) {
  .contentSlider .item {
    min-height: 55vw;
  }
  .contentSlider .text {
    max-width: 60%;
  }
  .contentSlider .swiper-slide::before {
    width: 27vw;
    height: 27vw;
  }
  .contentSlider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 3rem;
  }
  .contentSlider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 9%;
    height: 0.7rem;
  }
}
@media (min-width: 768px) {
  .contentSlider .text {
    padding: 3%;
  }
  .contentSlider .swiper-pagination {
    padding-left: 3%;
  }
}
@media (min-width: 900px) {
  .contentSlider .item {
    min-height: 50vw;
  }
  .contentSlider .text {
    max-width: 50%;
  }
  .contentSlider .swiper-slide::before {
    width: 26vw;
    height: 26vw;
  }
  .contentSlider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 3.5rem;
  }
  .contentSlider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8%;
    height: 0.8rem;
  }
}
@media (min-width: 1100px) {
  .contentSlider .text {
    padding: 3% 0 3% 5%;
  }
  .contentSlider .swiper-slide::before {
    width: 25vw;
    height: 25vw;
  }
  .contentSlider .swiper-slide::after {
    bottom: 3vw;
  }
  .contentSlider .swiper-pagination {
    padding-left: 5%;
  }
  .contentSlider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 4.5rem;
  }
  .contentSlider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 9rem;
    height: 1rem;
  }
}
@media (min-width: 1200px) {
  .contentSlider .item {
    padding: 10% 0;
  }
  .contentSlider .text {
    padding: 3% 0 3% 7%;
  }
  .contentSlider .headline {
    margin: 0 0 1em 0;
  }
  .contentSlider .swiper-pagination {
    padding-left: 7%;
  }
  .contentSlider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 6rem;
  }
}
@media (min-width: 1400px) {
  .contentSlider .text {
    padding: 3% 0 3% 10%;
  }
  .contentSlider .swiper-slide::before {
    width: 24.5vw;
    height: 24.5vw;
  }
  .contentSlider .swiper-pagination {
    padding-left: 10%;
  }
  .contentSlider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 7rem;
  }
  .contentSlider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    height: 1.2rem;
    margin: 0 1.2rem;
  }
}
@media (min-width: 1600px) {
  .contentSlider .item {
    min-height: 80rem;
  }
  .contentSlider .text {
    padding: 3% 0 3% 16rem;
  }
  .contentSlider .swiper-slide::before {
    width: 400px;
    height: 400px;
    right: -195px;
    bottom: -245px;
  }
  .contentSlider .swiper-slide::after {
    right: 33px;
    bottom: 45px;
  }
  .contentSlider .swiper-pagination {
    padding-left: 16rem;
  }
  .contentSlider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 8rem;
  }
}
/************************************************
* FEATUREBOXES
*************************************************/
.featureBoxes {
  margin-bottom: calc(4vw + 2rem);
  width: 100%;
}
.featureBoxes .intro {
  padding-right: 4%;
  padding-left: 4%;
}
.featureBoxes .swiper-container {
  margin-left: 4%;
}
.featureBoxes .featureBox {
  display: block;
  text-decoration: none;
  width: 80%;
}
.featureBoxes .featureBox.locked .text {
  position: relative;
}
.featureBoxes .featureBox.locked .text h3 {
  padding-right: 1.4em;
}
.featureBoxes .featureBox.locked .text::after {
  content: "\e81f";
  position: absolute;
  color: #292929;
  bottom: 0;
  right: 0;
  margin: 0;
}
@media (min-width: 320px) {
  .featureBoxes .featureBox.locked .text::after {
    font-size: 20px;
    font-size: calc(20px + 12 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .featureBoxes .featureBox.locked .text::after {
    font-size: 32px;
  }
}
.featureBoxes .featureBox h3 {
  transition: color 0.3s ease-in;
}
@media (min-width: 320px) {
  .featureBoxes .featureBox h3 {
    font-size: 20px;
    font-size: calc(20px + 1 * (100vw - 320px) / 129);
  }
}
@media (min-width: 450px) {
  .featureBoxes .featureBox h3 {
    font-size: 21px;
  }
}
@media (min-width: 1025px) {
  .featureBoxes .featureBox:hover h3 {
    color: #51982f;
  }
  .featureBoxes .featureBox:hover figure img {
    transform: scale(1);
  }
}
.featureBoxes figure {
  position: relative;
  display: block;
  margin: 0 0 2rem 0;
}
.featureBoxes figure img {
  display: block;
  transition: transform 0.3s ease;
}
.featureBoxes figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 1.3;
  font-weight: 400;
  color: #4b4b4a;
  background: rgba(243, 244, 245, 0.85);
  padding: 0.2em 0.5em;
}
@media (min-width: 320px) {
  .featureBoxes figure figcaption {
    font-size: 16px;
    font-size: calc(16px + 1 * (100vw - 320px) / 703);
  }
}
@media (min-width: 1024px) {
  .featureBoxes figure figcaption {
    font-size: 17px;
  }
}
.featureBoxes .subline {
  line-height: 1.5;
  font-weight: 400;
  color: #4b4b4a;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
@media (min-width: 320px) {
  .featureBoxes .subline {
    font-size: 15px;
    font-size: calc(15px + 1 * (100vw - 320px) / 129);
  }
}
@media (min-width: 450px) {
  .featureBoxes .subline {
    font-size: 16px;
  }
}
.featureBoxes .buttonWrapper {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 450px) {
  .featureBoxes .featureBox {
    width: 42%;
  }
}
@media (min-width: 450px) {
  .featureBoxes .featureBox h3 {
    font-size: 19px;
    font-size: calc(19px + 2 * (100vw - 450px) / 317);
  }
}
@media (min-width: 768px) {
  .featureBoxes .featureBox h3 {
    font-size: 21px;
  }
}
@media (min-width: 450px) {
  .featureBoxes .subline {
    font-size: 15px;
    font-size: calc(15px + 1 * (100vw - 450px) / 317);
  }
}
@media (min-width: 768px) {
  .featureBoxes .subline {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .featureBoxes .intro {
    padding-right: 3%;
    padding-left: 3%;
  }
  .featureBoxes .swiper-container {
    margin-left: 3%;
  }
  .featureBoxes .featureBox {
    width: 29%;
  }
}
@media (min-width: 768px) {
  .featureBoxes .featureBox h3 {
    font-size: 19px;
    font-size: calc(19px + 2 * (100vw - 768px) / 256);
  }
}
@media (min-width: 1025px) {
  .featureBoxes .featureBox h3 {
    font-size: 21px;
  }
}
@media (min-width: 768px) {
  .featureBoxes .featureBox.locked .text h3 {
    padding-right: 1.6em;
  }
}
@media (min-width: 768px) {
  .featureBoxes .subline {
    font-size: 16px;
    font-size: calc(16px + 1 * (100vw - 768px) / 256);
  }
}
@media (min-width: 1025px) {
  .featureBoxes .subline {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .featureBoxes .buttonWrapper {
    margin-top: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .featureBoxes .swiper-container {
    margin: 0 3%;
  }
  .featureBoxes .swiper-wrapper {
    height: auto;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .featureBoxes .featureBox {
    width: 23.5%;
  }
}
@media (min-width: 1025px) {
  .featureBoxes .featureBox h3 {
    font-size: 20px;
    font-size: calc(20px + 10 * (100vw - 1025px) / 895);
  }
}
@media (min-width: 1921px) {
  .featureBoxes .featureBox h3 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .featureBoxes figure {
    overflow: hidden;
  }
}
@media (min-width: 1025px) {
  .featureBoxes figure figcaption {
    font-size: 17px;
    font-size: calc(17px + 3 * (100vw - 1025px) / 895);
  }
}
@media (min-width: 1921px) {
  .featureBoxes figure figcaption {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .featureBoxes figure img {
    transform: scale(1.2);
  }
  .featureBoxes .swiper-slide {
    height: auto;
  }
  .featureBoxes .subline {
    font-weight: 600;
  }
}
@media (min-width: 1025px) {
  .featureBoxes .subline {
    font-size: 17px;
    font-size: calc(17px + 2 * (100vw - 1025px) / 895);
  }
}
@media (min-width: 1921px) {
  .featureBoxes .subline {
    font-size: 19px;
  }
}
@media (min-width: 1024px) {
  .featureBoxes .buttonWrapper {
    margin-top: 4rem;
  }
}
@media (min-width: 1300px) {
  .featureBoxes .featureBox {
    width: 23%;
  }
  .featureBoxes figure figcaption {
    padding: 0.2em 0.7em;
  }
  .featureBoxes .buttonWrapper {
    margin-top: 4.5rem;
  }
}
@media (min-width: 1700px) {
  .featureBoxes .intro {
    margin-bottom: 6rem;
  }
  .featureBoxes .buttonWrapper {
    margin-top: 6.5rem;
  }
}
@media (min-width: 2040px) {
  .featureBoxes .intro {
    margin-bottom: 7rem;
  }
  .featureBoxes .swiper-container {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
  }
  .featureBoxes .buttonWrapper {
    margin-top: 8rem;
  }
}
/************************************************
* INTRO
*************************************************/
main > div .intro, main > div.intro,
main > a .intro,
main > a.intro {
  text-align: center;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}
main > div .intro h2, main > div .intro h3, main > div .intro h4, main > div.intro h2, main > div.intro h3, main > div.intro h4,
main > a .intro h2,
main > a .intro h3,
main > a .intro h4,
main > a.intro h2,
main > a.intro h3,
main > a.intro h4 {
  padding: 0;
}
main > div .intro h2::after, main > div .intro h3::after, main > div .intro h4::after, main > div.intro h2::after, main > div.intro h3::after, main > div.intro h4::after,
main > a .intro h2::after,
main > a .intro h3::after,
main > a .intro h4::after,
main > a.intro h2::after,
main > a.intro h3::after,
main > a.intro h4::after {
  content: none;
}
/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 370px) {
  main > div .intro, main > div.intro,
  main > a .intro,
  main > a.intro {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 900px) {
  main > div .intro, main > div.intro,
  main > a .intro,
  main > a.intro {
    padding: 0 5%;
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 1200px) {
  main > div .intro, main > div.intro,
  main > a .intro,
  main > a.intro {
    padding: 0 8%;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1400px) {
  main > div .intro, main > div.intro,
  main > a .intro,
  main > a.intro {
    padding: 0 12%;
    margin-bottom: 5rem;
  }
}
@media (min-width: 1550px) {
  main > div .intro, main > div.intro,
  main > a .intro,
  main > a.intro {
    padding: 0 15%;
  }
}
@media (min-width: 1920px) {
  main > div .intro, main > div.intro,
  main > a .intro,
  main > a.intro {
    max-width: 1260px;
    padding: 0;
  }
}
/************************************************
* TOPICFILTER
*************************************************/
.topicFilter .topicFeature {
  display: block;
  text-decoration: none;
  margin-bottom: 4rem;
}
.topicFilter .topicFeature h3 {
  transition: color 0.3s ease-in;
}
@media (min-width: 320px) {
  .topicFilter .topicFeature h3 {
    font-size: 20px;
    font-size: calc(20px + 3 * (100vw - 320px) / 679);
  }
}
@media (min-width: 1000px) {
  .topicFilter .topicFeature h3 {
    font-size: 23px;
  }
}
@media (min-width: 1025px) {
  .topicFilter .topicFeature:hover .image img {
    transform: scale(1);
  }
  .topicFilter .topicFeature:hover h3 {
    color: #51982f;
  }
}
.topicFilter .image {
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.topicFilter .image::before {
  content: "";
  width: 33vw;
  height: 33vw;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  position: absolute;
  right: -11.5vw;
  bottom: -20vw;
  cursor: pointer;
  z-index: 1;
}
.topicFilter .image::after {
  content: "\e807";
  position: absolute;
  right: 2.8vw;
  bottom: 3vw;
  color: white;
  cursor: pointer;
  z-index: 2;
}
@media (min-width: 320px) {
  .topicFilter .image::after {
    font-size: 20px;
    font-size: calc(20px + 8 * (100vw - 320px) / 447);
  }
}
@media (min-width: 768px) {
  .topicFilter .image::after {
    font-size: 28px;
  }
}
.topicFilter .image img {
  display: block;
  transition: transform 0.3s ease;
}
.topicFilter .subline {
  line-height: 1.5;
  font-weight: 400;
  color: #4b4b4a;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
@media (min-width: 320px) {
  .topicFilter .subline {
    font-size: 15px;
    font-size: calc(15px + 2 * (100vw - 320px) / 679);
  }
}
@media (min-width: 1000px) {
  .topicFilter .subline {
    font-size: 17px;
  }
}
.topicFilter .buttonWrapper {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 450px) {
  .topicFilter .topicFeature {
    max-width: 414px;
    margin: 0 auto 5rem auto;
  }
  .topicFilter .image::before {
    width: 150px;
    height: 150px;
    right: -50px;
    bottom: -90px;
  }
  .topicFilter .image::after {
    right: 20px;
    bottom: 16px;
  }
}
@media (min-width: 768px) {
  .topicFilter .entries {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .topicFilter .topicFeature {
    max-width: 100%;
    width: 48%;
    margin: 0 4% 4rem 0;
  }
  .topicFilter .topicFeature:nth-of-type(2n) {
    margin-right: 0;
  }
  .topicFilter .image::before {
    width: 26.5vw;
    height: 26.5vw;
    right: -11.5vw;
    bottom: -19vw;
  }
  .topicFilter .image::after {
    right: 2.5vw;
    bottom: 1.8vw;
  }
}
@media (min-width: 768px) {
  .topicFilter .image::after {
    font-size: 24px;
    font-size: calc(24px + 4 * (100vw - 768px) / 256);
  }
}
@media (min-width: 1025px) {
  .topicFilter .image::after {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .topicFilter header {
    margin-bottom: 4rem;
  }
  .topicFilter .topicFeature {
    width: 31.5%;
    margin: 0 2.75% 4rem 0;
  }
  .topicFilter .topicFeature:nth-of-type(2n) {
    margin-right: 2.75%;
  }
  .topicFilter .topicFeature:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1000px) {
  .topicFilter .topicFeature h3 {
    font-size: 22px;
    font-size: calc(22px + 8 * (100vw - 1000px) / 920);
  }
}
@media (min-width: 1921px) {
  .topicFilter .topicFeature h3 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .topicFilter .image {
    overflow: hidden;
  }
  .topicFilter .image img {
    transform: scale(1.2);
  }
  .topicFilter .image::before {
    width: 23vw;
    height: 23vw;
    right: -11.5vw;
    bottom: -17vw;
  }
  .topicFilter .image::after {
    right: 1.7vw;
    bottom: 1.5vw;
  }
}
@media (min-width: 1025px) {
  .topicFilter .image::after {
    font-size: 24px;
    font-size: calc(24px + 11 * (100vw - 1025px) / 895);
  }
}
@media (min-width: 1921px) {
  .topicFilter .image::after {
    font-size: 35px;
  }
}
@media (min-width: 1024px) {
  .topicFilter .subline {
    font-weight: 600;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1000px) {
  .topicFilter .subline {
    font-size: 16px;
    font-size: calc(16px + 4 * (100vw - 1000px) / 920);
  }
}
@media (min-width: 1921px) {
  .topicFilter .subline {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .topicFilter .topicFeature {
    margin: 0 2.75% 6rem 0;
  }
  .topicFilter .image::before {
    width: 19vw;
    height: 19vw;
    right: -9vw;
    bottom: -14vw;
  }
  .topicFilter .image::after {
    right: 1.7vw;
    bottom: 1.2vw;
  }
  .topicFilter .buttonWrapper {
    margin-top: 0;
  }
}
@media (min-width: 1600px) {
  .topicFilter header {
    margin-bottom: 5rem;
  }
  .topicFilter .topicFeature {
    margin: 0 2.75% 8rem 0;
  }
  .topicFilter .image {
    margin-bottom: 3rem;
  }
  .topicFilter .buttonWrapper {
    margin-top: 2rem;
  }
}
@media (min-width: 1800px) {
  .topicFilter .topicFeature {
    margin: 0 2.75% 11rem 0;
  }
}
@media (min-width: 2040px) {
  .topicFilter .entries {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
  }
  .topicFilter .image {
    margin-bottom: 3.5rem;
  }
  .topicFilter .image::before {
    width: 330px;
    height: 330px;
    right: -160px;
    bottom: -235px;
  }
  .topicFilter .image::after {
    right: 27px;
    bottom: 23px;
  }
}
/************************************************
* CONTACTLIST
*************************************************/
.contactList {
  margin-bottom: calc(4vw + 2rem);
}
.contactList .department {
  margin-bottom: 5rem;
}
.contactList .department h3 {
  margin-bottom: 3rem;
}
.contactList .person {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4rem;
}
.contactList .person .position,
.contactList .person .name {
  color: #292929;
  font-weight: 600;
  margin-bottom: 2rem;
  width: 100%;
}
@media (min-width: 320px) {
  .contactList .person .position,
  .contactList .person .name {
    font-size: 17px;
    font-size: calc(17px + 7 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .contactList .person .position,
  .contactList .person .name {
    font-size: 24px;
  }
}
.contactList .person .name {
  margin-bottom: 0.5rem;
}
.contactList .person .image {
  margin-right: 1.5rem;
  width: 30%;
  margin-right: 5%;
}
.contactList .person .image img {
  display: block;
}
.contactList .person .info {
  width: 65%;
}
.contactList .person a[href^="tel:"] {
  background: none;
  margin-bottom: 0.5rem;
  display: inline-block;
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 370px) {
  .contactList .department {
    margin-bottom: 6rem;
  }
  .contactList .person .image {
    width: 120px;
  }
  .contactList .person .info {
    width: auto;
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .contactList .department {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 4rem;
  }
  .contactList .department h3 {
    width: 100%;
  }
  .contactList .person {
    width: 48.5%;
    margin-right: 3%;
  }
  .contactList .person:nth-of-type(2n) {
    margin-right: 0;
  }
  .contactList .person .image {
    width: 25%;
  }
  .contactList .person .info {
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .contactList header {
    margin-bottom: 4rem;
  }
  .contactList .department h3 {
    margin-bottom: 4rem;
  }
  .contactList .person {
    margin-bottom: 5rem;
  }
  .contactList .person .image {
    width: 120px;
    margin-right: 6%;
  }
  .contactList .person .position {
    margin-bottom: 2.5rem;
  }
  .contactList .person .info {
    width: auto;
    flex-grow: 1;
  }
}
@media (min-width: 1300px) {
  .contactList header {
    margin-bottom: 5rem;
  }
  .contactList .department {
    margin-bottom: 5rem;
  }
  .contactList .department h3 {
    margin-bottom: 5rem;
  }
  .contactList .person {
    width: 32%;
    margin-bottom: 6rem;
    margin-right: 2%;
  }
  .contactList .person:nth-of-type(2n) {
    margin-right: 2%;
  }
  .contactList .person:nth-of-type(3n) {
    margin-right: 0;
  }
  .contactList .person .image {
    width: 24%;
    margin-right: 3%;
  }
  .contactList .person .info {
    width: 73%;
  }
}
@media (min-width: 1700px) {
  .contactList header {
    margin-bottom: 6.5rem;
  }
  .contactList .department {
    margin-bottom: 8rem;
  }
  .contactList .department h3 {
    margin-bottom: 6rem;
  }
  .contactList .person {
    margin-bottom: 7rem;
  }
  .contactList .person .image {
    width: 120px;
    margin-right: 5%;
  }
  .contactList .person .info {
    width: auto;
    flex-grow: 1;
  }
}
@media (min-width: 2040px) {
  .contactList .department {
    width: 1920px;
    margin: 0 auto 8rem auto;
  }
  .contactList .department h3 {
    margin-bottom: 7rem;
  }
  .contactList .person {
    margin-bottom: 8rem;
  }
}
/************************************************
* HEADERSMALL
*************************************************/
.header.small {
  width: 100%;
  margin-bottom: calc(4vw + 2rem);
  position: relative;
  overflow: hidden;
  padding: 0;
  min-height: 60vw;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  /* white circle */
}
.header.small.circle::before {
  content: "";
  display: block;
  width: 120vw;
  height: 120vw;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  z-index: 1;
  right: -77vw;
  bottom: -52vw;
}
.header.small img {
  display: block;
  max-width: 65%;
  margin: 0 auto 9vw auto;
  position: relative;
  z-index: 2;
}
.header.small img.background {
  width: 100vw;
  object-fit: cover;
  height: 60vw;
  max-width: none;
  margin: 0;
  z-index: -1;
}
.header.small picture {
  display: block;
  margin: 0 auto;
}
.header.small picture img {
  width: 100vw;
  object-fit: cover;
  height: 60vw;
  max-width: none;
  margin: 0;
  z-index: -1;
}
.header.small header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.header.small header h1,
.header.small header h2,
.header.small header h3 {
  z-index: 1;
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align-last: left;
  max-width: 94%;
  text-shadow: 1px 1px 2px black;
}
@media (min-width: 320px) {
  .header.small header h1,
  .header.small header h2,
  .header.small header h3 {
    font-size: 20px;
    font-size: calc(20px + 60 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .header.small header h1,
  .header.small header h2,
  .header.small header h3 {
    font-size: 80px;
  }
}
.header.small #c12918 + header {
  align-items: flex-end;
  padding-bottom: 3em;
}
.header.small:has(#c12918) {
  margin-bottom: 0;
}

.page90 ~ main .header.small header h1::before {
  content: "#";
  font-style: normal;
  display: inline-block;
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 450px) {
  .header.small {
    min-height: 50vw;
  }
  .header.small img.background {
    height: 50vw;
  }
}
@media (min-width: 700px) {
  .header.small {
    min-height: 45vw;
  }
  .header.small img {
    max-width: 60%;
    margin-bottom: 6vw;
  }
  .header.small img.background {
    height: 45vw;
  }
}
@media (min-width: 768px) {
  .header.small {
    min-height: 40vw;
  }
  .header.small img.background {
    height: 40vw;
  }
}
@media (min-width: 900px) {
  .header.small {
    min-height: 33.2vw;
  }
  .header.small::before {
    bottom: -72vw;
  }
  .header.small img {
    max-width: 55%;
    margin-bottom: 3.5vw;
  }
  .header.small img.background {
    height: auto;
  }
}
@media (min-width: 1700px) {
  .header.small img {
    max-width: 57%;
  }
}
@media (min-width: 2100px) {
  .header.small img {
    max-width: 62%;
    margin-bottom: 2.5vw;
  }
}
/************************************************
* HEADERBIG
*************************************************/
.header.big {
  width: 100%;
  margin-bottom: calc(4vw + 2rem);
  position: relative;
  overflow: hidden;
  min-height: 133vw;
  --light: 40;
}
.header.big a[id^=c] {
  position: absolute;
}
.header.big:not(.text) img {
  display: block;
}
.header.big:not(.text) img.background {
  width: 100vw;
  height: 133vw;
  object-fit: cover;
}
.header.big.text {
  min-height: inherit;
}
.header.big.text img.background {
  width: 100%;
}
.header.big.text .text {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header.big.text .text header {
  padding-left: 4vw;
  margin-top: 3em;
}
.header.big.text .text header h1,
.header.big.text .text header h2,
.header.big.text .text header h3,
.header.big.text .text header h4,
.header.big.text .text header h5 {
  font-size: 12em;
  font-size: clamp(4em, 8vw, 12em);
  max-width: 8ch;
  word-break: break-word;
  font-weight: 800;
  line-height: 0.8;
  margin-bottom: 0;
}
.header.big.text .text header h1::before,
.header.big.text .text header h2::before,
.header.big.text .text header h3::before,
.header.big.text .text header h4::before,
.header.big.text .text header h5::before {
  content: "#";
  font-size: 1.2em;
  font-weight: 800;
  position: absolute;
  left: -0.6em;
}
.header.big.text .text header h1 span,
.header.big.text .text header h2 span,
.header.big.text .text header h3 span,
.header.big.text .text header h4 span,
.header.big.text .text header h5 span {
  color: #fff;
  padding-left: 0;
  font-size: 0.4em;
  text-align: left;
  display: inline-block;
  margin-top: 0.8em;
  max-width: 16ch;
  line-height: 0.94;
  font-weight: 800;
}
.header.big:not(.text) header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  /* colored circle */
}
.header.big:not(.text) header h1 {
  text-align: center;
}
.header.big:not(.text) header::before {
  content: "";
  display: block;
  width: 165vw;
  height: 70vw;
  border-radius: 50%;
  position: absolute;
  top: -12.5vw;
  left: -20vw;
  background-color: #51982f;
}
.header.big.second header::before {
  background-color: #a04393;
}
.header.big.third header::before {
  background-color: #69bfac;
}
.header.big.fourth header::before {
  background-color: #00623c;
}
.header.big.fifth header::before {
  background-color: #c8d300;
}
.header.big.sixth header::before {
  background-color: #c9e6de;
}
.header.big.seventh header::before {
  background-color: #c0d6d6;
}
.header.big.otofren header::before {
  background-color: #5BC5F2;
}
.header.big.otofren2 header::before {
  background-color: #FADC53;
}
.header.big.hypericum header::before {
  background-color: #b21827;
}
.header.big.chamomilla header::before {
  background-color: #f1ce00;
}
.header.big.bryonia header::before {
  background-color: #e1231b;
}
.header.big.aconitum header::before {
  background-color: #764896;
}
.header.big.thuja header::before {
  background-color: #a9c17d;
}
.header.big.apis header::before {
  background-color: #f0ad00;
}
.header.big.arnica header::before {
  background-color: #eb7802;
}
.header.big.belladonna header::before {
  background-color: #392050;
}
.header.big.p542c header::before {
  background-color: #7cb1d5;
}
.header.big.p144c header::before {
  background-color: #f28c03;
}
.header.big.p7438c header::before {
  background-color: #c89dc8;
}
.header.big.p7738c header::before {
  background-color: #4fa444;
}
.header.big.p4012c header::before {
  background-color: #decf59;
}
.header.big.p2040c header::before {
  background-color: #dd085e;
}
.header.big.p128c header::before {
  background-color: #ffd503;
}
.header.big.p2557c header::before {
  background-color: #9d7ab5;
}
.header.big h1,
.header.big h2,
.header.big h3,
.header.big h4 {
  position: relative;
  margin: 0 5vw 8vw 5vw;
  color: white;
  font-weight: 400;
  z-index: 2;
}
@media (min-width: 320px) {
  .header.big h1,
  .header.big h2,
  .header.big h3,
  .header.big h4 {
    font-size: 20px;
    font-size: calc(20px + 10 * (100vw - 320px) / 279);
  }
}
@media (min-width: 600px) {
  .header.big h1,
  .header.big h2,
  .header.big h3,
  .header.big h4 {
    font-size: 30px;
  }
}
@supports (--css: variables) {
  .header.big h1,
  .header.big h2,
  .header.big h3,
  .header.big h4 {
    --switch: calc((var(--light) - 50) * -100%);
    color: hsl(0, 0%, var(--switch));
  }
}
.header.big h1 span,
.header.big h2 span,
.header.big h3 span,
.header.big h4 span {
  display: block;
  font-weight: 600;
  text-align: center;
}
.header.big:has(#c21199) h1, .header.big:has(#c21199) h2, .header.big:has(#c21199) h3, .header.big:has(#c21199) h4 {
  color: #fff;
}
.header.big.p128c h1, .header.big.p128c h2, .header.big.p128c h3, .header.big.p128c h4 {
  color: #000;
}
.header.big a:not([id]) {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  color: white;
  z-index: 3;
  height: 40vw;
  width: 10vw;
  /* arrow circle (green) */
  /* arrow */
}
.header.big a:not([id]) i {
  position: absolute;
  bottom: 10vw;
  left: 55%;
  transform: translateX(-50%);
}
@media (min-width: 320px) {
  .header.big a:not([id]) i {
    font-size: 18px;
    font-size: calc(18px + 12 * (100vw - 320px) / 279);
  }
}
@media (min-width: 600px) {
  .header.big a:not([id]) i {
    font-size: 30px;
  }
}
.header.big a:not([id]) i::before {
  font-size: 1em;
}
.header.big .gradient {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  /* gradient top */
  /* gradient bottom*/
  /* disabled by command from malik
  &::after {
      bottom: 0;
      height: 40vw;
      background: linear-gradient(0deg, rgba(0,0,0,.8) 0%, rgba(255,255,255,0) 100%);
  }
  */
}
.header.big .gradient::before {
  /*&::before,
  &::after {*/
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
}
.header.big .gradient::before {
  top: 0;
  height: 30vw;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.header.big .swiper-pagination {
  width: auto;
  left: 6vw;
  right: 6vw;
  bottom: 6vw;
  text-align: left;
  display: flex;
}
@media (min-width: 320px) {
  .header.big .swiper-pagination {
    font-size: 4px;
    font-size: calc(4px + 8 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .header.big .swiper-pagination {
    font-size: 12px;
  }
}
.header.big .swiper-pagination-bullet {
  border-radius: 0;
  flex: 0 1 7.5em;
  width: auto;
  height: 1em;
  margin: 0 1em;
  position: relative;
  opacity: 1;
  background: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0.2) 50%);
  background-size: 200% 100%;
  background-position: right;
}
.header.big .swiper-pagination-bullet-active {
  animation-name: fill-bullet;
  animation-timing-function: linear;
  animation-duration: 4.3s;
}
@keyframes fill-bullet {
  from {
    background-position: right;
  }
  to {
    background-position: left;
  }
}
.header.big .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.header.big .swiper-pagination-bullet .swiper-pagination-thumbnail {
  width: 100%;
  position: absolute;
  overflow: hidden;
  bottom: 1em;
}
.header.big .swiper-pagination-bullet .swiper-pagination-thumbnail img {
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.header.big .swiper-slide {
  position: relative;
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 450px) {
  .header.big:not(.text) a {
    width: 12vw;
    /* arrow circle (green) */
  }
  .header.big:not(.text) a::before {
    top: -19vw;
  }
}
@media (min-width: 600px) {
  .header.big:not(.text) {
    min-height: 60vw;
    /* white circle */
  }
  .header.big:not(.text) img.background {
    height: 60vw;
  }
  .header.big:not(.text) header {
    left: 40vw;
    /* colored circle */
  }
  .header.big:not(.text) header::before {
    content: "";
    display: block;
    width: 150vw;
    height: 150vw;
    border-radius: 50%;
    position: absolute;
    top: -5.5vw;
    left: -45vw;
    background-color: #51982f;
  }
  .header.big:not(.text).second header::before {
    background-color: #a04393;
  }
  .header.big:not(.text).third header::before {
    background-color: #69bfac;
  }
  .header.big:not(.text).fourth header::before {
    background-color: #00623c;
  }
  .header.big:not(.text).fifth header::before {
    background-color: #c8d300;
  }
  .header.big:not(.text).sixth header::before {
    background-color: #c9e6de;
  }
  .header.big:not(.text).seventh header::before {
    background-color: #c0d6d6;
  }
  .header.big:not(.text).p542c header::before {
    background-color: #7cb1d5;
  }
  .header.big:not(.text).p144c header::before {
    background-color: #f28c03;
  }
  .header.big:not(.text).p7438c header::before {
    background-color: #c89dc8;
  }
  .header.big:not(.text).p7738c header::before {
    background-color: #4fa444;
  }
  .header.big:not(.text).p4012c header::before {
    background-color: #decf59;
  }
  .header.big:not(.text).p2040c header::before {
    background-color: #dd085e;
  }
  .header.big:not(.text).p128c header::before {
    background-color: #ffd503;
  }
  .header.big:not(.text).p2557c header::before {
    background-color: #9d7ab5;
  }
  .header.big:not(.text) h1, .header.big:not(.text) h2, .header.big:not(.text) h3, .header.big:not(.text) h4 {
    margin-bottom: 3vw;
  }
}
@media (min-width: 600px) {
  .header.big:not(.text) h1, .header.big:not(.text) h2, .header.big:not(.text) h3, .header.big:not(.text) h4 {
    font-size: 18px;
    font-size: calc(18px + 14 * (100vw - 600px) / 799);
  }
}
@media (min-width: 1400px) {
  .header.big:not(.text) h1, .header.big:not(.text) h2, .header.big:not(.text) h3, .header.big:not(.text) h4 {
    font-size: 32px;
  }
}
@media (min-width: 600px) {
  .header.big:not(.text) a {
    right: 0;
    bottom: 0;
    height: 7vw;
    width: 11vw;
    /* arrow circle (now white) */
  }
  .header.big:not(.text) a::before {
    width: 20vw;
    height: 20vw;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    left: 0;
  }
  .header.big:not(.text) a i {
    bottom: auto;
    top: 22%;
    left: 46%;
    transform: none;
  }
}
@media (min-width: 600px) {
  .header.big:not(.text) a i {
    font-size: 22px;
    font-size: calc(22px + 28 * (100vw - 600px) / 1320);
  }
}
@media (min-width: 1921px) {
  .header.big:not(.text) a i {
    font-size: 50px;
  }
}
@media (min-width: 600px) {
  .header.big.text {
    aspect-ratio: 16/8;
  }
}
@media (min-width: 768px) {
  .header.big:not(.text) a:not([id]) {
    height: 6vw;
    width: 10vw;
  }
  .header.big:not(.text) a:not([id]) i {
    top: 24%;
    left: 54%;
  }
}
@media (min-width: 1025px) {
  .header.big:not(.text) {
    min-height: 50vw;
  }
  .header.big:not(.text)::before {
    right: -70vw;
  }
  .header.big:not(.text) img.background {
    height: 50vw;
  }
  .header.big:not(.text) .swiper-pagination-bullet:hover .swiper-pagination-thumbnail img {
    transform: translateY(0);
  }
}
@media (min-width: 1200px) {
  .header.big:not(.text) header {
    left: 48vw;
  }
}
@media (min-width: 1400px) {
  .header.big:not(.text) header {
    left: 50vw;
  }
  .header.big:not(.text) header::before {
    top: -7vw;
    left: -8.5vw;
    width: 80vw;
    height: 80vw;
  }
  .header.big:not(.text) h1,
  .header.big:not(.text) h2,
  .header.big:not(.text) h3,
  .header.big:not(.text) h4 {
    margin-left: 11vw;
    margin-bottom: 3vw;
    margin-right: 2vw;
  }
  .header.big:not(.text) a i {
    top: 30%;
  }
}
@media (min-width: 1700px) {
  .header.big a {
    height: 4vw;
  }
  .header.big a i {
    top: 20%;
    left: 64%;
  }
}
/************************************************
* PRODUCTHEADER
*************************************************/
.productHeader {
  position: relative;
  padding: 0;
  width: 100%;
}
.productHeader figure {
  margin: 0;
}
.productHeader img {
  display: block;
}
.productHeader .text {
  position: relative;
  padding: calc(2vw + 1rem);
  z-index: 1;
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 768px) {
  .productHeader .text {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (min-width: 1024px) {
  .productHeader {
    min-height: 50vw;
  }
  .productHeader .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 100%;
  }
  .productHeader figure {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .productHeader img {
    display: block;
    width: 100vw;
    height: 100%;
    object-fit: cover;
  }
  .productHeader .text {
    max-width: 85rem;
    width: 50%;
    margin-left: 50%;
  }
  .productHeader .text.left {
    margin-left: 4%;
  }
}
/************************************************
* PRODUCTHEADER for Products
*************************************************/
.productHeaderSingleProduct {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.productHeaderSingleProduct::before {
  aspect-ratio: 1/1;
  content: "";
  display: block;
  height: 250%;
  border-radius: 50%;
  background: hsla(0, 0%, 100%, 0.3);
  position: absolute;
  z-index: 0;
  transform: translateX(58%) translateY(-10%);
  right: 0;
}
.productHeaderSingleProduct .inner {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .productHeaderSingleProduct .inner {
    padding-top: 7em;
  }
}
.productHeaderSingleProduct .text {
  position: relative;
  padding: calc(2vw + 1rem) 0;
  z-index: 1;
  padding-left: 4%;
  padding-right: 4%;
}
@media (min-width: 320px) {
  .productHeaderSingleProduct .text header h2 {
    font-size: 22px;
    font-size: calc(22px + 8 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .productHeaderSingleProduct .text header h2 {
    font-size: 30px;
  }
}
.productHeaderSingleProduct figure {
  margin: 0;
}
.productHeaderSingleProduct img {
  display: block;
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 1024px) {
  .productHeaderSingleProduct {
    min-height: 50vw;
  }
  .productHeaderSingleProduct .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 100%;
  }
  .productHeaderSingleProduct figure {
    order: 2;
    flex: 0 0 45%;
  }
  .productHeaderSingleProduct img {
    display: block;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
  }
  .productHeaderSingleProduct .text {
    max-width: 85rem;
    width: 50%;
    margin-left: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  .productHeaderSingleProduct .text.left {
    margin-left: 4%;
  }
}
/************************************************
* PRODUCTINFO
*************************************************/
.productInfo {
  margin-bottom: calc(4vw + 2rem);
}
.productInfo .left {
  margin-bottom: 3rem;
}
.productInfo .right {
  margin-bottom: 4rem;
}
.productInfo .image {
  margin-bottom: 3rem;
}
.productInfo .image img {
  display: block;
}
.productInfo ul.info {
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.productInfo ul.info li {
  width: 48%;
  margin-bottom: 1.3em;
  padding-left: 2.5em;
}
.productInfo ul.info li::before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 320px) {
  .productInfo ul.info li::before {
    font-size: 30px;
    font-size: calc(30px + 15 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .productInfo ul.info li::before {
    font-size: 45px;
  }
}
.productInfo ul.info li.pill::before {
  content: "\e818";
}
.productInfo ul.info li.gluten-free::before {
  content: "\e817";
}
.productInfo ul.info li.no-alcohol::before {
  content: "\e819";
}
.productInfo ul.info li.vegan::before {
  content: "\e81a";
}
.productInfo .text {
  margin-bottom: 4rem;
}
.productInfo .text h3 {
  padding-bottom: 0;
}
.productInfo .text h3::after {
  content: none;
}
.productInfo .productQuote .image {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}
.productInfo .productQuote .cite {
  padding-left: 5.2em;
  position: relative;
}
@media (min-width: 320px) {
  .productInfo .productQuote .cite p {
    font-size: 17px;
    font-size: calc(17px + 3 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .productInfo .productQuote .cite p {
    font-size: 20px;
  }
}
.productInfo .productQuote .cite::before {
  content: "\e81b";
  position: absolute;
  color: #69bfac;
  top: 0.1em;
  left: 0;
}
@media (min-width: 320px) {
  .productInfo .productQuote .cite::before {
    font-size: 37px;
    font-size: calc(37px + 28 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .productInfo .productQuote .cite::before {
    font-size: 65px;
  }
}
.productInfo .buyInfo {
  background: #f3f4f5;
  padding: 2rem;
}
.productInfo .buyInfo form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.productInfo .buyInfo .fieldWrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.productInfo .buyInfo label {
  width: 100%;
  text-align: center;
  font-weight: 600;
  color: #292929;
  display: block;
  margin-bottom: 1rem;
}
@media (min-width: 320px) {
  .productInfo .buyInfo label {
    font-size: 20px;
    font-size: calc(20px + 10 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .productInfo .buyInfo label {
    font-size: 30px;
  }
}
.productInfo .buyInfo select {
  width: 100%;
}
.productInfo .buyInfo .price {
  margin-bottom: 3rem;
}
@media (min-width: 320px) {
  .productInfo .buyInfo .price {
    font-size: 30px;
    font-size: calc(30px + 22 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .productInfo .buyInfo .price {
    font-size: 52px;
  }
}
.productInfo .buyInfo .price .uvp {
  font-size: 1em;
  font-weight: 600;
  color: #292929;
  margin-bottom: 0.1em;
}
.productInfo .buyInfo .price .more {
  display: flex;
}
.productInfo .buyInfo .price .ek,
.productInfo .buyInfo .price .pzn {
  font-size: 0.6em;
}
.productInfo .buyInfo .price .ek {
  color: #a04393;
  margin-right: 1em;
}
.productInfo .buyInfo .price .pzn {
  color: #292929;
}
.productInfo .footNote {
  margin-top: 0.8em;
  color: #4b4b4a;
}
@media (min-width: 320px) {
  .productInfo .footNote {
    font-size: 15px;
    font-size: calc(15px + 5 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .productInfo .footNote {
    font-size: 20px;
  }
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 370px) {
  .productInfo .buyInfo {
    padding: 3rem;
  }
}
@media (min-width: 400px) {
  .productInfo .left {
    max-width: 368px;
    margin: 0 auto 3rem auto;
  }
  .productInfo .text {
    margin-bottom: 5rem;
  }
  .productInfo .productQuote .image {
    margin-bottom: 3rem;
  }
  .productInfo .productQuote .cite {
    padding-left: 6em;
  }
}
@media (min-width: 500px) {
  .productInfo .buyInfo {
    padding: 3.5rem;
  }
  .productInfo .buyInfo .fieldWrapper {
    align-items: center;
    margin-bottom: 3.5rem;
  }
  .productInfo .buyInfo label {
    width: auto;
    margin: 0 5% 0 0;
  }
  .productInfo .buyInfo select {
    width: auto;
    flex-grow: 1;
  }
  .productInfo .buyInfo .price {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 3.5rem;
  }
  .productInfo .buyInfo .price .uvp {
    margin: 0 0.5em 0 0;
    font-size: 1.2em;
  }
  .productInfo .buyInfo .price .ek,
  .productInfo .buyInfo .price .pzn {
    font-size: 0.47em;
  }
  .productInfo .buyInfo .price .more {
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 650px) {
  .productInfo .left {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 4rem;
  }
  .productInfo .right {
    margin-bottom: 4rem;
  }
  .productInfo .image {
    width: 45%;
    margin: 0;
  }
  .productInfo .info {
    width: 52%;
  }
  .productInfo .productQuote {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .productInfo .productQuote .image {
    width: 26%;
    align-self: flex-start;
    margin-bottom: 0;
  }
  .productInfo .productQuote .cite {
    width: 70%;
  }
  .productInfo .buyInfo .fieldWrapper {
    padding: 0 5%;
  }
}
@media (min-width: 768px) {
  .productInfo .left,
  .productInfo .right {
    margin-bottom: 5rem;
  }
  .productInfo .image {
    width: 48%;
  }
  .productInfo .info {
    width: 48%;
  }
  .productInfo .text {
    margin-bottom: 6rem;
  }
  .productInfo .productQuote .image {
    width: 22%;
  }
  .productInfo .productQuote .cite {
    width: 73%;
    padding-left: 7em;
    padding-right: 8%;
  }
  .productInfo .buyInfo .fieldWrapper {
    padding: 0 8%;
  }
  .productInfo .buyInfo .price .uvp {
    font-size: 1.1em;
  }
  .productInfo .buyInfo .price .ek,
  .productInfo .buyInfo .price .pzn {
    font-size: 0.44em;
  }
}
@media (min-width: 900px) {
  .productInfo .buyInfo .fieldWrapper {
    padding: 0 14%;
  }
}
@media (min-width: 1000px) {
  .productInfo .upper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .productInfo .left {
    width: 42%;
    margin: 0;
    margin-bottom: 5rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .productInfo .image {
    margin-bottom: 3rem;
  }
  .productInfo .image,
  .productInfo .info {
    width: 100%;
  }
  .productInfo .right {
    width: 53%;
  }
  .productInfo .productQuote .image {
    width: 100%;
    margin-bottom: 3rem;
  }
  .productInfo .productQuote .cite {
    width: 100%;
    padding-right: 0;
  }
  .productInfo .buyInfo .fieldWrapper {
    padding: 0 20%;
  }
}
@media (min-width: 1100px) {
  .productInfo .buyInfo form {
    justify-content: space-between;
    align-items: center;
  }
  .productInfo .buyInfo .fieldWrapper {
    padding: 0;
    padding-right: 45%;
  }
  .productInfo .buyInfo .price {
    width: auto;
    padding-right: 5%;
    margin-bottom: 0;
  }
  .productInfo .buyInfo .price .uvp {
    font-size: 1em;
  }
  .productInfo .buyInfo .price .ek,
  .productInfo .buyInfo .price .pzn {
    font-size: 0.39em;
  }
}
@media (min-width: 1300px) {
  .productInfo .image {
    margin-bottom: 4rem;
  }
  .productInfo .left,
  .productInfo .right {
    margin-bottom: 6rem;
  }
  .productInfo .productQuote .image {
    width: 25%;
  }
  .productInfo .productQuote .cite {
    width: 70%;
  }
  .productInfo .buyInfo {
    padding: 5rem;
  }
  .productInfo .buyInfo .fieldWrapper {
    padding-right: 50%;
  }
}
@media (min-width: 1500px) {
  .productInfo .left,
  .productInfo .right {
    width: 47%;
    margin-bottom: 7rem;
  }
  .productInfo .image {
    margin-bottom: 5rem;
  }
  .productInfo ul.info li {
    margin-bottom: 1.7em;
  }
  .productInfo .text {
    margin-bottom: 7rem;
  }
  .productInfo .productQuote .cite {
    padding-left: 8em;
  }
}
@media (min-width: 1700px) {
  .productInfo .left,
  .productInfo .right {
    margin-bottom: 8rem;
  }
  .productInfo .text {
    margin-bottom: 8rem;
  }
  .productInfo .productQuote .image {
    width: 22%;
  }
  .productInfo .productQuote .cite {
    width: 73%;
    padding-left: 9.5em;
  }
  .productInfo .buyInfo {
    padding: 6rem 10rem;
  }
  .productInfo .footNote {
    margin-top: 1em;
  }
}
@media (min-width: 2000px) {
  .productInfo .buyInfo {
    padding: 6rem 5rem;
  }
  .productInfo .buyInfo .fieldWrapper {
    width: 30%;
    padding: 0;
    margin: 0;
  }
  .productInfo .buyInfo .price {
    padding: 0 2%;
  }
}
@media (min-width: 2040px) {
  .productInfo .upper {
    max-width: 1920px;
    margin: 0 auto;
  }
  .productInfo .left,
  .productInfo .right {
    margin-bottom: 10rem;
  }
  .productInfo .image {
    margin-bottom: 6rem;
  }
  .productInfo .text {
    margin-bottom: 10rem;
  }
}
@media (min-width: 2100px) {
  .productInfo .buyInfo {
    max-width: 2240px;
    margin: 0 auto;
    padding: 8rem 10rem;
  }
  .productInfo .footNote {
    max-width: 2240px;
    margin: 1em auto 0 auto;
  }
}
@media (min-width: 2300px) {
  .productInfo .buyInfo {
    padding: 8rem 14rem;
  }
}
/************************************************
* PRODUCTSLIDER
*************************************************/
.products {
  margin-bottom: calc(4vw + 2rem);
  position: relative;
  overflow: hidden;
  width: 100%;
}
.products header,
.products .buttonWrapper,
.products .list {
  padding-right: 4%;
  padding-left: 4%;
}
.products .list > a {
  display: block;
  margin-bottom: 3rem;
}
.products .swiper-container {
  width: 70%;
  margin: 0 auto;
}
.products .swiper-slide {
  text-decoration: none;
}
.products .swiper-slide .image {
  margin-bottom: 2rem;
}
.products .swiper-slide .image img {
  display: block;
}
.products .swiper-slide .text {
  text-align: center;
}
.products .swiper-slide .text h3 {
  padding: 0;
  margin-bottom: 0.5rem;
}
@media (min-width: 320px) {
  .products .swiper-slide .text h3 {
    font-size: 20px;
    font-size: calc(20px + 1 * (100vw - 320px) / 703);
  }
}
@media (min-width: 1024px) {
  .products .swiper-slide .text h3 {
    font-size: 21px;
  }
}
.products .swiper-slide .text h3::after {
  content: none;
}
.products .swiper-slide .text .linkText {
  display: inline-block;
  text-decoration: none;
  color: #292929;
  background: #f3f4f5;
  padding-left: 0.3em;
  padding-right: 0.3em;
  margin-top: 2rem;
  transition: background 0.2s ease;
}
@media (min-width: 320px) {
  .products .swiper-slide .text .linkText {
    font-size: 17px;
    font-size: calc(17px + 3 * (100vw - 320px) / 703);
  }
}
@media (min-width: 1024px) {
  .products .swiper-slide .text .linkText {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .products .swiper-slide:hover .text .linkText {
    background: #636362;
  }
}
.products .swiper-button-prev,
.products .swiper-button-next {
  position: absolute;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #f3f4f5;
  width: 7em;
  height: 7em;
  border-radius: 50%;
}
.products .swiper-button-prev::after,
.products .swiper-button-next::after {
  color: #4b4b4a;
  margin: 0;
  font-size: 1.6em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.products .swiper-button-prev.swiper-button-disabled,
.products .swiper-button-next.swiper-button-disabled {
  background-color: #f3f4f5;
  opacity: 1;
}
.products .swiper-button-prev {
  left: -3.5em;
}
.products .swiper-button-prev::after {
  content: "\e806";
  right: 0.8em;
}
.products .swiper-button-next {
  right: -3.5em;
}
.products .swiper-button-next::after {
  content: "\e807";
  left: 0.8em;
}
.products .buttonWrapper {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 370px) {
  .products .buttonWrapper {
    margin-top: 5rem;
  }
}
@media (min-width: 500px) {
  .products header.center h2 {
    margin-bottom: 2.5rem;
  }
  .products .swiper-container {
    width: 80%;
  }
  .products .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .products .list > a {
    width: 48%;
    margin-right: 4%;
  }
  .products .list > a:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .products header,
  .products .buttonWrapper,
  .products .list {
    padding-right: 3%;
    padding-left: 3%;
  }
  .products header.center h2 {
    margin-bottom: 3.5rem;
  }
  .products .swiper-container {
    width: 87%;
  }
  .products .swiper-button-prev,
  .products .swiper-button-next {
    width: 8em;
    height: 8em;
  }
  .products .swiper-button-prev::after,
  .products .swiper-button-next::after {
    font-size: 1.7em;
  }
  .products .swiper-button-prev {
    left: -4em;
  }
  .products .swiper-button-prev::after {
    right: 0.9em;
  }
  .products .swiper-button-next {
    right: -4em;
  }
  .products .swiper-button-next::after {
    left: 0.9em;
  }
  .products .buttonWrapper {
    margin-top: 6rem;
  }
  .products .list > a {
    width: 31.5%;
    margin-right: 2.75%;
    margin-bottom: 3.5rem;
  }
  .products .list > a:nth-of-type(2n) {
    margin-right: 2.75%;
  }
  .products .list > a:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .products .swiper-slide .text h3 {
    font-size: 20px;
    font-size: calc(20px + 12 * (100vw - 1024px) / 896);
  }
}
@media (min-width: 1921px) {
  .products .swiper-slide .text h3 {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .products .swiper-slide .text .linkText {
    font-size: 18px;
    font-size: calc(18px + 6 * (100vw - 1024px) / 896);
  }
}
@media (min-width: 1921px) {
  .products .swiper-slide .text .linkText {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .products .list > a {
    width: 23%;
    margin-right: 2.6666667%;
    margin-bottom: 4rem;
  }
  .products .list > a:nth-of-type(2n) {
    margin-right: 2.6666667%;
  }
  .products .list > a:nth-of-type(3n) {
    margin-right: 2.6666667%;
  }
  .products .list > a:nth-of-type(4n) {
    margin-right: 0;
  }
  .products .list + .buttonWrapper {
    margin-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .products header.center h2 {
    margin-bottom: 4rem;
  }
  .products .swiper-container {
    width: 87%;
  }
  .products .list {
    width: 87%;
    margin: 0 auto;
    padding: 0;
  }
  .products .list > a {
    margin-bottom: 5rem;
  }
  .products .list + .buttonWrapper {
    margin-top: 3rem;
  }
  .products .swiper-slide .text h3 {
    margin-bottom: 1rem;
  }
  .products .swiper-button-prev,
  .products .swiper-button-next {
    width: 12em;
    height: 12em;
  }
  .products .swiper-button-prev::after,
  .products .swiper-button-next::after {
    font-size: 2.42em;
  }
  .products .swiper-button-prev {
    left: -6em;
  }
  .products .swiper-button-prev::after {
    right: 1em;
  }
  .products .swiper-button-next {
    right: -6em;
  }
  .products .swiper-button-next::after {
    left: 1em;
  }
  .products .buttonWrapper {
    margin-top: 7rem;
  }
}
@media (min-width: 1500px) {
  .products header.center h2 {
    margin-bottom: 5rem;
  }
  .products .list > a {
    margin-bottom: 6rem;
  }
  .products .swiper-slide .image {
    margin-bottom: 2.5rem;
  }
  .products .swiper-slide .text .linkText {
    margin-top: 3rem;
  }
  .products .swiper-container,
  .products .list {
    width: 82%;
  }
  .products .swiper-button-prev,
  .products .swiper-button-next {
    width: 15em;
    height: 15em;
  }
  .products .swiper-button-prev::after,
  .products .swiper-button-next::after {
    font-size: 2.5em;
  }
  .products .swiper-button-prev {
    left: -7.5em;
  }
  .products .swiper-button-prev::after {
    right: 1.2em;
  }
  .products .swiper-button-next {
    right: -7.5em;
  }
  .products .swiper-button-next::after {
    left: 1.2em;
  }
  .products .buttonWrapper {
    margin-top: 8rem;
  }
}
@media (min-width: 1800px) {
  .products header.center h2 {
    margin-bottom: 7rem;
  }
  .products .list > a {
    margin-bottom: 8rem;
  }
  .products .list + .buttonWrapper {
    margin-top: 4rem;
  }
  .products .swiper-slide .text .linkText {
    margin-top: 4rem;
  }
  .products .swiper-button-prev,
  .products .swiper-button-next {
    width: 16em;
    height: 16em;
  }
  .products .swiper-button-prev::after,
  .products .swiper-button-next::after {
    font-size: 2.6em;
  }
  .products .swiper-button-prev {
    left: -8em;
  }
  .products .swiper-button-prev::after {
    right: 1.3em;
  }
  .products .swiper-button-next {
    right: -8em;
  }
  .products .swiper-button-next::after {
    left: 1.3em;
  }
  .products .buttonWrapper {
    margin-top: 10rem;
  }
}
@media (min-width: 2340px) {
  .products header.center h2 {
    margin-bottom: 8rem;
  }
  .products .swiper-container,
  .products .list {
    max-width: 1920px;
    margin: 0 auto;
  }
  .products .list > a {
    margin-bottom: 10rem;
  }
  .products .list + .buttonWrapper {
    margin-top: 3rem;
  }
  .products .buttonWrapper {
    margin-top: 11rem;
  }
}
/************************************************
* FILTER
*************************************************/
.filter {
  margin-bottom: 4rem;
}
@media (min-width: 320px) {
  .filter.mobile {
    font-size: 17px;
    font-size: calc(17px + 1 * (100vw - 320px) / 447);
  }
}
@media (min-width: 768px) {
  .filter.mobile {
    font-size: 18px;
  }
}
.filter.mobile .ss-main:first-child {
  margin-top: 0;
}
.filter.mobile .ss-main .ss-single-selected {
  padding: 0.5em 1em;
  height: 3em;
  background: rgba(75, 75, 74, 0.45);
  border-radius: 0;
}
.filter.mobile .ss-main .ss-single-selected span.placeholder {
  font-family: "Source Sans Pro";
  color: white;
  font-weight: 600;
  text-transform: uppercase;
}
.filter.mobile .ss-main .ss-single-selected span.placeholder span.ss-disabled {
  font-family: "Source Sans Pro";
  color: white;
  font-weight: 600;
  text-transform: uppercase;
}
.filter.mobile .ss-main .ss-single-selected .ss-arrow {
  margin-top: 0;
}
.filter.mobile .ss-main .ss-single-selected .ss-arrow span {
  border-color: white;
  padding: 0.3em;
}
.filter.mobile .ss-main .ss-content {
  background: #f3f4f5;
  border: 2px solid #dcdee2;
}
.filter.mobile .ss-main .ss-content .ss-list {
  max-height: 235px;
}
.filter.mobile .ss-main .ss-content .ss-list .ss-option {
  text-transform: uppercase;
  padding: 10px 15px;
}
.filter.mobile .ss-main .ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected {
  color: white;
  background: rgba(75, 75, 74, 0.45);
}
.filter.mobile .ss-main .ss-content .ss-list .ss-option.ss-highlighted {
  color: #4b4b4a;
}
.filter.mobile .ss-main .ss-content .ss-list .ss-option:hover {
  color: white;
  background: rgba(75, 75, 74, 0.45);
}
.filter.desktop {
  display: none;
  /* ausgewählter Zustand */
  /* hide checkbox and radio button */
}
@media (min-width: 320px) {
  .filter.desktop {
    font-size: 17px;
    font-size: calc(17px + 3 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .filter.desktop {
    font-size: 20px;
  }
}
.filter.desktop form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
}
.filter.desktop label {
  font-size: 1em;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  background: rgba(75, 75, 74, 0.45);
  margin: 0 0.4em 0.8em 0.4em;
  padding: 0.25em 1.2em;
  border-radius: 1.2em;
  cursor: pointer;
}
.filter.desktop [type=checkbox]:checked + label {
  background: #4b4b4a;
}
.filter.desktop [type=checkbox]:not(:checked), .filter.desktop [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

.mask {
  animation: mask 1s;
  max-width: 0px;
  max-height: 0px;
  overflow: hidden;
  position: absolute;
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 450px) {
  .filter {
    max-width: 414px;
    margin: 0 auto 4rem auto;
  }
}
@media (min-width: 768px) {
  .filter {
    max-width: 100%;
    margin: 0 0 5rem 0;
  }
  .filter.mobile {
    display: none;
  }
  .filter.desktop {
    display: block;
  }
}
@media (min-width: 1000px) {
  .filter.desktop label {
    margin: 0 0.5em 1em 0.5em;
  }
}
@media (min-width: 1300px) {
  .filter {
    margin: 0 0 6rem 0;
  }
}
@media (min-width: 1630px) {
  .filter {
    max-width: 1530px;
    margin: 0 auto 7rem auto;
  }
}
@media (min-width: 1900px) {
  .filter {
    margin: 0 auto 9rem auto;
  }
}
/************************************************
* GRID
*************************************************/
@keyframes pulse {
  from {
    box-shadow: 0 0 0 0px rgb(0, 0, 0);
  }
  to {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
.grid {
  margin-bottom: calc(4vw + 2rem);
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(0, 380px));
  grid-auto-flow: row dense;
  /* creates the gutter between the rows */
}
.grid > a:not(:link) {
  position: absolute;
  display: none;
}
.grid .gridItem {
  overflow: hidden;
  display: block;
  grid-column-start: auto;
  grid-row-start: auto;
  counter-increment: item-counter;
  position: relative;
  content-visibility: auto;
}
.grid .gridItem.bucket {
  aspect-ratio: 1/1.15;
}
.grid .gridItem .inner {
  aspect-ratio: 1/1;
}
.grid .gridItem a:target + .inner {
  border: 4px solid rgba(0, 0, 0, 0.1);
}
.grid .gridItem.visible:not(.seen) {
  animation: popIn 500ms ease-out;
}
.grid .gridItem.twoCol {
  grid-column: span 2;
  grid-row: span 2;
}
.grid .gridItem.skyscraper {
  grid-row: span 2;
  aspect-ratio: inherit;
}
.grid .gridItem.skyscraper img {
  height: inherit;
}
.grid .gridItem.mask {
  display: none;
}
.grid .gridItem .actions {
  display: flex;
  padding: 1em;
  gap: 0.4em;
}
.grid .gridItem .actions a {
  cursor: pointer;
  display: block;
  flex: 0 0 2em;
  height: 2em;
  width: 2em;
  margin: 0 0.2em;
  opacity: 0.4;
  padding: 0.1em;
  transition: opacity 0.2s ease-out;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .grid .gridItem .actions a {
    flex: 0 0 3em;
    height: 3em;
    width: 3em;
  }
}
.grid .gridItem .actions a:first-child {
  margin-right: auto;
}
.grid .gridItem .actions a:hover {
  opacity: 1;
}
.grid .gridItem .actions a.selected {
  opacity: 1;
}
.grid .gridItem .actions a.selected::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 0.5em;
  height: 0.5em;
  animation: pulse 300ms;
}
.grid .gridItem .actions a img {
  width: 100%;
  height: auto;
}
.grid .inner {
  position: relative;
  background: #51982f;
  display: block;
  text-decoration: none;
  padding: 0;
  margin: 0;
  /* .color class variants */
  /* .inner.bg-color */
  /* .inner.bg-color */
  /* .inner.bg-color */
  /* .inner.bg-color */
  /* .inner.bg-color */
  /* .inner.bg-color */
  /* .inner.bg-color */
  /* .inner.bg-color */
  /* .inner.bg-color */
  /* .inner.bg-color */
  /* .inner.bg-color */
  /* .inner.bg-color */
  /* .inner.bg-color */
  /* .inner.bg-color */
  /* .inner.bg-color */
  /* .inner.bg-color */
  /* .inner.bg-color */
  /* .inner.bg-color */
  /* .inner.bg-color */
  /* .inner.bg-color */
  /* .inner.bg-color */
  /* .inner.bg-color */
  /* .inner.bg-color */
  /* .inner.bg-color */
  /* .inner.bg-color */
  /* .inner.bg-color */
  /* .inner.bg-color */
  /* .inner.bg-color */
  /* .inner.bg-color */
  /* .inner.bg-color */
  /* .inner.bg-color */
  /* .inner.bg-color */
}
@media (min-width: 320px) {
  .grid .inner {
    font-size: 22px;
    font-size: calc(22px + 8 * (100vw - 320px) / 447);
  }
}
@media (min-width: 768px) {
  .grid .inner {
    font-size: 30px;
  }
}
.grid .inner.p542c {
  background: #7cb1d5;
}
.grid .inner.p144c {
  background: #f28c03;
}
.grid .inner.p7438c {
  background: #c89dc8;
}
.grid .inner.p7738c {
  background: #4fa444;
}
.grid .inner.p4012c {
  background: #decf59;
}
.grid .inner.p2040c {
  background: #dd085e;
}
.grid .inner.p128c {
  background: #ffd503;
}
.grid .inner.p2557c {
  background: #9d7ab5;
}
.grid .inner.bg-bg {
  background: #e6e6e6;
}
.grid .inner.bg-first {
  background: #51982f;
}
.grid .inner.bg-second {
  background: #a04393;
}
.grid .inner.bg-third {
  background: #69bfac;
}
.grid .inner.bg-fourth {
  background: #00623c;
}
.grid .inner.bg-fifth {
  background: #c8d300;
}
.grid .inner.bg-sixth {
  background: #c9e6de;
}
.grid .inner.bg-seventh {
  background: #c0d6d6;
}
.grid .inner.bg-otofren {
  background: #5BC5F2;
}
.grid .inner.bg-otofren2 {
  background: #FADC53;
}
.grid .inner.bg-hypericum {
  background: #b21827;
}
.grid .inner.bg-chamomilla {
  background: #f1ce00;
}
.grid .inner.bg-bryonia {
  background: #e1231b;
}
.grid .inner.bg-aconitum {
  background: #764896;
}
.grid .inner.bg-thuja {
  background: #a9c17d;
}
.grid .inner.bg-apis {
  background: #f0ad00;
}
.grid .inner.bg-arnica {
  background: #eb7802;
}
.grid .inner.bg-belladonna {
  background: #392050;
}
.grid .inner.bg-nervo1 {
  background: #4c8d2b;
}
.grid .inner.bg-nervo2 {
  background: #002f6c;
}
.grid .inner.bg-nervo3 {
  background: #bfdad2;
}
.grid .inner.bg-trans1 {
  background: black;
}
.grid .inner.bg-trans2 {
  background: black;
}
.grid .inner.bg-trans3 {
  background: white;
}
.grid .inner.bg-p542c {
  background: #7cb1d5;
}
.grid .inner.bg-p144c {
  background: #f28c03;
}
.grid .inner.bg-p7438c {
  background: #c89dc8;
}
.grid .inner.bg-p7738c {
  background: #4fa444;
}
.grid .inner.bg-p4012c {
  background: #decf59;
}
.grid .inner.bg-p2040c {
  background: #dd085e;
}
.grid .inner.bg-p128c {
  background: #ffd503;
}
.grid .inner.bg-p2557c {
  background: #9d7ab5;
}
.grid .inner.hasText {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  /* stretches the element to 1:1 square aspect ratio*/
}
.grid .inner.hasText::before {
  display: block;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1' /%3E");
  line-height: 0;
  font-size: 0;
}
.grid .inner.hasText div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  padding: 0.5em;
}
.grid .inner.hasDownload figure {
  position: relative;
}
.grid .inner.hasDownload figure::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.grid .inner.hasDownload figure::after {
  content: "\e820";
  position: absolute;
  font-size: 1.8em;
  color: white;
  z-index: 4;
  opacity: 0;
  transition: opacity 0.4s ease;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1025px) {
  .grid .inner.hasDownload:hover figure::before, .grid .inner.hasDownload:hover figure::after {
    opacity: 1;
  }
}
.grid figure {
  margin: 0;
  height: 100%;
}
.grid figure figcaption {
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  line-height: 1.3;
  color: #4b4b4a;
  text-transform: none;
  padding: 0.2em 0.5em;
}
@media (min-width: 320px) {
  .grid figure figcaption {
    font-size: 16px;
    font-size: calc(16px + 1 * (100vw - 320px) / 703);
  }
}
@media (min-width: 1024px) {
  .grid figure figcaption {
    font-size: 17px;
  }
}
.grid img {
  display: block;
  object-fit: cover;
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 650px) {
  .grid {
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}
@media (min-width: 1000px) {
  .grid {
    grid-template-columns: repeat(4, minmax(200px, 1fr));
  }
}
@media (min-width: 1800px) {
  .grid {
    grid-template-columns: repeat(5, minmax(200px, 430px));
  }
}
@media (min-width: 650px) {
  .grid .inner.hasText {
    font-size: 19px;
    font-size: calc(19px + 17 * (100vw - 650px) / 1397);
  }
}
@media (min-width: 2048px) {
  .grid .inner.hasText {
    font-size: 36px;
  }
}
@media (min-width: 830px) {
  .grid .inner.hasText {
    font-size: 19px;
    font-size: calc(19px + 17 * (100vw - 830px) / 1217);
  }
}
@media (min-width: 2048px) {
  .grid .inner.hasText {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .grid .inner.hasText {
    font-size: 19px;
    font-size: calc(19px + 17 * (100vw - 1024px) / 1023);
  }
}
@media (min-width: 2048px) {
  .grid .inner.hasText {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .grid .twoCol .inner {
    font-size: 30px;
    font-size: calc(30px + 26 * (100vw - 1024px) / 1023);
  }
}
@media (min-width: 2048px) {
  .grid .twoCol .inner {
    font-size: 56px;
  }
}
@media (min-width: 1024px) {
  .grid figure figcaption {
    font-size: 17px;
    font-size: calc(17px + 3 * (100vw - 1024px) / 1023);
  }
}
@media (min-width: 2048px) {
  .grid figure figcaption {
    font-size: 20px;
  }
}
@media (min-width: 1900px) {
  .grid figure figcaption {
    padding: 0.3em 0.6em;
  }
}
@media (min-width: 2047px) {
  .grid,
  .wrap:has(.grid) {
    max-width: 1920px;
  }
}
/************************************************
* NEWSOVERVIEW
*************************************************/
.newsOverview {
  margin-bottom: calc(4vw + 2rem);
}
.newsOverview .news {
  margin-bottom: 4rem;
}
@media (min-width: 320px) {
  .newsOverview .news h3 {
    font-size: 20px;
    font-size: calc(20px + 3 * (100vw - 320px) / 679);
  }
}
@media (min-width: 1000px) {
  .newsOverview .news h3 {
    font-size: 23px;
  }
}
.newsOverview .image {
  margin-bottom: 2rem;
}
.newsOverview .image img {
  display: block;
}
.newsOverview .subline {
  line-height: 1.5;
  font-weight: 400;
  color: #4b4b4a;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
@media (min-width: 320px) {
  .newsOverview .subline {
    font-size: 15px;
    font-size: calc(15px + 2 * (100vw - 320px) / 679);
  }
}
@media (min-width: 1000px) {
  .newsOverview .subline {
    font-size: 17px;
  }
}
.newsOverview .buttonWrapper {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 450px) {
  .newsOverview .news {
    max-width: 414px;
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 768px) {
  .newsOverview .entries {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .newsOverview .news {
    max-width: 100%;
    width: 48%;
    margin: 0 4% 4rem 0;
  }
  .newsOverview .news:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .newsOverview header {
    margin-bottom: 4rem;
  }
  .newsOverview .news {
    width: 31.5%;
    margin: 0 2.75% 4rem 0;
  }
  .newsOverview .news:nth-of-type(2n) {
    margin-right: 2.75%;
  }
  .newsOverview .news:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1000px) {
  .newsOverview .news h3 {
    font-size: 22px;
    font-size: calc(22px + 8 * (100vw - 1000px) / 920);
  }
}
@media (min-width: 1921px) {
  .newsOverview .news h3 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .newsOverview .subline {
    font-weight: 600;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1000px) {
  .newsOverview .subline {
    font-size: 16px;
    font-size: calc(16px + 4 * (100vw - 1000px) / 920);
  }
}
@media (min-width: 1921px) {
  .newsOverview .subline {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .newsOverview .news {
    margin: 0 2.75% 6rem 0;
  }
  .newsOverview .buttonWrapper {
    margin-top: 0;
  }
}
@media (min-width: 1600px) {
  .newsOverview header {
    margin-bottom: 5rem;
  }
  .newsOverview .news {
    margin: 0 2.75% 8rem 0;
  }
  .newsOverview .image {
    margin-bottom: 3rem;
  }
  .newsOverview .buttonWrapper {
    margin-top: 2rem;
  }
}
@media (min-width: 1800px) {
  .newsOverview .news {
    margin: 0 2.75% 11rem 0;
  }
}
@media (min-width: 2040px) {
  .newsOverview header {
    margin-bottom: 6rem;
  }
  .newsOverview .entries {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
  }
  .newsOverview .image {
    margin-bottom: 3.5rem;
  }
}
/************************************************
* THEMESLIDER
*************************************************/
.themeSlider {
  padding-left: 0;
  padding-right: 0;
}
.themeSlider a:not(:link) {
  flex: 0 0 0;
}
.themeSlider header {
  padding-left: 4%;
  padding-right: 4%;
}
.themeSlider header.center {
  flex: 0 1 0;
}
.themeSlider .pagination {
  display: none;
}
.themeSlider .content {
  font-size: 10px;
  position: relative;
  /* color variants */
  /* content.color */
  /* content.color */
  /* content.color */
  /* content.color */
  /* content.color */
  /* content.color */
  /* content.color */
  /* content.color */
  /* content.color */
  /* content.color */
  /* content.color */
  /* content.color */
  /* content.color */
  /* content.color */
  /* content.color */
  /* content.color */
  /* content.color */
  /* content.color */
  /* content.color */
  /* content.color */
  /* content.color */
  /* content.color */
  /* content.color */
  /* content.color */
  /* content.color */
  /* content.color */
  /* content.color */
  /* content.color */
  /* content.color */
  /* content.color */
  /* content.color */
  /* content.color */
}
.themeSlider .content.bg h1, .themeSlider .content.bg h2, .themeSlider .content.bg h3, .themeSlider .content.bg h4 {
  color: #e6e6e6;
  color: var(--background-color);
}
.themeSlider .content.bg p {
  color: #4b4b4a;
}
.themeSlider .content.bg a:not([class]) {
  color: #292929;
}
.themeSlider .content.bg .swiper-button-next,
.themeSlider .content.bg .swiper-button-prev {
  background: #e6e6e6;
}
.themeSlider .content.first h1, .themeSlider .content.first h2, .themeSlider .content.first h3, .themeSlider .content.first h4 {
  color: #51982f;
  color: var(--background-color);
}
.themeSlider .content.first p {
  color: #4b4b4a;
}
.themeSlider .content.first a:not([class]) {
  color: #292929;
}
.themeSlider .content.first .swiper-button-next,
.themeSlider .content.first .swiper-button-prev {
  background: #51982f;
}
.themeSlider .content.second h1, .themeSlider .content.second h2, .themeSlider .content.second h3, .themeSlider .content.second h4 {
  color: #a04393;
  color: var(--background-color);
}
.themeSlider .content.second p {
  color: #4b4b4a;
}
.themeSlider .content.second a:not([class]) {
  color: #292929;
}
.themeSlider .content.second .swiper-button-next,
.themeSlider .content.second .swiper-button-prev {
  background: #a04393;
}
.themeSlider .content.third h1, .themeSlider .content.third h2, .themeSlider .content.third h3, .themeSlider .content.third h4 {
  color: #69bfac;
  color: var(--background-color);
}
.themeSlider .content.third p {
  color: #4b4b4a;
}
.themeSlider .content.third a:not([class]) {
  color: #292929;
}
.themeSlider .content.third .swiper-button-next,
.themeSlider .content.third .swiper-button-prev {
  background: #69bfac;
}
.themeSlider .content.fourth h1, .themeSlider .content.fourth h2, .themeSlider .content.fourth h3, .themeSlider .content.fourth h4 {
  color: #00623c;
  color: var(--background-color);
}
.themeSlider .content.fourth p {
  color: #4b4b4a;
}
.themeSlider .content.fourth a:not([class]) {
  color: #292929;
}
.themeSlider .content.fourth .swiper-button-next,
.themeSlider .content.fourth .swiper-button-prev {
  background: #00623c;
}
.themeSlider .content.fifth h1, .themeSlider .content.fifth h2, .themeSlider .content.fifth h3, .themeSlider .content.fifth h4 {
  color: #c8d300;
  color: var(--background-color);
}
.themeSlider .content.fifth p {
  color: #4b4b4a;
}
.themeSlider .content.fifth a:not([class]) {
  color: #292929;
}
.themeSlider .content.fifth .swiper-button-next,
.themeSlider .content.fifth .swiper-button-prev {
  background: #c8d300;
}
.themeSlider .content.sixth h1, .themeSlider .content.sixth h2, .themeSlider .content.sixth h3, .themeSlider .content.sixth h4 {
  color: #c9e6de;
  color: var(--background-color);
}
.themeSlider .content.sixth p {
  color: #4b4b4a;
}
.themeSlider .content.sixth a:not([class]) {
  color: #292929;
}
.themeSlider .content.sixth .swiper-button-next,
.themeSlider .content.sixth .swiper-button-prev {
  background: #c9e6de;
}
.themeSlider .content.seventh h1, .themeSlider .content.seventh h2, .themeSlider .content.seventh h3, .themeSlider .content.seventh h4 {
  color: #c0d6d6;
  color: var(--background-color);
}
.themeSlider .content.seventh p {
  color: #4b4b4a;
}
.themeSlider .content.seventh a:not([class]) {
  color: #292929;
}
.themeSlider .content.seventh .swiper-button-next,
.themeSlider .content.seventh .swiper-button-prev {
  background: #c0d6d6;
}
.themeSlider .content.otofren h1, .themeSlider .content.otofren h2, .themeSlider .content.otofren h3, .themeSlider .content.otofren h4 {
  color: #5BC5F2;
  color: var(--background-color);
}
.themeSlider .content.otofren p {
  color: #4b4b4a;
}
.themeSlider .content.otofren a:not([class]) {
  color: #292929;
}
.themeSlider .content.otofren .swiper-button-next,
.themeSlider .content.otofren .swiper-button-prev {
  background: #5BC5F2;
}
.themeSlider .content.otofren2 h1, .themeSlider .content.otofren2 h2, .themeSlider .content.otofren2 h3, .themeSlider .content.otofren2 h4 {
  color: #FADC53;
  color: var(--background-color);
}
.themeSlider .content.otofren2 p {
  color: #4b4b4a;
}
.themeSlider .content.otofren2 a:not([class]) {
  color: #292929;
}
.themeSlider .content.otofren2 .swiper-button-next,
.themeSlider .content.otofren2 .swiper-button-prev {
  background: #FADC53;
}
.themeSlider .content.hypericum h1, .themeSlider .content.hypericum h2, .themeSlider .content.hypericum h3, .themeSlider .content.hypericum h4 {
  color: #b21827;
  color: var(--background-color);
}
.themeSlider .content.hypericum p {
  color: #4b4b4a;
}
.themeSlider .content.hypericum a:not([class]) {
  color: #292929;
}
.themeSlider .content.hypericum .swiper-button-next,
.themeSlider .content.hypericum .swiper-button-prev {
  background: #b21827;
}
.themeSlider .content.chamomilla h1, .themeSlider .content.chamomilla h2, .themeSlider .content.chamomilla h3, .themeSlider .content.chamomilla h4 {
  color: #f1ce00;
  color: var(--background-color);
}
.themeSlider .content.chamomilla p {
  color: #4b4b4a;
}
.themeSlider .content.chamomilla a:not([class]) {
  color: #292929;
}
.themeSlider .content.chamomilla .swiper-button-next,
.themeSlider .content.chamomilla .swiper-button-prev {
  background: #f1ce00;
}
.themeSlider .content.bryonia h1, .themeSlider .content.bryonia h2, .themeSlider .content.bryonia h3, .themeSlider .content.bryonia h4 {
  color: #e1231b;
  color: var(--background-color);
}
.themeSlider .content.bryonia p {
  color: #4b4b4a;
}
.themeSlider .content.bryonia a:not([class]) {
  color: #292929;
}
.themeSlider .content.bryonia .swiper-button-next,
.themeSlider .content.bryonia .swiper-button-prev {
  background: #e1231b;
}
.themeSlider .content.aconitum h1, .themeSlider .content.aconitum h2, .themeSlider .content.aconitum h3, .themeSlider .content.aconitum h4 {
  color: #764896;
  color: var(--background-color);
}
.themeSlider .content.aconitum p {
  color: #4b4b4a;
}
.themeSlider .content.aconitum a:not([class]) {
  color: #292929;
}
.themeSlider .content.aconitum .swiper-button-next,
.themeSlider .content.aconitum .swiper-button-prev {
  background: #764896;
}
.themeSlider .content.thuja h1, .themeSlider .content.thuja h2, .themeSlider .content.thuja h3, .themeSlider .content.thuja h4 {
  color: #a9c17d;
  color: var(--background-color);
}
.themeSlider .content.thuja p {
  color: #4b4b4a;
}
.themeSlider .content.thuja a:not([class]) {
  color: #292929;
}
.themeSlider .content.thuja .swiper-button-next,
.themeSlider .content.thuja .swiper-button-prev {
  background: #a9c17d;
}
.themeSlider .content.apis h1, .themeSlider .content.apis h2, .themeSlider .content.apis h3, .themeSlider .content.apis h4 {
  color: #f0ad00;
  color: var(--background-color);
}
.themeSlider .content.apis p {
  color: #4b4b4a;
}
.themeSlider .content.apis a:not([class]) {
  color: #292929;
}
.themeSlider .content.apis .swiper-button-next,
.themeSlider .content.apis .swiper-button-prev {
  background: #f0ad00;
}
.themeSlider .content.arnica h1, .themeSlider .content.arnica h2, .themeSlider .content.arnica h3, .themeSlider .content.arnica h4 {
  color: #eb7802;
  color: var(--background-color);
}
.themeSlider .content.arnica p {
  color: #4b4b4a;
}
.themeSlider .content.arnica a:not([class]) {
  color: #292929;
}
.themeSlider .content.arnica .swiper-button-next,
.themeSlider .content.arnica .swiper-button-prev {
  background: #eb7802;
}
.themeSlider .content.belladonna h1, .themeSlider .content.belladonna h2, .themeSlider .content.belladonna h3, .themeSlider .content.belladonna h4 {
  color: #392050;
  color: var(--background-color);
}
.themeSlider .content.belladonna p {
  color: #4b4b4a;
}
.themeSlider .content.belladonna a:not([class]) {
  color: #292929;
}
.themeSlider .content.belladonna .swiper-button-next,
.themeSlider .content.belladonna .swiper-button-prev {
  background: #392050;
}
.themeSlider .content.nervo1 h1, .themeSlider .content.nervo1 h2, .themeSlider .content.nervo1 h3, .themeSlider .content.nervo1 h4 {
  color: #4c8d2b;
  color: var(--background-color);
}
.themeSlider .content.nervo1 p {
  color: #4b4b4a;
}
.themeSlider .content.nervo1 a:not([class]) {
  color: #292929;
}
.themeSlider .content.nervo1 .swiper-button-next,
.themeSlider .content.nervo1 .swiper-button-prev {
  background: #4c8d2b;
}
.themeSlider .content.nervo2 h1, .themeSlider .content.nervo2 h2, .themeSlider .content.nervo2 h3, .themeSlider .content.nervo2 h4 {
  color: #002f6c;
  color: var(--background-color);
}
.themeSlider .content.nervo2 p {
  color: #4b4b4a;
}
.themeSlider .content.nervo2 a:not([class]) {
  color: #292929;
}
.themeSlider .content.nervo2 .swiper-button-next,
.themeSlider .content.nervo2 .swiper-button-prev {
  background: #002f6c;
}
.themeSlider .content.nervo3 h1, .themeSlider .content.nervo3 h2, .themeSlider .content.nervo3 h3, .themeSlider .content.nervo3 h4 {
  color: #bfdad2;
  color: var(--background-color);
}
.themeSlider .content.nervo3 p {
  color: #4b4b4a;
}
.themeSlider .content.nervo3 a:not([class]) {
  color: #292929;
}
.themeSlider .content.nervo3 .swiper-button-next,
.themeSlider .content.nervo3 .swiper-button-prev {
  background: #bfdad2;
}
.themeSlider .content.trans1 h1, .themeSlider .content.trans1 h2, .themeSlider .content.trans1 h3, .themeSlider .content.trans1 h4 {
  color: black;
  color: var(--background-color);
}
.themeSlider .content.trans1 p {
  color: #4b4b4a;
}
.themeSlider .content.trans1 a:not([class]) {
  color: #292929;
}
.themeSlider .content.trans1 .swiper-button-next,
.themeSlider .content.trans1 .swiper-button-prev {
  background: black;
}
.themeSlider .content.trans2 h1, .themeSlider .content.trans2 h2, .themeSlider .content.trans2 h3, .themeSlider .content.trans2 h4 {
  color: black;
  color: var(--background-color);
}
.themeSlider .content.trans2 p {
  color: #4b4b4a;
}
.themeSlider .content.trans2 a:not([class]) {
  color: #292929;
}
.themeSlider .content.trans2 .swiper-button-next,
.themeSlider .content.trans2 .swiper-button-prev {
  background: black;
}
.themeSlider .content.trans3 h1, .themeSlider .content.trans3 h2, .themeSlider .content.trans3 h3, .themeSlider .content.trans3 h4 {
  color: white;
  color: var(--background-color);
}
.themeSlider .content.trans3 p {
  color: #4b4b4a;
}
.themeSlider .content.trans3 a:not([class]) {
  color: #292929;
}
.themeSlider .content.trans3 .swiper-button-next,
.themeSlider .content.trans3 .swiper-button-prev {
  background: white;
}
.themeSlider .content.p542c h1, .themeSlider .content.p542c h2, .themeSlider .content.p542c h3, .themeSlider .content.p542c h4 {
  color: #7cb1d5;
  color: var(--background-color);
}
.themeSlider .content.p542c p {
  color: #4b4b4a;
}
.themeSlider .content.p542c a:not([class]) {
  color: #292929;
}
.themeSlider .content.p542c .swiper-button-next,
.themeSlider .content.p542c .swiper-button-prev {
  background: #7cb1d5;
}
.themeSlider .content.p144c h1, .themeSlider .content.p144c h2, .themeSlider .content.p144c h3, .themeSlider .content.p144c h4 {
  color: #f28c03;
  color: var(--background-color);
}
.themeSlider .content.p144c p {
  color: #4b4b4a;
}
.themeSlider .content.p144c a:not([class]) {
  color: #292929;
}
.themeSlider .content.p144c .swiper-button-next,
.themeSlider .content.p144c .swiper-button-prev {
  background: #f28c03;
}
.themeSlider .content.p7438c h1, .themeSlider .content.p7438c h2, .themeSlider .content.p7438c h3, .themeSlider .content.p7438c h4 {
  color: #c89dc8;
  color: var(--background-color);
}
.themeSlider .content.p7438c p {
  color: #4b4b4a;
}
.themeSlider .content.p7438c a:not([class]) {
  color: #292929;
}
.themeSlider .content.p7438c .swiper-button-next,
.themeSlider .content.p7438c .swiper-button-prev {
  background: #c89dc8;
}
.themeSlider .content.p7738c h1, .themeSlider .content.p7738c h2, .themeSlider .content.p7738c h3, .themeSlider .content.p7738c h4 {
  color: #4fa444;
  color: var(--background-color);
}
.themeSlider .content.p7738c p {
  color: #4b4b4a;
}
.themeSlider .content.p7738c a:not([class]) {
  color: #292929;
}
.themeSlider .content.p7738c .swiper-button-next,
.themeSlider .content.p7738c .swiper-button-prev {
  background: #4fa444;
}
.themeSlider .content.p4012c h1, .themeSlider .content.p4012c h2, .themeSlider .content.p4012c h3, .themeSlider .content.p4012c h4 {
  color: #decf59;
  color: var(--background-color);
}
.themeSlider .content.p4012c p {
  color: #4b4b4a;
}
.themeSlider .content.p4012c a:not([class]) {
  color: #292929;
}
.themeSlider .content.p4012c .swiper-button-next,
.themeSlider .content.p4012c .swiper-button-prev {
  background: #decf59;
}
.themeSlider .content.p2040c h1, .themeSlider .content.p2040c h2, .themeSlider .content.p2040c h3, .themeSlider .content.p2040c h4 {
  color: #dd085e;
  color: var(--background-color);
}
.themeSlider .content.p2040c p {
  color: #4b4b4a;
}
.themeSlider .content.p2040c a:not([class]) {
  color: #292929;
}
.themeSlider .content.p2040c .swiper-button-next,
.themeSlider .content.p2040c .swiper-button-prev {
  background: #dd085e;
}
.themeSlider .content.p128c h1, .themeSlider .content.p128c h2, .themeSlider .content.p128c h3, .themeSlider .content.p128c h4 {
  color: #ffd503;
  color: var(--background-color);
}
.themeSlider .content.p128c p {
  color: #4b4b4a;
}
.themeSlider .content.p128c a:not([class]) {
  color: #292929;
}
.themeSlider .content.p128c .swiper-button-next,
.themeSlider .content.p128c .swiper-button-prev {
  background: #ffd503;
}
.themeSlider .content.p2557c h1, .themeSlider .content.p2557c h2, .themeSlider .content.p2557c h3, .themeSlider .content.p2557c h4 {
  color: #9d7ab5;
  color: var(--background-color);
}
.themeSlider .content.p2557c p {
  color: #4b4b4a;
}
.themeSlider .content.p2557c a:not([class]) {
  color: #292929;
}
.themeSlider .content.p2557c .swiper-button-next,
.themeSlider .content.p2557c .swiper-button-prev {
  background: #9d7ab5;
}
.themeSlider .images {
  position: relative;
  margin-bottom: 1.7em;
  display: flex;
  justify-content: flex-end;
}
.themeSlider .images img {
  display: block;
}
.themeSlider .images img.small {
  position: absolute;
  bottom: 0;
  right: 15em;
  width: 6em;
}
.themeSlider .images img.big {
  width: 14em;
  border-radius: 50%;
}
.themeSlider .inner {
  position: relative;
  padding-bottom: 12em;
  width: 28em;
  margin-left: 2em;
  height: 59em;
  display: flex;
  flex-direction: column;
  /* white circle */
}
.themeSlider .inner::before {
  content: "";
  display: block;
  width: 51.8em;
  padding-top: 51.8em;
  border-radius: 50%;
  background: white;
  position: absolute;
  z-index: 1;
  top: 4em;
  right: -6.7em;
  z-index: -1;
}
.themeSlider .inner h1, .themeSlider .inner h2, .themeSlider .inner h3 {
  font-size: 2em;
  margin-bottom: 0.7em;
  padding-bottom: 0;
}
.themeSlider .inner ul {
  font-size: inherit;
}
.themeSlider .inner ul li {
  font-size: 2em;
}
.themeSlider .inner p {
  font-size: 1.7em;
}
.themeSlider .inner p a {
  font-size: 1em;
}
.themeSlider .text {
  height: 100%;
  overflow-y: scroll;
}
.themeSlider .swiper-button-next,
.themeSlider .swiper-button-prev {
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  bottom: 6.4em;
  top: auto;
}
.themeSlider .swiper-button-next::after,
.themeSlider .swiper-button-prev::after {
  color: white;
  font-size: 1.5rem;
  margin: 0;
}
.themeSlider .swiper-button-next {
  left: calc(2em + 5rem);
}
.themeSlider .swiper-button-next::after {
  content: "\e80b";
}
.themeSlider .swiper-button-prev {
  left: 2em;
}
.themeSlider .swiper-button-prev::after {
  content: "\e80a";
}
/************************************************
* OVERRIDING SELECTORS FROM COLORS.SCSS 
*************************************************/
.themeSlider .content .swiper-container .swiper-wrapper .swiper-slide .inner .text p,
.themeSlider .content .swiper-container .swiper-wrapper .swiper-slide .inner .text p strong,
.themeSlider .content .swiper-container .swiper-wrapper .swiper-slide .inner .text ul li,
.themeSlider .content .swiper-container .swiper-wrapper .swiper-slide .inner .text ul li::before {
  color: #646464;
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 450px) {
  .themeSlider header {
    margin-bottom: 3.5rem;
  }
  .themeSlider .content {
    font-size: 11.5px;
  }
  .themeSlider .inner {
    padding-bottom: 11rem;
  }
}
@media (min-width: 600px) {
  .themeSlider .content {
    font-size: 12px;
  }
}
@media (min-width: 700px) {
  .themeSlider header {
    padding-right: 3%;
    padding-left: 3%;
    margin-bottom: 4.5rem;
  }
  .themeSlider .content {
    font-size: 11.5px;
  }
  .themeSlider .inner {
    margin: 0 auto;
    width: 34em;
    padding-top: 15em;
    padding-bottom: 15em;
    height: 57em;
  }
  .themeSlider .inner::before {
    width: 57em;
    height: 57em;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
  }
  .themeSlider .images {
    position: static;
    margin: 0;
  }
  .themeSlider .images img {
    position: absolute;
  }
  .themeSlider .images img.small {
    width: 6.5em;
    bottom: 7em;
    right: 0;
  }
  .themeSlider .images img.big {
    width: 14.5em;
    bottom: 0;
    left: -12em;
  }
  .themeSlider div.swiper-button-next,
  .themeSlider div.swiper-button-prev {
    bottom: 0;
    top: auto;
    left: auto;
    background: rgba(255, 255, 255, 0.15) !important;
  }
  .themeSlider .swiper-button-next {
    right: 3%;
  }
  .themeSlider .swiper-button-prev {
    right: calc(3% + 4.3rem);
  }
}
@media (min-width: 900px) {
  .themeSlider .content {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .themeSlider header {
    margin-bottom: 5.5rem;
  }
  .themeSlider .inner {
    padding-top: 16.5em;
    padding-bottom: 16.5em;
    height: 60em;
  }
  .themeSlider .inner::before {
    width: 59em;
    height: 59em;
  }
  .themeSlider .images img.small {
    width: 7.5em;
    bottom: 6.8em;
  }
  .themeSlider .images img.big {
    width: 18em;
    left: -19em;
  }
  .themeSlider div.swiper-button-next,
  .themeSlider div.swiper-button-prev {
    width: 4rem;
    height: 4rem;
  }
  .themeSlider .swiper-button-prev {
    right: calc(3% + 4.7rem);
  }
}
@media (min-width: 1200px) {
  .themeSlider header {
    margin-bottom: 6.5rem;
  }
  .themeSlider .inner {
    padding-top: 17em;
    padding-bottom: 17em;
    height: 62em;
  }
  .themeSlider .inner::before {
    width: 61em;
    height: 61em;
  }
  .themeSlider .images img.small {
    width: 8.5em;
    bottom: 7em;
  }
  .themeSlider .images img.big {
    width: 20em;
    left: -21em;
  }
  .themeSlider div.swiper-button-next {
    right: 8rem;
  }
  .themeSlider div.swiper-button-prev {
    right: 12.7rem;
  }
}
@media (min-width: 1500px) {
  .themeSlider {
    position: relative;
    height: 50.35vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .themeSlider header {
    height: 10%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
  }
  .themeSlider header h1, .themeSlider header h2, .themeSlider header h3 {
    margin-bottom: 1.5rem;
  }
  .themeSlider .content {
    margin-left: 45%;
    width: 55%;
    font-size: 9px;
    height: 90%;
    display: flex;
    align-items: center;
  }
  .themeSlider .text {
    height: 96%;
  }
  .themeSlider .pagination {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20.31vw;
  }
  .themeSlider .pagination svg {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .themeSlider .swiper-pagination {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
  }
  .themeSlider .swiper-pagination-bullet {
    position: absolute;
    width: auto;
    height: auto;
    background: transparent;
    display: flex;
    align-items: center;
    transform: translateY(-50%);
    outline: 0;
    transition: opacity 0.3s ease;
  }
  .themeSlider .swiper-pagination-bullet span {
    display: block;
    width: 35rem;
    text-align: left;
    padding-left: 2.5rem;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 600;
  }
}
@media (min-width: 1500px) {
  .themeSlider .swiper-pagination-bullet span {
    font-size: 16px;
    font-size: calc(16px + 3 * (100vw - 1500px) / 420);
  }
}
@media (min-width: 1921px) {
  .themeSlider .swiper-pagination-bullet span {
    font-size: 19px;
  }
}
@media (min-width: 1500px) {
  .themeSlider .swiper-pagination-bullet::before {
    content: "";
    display: block;
    background: transparent;
    width: 0.7rem;
    height: 0.7rem;
    position: absolute;
    border-radius: 50%;
    left: -0.35rem;
    transition: background 0.3s ease;
  }
  .themeSlider .swiper-pagination-bullet::after {
    content: "\e807";
    position: absolute;
    left: -4.5rem;
    color: transparent;
    transition: color 0.3s ease;
  }
}
@media (min-width: 1500px) {
  .themeSlider .swiper-pagination-bullet::after {
    font-size: 16px;
    font-size: calc(16px + 7 * (100vw - 1500px) / 420);
  }
}
@media (min-width: 1921px) {
  .themeSlider .swiper-pagination-bullet::after {
    font-size: 23px;
  }
}
@media (min-width: 1500px) {
  .themeSlider .swiper-pagination-bullet:hover {
    opacity: 1;
  }
  .themeSlider .swiper-pagination-bullet:hover::before {
    background: white;
  }
  .themeSlider .swiper-pagination-bullet:hover::after {
    color: white;
  }
  .themeSlider .swiper-pagination-bullet-active {
    background: transparent;
  }
  .themeSlider .swiper-pagination-bullet-active::before {
    background: white;
  }
  .themeSlider .swiper-pagination-bullet-active::after {
    color: white;
  }
  .themeSlider div.swiper-button-next,
  .themeSlider div.swiper-button-prev {
    bottom: 4rem;
  }
}
@media (min-width: 1700px) {
  .themeSlider .content {
    font-size: 10px;
  }
  .themeSlider .images img.big {
    width: 23em;
    left: -24em;
  }
  .themeSlider .images img.small {
    width: 9em;
    right: -5em;
    bottom: 8em;
  }
  .themeSlider div.swiper-button-next {
    right: 10rem;
  }
  .themeSlider div.swiper-button-prev {
    right: 14.7rem;
  }
}
@media (min-width: 1920px) {
  .themeSlider .content {
    font-size: 11px;
  }
  .themeSlider .swiper-pagination-bullet span {
    width: 40rem;
    padding-left: 4rem;
  }
  .themeSlider .swiper-pagination-bullet::before {
    left: -0.45rem;
    width: 0.9rem;
    height: 0.9rem;
  }
  .themeSlider .swiper-pagination-bullet::after {
    left: -6rem;
  }
  .themeSlider div.swiper-button-next,
  .themeSlider div.swiper-button-prev {
    bottom: 6rem;
  }
}
@media (min-width: 2100px) {
  .themeSlider {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .themeSlider .swiper-pagination-bullet span {
    width: 42rem;
    padding-left: 6rem;
  }
  .themeSlider .swiper-pagination-bullet::after {
    left: -7rem;
  }
  .themeSlider .content {
    font-size: 12px;
  }
  .themeSlider .images img.big {
    width: 25em;
    left: -28em;
  }
  .themeSlider .images img.small {
    width: 10em;
    right: -4em;
    bottom: 7em;
  }
  .themeSlider div.swiper-button-next,
  .themeSlider div.swiper-button-prev {
    width: 4.5rem;
    height: 4.5rem;
  }
  .themeSlider div.swiper-button-next {
    right: 11rem;
  }
  .themeSlider div.swiper-button-prev {
    right: 16.2rem;
  }
}
@media (min-width: 2350px) {
  .themeSlider {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .themeSlider header h1, .themeSlider header h2, .themeSlider header h3 {
    margin-bottom: 2.5rem;
  }
  .themeSlider .swiper-pagination-bullet span {
    font-size: 2rem;
    width: 45rem;
    padding-left: 8rem;
  }
  .themeSlider .inner {
    height: 66em;
  }
  .themeSlider .inner::before {
    width: 66em;
    height: 66em;
  }
  .themeSlider .images img.big {
    width: 28em;
    left: -32em;
  }
  .themeSlider .images img.small {
    right: -5em;
    bottom: 10em;
  }
  .themeSlider div.swiper-button-next,
  .themeSlider div.swiper-button-prev {
    bottom: 10rem;
  }
  .themeSlider div.swiper-button-next {
    right: 13rem;
  }
  .themeSlider div.swiper-button-prev {
    right: 18.2rem;
  }
}
/************************************************
* ARTICLEDETAILHEADER
*************************************************/
.articleDetailHeader {
  margin-bottom: calc(4vw + 2rem);
  padding: 1.5rem 0;
  border-bottom: 1px solid #E9F1F1;
  display: flex;
  flex-wrap: wrap;
}
.articleDetailHeader .wrapper {
  width: 100%;
  margin-bottom: 1rem;
}
.articleDetailHeader .wrapper:nth-of-type(2) {
  margin-bottom: 0;
}
.articleDetailHeader a {
  display: inline-block;
  text-decoration: none;
  color: #292929;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 1.6em;
  transition: color 0.3s ease;
}
@media (min-width: 320px) {
  .articleDetailHeader a {
    font-size: 17px;
    font-size: calc(17px + 3 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .articleDetailHeader a {
    font-size: 20px;
  }
}
.articleDetailHeader a::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #292929;
  transition: color 0.3s ease;
}
.articleDetailHeader a.back::before {
  content: "\e806";
}
.articleDetailHeader a.share::before {
  content: "\e80d";
}
@media (min-width: 320px) {
  .articleDetailHeader a.share::before {
    font-size: 19px;
    font-size: calc(19px + 3 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .articleDetailHeader a.share::before {
    font-size: 22px;
  }
}
.articleDetailHeader a.download::before {
  content: "\e820";
}
@media (min-width: 1025px) {
  .articleDetailHeader a:hover {
    color: #4b4b4a;
  }
  .articleDetailHeader a:hover::before {
    color: #4b4b4a;
  }
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 550px) {
  .articleDetailHeader .wrapper {
    width: 50%;
    margin-bottom: 0;
  }
  .articleDetailHeader .wrapper:nth-of-type(2) {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
@media (min-width: 1600px) {
  .articleDetailHeader {
    padding: 2rem 0;
  }
  .articleDetailHeader a {
    padding-left: 1.8em;
  }
}
.contentOverlay {
  height: 100%;
  max-height: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms;
}
.contentOverlay:not(.aside) {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.contentOverlay:not(.aside)::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.contentOverlay:empty {
  border: 10px solid white;
}
.contentOverlay.closeEvent {
  opacity: 0;
  overflow: hidden;
}
.contentOverlay .inner {
  min-width: 300px;
  max-height: 80vh;
  overflow: auto;
  z-index: 9;
  position: relative;
  overflow: hidden;
  transition: all 200ms;
  max-width: 90%;
}
.contentOverlay .inner .overlayContent {
  background: #fff;
  padding: 3vw;
  max-height: inherit;
  overflow: auto;
}
.contentOverlay.small.mandatoryText, .contentOverlay.medium.mandatoryText, .contentOverlay.large.mandatoryText {
  align-items: flex-end;
  bottom: 2em;
  top: inherit;
  height: inherit;
  transform: scale(0.75);
  padding: 1em;
}
.contentOverlay.small.mandatoryText::before, .contentOverlay.medium.mandatoryText::before, .contentOverlay.large.mandatoryText::before {
  content: none;
}
.contentOverlay.small.mandatoryText .inner, .contentOverlay.medium.mandatoryText .inner, .contentOverlay.large.mandatoryText .inner {
  max-height: 35em;
  margin-bottom: 2em;
  animation: fadeIn 500ms;
  box-shadow: 0 0 1em 5px rgba(0, 0, 0, 0.2);
  max-width: 75%;
}
.contentOverlay.small.mandatoryText .inner .overlayContent, .contentOverlay.medium.mandatoryText .inner .overlayContent, .contentOverlay.large.mandatoryText .inner .overlayContent {
  padding: 2vw;
}
.contentOverlay.loading:after {
  content: "";
  border-width: 8px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0.4) #fff;
  border-radius: 50%;
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 10;
  animation: rotation 2s infinite linear;
}
.contentOverlay.loading .inner {
  opacity: 0;
}
.contentOverlay.fadeIn .inner {
  animation: maxHeight 400ms ease-in;
}
.contentOverlay .close {
  opacity: 1;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 40px;
  min-height: 40px;
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px;
  z-index: 10;
}
.contentOverlay .close:before {
  content: " ";
  position: absolute;
  background-color: #eee;
  width: 14em;
  height: 10em;
  right: -6em;
  border-radius: 50%;
  transform: translateY(-2em) translateX(2em);
}
.contentOverlay .close span {
  position: relative;
  display: inline-block;
  top: 49%;
  max-width: 50%;
  height: 3px;
  width: 100%;
}
.contentOverlay .close span::before, .contentOverlay .close span::after {
  background: #292929;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background 200ms;
}
.contentOverlay .close span::before {
  top: 0;
  transform: rotate(45deg);
}
.contentOverlay .close span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.contentOverlay .close:hover span::before, .contentOverlay .close:hover span::after {
  background: #333;
}

@media screen and (min-width: 760px) {
  .contentOverlay .inner {
    max-width: 40%;
  }
  .contentOverlay.medium .inner {
    min-width: 40%;
    max-width: 60%;
  }
  .contentOverlay.large .inner {
    min-width: 70%;
    max-width: 80%;
  }
}
.menuSection {
  border-style: solid;
  border-left: none;
  border-right: none;
  border-color: #ddd;
  max-width: 1260px;
  padding: 0;
  margin: 0 auto calc(4vw + 2rem);
}
.menuSection legend.center {
  text-align: center;
}
.menuSection legend h1, .menuSection legend h2, .menuSection legend h3 {
  font-size: 2.5em;
  text-align: center;
  padding: 0 0.5em;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.menuSection legend h1::after, .menuSection legend h2::after, .menuSection legend h3::after {
  content: none;
}
.menuSection ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2em 0;
}
.menuSection ul li {
  flex: 1 0 50%;
  min-width: 280px;
  padding-bottom: 1em;
}
.menuSection ul li::before {
  content: "\e809";
  transform: rotate(-90deg);
  font-size: 0.7em;
  line-height: 2.3em;
}
.menuSection ul li a {
  text-decoration: none;
  color: #51982f;
  color: var(--scheme-default);
}

.menuSection ul li a {
  color: #292929;
}

.overviewGrid {
  margin-bottom: calc(4vw + 2rem);
  width: 96%;
  max-width: 1583px;
}
.overviewGrid .intro {
  max-width: 1583px;
}
@media (min-width: 320px) {
  .overviewGrid .intro h2 {
    font-size: 24px;
    font-size: calc(24px + 12 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .overviewGrid .intro h2 {
    font-size: 36px;
  }
}
.overviewGrid .entries {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 8rem;
}
.overviewGrid .entries .page.mask {
  display: none;
}
.overviewGrid .entries .page .image {
  margin-bottom: 6.8rem;
}
.overviewGrid .entries .page h4 {
  line-height: 1;
  margin: 0 0 2rem 0;
  padding: 0;
  text-transform: uppercase;
}
@media (min-width: 320px) {
  .overviewGrid .entries .page h4 {
    font-size: 12px;
    font-size: calc(12px + 9 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .overviewGrid .entries .page h4 {
    font-size: 21px;
  }
}
.overviewGrid .entries .page h4:after {
  width: unset;
  height: unset;
  background: unset;
}
@media (min-width: 320px) {
  .overviewGrid .entries .page h3 {
    font-size: 18px;
    font-size: calc(18px + 18 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .overviewGrid .entries .page h3 {
    font-size: 36px;
  }
}
.overviewGrid .entries .page a {
  text-decoration: none;
}
.overviewGrid .entries .page a.linkToPage {
  color: inherit;
}
@media (min-width: 320px) {
  .overviewGrid .entries .page .text, .overviewGrid .entries .page p {
    font-size: 14px;
    font-size: calc(14px + 16 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .overviewGrid .entries .page .text, .overviewGrid .entries .page p {
    font-size: 30px;
  }
}
@media (min-width: 320px) {
  .overviewGrid .entries .page .text a, .overviewGrid .entries .page p a {
    font-size: 14px;
    font-size: calc(14px + 16 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .overviewGrid .entries .page .text a, .overviewGrid .entries .page p a {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .overviewGrid .entries {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 4.8rem;
    grid-row-gap: 12rem;
  }
}
@media (min-width: 1024px) {
  .overviewGrid .entries {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 9.6rem;
    grid-row-gap: 20rem;
  }
  .overviewGrid.grid1 .entries .page.i0, .overviewGrid.grid1 .entries .page.i3 {
    grid-column: auto/span 2;
  }
  .overviewGrid.grid2 .entries .page.i1, .overviewGrid.grid2 .entries .page.i2 {
    grid-column: auto/span 2;
  }
  .overviewGrid.grid3 .entries .page.k0 {
    grid-column: auto/span 2;
  }
  .overviewGrid.grid4 .entries {
    grid-template-columns: 572fr 229fr 572fr;
  }
  .overviewGrid.grid4 .entries .page.j0, .overviewGrid.grid4 .entries .page.j3 {
    grid-column: auto/span 2;
  }
}
@media (min-width: 1400px) {
  .overviewGrid .entries {
    grid-column-gap: 10.5rem;
    grid-row-gap: 11.2rem;
  }
  .overviewGrid .entries .page .image {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1960px) {
  .overviewGrid {
    max-width: 1920px;
  }
}
.productSlider {
  margin-bottom: calc(4vw + 2rem);
  width: 100%;
}
.productSlider .cta {
  text-align: center;
}
.productSlider .swiper-button-next,
.productSlider .swiper-button-prev {
  top: 20em;
  left: 0.5em;
}
.productSlider .swiper-button-next::before,
.productSlider .swiper-button-prev::before {
  content: "";
  background: #f5f5f5;
  width: 15em;
  height: 17em;
  left: -10em;
  position: absolute;
  z-index: -1;
  clip-path: circle(45% at 50% 50%);
}
.productSlider .swiper-button-next::after,
.productSlider .swiper-button-prev::after {
  color: #292929;
  font-size: 2rem;
  margin: 0;
}
.productSlider .swiper-button-prev::after {
  content: "\e806";
}
.productSlider .swiper-button-next {
  left: auto;
  right: 0.5em;
}
.productSlider .swiper-button-next::before {
  left: inherit;
  right: -10em;
}
.productSlider .swiper-button-next::after {
  content: "\e807";
}
.productSlider .noNavigation .swiper-wrapper {
  justify-content: center;
}
.productSlider .noNavigation .swiper-button-next,
.productSlider .noNavigation .swiper-button-prev {
  display: none;
}
.productSlider .product {
  flex: 0 0 20%;
  max-width: 450px;
  margin-bottom: 6em;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  min-width: 300px;
}
.productSlider .product a {
  text-decoration: none;
}
.productSlider .product figure {
  display: flex;
  vertical-align: center;
  justify-content: center;
}
.productSlider .product h3 {
  font-size: 2.4em;
  margin: 2em 0 0 0;
  padding: 0;
  text-align: center;
  max-width: 450px;
}
.productSlider .product h3::after {
  content: none;
}
.productSlider .product p {
  font-size: 2em;
  text-align: center;
  line-height: 1.2em;
  margin-top: 0.2em;
}
.productSlider .product span {
  background: #e6eeee;
  color: #4b4b4a;
  font-size: 1.6em;
  display: block;
  padding: 0.1em 0.5em;
}
.productSlider .product .deeplinks {
  display: flex;
  display: flex;
  max-width: 350px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.productSlider .product .deeplinks a.button {
  font-size: 1.4em;
  font-weight: 200;
  display: inline-block;
  border-radius: 5px;
  border-color: color-adjust(#4b4b4a, 20%);
  padding: 0.1em 0.4em 0.1em 1.8em;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: 5px 5px;
  box-shadow: inset 0 0 0 0 rgba(230, 238, 238, 0.8);
}
.productSlider .product .deeplinks a.button:hover {
  color: #4b4b4a;
  box-shadow: inset 0 0 0 40px rgba(230, 238, 238, 0.6);
}
.productSlider .product .deeplinks a.button.tabletten {
  background-image: url(/typo3conf/ext/pflueger/Resources/Public/Icons_Products/tabletten.svg);
}
.productSlider .product .deeplinks a.button.pulver {
  background-image: url(/typo3conf/ext/pflueger/Resources/Public/Icons_Products/pulver.svg);
}
.productSlider .product .deeplinks a.button.tropfen {
  background-image: url(/typo3conf/ext/pflueger/Resources/Public/Icons_Products/tropfen.svg);
}
.productSlider .product .deeplinks a.button.globuli {
  background-image: url(/typo3conf/ext/pflueger/Resources/Public/Icons_Products/globuli.svg);
}
.productSlider .product .deeplinks a.button.creme {
  background-image: url(/typo3conf/ext/pflueger/Resources/Public/Icons_Products/creme.svg);
}
.productSlider .product .deeplinks a.button.lotion {
  background-image: url(/typo3conf/ext/pflueger/Resources/Public/Icons_Products/lotion.svg);
}

#listEditor {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30vw;
  min-width: 360px;
  background: #fff;
  z-index: 101;
  padding: 5vh 4em;
  transform: translateX(100%);
  transition: transform 350ms 100ms;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
#listEditor.open {
  transform: translateX(0);
}
#listEditor:target {
  transform: translateX(0);
}
#listEditor a.close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 10px;
  min-width: 20px;
  min-height: 20px;
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px;
  width: 1em;
  z-index: 10;
}
#listEditor a.close::before {
  content: " ";
  position: absolute;
  background-color: #eee;
  width: 14em;
  height: 10em;
  right: -6em;
  border-radius: 50%;
  transform: translateY(-2em) translateX(2em);
  overflow: hidden;
}
#listEditor a.close span {
  position: relative;
  display: inline-block;
  height: 3px;
  width: 100%;
}
#listEditor a.close span::before, #listEditor a.close span::after {
  background: #292929;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background 200ms;
}
#listEditor a.close span::before {
  top: 0;
  transform: rotate(45deg);
}
#listEditor a.close span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
#listEditor h2 {
  font-size: 2.4em;
  text-align: center;
  margin: 0;
}
#listEditor h2::after {
  content: none;
}
#listEditor form {
  position: relative;
  padding: 0;
}
#listEditor form input {
  border: none;
  background: #eee;
  width: 100%;
  padding: 0.5em 1em;
  text-align: center;
  font-size: 1.6em;
}
#listEditor form input:focus, #listEditor form input:focus-visible {
  border: 1px solid red;
}
#listEditor form .bucketname {
  width: 100%;
  position: relative;
}
#listEditor form .bucketname input {
  background-image: url(/fileadmin/einmal-im-leben/img/icons/edit.svg);
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: 98% center;
  border: 1px solid white;
}
#listEditor form .actions {
  margin: 2em 0 0;
  display: flex;
  justify-content: center;
  gap: 3%;
  padding-right: 10%;
}
#listEditor form .actions span a.button,
#listEditor form button {
  display: inline-block;
  width: 2.8em;
  height: 2.8em;
  padding: 0.7em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
#listEditor form .actions span a.button img,
#listEditor form button img {
  display: inline-block;
  width: 100%;
}
#listEditor form .actions span a.button:hover,
#listEditor form button:hover {
  box-shadow: inset 0 0 0 40px #d3d3d2;
}
#listEditor form .actions span a.button {
  position: relative;
  background: #eee;
}
#listEditor form .actions span a.button img {
  width: 1.2em;
}
#listEditor form .actions span a.button::before {
  content: "+";
  right: 0.2em;
  top: 0.2em;
  font-size: 0.8em;
  padding: 0;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  background: #953b88;
  position: absolute;
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8em;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
#listEditor form .actions a,
#listEditor form .actions button {
  position: relative;
}
#listEditor form .actions a::after,
#listEditor form .actions button::after {
  content: attr(title);
  font-size: 0.5em;
  position: absolute;
  bottom: -1.8em;
  color: #666;
}

#listEditor + .grid.bucket {
  transition: max-width 400ms 200ms ease-out, margin 200ms ease-out;
}

@media screen and (min-width: 768px) {
  #listEditor:target + .grid.bucket {
    max-width: 66vw;
    margin-right: 30vw;
  }
}
.stickyActions {
  position: fixed;
  top: 32%;
  right: 0;
  z-index: 100;
  line-height: 1em;
  display: flex;
  flex-direction: column;
  transition: transform 400ms;
}
.stickyActions.hide {
  transform: translateX(81%);
}
.stickyActions:hover {
  transform: inherit;
}
.stickyActions.disable {
  transform: translateX(150%);
}
.stickyActions a {
  background: #51982f;
  display: block;
  width: 6.5em;
  height: 7em;
  display: flex;
  flex-direction: column;
  color: #fff;
  margin-bottom: 1px;
  text-align: center;
  justify-content: flex-end;
  padding: 1em;
  font-size: 1.2em;
  text-decoration: none;
  line-height: 1.2em;
}
.stickyActions a.bucket {
  position: relative;
}
.stickyActions a.bucket img {
  width: 1.9em;
  margin: 0 auto 0.3em;
}
.stickyActions a.bucket[title]:not([title=""])::before, .stickyActions a.bucket[title]:not([title=""])::after {
  animation: popIn 300ms ease-out;
  font-size: 1em;
  font-weight: bold;
}
.stickyActions a.bucket[title]:not([title=""])::before {
  content: attr(title);
  display: inline-block;
  position: absolute;
  left: -0.8em;
  top: -0.4em;
  background: #953b88;
  padding: 0.2em 0.6em;
}
.stickyActions a.bucket[title]:not([title=""])::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0.2em;
  top: calc(0.8em + 5px);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #953b88;
}
.stickyActions a.infos::before {
  content: "\e803";
  display: inline-block;
  font-family: pflueger-icons;
  color: #fff;
  padding: 0.2em;
  margin-bottom: 0.3em;
  font-size: 1.9em;
}

#listItems {
  flex: 1 0 100%;
  min-height: 4em;
  margin: 1em 0;
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100vh - 290px);
  max-height: calc(100vh - 290px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: start;
}
#listItems:empty::after {
  content: "Noch ganz schön leer hier. Lass dich von uns inspirieren und erstelle dir deine persönliche Bucket List.";
  display: block;
  color: #999;
  font-size: 2em;
  text-align: center;
  padding: 1em;
}
#listItems figure {
  flex: 0 0 49%;
  margin-bottom: 2%;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  animation: popIn 200ms;
  cursor: move;
  transition: all 400ms;
}
#listItems figure.over {
  border: 2px dotted #ccc;
  transform: scale(0.9);
}
#listItems figure .close::before {
  width: 12em;
  height: 8em;
  background-color: rgba(238, 238, 238, 0.75);
}
#listItems figure .close span {
  width: 1.4em;
}

#listItems:empty + .actions > span:not(:first-child) {
  position: relative;
}
#listItems:empty + .actions > span:not(:first-child)::after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  left: 0;
  top: 0;
  bottom: -2em;
  right: 0;
  z-index: 1;
}

.search form {
  display: flex;
  padding: 0;
  width: 100%;
}
.search form > div {
  position: inherit !important;
}

.netsearch {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2em;
}
.netsearch .search {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #e6e6e6 !important;
  padding: calc(2vw + 2rem) 3%;
  margin-bottom: 5rem;
}
.netsearch .search form {
  margin-bottom: 0;
}
.netsearch .search h2 {
  font-size: 2.2em;
  margin: 0 0 0.5em;
}
.netsearch .queryField {
  border: none;
  display: flex;
  flex: 0 0 100%;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  background: white;
}
.netsearch .queryField input {
  padding: 1rem 1.4rem;
  font-size: 1.6em;
  margin: 0;
  outline: none;
}
.netsearch .queryField input[type=text],
.netsearch .queryField input[type=search] {
  border: none;
  flex: 1 0 auto;
}
.netsearch .queryField input[type=text]:disabled,
.netsearch .queryField input[type=search]:disabled {
  opacity: 0.5;
}
.netsearch .queryField input[type=text]:disabled::after,
.netsearch .queryField input[type=search]:disabled::after {
  background: red;
}
.netsearch .queryField button {
  background: #fff;
  border: none;
  flex: 0 0 auto;
  margin: 0;
  font-family: "pflueger-icons";
}
.netsearch .queryField.disabled {
  position: relative;
}
.netsearch .queryField.disabled::after {
  display: block;
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(230, 238, 238, 0.5);
}
.netsearch .result {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.resultCount {
  margin-bottom: 2em;
  font-size: 1.2em;
  color: #999;
  float: right;
}

.netsearch ol {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}

.netsearch ol li {
  margin-bottom: 2em;
}

.netsearch ol li h3 {
  padding: 0;
  margin: 0;
}

.netsearch ol li h3 a {
  text-decoration: none;
}

.netsearch ol li h3 a:hover {
  text-decoration: underline;
}

.netsearch ol li h3::after {
  content: none;
}

.netsearch ol li div.breadcrumb {
  display: flex;
  font-size: 0.7em;
}

.netsearch ol li div.breadcrumb a {
  color: #999;
  text-decoration: none;
  margin: 0;
}

.netsearch ol li div.breadcrumb a:not(:last-child)::after {
  content: " > ";
  display: inline-block;
  padding: 0 0.2em;
}

nav .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2em 0;
}
nav .pagination.years {
  justify-content: flex-start;
}
nav .pagination li::before {
  content: none;
}
nav .pagination a {
  margin: 0 0.1em 0.2em;
  text-decoration: none;
  background: #333;
  display: inline-flex;
  padding: 0.3em 0.8em;
  color: #fff;
  transition: 200ms;
  font-size: 0.9em;
}
nav .pagination a:hover {
  background: #51982f;
  color: #fff;
}
nav .pagination li.disabled a {
  background: #ccc;
}
nav .pagination li.current a {
  background: #51982f;
}

main nav ul li,
aside nav ul li {
  padding: 0;
  margin: 0;
}

.feLogin .right {
  background-color: #f3f4f5;
}
.feLogin .right form {
  padding: 0;
  margin: 0;
}
.feLogin .right form .form-group label {
  font-weight: normal;
}
@media (min-width: 320px) {
  .feLogin .right form .form-group label {
    font-size: 17px;
    font-size: calc(17px + 7 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .feLogin .right form .form-group label {
    font-size: 24px;
  }
}
@media (min-width: 320px) {
  .feLogin .right form .form-group input {
    font-size: 17px;
    font-size: calc(17px + 7 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .feLogin .right form .form-group input {
    font-size: 24px;
  }
}
.feLogin .right form .btn-toolbar {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.feLogin .right form .btn-toolbar.marginTop {
  margin-top: 4em;
}
@media (min-width: 320px) {
  .feLogin .right form .btn-toolbar button {
    font-size: 17px;
    font-size: calc(17px + 7 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .feLogin .right form .btn-toolbar button {
    font-size: 24px;
  }
}

.feLogin .right form .navigationWrap, .userData .navigationWrap {
  width: 100%;
  font-size: 2em;
  font-weight: normal;
  color: #4b4b4a;
  display: flex;
  justify-content: flex-start;
  gap: 2em;
}
.feLogin .right form .navigationWrap a, .userData .navigationWrap a {
  color: #4b4b4a;
}
.feLogin .right form .navigationWrap + .navigationWrap, .userData .navigationWrap + .navigationWrap {
  margin-top: 1em;
}

@media (min-width: 550px) {
  .feLogin .right form .form-group input {
    padding: 12px 10px;
  }
}
@media (min-width: 900px) {
  .feLogin {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2em;
    margin: 0 0 calc(4vw + 2rem) 0;
  }
  .feLogin .right {
    padding: 4em;
    margin: 0;
  }
  .userData .formMessages, .userData .navigationWrap {
    padding: 0 5%;
  }
}
@media (min-width: 1200px) {
  .feLogin {
    column-gap: 4em;
  }
  .feLogin .right {
    padding: 6em;
  }
  .userData .formMessages, .userData .navigationWrap {
    padding: 0 8%;
  }
}
@media (min-width: 1400px) {
  .feLogin {
    column-gap: 8em;
  }
  .feLogin .right {
    padding: 7em;
  }
  .userData .formMessages, .userData .navigationWrap {
    padding: 0 10%;
  }
}
@media (min-width: 1600px) {
  .feLogin {
    column-gap: 12em;
  }
  .feLogin .right {
    padding: 8em 10em;
  }
  .userData .formMessages, .userData .navigationWrap {
    padding: 0 10%;
  }
}
@media (min-width: 1920px) {
  .feLogin {
    column-gap: 20em;
    margin: 0 8em calc(4vw + 2rem) 8em;
  }
  .feLogin .right {
    padding: 8em 17em;
  }
  .userData .formMessages, .userData .navigationWrap {
    max-width: 1600px;
    margin: 0 auto;
  }
}
/************************************************
* OVERLAY
*************************************************/
/* the fancybox container, which is added via js after the <footer> element */
/* the fancybox Overlay */
.fancybox-bg {
  background: rgba(0, 0, 0, 0.5);
}

.overlay {
  width: 92%;
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
}

.fancybox-slide--html {
  /* close button */
}
.fancybox-slide--html .fancybox-close-small {
  overflow: hidden;
  position: absolute;
  width: 3em;
  height: 3em;
  background: #f3f4f5;
  top: -2em;
  right: -1.5em;
  border-radius: 50%;
  opacity: 1;
  transition: background 0.3s ease;
}
@media (min-width: 320px) {
  .fancybox-slide--html .fancybox-close-small {
    font-size: 40px;
    font-size: calc(40px + 20 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  .fancybox-slide--html .fancybox-close-small {
    font-size: 60px;
  }
}
.fancybox-slide--html .fancybox-close-small::after {
  content: "\e813";
  color: #292929;
  font-size: 0.25em;
  position: absolute;
  bottom: 1.5em;
  left: 3.6em;
  transition: color 0.3s ease;
}
.fancybox-slide--html .fancybox-close-small svg {
  display: none;
}
@media (min-width: 1025px) {
  .fancybox-slide--html .fancybox-close-small:hover {
    box-shadow: none;
    background: #4b4b4a;
  }
  .fancybox-slide--html .fancybox-close-small:hover::after {
    color: white;
  }
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 400px) {
  .overlay {
    padding: 3.5rem;
  }
  .fancybox-slide--html .fancybox-close-small {
    top: -1.8em;
    right: -1.3em;
  }
  .fancybox-slide--html .fancybox-close-small::after {
    bottom: 1.9em;
    left: 4em;
  }
}
@media (min-width: 600px) {
  .overlay {
    padding: 4.5rem;
  }
}
@media (min-width: 768px) {
  .overlay {
    width: 85%;
  }
}
@media (min-width: 900px) {
  .overlay {
    width: 75%;
    padding: 5rem;
  }
}
@media (min-width: 1100px) {
  .overlay {
    width: 65%;
    padding: 6rem;
  }
}
@media (min-width: 1400px) {
  .overlay {
    width: 55%;
    padding: 8rem;
  }
}
@media (min-width: 1800px) {
  .overlay {
    width: 50%;
    padding: 9rem;
  }
}
@media (min-width: 2100px) {
  .overlay {
    width: 45%;
  }
}
@keyframes slideNotification {
  0% {
    height: auto;
    opacity: 1;
    padding: calc(0.8vw + 0.2em) 2vw;
  }
  5% {
    transform: translateX(-80%);
    height: auto;
    opacity: 1;
  }
  95% {
    transform: translateX(-80%);
    height: auto;
    opacity: 1;
  }
  99% {
    height: auto;
    opacity: 0;
    padding: calc(0.8vw + 0.2em) 2vw;
  }
}
.typo3-messages {
  list-style: none;
  margin: 0 0 2em 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 1vw;
  width: 1px;
  height: 1px;
  overflow: visible;
  z-index: 1000;
}
.typo3-messages p:last-child {
  margin-bottom: 0.5em;
}
.typo3-messages .alert {
  margin: 0;
  backdrop-filter: blur(2px);
  border-radius: 5px;
}
.typo3-messages .alert-success {
  background-color: #008000;
}
.typo3-messages .alert-notice {
  background-color: #a04393;
}
.typo3-messages .alert-danger {
  background-color: #800000;
}
.typo3-messages .alert-info {
  background-color: rgba(255, 255, 255, 0.8);
}
.typo3-messages .alert-success h4,
.typo3-messages .alert-notice h4,
.typo3-messages .alert-danger h4 {
  color: #fff;
}
.typo3-messages .alert-success p,
.typo3-messages .alert-notice p,
.typo3-messages .alert-danger p {
  color: #fff;
}

.notification {
  margin: 0 0 2em 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 1vw;
  width: 1px;
  height: 1px;
  overflow: visible;
  z-index: 1000;
}

.typo3-messages li,
.notification {
  z-index: 1000;
  min-width: 280px;
  max-width: 640px;
  width: 20vw;
  transform: translateX(110%);
  transition: height 500ms;
  animation: slideNotification 12s 2s ease-in-out;
  padding: 0;
  height: 0;
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  margin-bottom: 1em;
}
.typo3-messages li.success,
.notification.success {
  color: #fff;
  background-color: #008000;
}

.notification {
  font-size: 2rem;
}

input[type=button],
input[type=submit],
input[type=reset],
button {
  -webkit-appearance: button;
}

#canvas .formLayout0 {
  margin: 0 4%;
}
#canvas .formLayout0 header {
  padding: 0;
}

form fieldset {
  margin-bottom: 4em;
}

.form-group legend,
form fieldset legend {
  font-weight: bold;
  font-size: 1.8em;
  padding: 0 0.4em;
  color: #666;
}
.form-group > div,
form fieldset > div {
  margin: 0 0 1em;
}
.form-group > div label,
form fieldset > div label {
  font-size: 0.9em;
  display: block;
  margin: 0 0 0.2em;
  font-weight: bold;
}
.form-group > div label span,
form fieldset > div label span {
  font-weight: 400;
}
.form-group > div label span:not(.required),
form fieldset > div label span:not(.required) {
  display: inline-block;
  width: 90%;
  margin-top: 0.1em;
}
.form-group > div p,
form fieldset > div p {
  font-size: 1.8em;
  margin-bottom: 0.5em;
}
.form-group > div input[type=email],
.form-group > div input[type=number],
.form-group > div input[type=password],
.form-group > div input[type=search],
.form-group > div input[type=tel],
.form-group > div input[type=text],
.form-group > div input[type=url],
.form-group > div input[type=reset],
.form-group > div input[type=date],
.form-group > div select,
.form-group > div textarea,
form fieldset > div input[type=email],
form fieldset > div input[type=number],
form fieldset > div input[type=password],
form fieldset > div input[type=search],
form fieldset > div input[type=tel],
form fieldset > div input[type=text],
form fieldset > div input[type=url],
form fieldset > div input[type=reset],
form fieldset > div input[type=date],
form fieldset > div select,
form fieldset > div textarea {
  font-family: inherit;
  min-height: 38px;
  padding: 8px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  transition: all 200ms;
}
.form-group > div input[type=radio],
.form-group > div input[type=checkbox],
form fieldset > div input[type=radio],
form fieldset > div input[type=checkbox] {
  margin: 0.12em 0.3em 0 0;
}
.form-group > div input:required:focus:invalid,
form fieldset > div input:required:focus:invalid {
  border-color: #850305;
}
.form-group > div select optgroup,
.form-group > div select option,
form fieldset > div select optgroup,
form fieldset > div select option {
  font-family: "Source Sans Pro", Arial, sans-serif;
}
.form-group > div select:required,
.form-group > div textarea:required,
.form-group > div input:required,
form fieldset > div select:required,
form fieldset > div textarea:required,
form fieldset > div input:required {
  border: 1px solid #666;
}
.form-group > div select:required:valid,
.form-group > div textarea:required:valid,
.form-group > div input:required:valid,
form fieldset > div select:required:valid,
form fieldset > div textarea:required:valid,
form fieldset > div input:required:valid {
  border: 1px solid #51982f;
}
.form-group > div textarea:focus,
.form-group > div input:not([type=checkbox]):focus,
form fieldset > div textarea:focus,
form fieldset > div input:not([type=checkbox]):focus {
  border: 1px solid #333;
  outline: none;
  transform: scale(1.015);
}
.form-group > div input.error,
form fieldset > div input.error {
  border: 1px solid #850305 !important;
}
.form-group > div textarea,
form fieldset > div textarea {
  resize: vertical;
}
.form-group .help-block,
form fieldset .help-block {
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
  padding: 0.4em 0;
}
.form-group .help-block.error,
form fieldset .help-block.error {
  color: #850305;
}

form fieldset {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 2em 2em 1em;
}

.actions {
  flex: 0 0 100%;
}

.btn-toolbar div.btn-group {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.btn-toolbar div.btn-group .btn-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.btn-toolbar div.btn-group .btn-group.next, .btn-toolbar div.btn-group .btn-group.submit {
  align-items: flex-end;
}
.btn-toolbar div.btn-group .btn-group.previous button, .btn-toolbar div.btn-group .btn-group.next:not(.submit) button {
  background: none;
  color: #666;
  padding: 0;
}
.btn-toolbar div.btn-group .btn-group.previous button::before, .btn-toolbar div.btn-group .btn-group.previous button::after, .btn-toolbar div.btn-group .btn-group.next:not(.submit) button::before, .btn-toolbar div.btn-group .btn-group.next:not(.submit) button::after {
  font-size: 0.9em;
  font-family: pflueger-icons;
  display: inline-block;
  padding: 0.8em;
  background: #efefef;
  width: 2.6em;
  height: 2.6em;
  line-height: 1.1em;
}
.btn-toolbar div.btn-group .btn-group.previous button::before {
  content: "\e809";
  transform: rotate(90deg);
  margin-right: 0.5em;
}
.btn-toolbar div.btn-group .btn-group.next:not(.submit) button::after {
  content: "\e809";
  transform: rotate(-90deg);
  margin-left: 0.5em;
}

.form-group > div label[for="03_GewinnspielExpopharm_endereco_JSON-17798-checkbox-4"] span {
  font-weight: bold;
  color: #51982f;
}

input[id="03_GewinnspielExpopharm_endereco_JSON-17798-checkbox-4"] {
  border-color: #51982f;
}

.tx-felogin-pi1 {
  margin: 0 4%;
}
.tx-felogin-pi1 h3 {
  margin: 0;
}
.tx-felogin-pi1 > div {
  margin: 0.5em 0 1em;
  font-size: 0.9em;
}
.tx-felogin-pi1 > form {
  margin: 1em 0;
}
.tx-felogin-pi1 fieldset {
  border-color: var(--brand-color);
  border-radius: 10px;
  padding-top: 1em;
}
.tx-felogin-pi1 fieldset legend {
  font-size: 0.9em;
  padding: 0 0.5em;
}
.tx-felogin-pi1 fieldset div {
  display: flex;
  flex-wrap: wrap;
}

.f3-widget-paginator {
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: center;
  margin: 0 auto;
}
.f3-widget-paginator li, .f3-widget-paginator a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.f3-widget-paginator li {
  flex: 0 0 auto;
  margin: 0 0.2em;
  font-size: 0.8em;
  min-width: 44px;
  min-height: 30px;
  text-align: center;
}
.f3-widget-paginator li.current {
  border-radius: 5px;
  border: 1px solid #333;
}
.f3-widget-paginator li:hover {
  cursor: default;
}
.f3-widget-paginator li a:link,
.f3-widget-paginator li a:visited {
  border-radius: 5px;
  min-width: 2em;
  min-height: 35px;
  background-color: #666;
  color: #fff;
  transition: background 250ms;
  font-weight: 400;
  width: 100%;
  height: 100%;
}
.f3-widget-paginator li a:link:hover,
.f3-widget-paginator li a:visited:hover {
  text-decoration: none;
  color: #fff;
  background-color: #000;
}
.f3-widget-paginator li a:link[rel=prev], .f3-widget-paginator li a:link[rel=next],
.f3-widget-paginator li a:visited[rel=prev],
.f3-widget-paginator li a:visited[rel=next] {
  padding: 0 1em;
}

.typo3-messages {
  margin: 0 4% 1.5em;
  padding: 0;
  list-style: none;
}
.typo3-messages li {
  border-radius: 10px;
  margin: 0 0 0.5em;
  padding: 1em;
  background-color: #ddd;
}
.typo3-messages li.alert-success {
  background-color: #060;
  color: #fff;
}
.typo3-messages li.alert-danger {
  background-color: #900;
  color: #fff;
}
.typo3-messages li h4 {
  margin: 0;
  padding: 0;
}
.typo3-messages li p {
  margin: 0;
}

/*
<ul class="typo3-messages"><li class="alert alert-danger"><h4 class="alert-title">Y</h4><p class="alert-message">X</p></li></ul>
 */
figure.video {
  margin: 1em 0;
}
figure.video > div > a {
  display: block;
  max-width: 1680px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
figure.video > div > a::after {
  content: "Das Video wird nach einem Klick auf diese Vorschau gestartet. In diesem Fall werden Ihre Verbindungs- und Browserdaten an den Betreiber YouTube übertragen.";
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  display: inline-block;
  padding: 0.6em 1em;
  font-size: 1.3rem;
  text-align: right;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
  border-radius: 10px 0 0;
}
figure.video > div > a img {
  aspect-ratio: 16/9;
}
figure.video .video-embed iframe {
  width: 100%;
  border: none;
  aspect-ratio: 16/9;
}

.play {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  container: video/inline-size;
}

.play-button-outer {
  margin: 25% auto;
  margin: calc(11.1111111111% + 5em) auto;
  width: 12em;
  height: 8em;
  max-width: 20%;
  max-height: 40%;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  border-radius: 15%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 200ms;
}

@container video (inline-size < 480px) {
  .play-button-outer {
    margin: calc(11.1111111111% + 2em) auto;
    font-size: 0.3em;
  }
}
.play-button {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2em 0 2em 4em;
  border-color: transparent transparent transparent #fff;
  opacity: 0.9;
}

.play-button-outer:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.play-button-outer:hover .play-button {
  opacity: 1;
}

main form, .overlayContent form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}
main form h1, main form h2, main form h3, main form h4, .overlayContent form h1, .overlayContent form h2, .overlayContent form h3, .overlayContent form h4 {
  flex: 0 0 100%;
}
main form h1::after, main form h2::after, main form h3::after, main form h4::after, .overlayContent form h1::after, .overlayContent form h2::after, .overlayContent form h3::after, .overlayContent form h4::after {
  content: inherit;
}
main form .grouped, .overlayContent form .grouped {
  flex: 0 0 100%;
  display: flex;
}
main form .form-group, .overlayContent form .form-group {
  flex: 1 1 48%;
  margin-bottom: 2em;
  max-width: 580px;
  min-width: 260px;
}
main form .form-group label,
main form .form-group select,
main form .form-group input,
main form .form-group textarea, .overlayContent form .form-group label,
.overlayContent form .form-group select,
.overlayContent form .form-group input,
.overlayContent form .form-group textarea {
  font-family: inherit;
  font-size: 1.8em;
  color: #838382;
}
main form .form-group textarea, .overlayContent form .form-group textarea {
  min-height: 8em;
}
main form .form-group select,
main form .form-group input,
main form .form-group textarea, .overlayContent form .form-group select,
.overlayContent form .form-group input,
.overlayContent form .form-group textarea {
  border: 1px solid #ddd;
  border-radius: 8px;
}
main form .form-group.textarea, main form .form-group.checkboxlink, .overlayContent form .form-group.textarea, .overlayContent form .form-group.checkboxlink {
  flex: 1 1 100%;
  min-width: 100%;
  max-width: 100%;
}
main form label, .overlayContent form label {
  font-size: 1.5rem;
  font-weight: bold;
  color: #636362;
  margin-bottom: 0.4em;
  display: block;
}
main form .checkboxlink input, .overlayContent form .checkboxlink input {
  float: left;
}
main form .checkboxlink label, .overlayContent form .checkboxlink label {
  font-weight: normal;
}
main form .checkboxlink label > span, .overlayContent form .checkboxlink label > span {
  display: inline-block;
  max-width: 85ch;
}
main form .checkboxlink label a, .overlayContent form .checkboxlink label a {
  font-size: 1em;
}
main form .btn-toolbar button, .overlayContent form .btn-toolbar button {
  font-size: 1em;
  background: #51982f;
  color: white;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}
main form .btn-toolbar button:hover, .overlayContent form .btn-toolbar button:hover {
  box-shadow: none;
  background: rgba(81, 152, 47, 0.8);
}
main form .btn-toolbar button:focus, .overlayContent form .btn-toolbar button:focus {
  outline: none;
  transform: scale(0.9);
}
main form input[type=radio],
main form input[type=checkbox], .overlayContent form input[type=radio],
.overlayContent form input[type=checkbox] {
  width: 0.7em;
  height: 0.7em;
  margin: 0;
  margin-right: 1px;
  display: block;
  float: left;
  position: relative;
  cursor: pointer;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #fff;
  overflow: hidden;
}
main form input[type=radio]:before,
main form input[type=checkbox]:before, .overlayContent form input[type=radio]:before,
.overlayContent form input[type=checkbox]:before {
  content: "";
  vertical-align: middle;
  text-align: center;
  line-height: 0.9em;
  position: absolute;
  cursor: pointer;
  height: 1em;
  width: 1em;
  background-color: #fff;
}
main form input[type=radio]:after,
main form input[type=checkbox]:after, .overlayContent form input[type=radio]:after,
.overlayContent form input[type=checkbox]:after {
  content: "";
  vertical-align: middle;
  text-align: center;
  line-height: 0.9em;
  position: absolute;
  cursor: pointer;
  height: 1em;
  width: 1em;
  left: 0;
  top: 0;
  font-size: 0.7em;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  transition: color 200ms;
}
main form input[type=radio]:after, .overlayContent form input[type=radio]:after {
  border-radius: 50%;
}
main form input[type=checkbox]:hover:after, .overlayContent form input[type=checkbox]:hover:after {
  background: #fff;
  content: "✔";
  color: color-adjust(#51982f, 50%);
}
main form input[type=radio]:hover:after, .overlayContent form input[type=radio]:hover:after {
  content: "";
  background: color-adjust(#51982f, 50%);
  box-shadow: inset 0 0 0 4px #fff;
}
main form input[type=radio]:checked:after,
main form input[type=checkbox]:checked:after, .overlayContent form input[type=radio]:checked:after,
.overlayContent form input[type=checkbox]:checked:after {
  background-color: #fff;
  content: "✔";
  color: #51982f;
}
main form input[type=radio]:checked:after, .overlayContent form input[type=radio]:checked:after {
  content: "";
  background: #51982f;
  box-shadow: inset 0 0 0 4px #fff;
}
main form input[type=checkbox]:checked:hover:after, .overlayContent form input[type=checkbox]:checked:hover:after {
  color: color-adjust(#51982f, 5%);
}
main form .typeFileUpload .input .help-block, .overlayContent form .typeFileUpload .input .help-block {
  padding-left: 1em;
  font-size: 1.5rem;
  color: #636362;
}
main form .typeFileUpload.hidden, .overlayContent form .typeFileUpload.hidden {
  display: none;
}

@media (min-width: 550px) {
  main form .form-group, .overlayContent form .form-group {
    flex: 0 1 48%;
    min-width: inherit;
  }
  main form .form-group.single, .overlayContent form .form-group.single {
    flex: 1 1 100%;
    max-width: unset;
    padding-right: 52%;
  }
  main form .form-group.pw-inline, .overlayContent form .form-group.pw-inline {
    flex: 1 1 100%;
    max-width: unset;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  main form .form-group.fullWidth, .overlayContent form .form-group.fullWidth {
    flex: 1 1 100%;
    max-width: unset;
  }
  main form .form-group.fullWidth .checkboxlink .privacy label > span, .overlayContent form .form-group.fullWidth .checkboxlink .privacy label > span {
    max-width: 90%;
    margin-left: 0.8rem;
  }
}
@media (min-width: 900px) {
  main form, .overlayContent form {
    padding: 0 5%;
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 1200px) {
  main form, .overlayContent form {
    padding: 0 8%;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1400px) {
  main form, .overlayContent form {
    padding: 0 10%;
    margin-bottom: 5rem;
  }
}
@media (min-width: 1920px) {
  .progressBar,
  form {
    max-width: 1600px;
    margin: 0 auto;
  }
}
/************************************************
* FOOTER
*************************************************/
/************************************************
* General CONTENT Stylings
*************************************************/
body > footer .upper,
body > footer .middle,
body > footer .lower {
  padding-left: 4%;
  padding-right: 4%;
}
body > footer .upper {
  padding-top: 3rem;
  padding-bottom: 18%;
  background: #51982f;
  background: #e6e6e6;
  position: relative;
  overflow: hidden;
}
body > footer .upper:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vw;
  bottom: -80vw;
  right: -40vw;
  border-radius: 50%;
  z-index: 0;
  background: #efefef;
}
body > footer .upper .right {
  position: relative;
  z-index: 1;
}
body > footer .upper .org {
  color: #636362;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 1rem;
}
@media (min-width: 320px) {
  body > footer .upper .org {
    font-size: 20px;
    font-size: calc(20px + 10 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  body > footer .upper .org {
    font-size: 30px;
  }
}
body > footer .upper .street,
body > footer .upper .postcode,
body > footer .upper .locality {
  color: #636362;
  font-style: normal;
}
@media (min-width: 320px) {
  body > footer .upper .street,
  body > footer .upper .postcode,
  body > footer .upper .locality {
    font-size: 17px;
    font-size: calc(17px + 7 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  body > footer .upper .street,
  body > footer .upper .postcode,
  body > footer .upper .locality {
    font-size: 24px;
  }
}
body > footer .upper .postcode,
body > footer .upper .locality {
  display: inline-block;
}
body > footer .upper .postcode {
  padding-right: 0.2rem;
}
body > footer .upper address {
  margin-bottom: 2rem;
}
body > footer .upper p,
body > footer .upper ul:not(.socialNav) {
  color: white;
}
@media (min-width: 320px) {
  body > footer .upper p,
  body > footer .upper ul:not(.socialNav) {
    font-size: 17px;
    font-size: calc(17px + 7 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  body > footer .upper p,
  body > footer .upper ul:not(.socialNav) {
    font-size: 24px;
  }
}
body > footer .upper p:last-of-type,
body > footer .upper ul:not(.socialNav):last-of-type {
  margin-bottom: 0;
}
body > footer .upper p strong,
body > footer .upper ul:not(.socialNav) strong {
  color: #636362;
  display: block;
  margin-bottom: 0.8em;
}
body > footer .upper p a,
body > footer .upper ul:not(.socialNav) a {
  text-decoration: none;
  color: #636362;
  background: #efefef;
  transition: all 0.2s ease;
  padding-left: 0.3em;
  padding-right: 0.3em;
  display: inline-block;
  margin-bottom: 0.8em;
}
@media (min-width: 320px) {
  body > footer .upper p a,
  body > footer .upper ul:not(.socialNav) a {
    font-size: 17px;
    font-size: calc(17px + 7 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  body > footer .upper p a,
  body > footer .upper ul:not(.socialNav) a {
    font-size: 24px;
  }
}
@media (min-width: 1025px) {
  body > footer .upper p a:hover,
  body > footer .upper ul:not(.socialNav) a:hover {
    background: #fff;
  }
}
body > footer .upper a.arrow {
  font-weight: 600;
  display: block;
  text-decoration: none;
  padding-left: 1.4em;
  position: relative;
  color: #636362;
  margin-top: 1rem;
}
@media (min-width: 320px) {
  body > footer .upper a.arrow {
    font-size: 17px;
    font-size: calc(17px + 7 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  body > footer .upper a.arrow {
    font-size: 24px;
  }
}
body > footer .upper a.arrow:before {
  content: "\e807";
  position: absolute;
  left: 0;
  top: 0.15em;
  color: #636362;
}
body > footer .upper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body > footer .upper ul li {
  display: inline-block;
}
body > footer .upper ul.socialNav {
  margin: 2.5rem 0;
  padding: 0;
  display: flex;
}
body > footer .upper ul.socialNav li:first-of-type a {
  padding-left: 0;
}
body > footer .upper ul.socialNav a {
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 0.8rem 0;
  margin-right: 0.2em;
  transition: color 0.3s ease;
}
@media (min-width: 320px) {
  body > footer .upper ul.socialNav a {
    font-size: 35px;
    font-size: calc(35px + 15 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  body > footer .upper ul.socialNav a {
    font-size: 50px;
  }
}
@media (min-width: 1025px) {
  body > footer .upper ul.socialNav a:hover {
    color: rgba(255, 255, 255, 0.7);
  }
}
body > footer .upper ul.socialNav a:before {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
body > footer .upper ul.socialNav a.facebook:before {
  content: "\e80d";
}
body > footer .upper ul.socialNav a.pinterest:before {
  content: "\e80e";
}
body > footer .upper ul.socialNav a.instagram:before {
  content: "\e80f";
}
body > footer .upper ul.socialNav a.youtube:before {
  content: "\e810";
}
body > footer .upper ul.socialNav a.linkedin:before {
  content: "\e811";
}
body > footer .upper ul.socialNav a.xing:before {
  content: "\e812";
}
body > footer .middle {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
body > footer .middle .claim {
  font-weight: 600;
  color: #292929;
  margin-bottom: 1.5rem;
}
@media (min-width: 320px) {
  body > footer .middle .claim {
    font-size: 17px;
    font-size: calc(17px + 3 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  body > footer .middle .claim {
    font-size: 20px;
  }
}
body > footer .middle ul.footerNav {
  margin: 0;
  padding: 0;
}
body > footer .middle ul.footerNav li {
  list-style-type: none;
}
body > footer .middle ul.footerNav a {
  display: block;
  text-decoration: none;
  color: #292929;
  text-transform: uppercase;
  padding: 0.8rem 0;
  transition: color 0.3s ease-in;
}
@media (min-width: 320px) {
  body > footer .middle ul.footerNav a {
    font-size: 17px;
    font-size: calc(17px + 3 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  body > footer .middle ul.footerNav a {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  body > footer .middle ul.footerNav a:hover {
    color: #51982f;
  }
}
body > footer .lower {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #f3f4f5;
}
body > footer .lower .firstLine {
  display: flex;
  align-items: center;
  align-self: flex-start;
}
body > footer .lower .firstLine .anniversary {
  padding-right: 4vw;
}
body > footer .lower .headline {
  color: #4b4b4a;
}
@media (min-width: 320px) {
  body > footer .lower .headline {
    font-size: 17px;
    font-size: calc(17px + 7 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  body > footer .lower .headline {
    font-size: 24px;
  }
}
body > footer .lower .logoSlider {
  position: relative;
}
body > footer .lower .logoSlider .swiper-container {
  width: 80%;
  margin: 0 auto;
}
body > footer .lower .logoSlider .swiper-container .swiper-slide img {
  filter: grayscale(100%);
  transition: filter 0.1s ease-in-out;
}
body > footer .lower .logoSlider .swiper-container .swiper-slide img:hover {
  filter: inherit;
}
body > footer .lower .logoSlider .swiper-button-next,
body > footer .lower .logoSlider .swiper-button-prev {
  position: absolute;
}
body > footer .lower .logoSlider .swiper-button-next:after,
body > footer .lower .logoSlider .swiper-button-prev:after {
  color: #292929;
  font-size: 1.5rem;
  margin: 0;
}
body > footer .lower .logoSlider .swiper-button-next {
  right: 0;
}
body > footer .lower .logoSlider .swiper-button-next:after {
  content: "\e80b";
}
body > footer .lower .logoSlider .swiper-button-prev {
  left: 0;
}
body > footer .lower .logoSlider .swiper-button-prev:after {
  content: "\e80a";
}
body > footer.grey .upper {
  background: #e6e6e6;
}
body > footer.grey .upper:after {
  background: #efefef;
}
body > footer.grey .upper .org,
body > footer.grey .upper .street,
body > footer.grey .upper .postcode,
body > footer.grey .upper .locality {
  color: #292929;
}
body > footer.grey .upper p,
body > footer.grey .upper ul:not(.socialNav) {
  color: #636362;
}
body > footer.grey .upper p strong,
body > footer.grey .upper ul:not(.socialNav) strong {
  color: #636362;
}
body > footer.grey .upper p a,
body > footer.grey .upper ul:not(.socialNav) a {
  color: #636362;
}
@media (min-width: 1025px) {
  body > footer.grey .upper p a:hover,
  body > footer.grey .upper ul:not(.socialNav) a:hover {
    background: white;
  }
}
body > footer.grey .upper a.arrow {
  color: #636362;
}
body > footer.grey .upper a.arrow:before {
  color: #636362;
}
body > footer.grey .upper a.arrow:hover {
  text-decoration: underline;
}
body > footer.grey .upper a.arrow:hover::before {
  text-decoration: none;
}
body > footer.grey .upper ul.socialNav a {
  color: white;
  margin-right: 0.45em;
  line-height: 1;
  padding: 0;
  position: relative;
}
body > footer.grey .upper ul.socialNav a:before {
  margin-right: unset;
}
@media (min-width: 1025px) {
  body > footer.grey .upper ul.socialNav a:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 0.5px;
    border-radius: 50%;
    z-index: -1;
    transition: background-color 0.3s ease;
  }
}
@media (min-width: 320px) {
  body > footer.grey .upper ul.socialNav a:after {
    height: 34px;
    height: calc(34px + 14 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  body > footer.grey .upper ul.socialNav a:after {
    height: 48px;
  }
}
@media (min-width: 320px) {
  body > footer.grey .upper ul.socialNav a:after {
    width: 34px;
    width: calc(34px + 14 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1921px) {
  body > footer.grey .upper ul.socialNav a:after {
    width: 48px;
  }
}
@media (min-width: 1025px) {
  body > footer.grey .upper ul.socialNav a:hover:after {
    background-color: #fff;
  }
}
body > footer.grey .upper .brandSites ul a {
  background: #e6e6e6;
}
body > footer.grey .middle .claim {
  color: #292929;
}
body > footer.grey .middle ul.footerNav a {
  color: #292929;
}
@media (min-width: 1025px) {
  body > footer.grey .middle ul.footerNav a:hover {
    color: #000;
  }
}
body > footer.grey .lower {
  background: #f3f4f5;
}
body > footer.grey .lower .headline {
  color: #4b4b4a;
}
body > footer.grey .lower .logoSlider .swiper-button-next:after,
body > footer.grey .lower .logoSlider .swiper-button-prev:after {
  color: #292929;
}

/************************************************
* RESPONSIVE
*************************************************/
@media (min-width: 370px) {
  body > footer .upper {
    padding-bottom: 20%;
  }
}
@media (min-width: 450px) {
  body > footer .lower {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  body > footer .lower .headline {
    margin-bottom: 0;
  }
  body > footer .lower .logoSlider {
    width: 100%;
  }
}
@media (min-width: 600px) {
  body > footer .lower .headline {
    margin-bottom: 0;
  }
  body > footer .lower .swiper-container {
    width: 83%;
  }
}
@media (min-width: 768px) {
  body > footer .upper,
  body > footer .middle,
  body > footer .lower {
    padding: 4rem 3%;
  }
  body > footer .upper {
    display: flex;
    justify-content: space-between;
  }
  body > footer .upper .left,
  body > footer .upper .right {
    width: 47%;
  }
  body > footer .upper .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  body > footer .upper a.arrow {
    margin-bottom: 0.3em;
  }
  body > footer .upper p strong,
  body > footer .upper p a,
  body > footer .upper ul:not(.socialNav) strong,
  body > footer .upper ul:not(.socialNav) a {
    margin-bottom: 0.3em;
  }
  body > footer .lower {
    flex-direction: row;
  }
  body > footer .lower .firstLine {
    width: 40%;
  }
  body > footer .lower .firstLine .headline {
    margin-bottom: 0;
  }
  body > footer .lower .logoSlider {
    width: 60%;
  }
  body > footer:not(.grey) .upper ul.socialNav {
    margin-top: 0;
  }
}
@media (min-width: 900px) {
  body > footer .lower .swiper-container {
    width: 85%;
  }
}
@media (min-width: 1000px) {
  body > footer .upper {
    padding: 5rem 3%;
  }
  body > footer .upper address {
    margin-bottom: 3rem;
  }
  body > footer .upper .contact {
    margin-bottom: 3rem;
  }
  body > footer .upper .contact strong {
    display: inline-block;
    margin-right: 0.5rem;
  }
  body > footer .upper a.phone {
    display: inline-block;
  }
  body > footer .upper a.arrow {
    margin-top: 0;
  }
  body > footer .upper .brandSites ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    max-width: 460px;
  }
  body > footer .upper .brandSites ul a {
    background: #e6e6e6;
  }
  body > footer .upper .brandSites li {
    display: inline-block;
  }
  body > footer .middle {
    padding: 3rem 3%;
  }
  body > footer .middle .claim {
    margin-bottom: 2rem;
  }
  body > footer .middle ul.footerNav {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  body > footer .middle ul.footerNav li:last-child a {
    margin-right: 0;
  }
  body > footer .middle ul.footerNav a {
    padding: 0;
    margin-right: 0.9em;
  }
  body > footer .lower .swiper-container {
    width: 88%;
  }
}
@media (min-width: 1200px) {
  body > footer .upper .left,
  body > footer .upper .right {
    width: 40%;
  }
  body > footer .middle ul.footerNav a {
    margin-right: 1.1em;
  }
  body > footer .lower .logoSlider {
    width: 65%;
  }
}
@media (min-width: 1400px) {
  body > footer .upper {
    padding: 6.5rem 3%;
  }
  body > footer .upper .left,
  body > footer .upper .right {
    width: 32%;
  }
  body > footer .upper ul.socialNav a {
    margin-right: 0.25em;
  }
  body > footer .middle {
    display: flex;
    justify-content: space-between;
  }
  body > footer .middle .claim {
    margin-bottom: 0;
  }
}
@media (min-width: 1700px) {
  body > footer .upper {
    padding: 8.5rem 3%;
  }
  body > footer .upper .left,
  body > footer .upper .right {
    width: 30%;
  }
  body > footer .upper .brandSites {
    max-width: 90%;
  }
  body > footer .upper address,
  body > footer .upper .contact {
    margin-bottom: 4rem;
  }
  body > footer .middle ul.footerNav a {
    margin-right: 1.3em;
  }
  body > footer .lower {
    padding: 4.5rem 3%;
  }
  body > footer .lower .swiper-container {
    width: 85%;
  }
  body > footer.grey .upper ul.socialNav a:after {
    left: 1px;
  }
}
@media (min-width: 2000px) {
  body > footer .upper {
    padding: 11rem 5%;
  }
  body > footer .middle,
  body > footer .lower {
    padding-right: 5%;
    padding-left: 5%;
  }
  body > footer .middle ul.footerNav a {
    margin-right: 1.5em;
  }
}
@media (min-width: 2200px) {
  body > footer .upper {
    padding: 12rem 6.5%;
  }
  body > footer .upper:after {
    bottom: -81.8vw;
  }
  body > footer .upper .left,
  body > footer .upper .right {
    width: 28%;
  }
  body > footer .upper .brandSites {
    max-width: 80%;
  }
  body > footer .middle,
  body > footer .lower {
    padding-right: 6.5%;
    padding-left: 6.5%;
  }
  body > footer .lower {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
}
@media (min-width: 2400px) {
  body > footer .upper {
    padding: 13rem 8%;
  }
  body > footer .middle ul.footerNav a {
    margin-right: 1.7em;
  }
  body > footer .middle,
  body > footer .lower {
    padding-right: 8%;
    padding-left: 8%;
  }
  body > footer.grey .upper ul.socialNav a:after {
    top: 0.5px;
  }
}
@media (max-width: 768px) {
  body > footer .middle {
    padding-bottom: 5rem;
  }
}

/*# sourceMappingURL=style.css.map */
